@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap");

/*============================================
# ブレークポイント
============================================*/

/*============================================
# メディアクエリ
============================================*/

/*============================================
# vw変換
============================================*/

/*============================================
# カラー, フォントサイズ
============================================*/

:root {
	--font-color: #333;
	--main-color: #0A998E;
	--bg01-color: #3BA09C;
	--bg02-color: #D9F0EB;
	--accent-color: #eb0327;
	--fs-xxxxxlg: 30px;
	--fs-xxxxlg: 28px;
	--fs-xxxlg: 26px;
	--fs-xxlg: 22px;
	--fs-xlg: 20px;
	--fs-lg: 18px;
	--fs-md: 16px;
	--fs-sm: 14px;
}

.wrapper .inner {
	margin: 0 auto;
}

.wrapper .section-ttl {
	font-size: var(--fs-xxxxxlg);
	line-height: 1.4666666667;
	margin-bottom: 24px;
	padding-bottom: 31px;
	position: relative;
}

.wrapper .section-ttl::after {
	background-color: var(--main-color);
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100px;
}

.wrapper .section-ttl--center {
	text-align: center;
}

.wrapper .section-ttl--center::after {
	left: 50%;
	transform: translateX(-50%);
}

.wrapper .section-ttl--deco {
	color: #fff;
	margin-bottom: 44px;
	margin-inline: auto;
	padding-bottom: 37px;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.wrapper .section-ttl--deco::after {
	background-color: #fff;
	left: 50%;
	transform: translateX(-50%);
}

.wrapper .section-ttl--deco .deco {
	display: block;
}

.wrapper .section-ttl--deco .deco::before,
.wrapper .section-ttl--deco .deco::after {
	background: url(../images/deco.png) no-repeat center center/contain;
	bottom: 26px;
	content: "";
	display: block;
	height: 79px;
	position: absolute;
	width: 77px;
}

.wrapper .section-ttl--deco .deco::before {
	left: -85px;
}

.wrapper .section-ttl--deco .deco::after {
	right: -78px;
	transform: scale(-1, 1);
}

.wrapper .section-subttl {
	font-size: var(--fs-xxxlg);
	margin-bottom: 24px;
	margin-inline: auto;
	padding-bottom: 13px;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.wrapper .section-subttl::after {
	background: linear-gradient(to right, #0a998e 0 4px, #fff 4px 10px);
	background-size: 10px 100%; /* 4px+6px の繰り返し */
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.wrapper .howto-ttl {
	color: var(--main-color);
	font-size: var(--fs-xxlg);
	font-weight: bold;
	margin-inline: auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.wrapper .howto-ttl::before,
.wrapper .howto-ttl::after {
	-webkit-mask: url(../images/line.svg) no-repeat center center/contain;
	background-color: var(--main-color);
	content: "";
	height: 7px;
	mask: url(../images/line.svg) no-repeat center center/contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 89px;
}

.wrapper .howto-ttl::before {
	left: -108px;
}

.wrapper .howto-ttl::after {
	right: -108px;
}

.wrapper .btn {
	border: 1px solid var(--main-color);
	border-radius: 22px;
	color: var(--main-color);
	display: block;
	display: grid;
	height: 42px;
	margin-inline: auto;
	padding: 0 50px;
	place-content: center;
	position: relative;
	transition: color 0.2s ease;
	width: -moz-fit-content;
	width: fit-content;
}

.wrapper .btn::after {
	background: url(../images/btn_arrow.png) no-repeat center center/100% auto;
	content: "";
	height: 12px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
}

.wrapper .btn--02 {
	background-color: var(--main-color);
	color: #fff;
	height: 44px;
	padding: 0 49px;
}

.wrapper .btn--02::after {
	background: url(../images/btn_arrow_white.png) no-repeat center center/100% auto;
}

.wrapper .btn:has(br) {
	display: block;
}

.wrapper .btn:has(br) span {
	display: inline;
	font-weight: 300;
}

.wrapper .link {
	color: var(--main-color);
	font-size: var(--fs-lg);
	font-weight: bold;
	position: relative;
	text-decoration: underline;
}

.wrapper .link.link--window::after {
	background-image: url(../images/window_icon.png);
}

.wrapper .link:has(span) {
	display: inline-block;
}

.wrapper .link:has(span) span {
	font-weight: bold;
	position: relative;
}

.wrapper .link:has(span) span::after {
	background: url(../images/btn_arrow.png) no-repeat center center/100% auto;
	bottom: 0;
	content: "";
	height: 12px;
	position: absolute;
	right: -17px;
	transform: translateY(-50%);
	width: 12px;
}

.wrapper .link:not(:has(span))::after {
	background: url(../images/btn_arrow.png) no-repeat center center/100% auto;
	bottom: 0;
	content: "";
	height: 12px;
	position: absolute;
	right: -17px;
	transform: translateY(-50%);
	width: 12px;
}

.wrapper .bg-fixed {
	background-color: transparent;
	clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
	position: relative;
	z-index: 0;
}

.wrapper .bg-fixed::before {
	background: url(../images/bg_fixed_left.png) no-repeat 0 0/auto 100%, url(../images/bg_fixed_right.png) no-repeat 100% 0/auto 100%;
	content: "";
	height: 100dvh;
	height: 100vh;
	inset: 0;
	position: fixed;
	width: 100%;
	z-index: -1;
}

.wrapper .bg-fixed--01 {
	background-color: transparent;
}

.wrapper .bg-fixed--02 {
	background-color: var(--bg01-color);
}

.wrapper .bg-fixed--03 {
	background-color: rgba(10, 153, 142, 0.7);
	margin-top: -0.5px;
}

.wrapper .mv__ttl img {
	mix-blend-mode: multiply;
}

.wrapper .intro,
.wrapper .alpaca-ice {
	padding-top: 100px;
}

.wrapper .intro .inner,
.wrapper .alpaca-ice .inner {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	gap: 49px;
}

.wrapper .intro__txtarea,
.wrapper .alpaca-ice__txtarea {
	margin-top: 6px;
}

.wrapper .intro__img,
.wrapper .alpaca-ice__img {
	flex-shrink: 0;
}

.wrapper .intro__txt,
.wrapper .alpaca-ice__txt {
	line-height: 2.25;
}

.wrapper .chill-beer {
	padding-block: 200px 195px;
}

.wrapper .chill-beer .inner {
	align-items: center;
	display: flex;
	gap: 50px;
}

.wrapper .chill-beer__img {
	flex-shrink: 0;
}

.wrapper .chill-beer__txt {
	line-height: 2.25;
}

.wrapper .chill-beer__txt + .chill-beer__txt {
	margin-top: 19px;
}

.wrapper .alpaca-ice {
	padding-bottom: 117px;
	padding-top: 0;
}

.wrapper .alpaca-ice__products {
	margin-top: 45px;
}

.wrapper .alpaca-ice__products-list {
	margin-top: 6px;
}

.wrapper .alpaca-ice__products-list p:has(a) {
	margin-top: 19px;
	text-align: center;
}

.wrapper .alpaca-ice__products-list p:has(a) a {
	margin-left: -16px;
}

.wrapper .alpaca-ice__products-item {
	text-align: center;
}

.wrapper .alpaca-ice__products-txt {
	line-height: 1.875;
	margin-top: 16px;
}

.wrapper .pickup {
	background-color: var(--bg02-color);
	padding-bottom: 200px;
	padding-top: 200px;
}

.wrapper .pickup .inner {
	margin-inline: auto;
	max-width: 800px;
	text-align: center;
}

.wrapper .pickup__img {
	margin-block: 30px;
}

.wrapper .pickup__txt {
	line-height: 2.25;
	margin-bottom: 47px;
	text-align: left;
}

.wrapper .pickup .btn {
	background-color: #fff;
}

.wrapper .nibbles {
	padding-bottom: 202px;
	padding-top: 200px;
	text-align: center;
}

.wrapper .nibbles__list {
	margin-top: 44px;
}

.wrapper .nibbles__name {
	font-size: var(--fs-lg);
	font-weight: 500;
	margin-block: 19px;
}

.wrapper .nibbles__txt {
	line-height: 2.25;
}

.wrapper .nibbles__btn {
	margin-top: 32px;
}

.wrapper .swiper-3d .swiper-cube-shadow,
.wrapper .swiper-3d .swiper-slide,
.wrapper .swiper-3d .swiper-slide-shadow,
.wrapper .swiper-3d .swiper-slide-shadow-bottom,
.wrapper .swiper-3d .swiper-slide-shadow-left,
.wrapper .swiper-3d .swiper-slide-shadow-right,
.wrapper .swiper-3d .swiper-slide-shadow-top,
.wrapper .swiper-3d .swiper-wrapper {
	transform-style: unset;
}

.wrapper .swiper {
	max-width: 1024px;
	padding-bottom: 77px;
}

.wrapper .swiper-pagination-bullet {
	background-color: #fff;
	border: 1px solid var(--main-color);
	height: 10px;
	margin: 0 5px !important;
	opacity: 1;
	width: 10px;
}

.wrapper .swiper-pagination-bullet-active {
	background-color: var(--main-color);
}

.wrapper .swiper-container {
	margin-inline: auto;
	max-width: -moz-fit-content;
	max-width: fit-content;
	position: relative;
}

.wrapper .swiper-slide {
	width: -moz-fit-content;
	width: fit-content;
}

.wrapper .swiper-btn {
	cursor: pointer;
	height: 45px;
	position: absolute;
	top: 37%;
	transform: translateY(-50%);
	width: 45px;
	z-index: 2;
}

.wrapper .swiper-btn--prev {
	left: -24px;
}

.wrapper .swiper-btn--next {
	right: -24px;
	transform: translateY(-50%) rotate(180deg);
}

.wrapper .enjoy .bg-fixed--02 {
	padding-top: 199px;
}

.wrapper .highball {
	padding-bottom: 200px;
	padding-top: 14px;
}

.wrapper .highball__subttl {
	color: #fff;
	margin-bottom: 50px;
}

.wrapper .highball__subttl::after {
	background: linear-gradient(to right, #fff 0 4px, transparent 4px 10px);
	background-size: 10px 100%;
}

.wrapper .highball__box {
	background-color: #fff;
	border-radius: 20px;
	margin-inline: auto;
	padding-block: 30px 37px;
	text-align: center;
	width: 700px;
}

.wrapper .highball__box-txt {
	font-size: var(--fs-lg);
	font-weight: 500;
	line-height: 2.1111111111;
}

.wrapper .highball__box strong {
	color: var(--main-color);
}

.wrapper .highball__box-product {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 12px;
}

.wrapper .highball__box-txtarea {
	padding-top: 28px;
}

.wrapper .highball__box-txtarea p {
	font-size: var(--fs-sm);
	font-weight: bold;
	line-height: 1.35;
	padding-left: 18px;
}

.wrapper .highball .howto-ttl {
	color: #fff;
	margin-top: 48px;
}

.wrapper .highball .howto-ttl::before,
.wrapper .highball .howto-ttl::after {
	background-color: #fff;
}

.wrapper .highball__list {
	margin-top: 27px;
}

.wrapper .highball__item {
	align-items: center;
	background-color: #fff;
	display: flex;
}

.wrapper .highball__item:not(:first-child) {
	margin-top: 30px;
}

.wrapper .highball__item-img {
	flex-shrink: 0;
}

.wrapper .highball__item-txtarea {
	padding-left: 30px;
}

.wrapper .highball__num {
	color: var(--main-color);
	font-size: var(--fs-xxxxxlg);
}

.wrapper .highball__txt {
	line-height: 1.875;
	margin-top: 12px;
}

.wrapper .sour {
	padding-block: 199px 200px;
}

.wrapper .sour__subttl {
	color: #fff;
	margin-bottom: 48px;
}

.wrapper .sour__subttl::after {
	background: linear-gradient(to right, #fff 0 4px, transparent 4px 10px);
	background-size: 10px 100%;
}

.wrapper .sour__howto {
	background-color: #fff;
	border-radius: 20px;
	margin-inline: auto;
	padding-block: 32px;
	width: 850px;
}

.wrapper .sour__howto ol {
	font-size: var(--fs-lg);
	line-height: 2.1111111111;
	margin-inline: auto;
	margin-top: 16px;
	width: -moz-fit-content;
	width: fit-content;
}

.wrapper .sour__howto ol span,
.wrapper .sour__howto ol strong {
	color: var(--main-color);
}

.wrapper .sour__howto ol span {
	font-weight: 500;
}

.wrapper .sour__howto ol li {
	font-weight: 500;
}

.wrapper .sour .bubble {
	background-color: #fff;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	margin-inline: auto;
	margin-top: 48px;
	padding-block: 26px 36px;
	position: relative;
	width: 850px;
}

.wrapper .sour .bubble::after {
	background-color: #fff;
	bottom: -17px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
	height: 20px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 38px;
}

.wrapper .sour__ratio {
	display: flex;
	gap: 9px;
	justify-content: center;
}

.wrapper .sour__ratio-item {
	text-align: center;
}

.wrapper .sour__ratio-img {
	align-items: flex-end;
	display: flex;
	height: 142px;
	justify-content: center;
	width: 100%;
}

.wrapper .sour__ratio-num {
	color: var(--main-color);
	font-size: var(--fs-xxxxlg);
	font-weight: 500;
	text-align: center;
}

.wrapper .sour__ratio-ico {
	color: var(--main-color);
	font-size: var(--fs-xxxxlg);
	font-weight: 500;
	margin-block: auto;
	transform: translateY(-6px);
}

.wrapper .sour__ratio-txt {
	font-size: var(--fs-lg);
	font-weight: 500;
	line-height: 1.3888888889;
	margin-top: 15px;
}

.wrapper .sour__ratio-txt span {
	color: var(--main-color);
	display: block;
	font-size: var(--fs-md);
	font-weight: 500;
	margin-top: 3px;
}

.wrapper .sour__mix {
	position: relative;
	text-align: center;
}

.wrapper .sour__mix::before {
	background: url(../images/plus_icon.svg) no-repeat center center/contain;
	content: "";
	height: 43px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 43px;
}

.wrapper .sour__mix-txt {
	font-size: var(--fs-lg);
	font-weight: 500;
	line-height: 1.6666666667;
	margin-top: 14px;
}

.wrapper .sour__list {
	margin-top: 48px;
}

.wrapper .sour__item {
	background-color: #fff;
	display: flex;
	width: 100%;
}

.wrapper .sour__item:not(:first-child) {
	margin-top: 30px;
}

.wrapper .sour__img {
	flex-shrink: 0;
}

.wrapper .sour__txtarea {
	padding: 15px 24px 0 30px;
	position: relative;
	width: 100%;
}

.wrapper .sour__txtarea p {
	margin-top: 15px;
}

.wrapper .sour__txtarea .link {
	line-height: 1.2777777778;
}

.wrapper .sour__name {
	color: var(--main-color);
	font-size: var(--fs-xxxxxlg);
	line-height: 1.3333333333;
	margin-top: 27px;
}

.wrapper .sour__material p {
	font-size: var(--fs-sm);
	font-weight: bold;
	margin-top: 24px;
}

.wrapper .sour__material-box {
	background-color: var(--bg-color);
	font-size: var(--fs-sm);
	line-height: 2.2857142857;
	margin-top: 8px;
	padding: 10px 0 10px 19px;
	width: 49.2%;
}

.wrapper .sour__fruit {
	align-items: center;
	bottom: 40px;
	display: flex;
	position: absolute;
	right: 30px;
}

.wrapper .pickup--02 {
	background-color: #fff;
}

.wrapper .arrange {
	padding-block: 197px 199px;
}

.wrapper .arrange__ttl {
	color: #fff;
}

.wrapper .arrange__ttl::after {
	background: linear-gradient(to right, #fff 0 4px, transparent 4px 10px);
	background-size: 10px 100%;
}

.wrapper .arrange__txt {
	line-height: 1.875;
	margin-inline: auto;
	width: 88%;
}

.wrapper .arrange__list {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-top: 48px;
}

.wrapper .arrange__item {
	background-color: #fff;
	padding-bottom: 30px;
	text-align: center;
	width: 100%;
}

.wrapper .arrange__name {
	color: var(--main-color);
	font-size: var(--fs-lg);
	font-weight: 500;
	margin-block: 19px 9px;
}

.wrapper .arrange .btn {
	margin-top: 18px;
}

@media screen and (min-width: 767px) {

.wrapper .inner {
	max-width: 1024px;
}

.wrapper .btn:hover {
	color: rgba(10, 153, 142, 0.5);
	opacity: 1;
}

.wrapper .btn--02 {
	transition: all 0.2s ease;
}

.wrapper .btn--02:hover {
	color: #fff;
	opacity: 0.8;
}

.wrapper .bg-fixed--01 {
	margin-top: 1px;
}

.wrapper .alpaca-ice__products-list {
	display: flex;
	gap: 20px;
	justify-content: center;
}

.wrapper .nibbles .section-ttl {
	padding-bottom: 38px;
}

.wrapper .swiper-container:has(.swiper--01) .swiper-btn {
	display: none;
}

.wrapper .swiper-container:has(.swiper--01) .swiper-pagination {
	display: none;
}

.wrapper .sour__ratio-item:first-child img {
	height: 100%;
}

.wrapper .sour__ratio-item:last-child img {
	height: 133px;
}

.wrapper .sour__mix {
	margin-left: 25px;
	padding-left: 91px;
	padding-right: 30px;
}

.wrapper .sour__mix-img {
	display: grid;
	height: 187px;
	place-items: end;
}

.wrapper .arrange__item {
	max-width: 330px;
}

}

@media screen and (min-width: 767px) and (max-width: 1080px) {

.wrapper .bg-fixed::before {
	transform: translateX(var(--bg-x, 0));
	width: 1080px;
}

}

@media screen and (max-width: 766.9px) {

:root {
	--fs-xxxxxlg: 8vw;
	--fs-xxxxlg: 7.4666666667vw;
	--fs-xxxlg: 6.9333333333vw;
	--fs-xxlg: 5.8666666667vw;
	--fs-xlg: 5.3333333333vw;
	--fs-lg: 4.8vw;
	--fs-md: 4.2666666667vw;
	--fs-sm: 3.7333333333vw;
}

.wrapper .inner {
	padding: 0 5.3333333333vw;
}

.wrapper .section-ttl {
	margin-bottom: 6.4vw;
	padding-bottom: 8.5333333333vw;
}

.wrapper .section-ttl::after {
	height: 0.5333333333vw;
	width: 26.6666666667vw;
}

.wrapper .section-ttl--deco {
	margin-bottom: 8.2666666667vw;
	padding-bottom: 8.5333333333vw;
}

.wrapper .section-ttl--deco .deco::before,
.wrapper .section-ttl--deco .deco::after {
	background-image: url(../images/deco-sp.png);
	bottom: auto;
	height: 24.8vw;
	top: -8.5333333333vw;
	width: 12vw;
}

.wrapper .section-ttl--deco .deco::before {
	left: -0.5333333333vw;
}

.wrapper .section-ttl--deco .deco::after {
	right: -0.5333333333vw;
}

.wrapper .section-subttl {
	line-height: 1.4615384615;
	margin-bottom: 6.4vw;
	padding-bottom: 4vw;
	text-align: center;
}

.wrapper .section-subttl::after {
	background: linear-gradient(to right, #0a998e 0 1.0666666667vw, #fff 1.0666666667vw 2.6666666667vw);
	background-size: 2.6666666667vw 100%;
	height: 0.5333333333vw;
}

.wrapper .howto-ttl {
	line-height: 1.7272727273;
	text-align: center;
}

.wrapper .howto-ttl::before,
.wrapper .howto-ttl::after {
	-webkit-mask-image: url(../images/line-sp.svg);
	height: 1.6vw;
	mask-image: url(../images/line-sp.svg);
	top: 60%;
	width: 12vw;
}

.wrapper .howto-ttl::before {
	left: -13.8666666667vw;
}

.wrapper .howto-ttl::after {
	right: -13.8666666667vw;
}

.wrapper .btn {
	border-radius: 5.8666666667vw;
	border-width: 0.2666666667vw;
	height: 11.7333333333vw;
	padding: 0 13.3333333333vw;
}

.wrapper .btn::after {
	height: 3.7333333333vw;
	right: 4vw;
	width: 3.2vw;
}

.wrapper .btn--02 {
	height: 11.7333333333vw;
	padding: 0 13.0666666667vw;
}

.wrapper .btn:has(br) {
	border-radius: 19.2vw;
	display: grid;
	height: 18.1333333333vw;
	line-height: 1.5;
	text-align: center;
	width: 89.3333333333vw;
}

.wrapper .link:has(span) span::after {
	bottom: -0.5333333333vw;
	height: 3.7333333333vw;
	right: -5.0666666667vw;
	width: 3.2vw;
}

.wrapper .link:not(:has(span))::after {
	bottom: -0.5333333333vw;
	height: 3.7333333333vw;
	right: -4.5333333333vw;
	width: 3.2vw;
}

.wrapper .bg-fixed::before {
	background-image: url(../images/bg_fixed-sp.png);
	background-position: center center;
	background-size: cover;
}

.wrapper .bg-fixed--01::before {
	display: none;
}

.wrapper .intro,
.wrapper .alpaca-ice {
	padding-top: 11.7333333333vw;
}

.wrapper .intro .inner,
.wrapper .alpaca-ice .inner {
	flex-direction: column;
	gap: 11.7333333333vw;
}

.wrapper .intro__txtarea,
.wrapper .alpaca-ice__txtarea {
	margin-top: 1.6vw;
}

.wrapper .intro__img img,
.wrapper .alpaca-ice__img img {
	width: 78.6666666667vw;
}

.wrapper .chill-beer {
	padding-block: 26.6666666667vw 13.0666666667vw;
}

.wrapper .chill-beer .section-ttl {
	text-align: right;
}

.wrapper .chill-beer .section-ttl::after {
	left: auto;
	right: 0;
}

.wrapper .chill-beer .inner {
	flex-direction: column;
	gap: 11.7333333333vw;
}

.wrapper .chill-beer__img img {
	width: 78.6666666667vw;
}

.wrapper .chill-beer__txt + .chill-beer__txt {
	margin-top: 5.0666666667vw;
}

.wrapper .alpaca-ice {
	padding-bottom: 22.4vw;
}

.wrapper .alpaca-ice__products {
	margin-top: 16vw;
}

.wrapper .alpaca-ice__products-list {
	margin-top: 1.3333333333vw;
}

.wrapper .alpaca-ice__products-list p:has(a) {
	margin-top: 3.7333333333vw;
}

.wrapper .alpaca-ice__products-list p:has(a) a {
	margin-left: -4.2666666667vw;
}

.wrapper .alpaca-ice__products-item img {
	width: 78.6666666667vw;
}

.wrapper .alpaca-ice__products-txt {
	margin-top: 2.6666666667vw;
}

.wrapper .pickup {
	padding-bottom: 26.6666666667vw;
	padding-inline: 5.3333333333vw;
	padding-top: 26.6666666667vw;
}

.wrapper .pickup .inner {
	display: contents;
}

.wrapper .pickup__ico {
	height: 29.3333333333vw;
	margin-inline: auto;
	width: 29.3333333333vw;
}

.wrapper .pickup__img {
	margin-block: 8vw;
}

.wrapper .pickup__txt {
	margin-bottom: 11.4666666667vw;
}

.wrapper .pickup .btn {
	padding-left: 10vw;
}

.wrapper .nibbles {
	padding-bottom: 26.6666666667vw;
	padding-top: 26.6666666667vw;
}

.wrapper .nibbles__list {
	margin-top: 11.4666666667vw;
}

.wrapper .nibbles__item > img {
	width: 78.6666666667vw;
}

.wrapper .nibbles__name {
	margin-block: 5.0666666667vw;
}

.wrapper .nibbles__txt {
	padding: 0 5.3333333333vw;
	text-align: left;
}

.wrapper .nibbles__btn {
	margin-top: 8.5333333333vw;
	padding-left: 2.1333333333vw;
	padding-right: 5.3333333333vw;
}

.wrapper .swiper {
	padding-bottom: 12.8vw;
}

.wrapper .swiper-pagination-bullets {
	bottom: 2.6666666667vw !important;
}

.wrapper .swiper-pagination-bullet {
	height: 2.6666666667vw;
	margin: 0 2.6666666667vw !important;
	width: 2.6666666667vw;
}

.wrapper .swiper-btn {
	height: 12vw;
	top: 37.5%;
	width: 12vw;
}

.wrapper .swiper-btn--prev {
	left: 2.6666666667vw;
}

.wrapper .swiper-btn--next {
	right: 2.6666666667vw;
}

.wrapper .swiper-container:has(.swiper--01) .swiper--01 {
	padding-bottom: 14.1333333333vw;
}

.wrapper .swiper-container:has(.swiper--01) .swiper-btn {
	top: 30.7%;
}

.wrapper .enjoy .bg-fixed--02 {
	padding-top: 26.6666666667vw;
}

.wrapper .highball {
	padding-bottom: 26.6666666667vw;
	padding-top: 8vw;
}

.wrapper .highball__subttl {
	margin-bottom: 12.8vw;
}

.wrapper .highball__subttl::after {
	background: linear-gradient(to right, #fff 0 1.0666666667vw, transparent 1.0666666667vw 2.6666666667vw);
	background-size: 2.6666666667vw 100%;
}

.wrapper .highball__box {
	border-radius: 5.3333333333vw;
	padding-block: 9.8666666667vw 9.8666666667vw;
	width: 100%;
}

.wrapper .highball__box-txt {
	font-size: var(--fs-md);
	line-height: 1.875;
}

.wrapper .highball__box-product {
	flex-direction: column;
	gap: 2.6666666667vw;
	margin-top: 4.5333333333vw;
}

.wrapper .highball__box-product img {
	width: 54.1333333333vw;
}

.wrapper .highball__box-txtarea {
	padding-top: 1.6vw;
}

.wrapper .highball__box-txtarea p {
	margin-bottom: 1.6vw;
	padding-left: 0;
}

.wrapper .highball__box-txtarea .link {
	margin-left: -4.2666666667vw;
}

.wrapper .highball .howto-ttl {
	margin-top: 12.8vw;
}

.wrapper .highball__list {
	margin-top: 7.2vw;
}

.wrapper .highball__item {
	flex-direction: column;
	padding-bottom: 12.5333333333vw;
}

.wrapper .highball__item:not(:first-child) {
	margin-top: 8.2666666667vw;
}

.wrapper .highball__item-img {
	padding-top: 5.3333333333vw;
}

.wrapper .highball__item-img img {
	width: 78.6666666667vw;
}

.wrapper .highball__item-txtarea {
	margin-top: 12.5333333333vw;
	padding-inline: 5.3333333333vw;
}

.wrapper .highball__txt {
	margin-top: 4vw;
}

.wrapper .sour {
	padding-block: 26.6666666667vw;
}

.wrapper .sour__subttl {
	margin-bottom: 13.3333333333vw;
}

.wrapper .sour__subttl::after {
	background: linear-gradient(to right, #fff 0 1.0666666667vw, transparent 1.0666666667vw 2.6666666667vw);
	background-position: 1.0666666667vw 0;
	background-size: 2.6666666667vw 100%;
}

.wrapper .sour__howto {
	border-radius: 5.3333333333vw;
	padding-block: 8vw 9.0666666667vw;
	width: 100%;
}

.wrapper .sour__howto .howto-ttl::before,
.wrapper .sour__howto .howto-ttl::after {
	top: 79%;
}

.wrapper .sour__howto ol {
	margin-top: 5.6vw;
	width: 88%;
}

.wrapper .sour .bubble {
	border-radius: 5.3333333333vw;
	flex-direction: column;
	margin-top: 13.0666666667vw;
	padding-block: 9.3333333333vw 10.1333333333vw;
	width: 100%;
}

.wrapper .sour .bubble::after {
	bottom: -4.2666666667vw;
	height: 4.5333333333vw;
	width: 9.0666666667vw;
}

.wrapper .sour__ratio {
	gap: 0;
}

.wrapper .sour__ratio-item:first-child {
	width: 36%;
}

.wrapper .sour__ratio-item:first-child img {
	width: 14.9333333333vw;
}

.wrapper .sour__ratio-item:last-child {
	width: 41%;
}

.wrapper .sour__ratio-item:last-child img {
	width: 16vw;
}

.wrapper .sour__ratio-img {
	height: 45.0666666667vw;
	margin-top: 2.4vw;
}

.wrapper .sour__ratio-ico {
	transform: translate(2.1333333333vw, -5.0666666667vw);
}

.wrapper .sour__ratio-txt {
	line-height: 1.3333333333;
	margin-top: 2.6666666667vw;
}

.wrapper .sour__ratio-txt span {
	margin-top: 3.4666666667vw;
	transform: translateX(-1.0666666667vw);
	white-space: nowrap;
}

.wrapper .sour__mix::before {
	height: 11.4666666667vw;
	left: 50%;
	top: 5.2%;
	transform: translateX(-50%);
	width: 11.4666666667vw;
}

.wrapper .sour__mix-img {
	margin-inline: auto;
	padding-top: 19.7333333333vw;
	width: 66.1333333333vw;
}

.wrapper .sour__mix-txt {
	margin-top: 2.1333333333vw;
}

.wrapper .sour__list {
	margin-top: 12.2666666667vw;
}

.wrapper .sour__item {
	flex-direction: column;
	padding-bottom: 11vw;
}

.wrapper .sour__item:not(:first-child) {
	margin-top: 8vw;
}

.wrapper .sour__img {
	margin-inline: auto;
	padding-top: 5.3333333333vw;
}

.wrapper .sour__img img {
	width: 78.6666666667vw;
}

.wrapper .sour__txtarea {
	margin-inline: auto;
	padding: 0;
	width: 88%;
}

.wrapper .sour__txtarea p {
	line-height: 1.875;
	margin-top: 4.5333333333vw;
}

.wrapper .sour__txtarea .link {
	margin-left: -5.0666666667vw;
}

.wrapper .sour__name {
	line-height: 1.4666666667;
	margin-top: 7.8666666667vw;
}

.wrapper .sour__material p {
	margin-top: 6.4vw;
}

.wrapper .sour__material-box {
	margin-top: 1.6vw;
	padding: 2.4vw 0vw 2.4vw 5.0666666667vw;
	width: auto;
}

.wrapper .sour__fruit {
	flex-direction: column-reverse;
	gap: 3.7333333333vw;
	margin-top: 8vw;
	position: static;
	text-align: center;
}

.wrapper .pickup--02 .btn {
	padding-left: 9.6vw;
}

.wrapper .arrange {
	padding-block: 26.6666666667vw 26.6666666667vw;
}

.wrapper .arrange__ttl::after {
	background: linear-gradient(to right, #fff 0 1.0666666667vw, transparent 1.0666666667vw 2.6666666667vw);
	background-size: 2.6666666667vw 100%;
}

.wrapper .arrange__list {
	flex-direction: column;
	gap: 8vw;
	margin-top: 13.0666666667vw;
}

.wrapper .arrange__item {
	margin-inline: auto;
	padding-bottom: 7.7333333333vw;
	width: 88vw;
}

.wrapper .arrange__name {
	line-height: 1.6666666667;
	margin-block: 4.8vw 2.6666666667vw;
}

.wrapper .arrange .btn {
	margin-top: 4.8vw;
}

}

