@charset "UTF-8";
/*----------
	icons
----------*/
@font-face {
	font-family: 'iconfont';
	src: url("../../fonts/iconfont.ttf?cyflc1") format("truetype"), url("../../fonts/iconfont.woff?cyflc1") format("woff"), url("../../fonts/iconfont.svg?cyflc1#icons") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

.icon, .icon-arrow1-r, .icon-arrow1-l, .icon-arrow1-b, .icon-arrow1-t, .icon-arrow2-r, .icon-arrow2-l, .icon-arrow2-b, .icon-arrow2-t, .icon-blank, .icon-plus, .icon-minus, .icon-close, .icon-download, .icon-search, .icon-access, .icon-locked, .icon-unlocked, .icon-global, .icon-question, .icon-exclamation, .icon-pdf, .icon-excel, .icon-powerpoint, .icon-word, .icon-zip, .icon-url, .icon-doc, .icon-check, .icon-circle, .icon-circle_border, .icon-play, .icon-stop, .icon-swipe, .icon-rss, .icon-alert, .icon-print, .icon-calendar, .icon-cart, .icon-humberger, .icon-bookmark, .icon-mail, .icon-first, .icon-last, .icon-new, .icon-to-top, .icon-pinch-in, .icon-pinch-out, .icon-phone {
	display: inline;
	font-family: 'iconfont' !important;
	speak: never;
	font-style: normal !important;
	font-size: inherit;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none;
	line-height: inherit;
	color: red;
}

.icon-arrow1-r::before {
	content: "";
}

.icon-arrow1-l::before {
	content: "";
}

.icon-arrow1-b::before {
	content: "";
}

.icon-arrow1-t::before {
	content: "";
}

.icon-arrow2-r::before {
	content: "";
}

.icon-arrow2-l::before {
	content: "";
}

.icon-arrow2-b::before {
	content: "";
}

.icon-arrow2-t::before {
	content: "";
}

.icon-blank::before {
	content: "";
}

.icon-plus::before {
	content: "";
}

.icon-minus::before {
	content: "";
}

.icon-close::before {
	content: "";
}

.icon-download::before {
	content: "";
}

.icon-search::before {
	content: "";
}

.icon-access::before {
	content: "";
}

.icon-locked::before {
	content: "";
}

.icon-unlocked::before {
	content: "";
}

.icon-global::before {
	content: "";
}

.icon-question::before {
	content: "";
}

.icon-exclamation::before {
	content: "";
}

.icon-pdf::before {
	content: "";
}

.icon-excel::before {
	content: "";
}

.icon-powerpoint::before {
	content: "";
}

.icon-word::before {
	content: "";
}

.icon-zip::before {
	content: "";
}

.icon-url::before {
	content: "";
}

.icon-doc::before {
	content: "";
}

.icon-check::before {
	content: "";
}

.icon-circle::before {
	content: "";
}

.icon-circle_border::before {
	content: "";
}

.icon-play::before {
	content: "";
}

.icon-stop::before {
	content: "";
}

.icon-swipe::before {
	content: "";
}

.icon-rss::before {
	content: "";
}

.icon-alert::before {
	content: "";
}

.icon-print::before {
	content: "";
}

.icon-calendar::before {
	content: "";
}

.icon-cart::before {
	content: "";
}

.icon-humberger::before {
	content: "";
}

.icon-bookmark::before {
	content: "";
}

.icon-mail::before {
	content: "";
}

.icon-first::before {
	content: "";
}

.icon-last::before {
	content: "";
}

.icon-new::before {
	content: "";
}

.icon-to-top::before {
	content: "";
}

.icon-pinch-in::before {
	content: "";
}

.icon-pinch-out::before {
	content: "";
}

.icon-phone::before {
	content: "";
}

/* ヘッダーオーバーライド */
.presentation .header .header-toggle {
	border-color: #fff;
}

.presentation .header .header-toggle.is-open {
	border-color: #101678;
}

.presentation .header .header-toggle.is-open span::after {
	color: #101678;
}

.presentation .header .header-toggle span::after {
	color: #fff;
}

@media screen and (min-width: 768px) {
	.presentation .header .header-nav__list > a {
		color: #fff;
	}
	.presentation .header .header-nav__list > a::after {
		background-color: #fff;
	}
}

.main {
	background-image: url(../../common/img/pattern_2.png);
	background-size: 50%;
	background-repeat: repeat;
	background-color: #fff;
	padding: 0 0 125px;
}

@media screen and (min-width: 768px) {
	.main {
		padding: 0 0 210px;
	}
}

.mv {
	position: relative;
	z-index: 5;
	margin-bottom: -5.33333vw;
	background-image: url(../../common/img/pattern_1.png);
	background-size: 50%;
	background-repeat: repeat;
	background-color: #101678;
}

.mv__body {
	position: relative;
}

.mv__visual {
	position: relative;
	z-index: 1;
	padding-bottom: 106.66667%;
}

.mv__visual img {
	position: absolute;
	top: 0;
	width: auto;
	height: 100%;
}

.mv__texts {
	color: #fff;
	position: absolute;
	top: 43%;
	z-index: 2;
	font-family: ZenOldMincho-Black, "Yu Mincho","YuMincho",'Noto Serif JP', serif;
	font-weight: bold;
	width: 100%;
	text-align: center;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.mv__subtitle {
	font-size: 16px;
}

.mv__title {
	font-size: 34px;
	letter-spacing: -0.1em;
}

@media screen and (min-width: 768px) {
	.mv {
		z-index: 1;
		margin-bottom: 0;
	}
	.mv__visual {
		padding-bottom: 41.66667%;
		min-height: 600px;
	}
	.mv__texts {
		top: 40%;
		text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	}
	.mv__subtitle {
		font-size: 28px;
		margin-bottom: 7px;
	}
	.mv__title {
		font-size: 52px;
		letter-spacing: 0;
	}
}

.lead {
	background-color: #101678;
	position: relative;
	overflow: visible;
	z-index: 3;
}

.lead__body {
	padding: 90px 0 83px;
	background-image: url(../../common/img/pattern_1.png);
	background-size: 50%;
	background-repeat: repeat;
}

.lead__imgaelists {
	margin: 0 16px;
	padding: 0 0 40px;
	display: flex;
	justify-content: space-between;
}

.lead__imgaelist {
	margin: 0 12px;
}

.lead__title {
	color: #fff;
	font-size: 24px;
	font-family: ZenOldMincho-Black, "Yu Mincho","YuMincho",'Noto Serif JP', serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: 38px;
}

.lead__text {
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 1.78;
}

@media screen and (min-width: 768px) {
	.lead__body {
		padding: 120px 0 130px;
	}
	.lead__imgaelists {
		width: 732px;
		margin: 0 auto;
		padding: 0 0 60px;
	}
	.lead__imgaelist {
		margin: 0 25px;
	}
	.lead__title {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.lead__text {
		font-size: 18px;
	}
}

.cts {
	position: relative;
	background-image: url(../../common/img/pattern_1.png);
	background-size: 50%;
	background-repeat: repeat;
	background-color: #101678;
}

.cts__bgImage {
	display: flex;
	align-items: center;
}

.cts__bgImage img {
	display: block;
	width: 100%;
	height: auto;
}

.cts__itemImage {
	width: 180px;
	margin: 68px auto 0;
}

.cts__body {
	position: relative;
	padding: 0 20px 80px;
}

.cts--2 .cts__body {
	padding: 0 20px 66px;
}

@media screen and (min-width: 768px) {
	.cts__bgImage {
		position: absolute;
		top: 0;
		left: 0;
		min-height: 480px;
		width: 55.76389%;
		overflow: hidden;
	}
	.cts__bgImage img {
		width: 100%;
		height: auto;
	}
	.cts__itemImage {
		margin: 165px 0 0;
		width: 373px;
	}
	.cts__body {
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 373px;
		padding: 0 0 144px;
		margin: 0 0 0 410px;
	}
	.cts--2 {
		padding-bottom: 25.6%;
	}
	.cts--2 .cts__bgImage {
		left: inherit;
		right: 0;
	}
	.cts--2 .cts__body {
		margin: 0 0 0 -410px;
		padding: 0;
	}
}

.cts-lead__title {
	color: #fff;
	font-size: 24px;
	font-family: ZenOldMincho-Black, "Yu Mincho","YuMincho",'Noto Serif JP', serif;
	font-weight: bold;
	text-align: center;
	margin: 40px 0 28px;
}

.cts-lead__text {
	color: #fff;
	font-size: 16px;
	line-height: 28.8px;
}

@media screen and (min-width: 768px) {
	.cts-lead__title {
		font-size: 32px;
		margin: 0 0 45px;
	}
	.cts-lead__text {
		margin-bottom: 0;
	}
}

.drink {
	padding: 60px 0 0;
}

@media screen and (min-width: 768px) {
	.drink {
		padding: 80px 0 0;
	}
}

.drink-ttl__text {
	font-family: ZenOldMincho-Black, "Yu Mincho","YuMincho",'Noto Serif JP', serif;
	font-size: 24px;
	color: #101678;
	text-align: center;
	margin-bottom: 28px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.drink-ttl__text {
		font-size: 32px;
		margin-bottom: 62px;
	}
	.drink-ttl__imginner {
		display: flex;
		justify-content: center;
	}
}

/*--------------------------------------------------------------------------------
	ドリンク スライドループ
--------------------------------------------------------------------------------*/
.drink-ttl-img {
	position: relative;
	padding-top: 160px;
	bottom: 0;
	left: 0;
	width: 100vw;
	margin-bottom: 60px;
}

.drink-ttl-img__body {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/hokkaido100/camembert/presentation/img/drink_ttl_img.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-size: auto 100%;
	-webkit-animation-name: drink-ttl-img-slide-sp;
	animation-name: drink-ttl-img-slide-sp;
	-webkit-animation-duration: 100s;
	animation-duration: 100s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@media screen and (min-width: 768px) {
	.drink-ttl-img {
		padding-top: 320px;
		width: 1240px;
		margin: 0 auto 60px;
	}
	.drink-ttl-img__body {
		background-repeat: no-repeat;
		-webkit-animation: initial;
		animation: initial;
	}
}

@-webkit-keyframes drink-ttl-img-slide-sp {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 1000% 0;
	}
}

@keyframes drink-ttl-img-slide-sp {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 1000% 0;
	}
}

.drink-moment {
	position: relative;
}

.drink-moment__texts {
	position: absolute;
	top: 40px;
	width: 100%;
}

.drink-moment__ttl {
	font-family: ZenOldMincho-Black, "Yu Mincho","YuMincho",'Noto Serif JP', serif;
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.drink-moment__texts {
		top: 75px;
		width: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		margin-left: 424px;
		z-index: 3;
	}
	.drink-moment__ttl {
		font-size: 32px;
		line-height: 48px;
		white-space: nowrap;
	}
	.drink-moment__bg figure {
		height: 500px;
		position: relative;
		overflow: hidden;
	}
	.drink-moment__bg picture {
		display: block;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100%;
	}
	.drink-moment__bg img {
		display: block;
	}
}

.scene {
	padding-bottom: 16px;
}

.scene__inner {
	padding: 80px 20px 0;
}

.scene__ttl {
	font-family: ZenOldMincho-Black, "Yu Mincho","YuMincho",'Noto Serif JP', serif;
	color: #101678;
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
	.scene {
		padding-bottom: 0;
		margin-bottom: 120px;
	}
	.scene__inner {
		padding: 120px 0 0;
	}
	.scene__ttl {
		font-size: 32px;
		line-height: 48px;
		margin-bottom: 110px;
	}
	.scene__row {
		max-width: 1200px;
		margin: 0 auto 60px;
	}
	.scene__row:last-of-type {
		margin-bottom: 0;
	}
	.scene__row:nth-of-type(even) .recipe {
		flex-direction: row-reverse;
	}
}

.recipe__vis {
	margin-bottom: 30px;
}

.recipe__texts {
	padding-bottom: 68px;
}

.recipe__lead {
	font-family: ZenOldMincho-Black, "Yu Mincho","YuMincho",'Noto Serif JP', serif;
	color: #101678;
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	margin-bottom: 20px;
}

.recipe__text {
	color: #101678;
	font-size: 16px;
	font-weight: bold;
	line-height: 28.8px;
	text-align: center;
	margin-bottom: 29px;
}

.recipe__link {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 28.8px;
	text-align: center;
}

.recipe__link a {
	color: #101678;
	position: relative;
	padding-right: 54px;
	transition: 0.3s;
}

.recipe__link a::after {
	font-family: 'iconfont' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #101678;
	transition: 0.3s;
}

.recipe__link a:hover {
	color: #384DA3;
}

.recipe__link a:hover::after {
	background-color: #2B46B3;
}

@media screen and (min-width: 768px) {
	.recipe {
		display: flex;
		justify-content: space-between;
	}
	.recipe__vis {
		width: calc(50% - 20px);
		margin-bottom: 0;
	}
	.recipe__texts {
		width: calc(50% - 20px);
		display: flex;
		flex-direction: column;
		padding: 112px 12px 0 0;
		padding-top: 112px;
		padding-bottom: 0;
	}
	.recipe__lead {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 28px;
	}
}

.recipe-banner {
	padding: 0 20px;
}

.recipe-banner__link {
	padding: 0 0 66.56716%;
	position: relative;
	overflow: hidden;
}

.recipe-banner__link::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: 0.3s;
	-webkit-filter: blur(0);
	filter: blur(0);
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	background-image: url(../img/bnr_sp.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}

.recipe-banner__link a {
	z-index: 2;
}

.recipe-banner__link a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.5;
	transition: 0.3s;
	z-index: 1;
}

.recipe-banner__link a::after {
	font-family: 'iconfont' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "";
	color: #fff;
	display: inline-flex;
	position: absolute;
	z-index: 1;
	right: 20px;
	bottom: 20px;
	width: 27px;
	height: 27px;
	border: 1px solid #fff;
	border-radius: 50% 50%;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	z-index: 1;
}

.recipe-banner__text {
	position: relative;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-family: ZenOldMincho-Black, "Yu Mincho","YuMincho",'Noto Serif JP', serif;
	color: #fff;
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
}

@media screen and (min-width: 768px) {
	.recipe-banner {
		padding: 0 20px;
		max-width: 1240px;
		margin: 0 auto;
	}
	.recipe-banner__link {
		padding: 0 0 16.66667%;
	}
	.recipe-banner__link::before {
		background-image: url(../img/bnr_pc.png);
	}
	.recipe-banner__link a::after {
		width: 45px;
		height: 45px;
		font-size: 15px;
	}
	.recipe-banner__link:hover::before {
		-webkit-filter: blur(2px);
		filter: blur(2px);
	}
	.recipe-banner__text {
		font-size: 24px;
		line-height: 36px;
	}
}
