@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: "";
}

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

.mv {
	position: relative;
	z-index: 9;
	margin-bottom: -5.33333vw;
}

.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 {
		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 {
	position: relative;
	overflow: visible;
	z-index: 10;
}

.lead__body {
	padding: 100px 20px 45px;
}

.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: 30px;
}

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

@media screen and (min-width: 768px) {
	.lead__body {
		padding: 120px 0 100px;
	}
	.lead__title {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.lead__text {
		font-size: 18px;
		text-align: center;
	}
}

.cts {
	position: relative;
}

.cts--1 {
	z-index: 8;
	background-image: url(../img/img_1_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 120px 20px 80px;
}

.cts--1 .cts__body {
	position: relative;
}

.cts--1 .cts-lead {
	margin-bottom: 45px;
	position: relative;
	overflow: visible;
}

.cts--1 .cts-lead::before {
	display: block;
	position: absolute;
	content: "";
	width: 88.0597%;
	height: 100%;
	top: -90px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background-image: url(../img/hokkaido.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
	opacity: 0.3;
}

.cts--1 .cts-lead__title {
	color: #101678;
	font-size: 24px;
	font-family: ZenOldMincho-Black, "Yu Mincho","YuMincho",'Noto Serif JP', serif;
	font-weight: bold;
	text-align: center;
	margin: 0 0 28px;
	position: relative;
	z-index: 2;
}

.cts--1 .cts-lead__text {
	color: #101678;
	font-size: 16px;
	line-height: 28.8px;
	position: relative;
	z-index: 2;
}

.cts--1 .cts__vis {
	position: relative;
}

.cts--1 .cts__image {
	display: block;
	position: relative;
}

.cts--1 .cts__image:nth-of-type(1) {
	width: 46.26866%;
	margin-left: auto;
	z-index: 2;
}

.cts--1 .cts__image:nth-of-type(2) {
	margin-top: -57px;
	width: 82.08955%;
}

@media screen and (min-width: 768px) {
	.cts--1 {
		padding: 160px 0;
	}
	.cts--1 .cts__body {
		max-width: 1240px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.cts--1 .cts-lead {
		width: 48.3871%;
		padding: 80px 85px 0 20px;
	}
	.cts--1 .cts-lead::before {
		width: 100%;
		height: 125%;
		top: -50px;
		left: 47%;
	}
	.cts--1 .cts-lead__title {
		font-size: 32px;
		margin: 0 0 25px;
		padding-right: 22px;
	}
	.cts--1 .cts-lead__text {
		color: #101678;
		font-size: 18px;
		line-height: 36px;
	}
	.cts--1 .cts__vis {
		width: 46.77419%;
		margin-right: 20px;
	}
	.cts--1 .cts__image {
		display: block;
		position: relative;
	}
	.cts--1 .cts__image:nth-of-type(2) {
		margin-top: -90px;
	}
}

.cts--2 {
	background-image: url(../img/img_2_bg_sp.jpg);
	background-size: cover;
	background-position: center;
	background-color: #DBECFE;
	padding: 70px 20px 68.0597%;
	z-index: 7;
}

.cts--2 .cts__body {
	position: relative;
}

.cts--2 .cts-lead {
	margin-bottom: 0;
	position: relative;
}

.cts--2 .cts-lead__text {
	color: #101678;
	font-size: 15px;
	line-height: 28.8px;
}

@media screen and (min-width: 768px) {
	.cts--2 {
		position: relative;
		padding: 580px 0 0;
		background-image: url(../img/img_2_bg_pc.jpg);
	}
	.cts--2 .cts__body {
		position: absolute;
		width: 100%;
		height: 100%;
		max-width: 1280px;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.cts--2 .cts-lead {
		position: absolute;
		top: 0;
		right: 0;
		width: 394px;
		right: 40px;
		top: 110px;
	}
	.cts--2 .cts-lead__text {
		font-size: 18px;
		line-height: 2;
	}
}

.cts--3 {
	padding: 78px 20px 100px;
	z-index: 6;
}

.cts--3 .cts__body {
	position: relative;
}

.cts--3 .cts-lead {
	margin-bottom: 100px;
	position: relative;
}

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

.cts--3 .cts-lead__text {
	font-size: 16px;
	line-height: 28.8px;
}

.cts--3 .cts__vis {
	position: relative;
	margin-bottom: 60px;
}

.cts--3 .cts__image {
	display: block;
	position: relative;
}

.cts--3 .cts__image:nth-of-type(1) {
	width: 84.77612%;
	position: relative;
	z-index: 1;
}

.cts--3 .cts__image:nth-of-type(2) {
	width: 43.8806%;
	position: relative;
	margin-left: auto;
	margin-top: -42px;
	z-index: 2;
}

.cts--3 .cts-vistextset {
	position: relative;
	width: calc(100% + 20px);
	overflow: hidden;
}

.cts--3 .cts-vistextset__text {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 28.8px;
	padding: 80px 30px;
	display: flex;
	align-items: center;
	z-index: 2;
}

.cts--3 .cts-vistextset__image {
	position: relative;
	z-index: 1;
}

.cts--3 .cts-vistextset__image picture {
	display: block;
	position: relative;
	width: auto;
	height: 100%;
}

@media screen and (min-width: 768px) {
	.cts--3 {
		padding: 160px 0 200px;
	}
	.cts--3 .cts__body {
		max-width: 1280px;
		margin: 0 auto 160px;
		padding: 0 40px;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.cts--3 .cts-lead {
		margin-bottom: 0;
		width: 31.16667%;
	}
	.cts--3 .cts-lead__title {
		font-size: 32px;
		margin: 0 0 26px;
	}
	.cts--3 .cts-lead__text {
		font-size: 18px;
		line-height: 36px;
	}
	.cts--3 .cts__vis {
		position: relative;
		margin-bottom: 0;
		width: 56.91667%;
	}
	.cts--3 .cts__image {
		display: block;
		position: relative;
	}
	.cts--3 .cts__image:nth-of-type(1) {
		width: 84.77612%;
		position: relative;
		z-index: 1;
	}
	.cts--3 .cts__image:nth-of-type(2) {
		width: 43.8806%;
		position: relative;
		margin-left: auto;
		margin-top: -117px;
		z-index: 2;
	}
	.cts--3 .cts-vistextset {
		width: 100%;
		position: relative;
		height: 480px;
	}
	.cts--3 .cts-vistextset__text {
		position: absolute;
		width: 100%;
		height: 100%;
		font-size: 18px;
		line-height: 2;
		padding: 0;
		right: calc(50vw + 20px);
		width: 476px;
	}
	.cts--3 .cts-vistextset__image {
		position: absolute;
		width: calc(50vw + 600px);
		height: 100%;
		top: 0;
		right: 0;
	}
	.cts--3 .cts-vistextset__image picture {
		position: absolute;
		width: 100%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.cts--4 {
	padding: 74.66667vw 20px 100px;
	position: relative;
	z-index: 5;
	background-repeat: no-repeat;
}

.cts--4::before {
	display: block;
	position: absolute;
	content: "";
	width: 100vw;
	height: 74.66667vw;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background-image: url(../img/img_4_bg_sp.jpg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.cts--4 .cts__body {
	position: relative;
	padding-top: 40px;
}

.cts--4 .cts-lead {
	margin-bottom: 50px;
	position: relative;
}

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

.cts--4 .cts-lead__text {
	font-size: 16px;
	line-height: 28.8px;
}

.cts--4 .cts__vis {
	position: relative;
}

.cts--4 .cts__image {
	display: block;
	position: relative;
}

.cts--4 .cts__image:nth-of-type(1) {
	width: 46.26866%;
	margin-left: auto;
	z-index: 2;
}

.cts--4 .cts__image:nth-of-type(2) {
	margin-top: -25px;
	width: 78.80597%;
}

@media screen and (min-width: 768px) {
	.cts--4 {
		padding: 80px 0 105px;
		background-color: #D8D8D8;
		background-image: url(../img/img_4_bg_pc.jpg);
		background-size: 100% auto;
		overflow: hidden;
		width: 100%;
	}
	.cts--4::before {
		display: none;
	}
	.cts--4 .cts__body {
		max-width: 477px;
		margin: 0 auto;
		padding: 0;
		left: 360px;
	}
	.cts--4 .cts-lead {
		width: 100%;
		margin-bottom: 45px;
	}
	.cts--4 .cts-lead__title {
		font-size: 32px;
		margin-bottom: 40px;
	}
	.cts--4 .cts-lead__text {
		font-size: 18px;
		line-height: 36px;
	}
	.cts--4 .cts__vis {
		width: 100%;
	}
	.cts--4 .cts__image {
		display: block;
		position: relative;
		width: 100%;
	}
	.cts--4 .cts__image:nth-of-type(1) {
		width: 220px;
		margin-left: auto;
		z-index: 2;
	}
	.cts--4 .cts__image:nth-of-type(2) {
		margin-top: -52px;
		width: 380px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1299px) {
	.cts--4 {
		background-size: auto 100%;
	}
}

.cts--5 {
	padding: 114.66667vw 20px 83px;
	position: relative;
	background-color: #B7D0E2;
	background-repeat: no-repeat;
	z-index: 4;
}

.cts--5::before {
	display: block;
	position: absolute;
	content: "";
	width: 100vw;
	height: 122.66667vw;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background-image: url(../img/img_5_bg_sp.jpg);
	background-size: 100% auto;
	background-position: center -1px;
	background-repeat: no-repeat;
}

.cts--5 .cts__body {
	position: relative;
}

.cts--5 .cts-lead {
	margin-bottom: 45px;
	position: relative;
}

.cts--5 .cts-lead__title {
	color: #101678;
	font-size: 24px;
	font-family: ZenOldMincho-Black, "Yu Mincho","YuMincho",'Noto Serif JP', serif;
	font-weight: bold;
	text-align: center;
	margin: 0 0 28px;
	position: relative;
	z-index: 2;
}

.cts--5 .cts-lead__title sup {
	font-size: 10px;
}

.cts--5 .cts-lead__text {
	color: #101678;
	font-size: 16px;
	line-height: 28.8px;
	position: relative;
	z-index: 2;
}

.cts--5 .cts-lead__text sup {
	font-size: 10px;
}

.cts--5 .cts-data__caption {
	font-size: 13px;
	color: #101678;
}

.cts--5 .cts-databbox {
	margin-bottom: 24px;
}

.cts--5 .cts-databbox + .cts-databbox {
	margin-top: 40px;
}

.cts--5 .cts-databbox__title {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #101678;
	margin-bottom: 20px;
}

.cts--5 .cts-databbox__title span {
	font-size: 13px;
	font-weight: normal;
}

.cts--5 .cts-databbox__title sup {
	font-size: 10px;
	font-weight: normal;
}

.cts--5 .cts-databbox__lists {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 -10px;
}

.cts--5 .cts-databbox__list {
	width: 150px;
	height: 150px;
	margin: 0 10px;
	background-color: #C7C7C9;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #101678;
	text-align: center;
}

.cts--5 .cts-databbox__list--white {
	background-color: #fff;
	width: 160px;
	height: 160px;
}

.cts--5 .cts-databbox__list--white .cts-databbox__itemnum {
	font-size: 36px;
}

.cts--5 .cts-databbox__list--white .cts-databbox__itemnum sup {
	font-size: 16px;
}

.cts--5 .cts-databbox__itemtitle {
	font-size: 13px;
}

.cts--5 .cts-databbox__itemnum {
	font-size: 30px;
	display: flex;
	align-items: baseline;
	font-family: ZenOldMincho-Black, "Yu Mincho","YuMincho",'Noto Serif JP', serif;
	font-weight: bold;
}

.cts--5 .cts-databbox__itemnum sup {
	font-size: 13px;
}

@media screen and (min-width: 768px) {
	.cts--5 {
		padding: 100px 0 130px;
		z-index: 2;
		background-image: url(../img/img_5_bg_pc.jpg);
		background-size: 100% auto;
		overflow: hidden;
		width: 100%;
	}
	.cts--5::before {
		display: none;
	}
	.cts--5 .cts__body {
		width: 580px;
		margin: 0 auto;
		padding: 0;
		left: 310px;
	}
	.cts--5 .cts-lead {
		width: 100%;
		margin-bottom: 50px;
	}
	.cts--5 .cts-lead__title {
		font-size: 32px;
		margin-bottom: 30px;
	}
	.cts--5 .cts-lead__text {
		font-size: 16px;
		line-height: 28.8px;
		text-align: center;
	}
	.cts--5 .cts-data {
		position: relative;
		margin: 0 auto;
		width: 580px;
		left: 310px;
	}
	.cts--5 .cts-data__caption {
		font-size: 13px;
		color: #101678;
	}
	.cts--5 .cts-databbox {
		margin-bottom: 54px;
	}
	.cts--5 .cts-databbox + .cts-databbox {
		margin-top: 40px;
		margin-bottom: 0;
	}
	.cts--5 .cts-databbox:last-of-type {
		margin-bottom: 45px;
	}
	.cts--5 .cts-databbox__title {
		margin-bottom: 23px;
	}
	.cts--5 .cts-databbox__lists {
		display: flex;
		justify-content: center;
		margin: 0 -20px;
	}
	.cts--5 .cts-databbox__list {
		width: 250px;
		height: 250px;
		margin: 0 20px;
	}
	.cts--5 .cts-databbox__list--white {
		width: 270px;
		height: 270px;
	}
	.cts--5 .cts-databbox__list--white .cts-databbox__itemnum {
		font-size: 60px;
	}
	.cts--5 .cts-databbox__list--white .cts-databbox__itemnum sup {
		font-size: 30px;
	}
	.cts--5 .cts-databbox__itemtitle {
		font-size: 16px;
		margin-top: 20px;
	}
	.cts--5 .cts-databbox__itemnum {
		font-size: 50px;
	}
	.cts--5 .cts-databbox__itemnum sup {
		font-size: 25px;
	}
}

.cts--6 {
	padding: 80px 20px 104vw;
	position: relative;
	z-index: 3;
}

.cts--6::before {
	display: block;
	position: absolute;
	content: "";
	width: 100vw;
	height: 122.66667vw;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background-image: url(../img/img_6_2.png);
	background-size: 112% auto;
	background-position: 13.33333vw center;
	background-repeat: no-repeat;
}

.cts--6 .cts__body {
	position: relative;
}

.cts--6 .cts-lead {
	margin-bottom: 36px;
}

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

.cts--6 .cts__image {
	position: relative;
	display: block;
	width: 53.73134%;
	margin: 0 auto;
	left: 10px;
}

.cts--6 .cts__vis {
	position: relative;
	width: 100vw;
}

@media screen and (min-width: 768px) {
	.cts--6 {
		padding: 80px 0 313px;
	}
	.cts--6::before {
		width: 1000px;
		height: 790px;
		bottom: inherit;
		top: 157px;
		left: 81.5%;
		background-position: 0 center;
		background-size: contain;
	}
	.cts--6 .cts__body {
		position: relative;
		width: 100%;
		max-width: 476px;
		margin: 0 auto;
		right: 360px;
		top: 110px;
	}
	.cts--6 .cts-lead {
		margin-bottom: 36px;
	}
	.cts--6 .cts-lead__title {
		font-size: 32px;
		line-height: 57.6px;
		margin: 0 0 72px;
	}
	.cts--6 .cts__image {
		width: 436px;
		left: 24px;
	}
}

/* 背景画像 スクロールで固定 */
@media screen and (min-width: 768px) {
	.js-cts-bg-fixed.is-bgfixed {
		background-attachment: fixed;
	}
}

.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;
}

.drink-ttl__img {
	margin: 0 0 60px;
	pointer-events: none;
	height: 160px;
}

.drink-ttl__img .slick-track {
	display: flex;
}

.drink-ttl__img .slick-arrow {
	display: none !important;
}

.drink-ttl__img img {
	height: 160px !important;
	width: auto !important;
	margin: 0 10px;
}

@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 {
		height: 320px;
	}
	.drink-ttl__img img {
		display: none !important;
	}
	.drink-ttl__img img:first-of-type {
		display: block !important;
		height: 320px !important;
		width: auto !important;
	}
}

.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;
	}
}
