@charset "UTF-8";
:root {
  --main: #EA5614;
  --primary: #FFEA00;
  --secondary: #049944;
  --bg: #FCF0DA;
}
/*==============================
リセット
==============================*/
#contents h2,
#contents h3,
#contents h4,
#contents p,
#contents dd,
#contents figure {
	margin: 0;
}
#contents ul,
#contents ol,
#contents dl {
	list-style: none;
	margin: 0;
	padding: 0;
}
#contents img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
/*==============================
基本
==============================*/
#contents {
	font-size: 16px; 
	letter-spacing: 0.05em;
	color: var(--main);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
}
a {
	text-decoration: none;
	color: currentColor;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.marker {
	background-image: linear-gradient(transparent 60%, #F49586 40%);
	background-image: linear-gradient(transparent 60%, rgba(244, 149, 134, 0.6) 40%);
}
.quicksand {
	font-family: "Quicksand", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
@media screen and (max-width : 771px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	#contents {
		font-size: 4.0712vw;
		padding-bottom: 0;
	}
	#pagetop_anchor.is_visible {
		bottom: 50px;
	}
	#site_header {
		z-index: 999;
	}
}
/*==============================
タイトル
==============================*/
.title {
	font-size: 40px; 
	font-weight: 700;
	text-align: center;
	margin-bottom: 60px!important;
	position: relative;
	letter-spacing: 0.05em;
}
.title span {
	display: block;
	margin-bottom: 19px!important;
}
@media screen and (max-width : 771px) {
	.title {
		font-size: 7.6335vw;
		margin-bottom: 15.267vw!important;
		line-height: 1.5;
	}
	.title span {
		margin-bottom: 4.8346vw!important;
	}
}
/*==============================
くの字
==============================*/
.arrow {
	width: 8px;
	height: 8px;
	display: block;
	position: relative;
	margin-top: 2px;
}
.arrow::before,
.arrow::after {
	content:"";
	position:absolute;
	left: 0;
	top: 3px;
	width: 8px;
	height: 1px;
	background: currentColor;
	transform-origin: right center;
}
.arrow::before { transform: rotate(45deg); }
.arrow::after { transform: rotate(-45deg); }
@media screen and (max-width : 771px) {
	.arrow {
		width: 2.0356vw;
		height: 2.0356vw;
		margin-top: 0.5vw;
	}    
	.arrow::before,
	.arrow::after {
		top: 0.76vw;
		width: 2.0356vw;
	}
}
/*==============================
ボタン
==============================*/
.button {
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.1em;
}
/*ゴマキボタン*/
.has-image .button {
	width: 398px; 
	height: 88px;
	border-radius: 100px;
	position: relative; 
	background: var(--main);
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	flex-direction: column;
	margin-inline: auto;
	border: 1px solid var(--main);
	transition: .3s;
}
.has-image .button span > span {
	display: block;
	font-size: 16px;
	font-weight: 400;
}
.has-image .button > span:first-of-type {
	margin-left: 60px;
}
.sides .has-image .button > span:first-of-type {
	margin-left: 40px;
}
.has-image .button:hover {
	transition: .3s;
	background: #fff;
	color: var(--main);
}
.has-image .button .arrow {
	position: absolute;
	right: 40px;
	width: 12px;
	height: 12px;
}
.has-image .button .arrow::before,
.has-image .button .arrow::after {
	width: 12px;
	height: 2px;
}
.has-image .button::before {
	content: "";
	display: block; 
	width: 92px;
	height: 128px;
	background: url(images/button-img.png) center / cover no-repeat;
	position: absolute;
	left: 23px;
	bottom: -1px;
}
@media (hover: hover) and (pointer: fine) {
	/**きらりと光**/
	.button__shiny::before {
		position: absolute;
		content: "";
		top: 0;
		left: -120%;
		width: 100%;
		height: 100%;
		transform: skewX(-30deg);
		background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
	}
	.button__shiny:hover:before {
		animation: shine .4s linear;
	}
	@keyframes shine {
		100% {
			left: 100%;
		}
	}
}
@media screen and (max-width : 771px) {
	.has-image .button span > span {
		font-size: 3.56234vw;
		margin-bottom: 0.5vw;
	}
	.has-image span > span {
		font-size: 4.07124vw;
	}
	.has-image .button > span:first-of-type {
		margin-left: 10.8vw;
	}
	.has-image .button {
		width: 89.3vw;
		height: 19.847vw;
		border-radius: 25.44529vw;
		font-size: 4.58vw;
	}
	.has-image .button::before {
		width: 23.409vw;
		height: 32.5699vw;
		left: 2.2vw;
		bottom: -1px;
	}
	.has-image .button .arrow {
		right: 10.178vw;
		width: 3.053vw;
		height: 3.053vw;
	}
	.has-image .button .arrow::before,
	.has-image .button .arrow::after {
		width: 3.053vw;
		height: 0.5vw;
	}
}
/*==============================
  アニメーション（整理版）
==============================*/
.animate { opacity: 0; }
/* -----------------
  transition系：表示固定
----------------- */
.animate.fadein.is-show,
.animate.slideUp.is-show {
  opacity: 1;
}
/* ===== fadein ===== */
.animate.fadein {
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition-delay: var(--d, 0s);
}
.animate.fadein.is-show {
  transform: translateY(0);
}
/* ===== slideUp（ひゅっ） ===== */
.animate.slideUp {
  transform: translateY(60px);
  transition: opacity 0.5s ease-out, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.animate.slideUp.is-show {
  transform: translateY(0);
}
/* -----------------
  animation系：初期状態を“is-show前”に持たせてチラつき防止
----------------- */
/* ===== impact ===== */
.animate.impact {
  opacity: 0;
  transform: scale(0.2) rotate(-4deg);
  filter: blur(15px);
}
.animate.impact.is-show {
  animation: impactZoom 0.9s forwards;
}
@keyframes impactZoom {
  0%   { opacity: 0; transform: scale(0.2) rotate(-4deg); filter: blur(15px); }
  40%  { opacity: 1; transform: scale(1.25) rotate(3deg); filter: blur(0); }
  55%  { transform: scale(0.9) rotate(-2deg); }
  70%  { transform: scale(1.1) rotate(1deg); }
  85%  { transform: scale(0.97) rotate(-0.5deg); }
  100% { opacity: 1; transform: scale(1) rotate(0); filter: blur(0); }
}
/* ===== pyon ===== */
.animate.pyon {
  opacity: 0;
  transform: translateY(80px) scale(0.9);
}
.animate.pyon.is-show {
  animation: pyonUp 0.7s forwards;
}
@keyframes pyonUp {
  0%   { opacity: 0; transform: translateY(80px) scale(0.9); }
  60%  { opacity: 1; transform: translateY(-10px) scale(1.05); }
  80%  { opacity: 1; transform: translateY(5px) scale(0.98); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
/* -----------------
  delay（両方）
----------------- */
/* transition系 delay */
.animate.fadein.is-show.delay-1,
.animate.slideUp.is-show.delay-1 { transition-delay: 0.2s; }
.animate.fadein.is-show.delay-2,
.animate.slideUp.is-show.delay-2 { transition-delay: 0.4s; }
.animate.fadein.is-show.delay-3,
.animate.slideUp.is-show.delay-3 { transition-delay: 0.6s; }
.animate.fadein.is-show.delay-4,
.animate.slideUp.is-show.delay-4 { transition-delay: 0.8s; }
.animate.fadein.is-show.delay-5,
.animate.slideUp.is-show.delay-5 { transition-delay: 1s; }
.animate.fadein.is-show.delay-6,
.animate.slideUp.is-show.delay-6 { transition-delay: 1.2s; }
/* animation系 delay */
.animate.impact.is-show.delay-1,
.animate.pyon.is-show.delay-1 { animation-delay: 0.2s; }
.animate.impact.is-show.delay-2,
.animate.pyon.is-show.delay-2 { animation-delay: 0.4s; }
.animate.impact.is-show.delay-3,
.animate.pyon.is-show.delay-3 { animation-delay: 0.6s; }
/*==============================
キャンペーンエリア
==============================*/
.campaign {
	position: relative;
	background: url(images/autumn/campaign-bg.png) center top / 956px no-repeat,#fff;
}
.campaign-bg{
	position:absolute;
	inset:0;
	width:100%;
	object-fit:cover;
}
.campaign__header {
	position: relative;
}
.campaign__header-deco {
	position: absolute; 
	bottom: 0;
}
.campaign__header-light {
	position: absolute;
	top: 0;
	left: 50%;
	width: 730px;
	transform: translateX(-50%);
	pointer-events: none;
	mix-blend-mode: screen;
	opacity: 0;
	animation: lightFadeIn 1.5s ease 0.5s forwards;
}
@keyframes lightFadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.campaign__header-light img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-mask-image: linear-gradient(
		to bottom,
		#000 0%,
		#000 65%,
		transparent 100%
	);
	mask-image: linear-gradient(
		to bottom,
		#000 0%,
		#000 65%,
		transparent 100%
	);
	opacity: .53;
}
.campaign__inner {
	padding-bottom: 110px;
	position: relative;
	background: url(images/autumn/shochu.png) center bottom 24px / 956px no-repeat,url(images/autumn/campaign-bg2.png) center bottom -17px / 956px no-repeat,#fff;
}
.campaign__title {
	padding-top: 35px;
	margin: 0 auto 41px!important;
	text-align: center;
}
.campaign__detail {
	margin-top: 59px;
	margin-bottom: 176px;
}
.campaign__list {
	display: flex;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
	width: 100%; 
	max-width: 856px; 
	margin: auto!important;
}
.campaign__item {
	width: 272px;
	background: #fff;
	border-radius: 20px;
	border: 1px solid var(--main);
	overflow: hidden;
}
.campaign__number {
	background: var(--main);
	color: #fff;
	text-align: center;
}
.campaign__number span {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.32;
	margin-right: 4px;
}
.campaign__item-detail {
	padding: 0;
	position: relative;
}
.campaign__item-lead {
	color: #000;
	text-align: center;
	margin-bottom: 7px!important;
	line-height: 1.69;
	font-weight: 500;
	padding-top: 21px;
	font-size: 12px;
}
.campaign__item:last-of-type .campaign__item-lead {
	padding-top: 43px;
}
.campaign-item_title {
	font-size: 18px; 
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.45;
	padding-bottom: 14px;
	background: #fff;
}
.campaign__item-img {
	background: #fff;
	padding-bottom: 24px;
}
.campaign__item-text {    
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.44;
	border-radius: 0 0 20px 20px;
	text-align: left;
	position: relative;
	display: flex; 
	align-items: center;
	flex-direction: column;
	gap: 3px;
	padding: 14px 16px 20px;
	padding-inline: 10px;
}
.campaign__item:last-of-type .campaign__item-text {
	padding-block: 24px 28px;
}
.campaign__item-text::before {
	content: "【賞品内容】";
	font-size: 12px;
	display: block;
	flex-shrink: 0;
}
.campaign__item-text .att {
	display: block!important;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	margin-top: 5px;
}
.campaign__item-list li,
.campaign__item-text p {
	display: flex;
	text-indent: -1em;
	padding-left: 1em;
}
.campaign__item-list li.sp {
	display: none!important;
}
.campaign__item-body {
	text-align: center;
	background: var(--bg);
}
/*推し確賞*/
.campaign__item.oshikaku {
	width: 100%;
}
.campaign__item.oshikaku .campaign__item-lead {
	text-align: left;
	padding: 22px 40px 0 200px;
	padding-top: 32px;
	margin-bottom: 9px!important;
	font-size: 16px;
	line-height: 1.5;
}
.campaign__item.oshikaku .campaign__item-lead > span {
	color: var(--main);
	font-weight: 700;
	display: block;
}
.campaign__item.oshikaku .campaign__item-lead > span span {
	font-weight: 500;
	display: none;
}
.campaign__item.oshikaku .campaign-item_title {
	text-align: left;
	padding-left: 200px;
	font-size: 24px;
	padding-bottom: 20px;
	padding-bottom: 33px;
}
.campaign__item.oshikaku .campaign__item-text {
	display: block;
    padding-bottom: 24px;
	padding-bottom: 25px;
    padding-left: 180px;
    padding-top: 19px;
}
.campaign__item.oshikaku .campaign__item-text::before {
	margin-bottom: 2px;
}
.campaign__item.oshikaku .campaign__item-img {
	right: 32px;
	top: 25px;
	top: 21px;
	position: absolute;
	margin: auto!important;
	text-align: center;
	z-index: 2;
	padding-bottom: 0;
	background: none;
}
.campaign__item.oshikaku .campaign__item-img-girl {
	position: absolute;
	top: -24px;
	left: 9px;
	top: -19px;
}
/*キャンペーンに応募する*/
.campaign__cta {
	position: relative;
	z-index: 2;
	margin: auto;
	width: 560px;
	overflow: hidden;
}
.campaign__button {
	background: var(--primary);
	width: 560px;
	height: 100px;
	border-bottom: 10px solid #000;
	box-shadow: inset 0 7px 0 #FFF588;
	border-radius: 100px;
	margin-inline: auto;
	z-index: 2;
	overflow: hidden;
	position: relative;
}
.campaign__button span {
	display: flex; 
	align-items: center;
	gap: 10px;
	font-size: 32px;
	font-weight: 700;
	color: #000;
	letter-spacing: 0.1em;
}
.campaign__button span::after {
	content: "";
	display: inline-block; 
	width: 39px;
	height: 29px;
	background: url(images/icon-arrow-campaign.svg) center / contain no-repeat;
}
/*フォロー*/
.campaign__follow {
	background: #fff;
	font-weight: 700;
	width: 562px; 
	width: 520px;
	height: 54px;
	display: flex; 
	align-items: center; 
	border-radius: 4px;
	margin: 30px auto 31px;
	gap: 11px;
	padding-left: 16px;
	border: 1px solid #000;
	z-index: 2;
	position: relative;
}
.campaign__inner .campaign__follow {
	border: none;
}
.campaign__follow-text {
	display: flex; 
	align-items: center;
	gap: 5px;
	color: #000;
	letter-spacing: 0;
}
.campaign__follow-text::after {
	content: "";
	display: inline-block; 
	width: 18px;
	height: 18px;
	background: url(images/icon-arrow-follow.svg) center / cover no-repeat;
}
.campaign__follow-icon {
	display: flex;
	gap: 12px;
	align-items: center;
}
/*焼酎たち*/
.shochu-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 625px;
  overflow: hidden;
	opacity: 0;
	animation: contentFadeIn 1s ease 1.1s forwards;
}
@keyframes contentFadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.shochu {
  position: absolute;
  opacity: 0;
  animation: float 3s ease-in-out infinite;
  animation-delay: 0s;
}
@keyframes float {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}
.shochu.i1 {
  width: 49px;
  top: -30px;
  left: 112px;
}
.shochu.i2 {
  width: 74px;
  top: 0;
  left: 22px;
}
.shochu.i3 {
  width: 49px;
  top: 185px;
  left: 105px;
}
.shochu.i4 {
  width: 70px;
  top: 215px;
  left: -26px;
}
.shochu.i5 {
  width: 46px;
  top: 300px;
  left: 137px
}
.shochu.i6 {
  width: 102px;
  top: 410px;
  left: 70px;
}
.shochu.i7 {
  width: 82px;
  top: 460px;
  left: -32px;
}
.shochu.i10 {
  width: 64px;
  top: 0;
  right: 143px;
}
.shochu.i11 {
  width: 63px;
  top: 475px;
  right: 0;
}
.shochu.i12 {
  width: 63px;
  top: 37px;
  right: 37px;
}
.shochu.i13 {
  width: 70px;
  top: 131px;
  right: 98px;
}
.shochu.i14 {
  width: 82px;
  top: 180px;
  right: -11px;
}
.shochu.i15 {
  width: 39px;
  top: 309px;
  right: 116px;
}
.shochu.i16 {
  width: 63px;
  top: 425px;
  right: 85px;
}
@media screen and (max-width : 771px) {
	.campaign {
		background: url(images/autumn/campaign-bg_sp.png) center top -11vw / contain no-repeat;
	}
	.campaign__header-light {
		width: 100vw;
		top: -13vw;
	}
	.campaign__header-deco {
		display: none;
	}
	.campaign__cta {
		width: 100%;
	}
	.campaign__inner {
		padding-inline: 5.089vw;
		padding-bottom: 26vw;
		background: url(images/autumn/shochu_sp.png) center bottom 1.2vw / 100% no-repeat, url(images/autumn/campaign-bg2_sp.png) center bottom -29vw / 100% no-repeat, #fff;
	}
	.campaign__title {
		width: 89.85vw;
		height: auto;
		margin-bottom: 7.2vw!important;
		padding-top: 7.12468vw;
	}
	.campaign__button {
		width: 89.821vw;
		height: 25.445vw;
		border-bottom: 2.548vw solid #000;
		box-shadow: inset 0 1.78117vw 0 #FFF588;
		border-radius: 25.445vw;
	}
	.campaign__button span {
		font-size: 6.1068vw;
		letter-spacing: 0;
	}
	.campaign__button span::after {
		width: 6.866vw;
		height: 6.84vw;
	}
	.campaign__follow {
		height: auto !important;
		width: 84.73vw;
		margin: 9.16vw auto 12vw;
		margin-top: 8.16vw;
		padding: 5.1vw 0 7.8vw !important;
		display: block;
		text-align: center;
		border-radius: 5.089vw;
	}
	.campaign__follow-text {
		line-height: 1.6;
		margin-bottom: 5.0534vw!important;
		display: block;
	}
	.campaign__follow-text::after {
		content: none;
	}
	.campaign__follow-icon {
		background: url(images/attention_sp.svg) center / 34.09669vw no-repeat;
		justify-content: center;
		gap: 5.089vw;
		width: 34.09669vw;
        margin: auto !important;
	}
	.campaign__follow-icon a img {
		width: 11.1959vw;
	}
	.campaign__inner .campaign__follow {
		margin-bottom: 8vw;
		border: 1px solid #000;
	}
	.campaign__list {
		flex-direction: column;
		gap: 3.5vw;
	}
	.campaign__detail {
		margin-top: 16.2vw;
		margin-bottom: 33vw;
	}
	.campaign__item {
		width: 100%;
		height: auto;
		border-radius: 5.089vw;
	}
	.campaign__number {
		border-radius: 5.089vw 5.089vw 0 0;
		padding-block: 1.5vw 1.3vw;
	}
	.campaign__number span {
		font-size: 7.63358vw;
	}
	.campaign__item-body {
		background: #fff;
	}
	.campaign__item-lead {
		margin-bottom: 6px !important;
        margin-top: 0 !important;
        font-size: 4.071vw!important;
        padding-top: 5vw;
		line-height: 1.56;
	}
	.campaign__item-img {
		right: 0!important;
		bottom: 0!important;
		width: 74.55vw;
		height: 74.55vw;
		left: 0;
		top: 3.244vw;
		margin-inline: auto!important;
		padding-bottom: 0;
	}
	.campaign__item:last-of-type .campaign__item-img {
		top: -3.756vw;
	}
	.campaign__item-img img {
		width: 100%; 
		height: 100%;
	}
	.campaign-item_title {
		font-size: 6.10687vw;
		text-align: center;
		margin-bottom: 0!important
	}
	.campaign__item-text,
	.campaign__item:last-of-type .campaign__item-text,
	.campaign__item.oshikaku .campaign__item-text {
		font-size: 4.07vw;
		text-align: left;
		line-height: 1.5;
		padding: 6vw 4vw 6.5vw;
		display: block;
		border-radius: 0 0 5.089vw 5.089vw;
		background: var(--bg);
	}
	.campaign__item:not(:first-of-type) .campaign__item-text {
		margin-top: 7.5vw;
		height: auto;
	}
	.campaign__item-text span {
		font-size: 3.0534vw;
		margin-top: 1.2vw;
	}
	.campaign__item-list li.sp {
		display: block!important;
	}
	.campaign__item-detail {
		padding: 0;
	}
	.shochu-container {
		display: none;
	}
	.campaign__item:last-of-type .campaign__item-lead {
		padding-top: 4.8vw;
	}
	.campaign__item.oshikaku .campaign__item-lead {
		padding: 5.1vw 0 0;
		text-align: center;
		margin-bottom: 3.3vw!important;
		line-height: 1.5;
	}
	.campaign__item.oshikaku .campaign__item-lead > span {
		display: block;
		line-height: 1.5;
	}
	.campaign__item.oshikaku .campaign__item-lead > span span {
		display: block;
	}
	.campaign__item.oshikaku .campaign-item_title {
		padding-left: 0;
		text-align: center;
        font-size: 6.10687vw;
		padding-bottom: 3.0534vw;
	}
	.campaign__item.oshikaku .campaign__item-text {
		text-align: left;
	}
	.campaign__item-text::before {
		font-size: 3.562vw;
		text-align: center;
		margin-bottom: 2.6vw!important;
		line-height: 1;
	}
	.campaign__item.oshikaku .campaign__item-img {
		position: static!important;
		width: 82.789vw;
		width: 82.95vw;
        height: auto;
	}
	.campaign__item:not(:first-of-type) .campaign__item-text {
		padding-block: 6.36vw;
	}
}
/*応募方法開閉*/
.accordion {
	margin-top: -40px;
}
.accordion__toggle {
	display: flex;
	align-items: center; 
	justify-content: center;
	width: 100%;
	text-align: center;
	background: var(--main);
	border: none;
	padding: 19px 20px;
	cursor: pointer;
	color: #fff;
	position: relative;
	letter-spacing: 0.05em;
	border-radius: 20px;
}
.accordion__toggle::before {
	content: "";
	display: block;
	width: 27px;
	height: 27px;
	background: var(--main);
	position: absolute;
	top: -14px;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(45deg);
}
.accordion__toggle .pm-base {
	position: relative;
	display: flex; 
	align-items: center;
}
.accordion__toggle .pm-base::after {
	content: '';
	width: 32px;
	height: 32px;
	border: solid 1px #fff;
	display: inline-block;
	border-radius: 100%;
}
.accordion__toggle .pm-inner {
	margin-left: 1em;
	position: relative;
}
.accordion__toggle .pm-inner::before {
	display: block;
	content: "";
	position: absolute;
	top:0;
	bottom:0;
	left: 11px;
	margin:auto;
	width: 12px;
	height: 1px;
	background-color: #fff;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.accordion__toggle .pm-inner::after {  
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 11px;
	margin: auto;
	width: 12px;
	height: 1px; 
	background-color: #fff;
	transition: .3s;
}
.accordion__toggle.active {
	border-radius: 20px 20px 0 0;
}
.accordion__toggle.active .pm-inner::before {
	content: none;
}
.accordion__content {
	display: none;
	position: relative; 
	z-index: 2;
}
/***応募方法***/
.entry__detail {
	background: var(--main);
	padding: 40px 53px;
	border-radius: 0 0 20px 20px;
}
.entry__inner {
	color: #fff;
	font-weight: 500;
	padding: 0;
}
.entry__howto {
	line-height: 2;
	margin-bottom: 32px!important;
}
.entry__howto div + div {
	margin-top: 32px;
}
.entry__contact {
	margin-bottom: 34px;
	margin-top: 12px;
	line-height: 2;
	font-weight: 500;
}
.entry__contact-item a {
	text-decoration: underline;
}
.entry__attention {
	line-height: 2;
	margin-top: 32px!important;
}
.entry__attention::before {
	content: "注意事項：";
}
.entry__attention-item {
	display: block;
	font-weight: 500;
}
.entry__cta.sp {
	display: none;
}
@media screen and (max-width : 771px){
	.accordion {
		background: url(images/autumn/campaign-bg3_sp.png) center bottom -1px / 100% no-repeat;
	}
	.accordion__toggle:hover {
		transition: initial;
		opacity: 1;
	}
	.accordion__toggle .pm-base {
		font-weight: 500;
	}
	.accordion__toggle .pm-base::after {
		border: solid 2px #fff;
	}
	.accordion__toggle .pm-inner::before {
		left: 12px;
		height: 2px;
	}
	.accordion__toggle .pm-inner::after {  
		left: 12px;
		height: 2px; 
	}
	.entry__detail {
		padding: 10.17811vw 7.63358vw;
	}
	.entry__inner {
		padding: 0;
	}
	.entry__attention {
		font-size: 3.5623vw;
	}
	.entry__cta.sp {
		display: flex;
	}
	.entry__cta.pc {
		display: none;
	}
	.entry__cta {
		cursor: pointer;
	}
}
/*==============================
カルーセル
==============================*/
.carousel {
	overflow: hidden;
	width: 100%;
}
.carousel__track {
	display: flex;
	gap: 40px;
	width: max-content;
	animation: scroll-right 30s linear infinite;
}
.carousel__track:hover {
	animation-play-state: paused;
}
.carousel__slide {
	flex-shrink: 0;
	border-radius: 20px;
}
.carousel__image {
	width: 100%;
	height: auto;
	display: block;
}
@keyframes scroll-right {
  0% {
	transform: translateX(-50%);
  }
  100% {
	transform: translateX(0);
  }
}
@keyframes scroll-left {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}
@media screen and (max-width : 771px) {
	.carousel__slide {
		width: 40.3vw;
	}
	.carousel__track {
		gap: 10.178vw;
	}
	.carousel__slide {
		border-radius: 5.089vw;
	}
}
/*==============================
MV
==============================*/
.mv {
	position: relative;
}
.mv__img {
	width: 100%;
	height: 500px;
}
.mv__sns {
	position: absolute;
	top: 20px;
	left: 21px;
	display: flex;
	gap: 12px;
}
@media screen and (max-width : 771px) {
	.mv__sns {
		top: 5.089vw;
		left: 5.089vw;
		gap: 5.089vw;
		display: none;
	}
	.mv__img {
		height: auto;
	}    
	.mv__img img {
		width: 100%; 
		height: 100%;
	}
}
/*==============================
わたしのおススメはこちら
==============================*/
.recommend {
	padding-top: 44px;
	background: url(images/recommend_bg1.svg) top center / 956px no-repeat;
	position: relative;
}
.recommend__inner {
	padding-block: 55px 115px;
	position: relative;
	background: url(images/recommend_bg3.svg) top center / 850px no-repeat;
}
.recommend__inner::after {
	content: "";
	background: var(--main);
	width: 100%;
	height: 177px;
	display: block; 
	position: absolute; 
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.recommend__title span {
	margin-bottom: 12px;
}
.light__container {
	width: 100%;
	height: 258px;
	position: absolute;
	top: 0;
	overflow: hidden;
}
.light {
  opacity: 0;
  transform: translateY(-40px);
  transition: 1s cubic-bezier(.22,1,.36,1);
  position: absolute;
}
.light.is-show {
  opacity: 1;
  transform: translateY(0);
}
.light1 {
	top: -9px;
	left: 36px;
}
.light2 {
	top: -109px;
	left: 174px;
}
.light3 {
	top: -102px;
	right: 112px;
}
.light4 {
	top: -37px;
	right: 40px;
}
.light.delay-1 { transition-delay: 0.5s; }
.light.delay-2 { transition-delay: 0.8s; }
.light.delay-3 { transition-delay: 1s; }
.light.delay-3 { transition-delay: 0.6s; }
.recommend__img {
	position: absolute; 
	top: 213px; 
	left: 0;
	right: 0;
	text-align: center;
	z-index: 3;
}
.recommend__nav {
	display: flex;
	justify-content: space-between;
	gap: 0;
	padding-top: 23px;
	width: 885px;
	margin: auto;
	position: relative; 
	z-index: 3;
}
 .recommend__nav-list {
	display: flex; 
	gap: 32px;
}
.recommend__nav-item a {
	display: flex; 
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
.recommend__nav-item-title {
	width: 110px;
	height: 160px;
	background: url(images/recommend_waku.svg) center / 184px 160px no-repeat;
	transition: .3s;
	top: 0;
}
.recommend__nav-item-title span {
	font-size: 16px;
	color: var(--main);
	font-weight: 500;
	letter-spacing: 0;
	text-align: center;
	display: block;
	padding-top: 36px;
	line-height: 1.5;
	transition: .3s;
}
.recommend__nav-item img {
	padding-top: 170px;
	transition: 0.3s;
}
/*ぴったりの一杯*/
.recommend__nav-item-yourdrink {
	padding-top: 90px;
	margin-left: -29px;
}
.recommend__nav-item-yourdrink .recommend__nav-item-title span {
	padding-top: 30px;
}
/*多彩な果実酒*/
.recommend__nav-item-fuitwine {
	padding-top: 60px;
	margin-left: -19px;
}
.recommend__nav-item-fuitwine img {
	padding-top: 180px;
}
/*理想の*/
.recommend__nav-item-talk {
	padding-top: 108px;
	margin-left: -20px;
}
.recommend__nav-item-talk .recommend__nav-item-title span {
	padding-top: 26px;
}
/*おつまみ*/
.recommend__nav-item-sides {
	padding-top: 40px;
}
.recommend__nav-item-sides img {
	padding-top: 185px;
}
/*豪華プレゼント*/
.recommend__nav-item-points {
	padding-top: 31px;
	margin-left: -18px;
}
.recommend__nav-item-points .recommend__nav-item-title span {
	padding-top: 26px;
	letter-spacing: -0.05em;
}
@media (hover: hover) and (pointer: fine) {
	.recommend__nav-item a:hover .recommend__nav-item-title {
		background: url(images/recommend_waku_hover.svg) center / 184px 160px no-repeat;
		transition: .3s;
	}
	.recommend__nav-item a:hover .recommend__nav-item-title span {
		color: #fff;
		transition: .3s;
	}
	.recommend__nav-item a:hover img {
		filter: brightness(1.2) saturate(0.7);
	}
	.recommend__nav-item-heighlights a:hover img {
		filter: brightness(1.08) saturate(0.7);
	}
	.recommend__nav-item-fuitwine a:hover img {
		filter: brightness(1.1) saturate(0.7);
	}
}
@media screen and (max-width : 771px) {
	.recommend {
		padding-top: 11.1959vw;
		padding-bottom: 0;
		background: url(images/recommend_bg1.svg) top center / 243.25699vw no-repeat;
	}
	.recommend__inner {
		padding-block: 19.847vw 0;
		background: url(images/sp_recommend_bg3.svg) top 7.12468vw center / 100vw no-repeat;
	}
	.recommend__title {
		margin-bottom: 94.51399vw!important;
		margin-bottom: -4.48601vw !important;
	}
	.recommend__title span {
		margin-bottom: 2.8346vw!important;
	}
	/*Recommend!*/
	.recommend__title span img {
		width: 43.25699vw;
	}
	/*ライト*/
	.light__container {
		height: 65.6488vw;
	}
	.light1 {
		top: -3.81679vw;
		left: -2.29vw;
		width: 26.97vw;
		height: 64.122vw;
	}
	.light2 {
		top: -39.949vw;
		left: 29.77vw;
		width: 9.669vw;
		height: 65.1399vw;
	}
	.light3 {
		top: -41.9847vw;
		right: 18.32vw;
		width: 12.2137vw;
		height: 63.104vw;
	}
	.light4 {
		top: -29vw;
		right: -1.27226vw;
		width: 14.758vw;
		height: 65.39vw;
	}
	/*ナビ*/
	.recommend__nav {
		flex-direction: column;
		padding-top: 8.633vw;
		background: var(--main);
		width: inherit;
		z-index: 2;
		position: relative;
		padding-inline: 5.089vw;
		padding-bottom: 13.7vw;
		margin-top: -1.272vw;
	}
	.recommend__nav-list {
		justify-content: space-between;
		gap: 0;
	}
	.recommend__nav-list:last-of-type {
		margin-top: -8.65vw!important;
	}
	.recommend__nav-item {
		width: 28.24vw;
	}
	.recommend__nav-item a {
		gap: 2.79898vw;
	}
	.recommend__nav-item-title {
		width: 28.498vw;
		height: 35.6vw;
		background: url(images/sp_recommend_waku.svg) center / cover no-repeat;
	}
	.recommend__nav-item-title span {
		font-size: 3.56vw;
	}
	/*グラス*/
	.recommend__nav-item img {
		padding-top: 40.712vw;
		position: relative;
		z-index: 2;
	}
	/*魅力*/
	.recommend__nav-item-heighlights .recommend__nav-item-title span {
		padding-top: 9.669vw;
	}
	.recommend__nav-item-heighlights img {
		width: 23.91857vw;
		padding-top: 20.356vw;
	}
	/*あなたにぴったりの*/
	.recommend__nav-item-yourdrink,
	.recommend__nav-item-talk {
		margin-left: 0;
		padding-top: 25.5vw;
	}
	.recommend__nav-item-yourdrink {
		padding-top: 13.8vw;
	}
	.recommend__nav-item-yourdrink .recommend__nav-item-title span {
		padding-top: 7.63vw;
	}
	.recommend__nav-item-yourdrink img {
		width: 27.9898vw;
		padding-top: 37vw;
	}
	/*多彩な果実酒*/
	.recommend__nav-item-fuitwine,
	.recommend__nav-item-points {
		margin-left: 0;
	}
	.recommend__nav-item-fuitwine {
		padding-top: 0;
	}
	.recommend__nav-item-fuitwine img {
		width: 23.91857vw;
		padding-top: 37.9vw;
	}
	.recommend__nav-item-fuitwine span {
		padding-top: 9.66vw;
	}
	/*今日のおつまみ*/
	.recommend__nav-item-sides {
		padding-top: 5.089vw;
	}
	.recommend__nav-item-sides .recommend__nav-item-title span {
		padding-top: 9.669vw;
	}
	.recommend__nav-item-sides img {
		width: 21.374vw;
		padding-top: 36.89vw;
	}
	/*家飲みを語ろう*/
	.recommend__nav-item-talk .recommend__nav-item-title span {
		padding-top: 7.63vw;
	}
	.recommend__nav-item-talk img {
		width: 24.6819vw;
		padding-top: 38.16vw;
	}
	/*プレゼントが当たる*/
	.recommend__nav-item-points {
		padding-top: 9.089vw;
	}
	.recommend__nav-item-points .recommend__nav-item-title span {
		padding-top: 7.12vw;
	}
	.recommend__nav-item-points img {
		width: 21.374vw;
		padding-top: 29.5vw;
	}
	.recommend__img {
		top: 4.58vw;
		position: relative;
		width: 91.6vw;
	}
}
/*==============================
動画スライダー
==============================*/
.movie {
	background: url(images/movie_bg.webp) top center / 965px no-repeat;
	padding-top: 91px;
	z-index: 3;
	position: relative;
	margin-top: -60px;
}
.movie__inner {
	padding-bottom: 90px;
}
.movie__list .slick-slide {
  width: 640px;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
  padding-bottom: 41px;
}
.movie__list .slick-slide img {
  display: block;
  object-fit: cover;
  margin: auto;
  cursor: pointer;
  border-radius: 20px;
}
/*矢印*/
.movie__list .slick-arrow {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 1px solid var(--main);
  outline: none;
  font-size: 0;
  position: absolute;
  top: 156px;
  z-index: 1;
  background: #fff;
  border-radius: 100px;
  padding: 0;
}
.movie__list .slick-arrow::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid var(--main);
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 31px;
  border-radius: 2px;
  transform: rotate(45deg);
}
.movie__list .slick-next {
  right: 22px;
}
.movie__list .slick-prev {
  left: 22px;
}
.movie__list .slick-next::before {
  right: 35px;
}
.movie__list .slick-prev::before {
  border-width: 0 0 2px 2px;
  left: 35px;
}
/*ドット*/
.dots .slick-dots {
  text-align: center;
}
.dots .slick-dots li {
  display: inline-block;
}
.dots .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  border: 1px solid var(--main);
}
.dots .slick-dots button:hover {
	background: var(--main);
}
.dots .slick-dots .slick-active button {
  background: var(--secondary);
  border-color: var(--secondary);
}
/*タイトル*/
.movie__item-title {
	text-align: center; 
	font-weight: 500;
	line-height: 1.52;
}
.movie__item-title span {
	display: block;
}
.movie__item-title span.quicksand {
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.1em;
	border-radius: 100px;
	border: 1px solid var(--main);
	margin: 24px auto 10px;
	padding: 4px 14px 5px;
}
@media screen and (max-width : 771px) {
	.movie {
		position: relative;
		margin-top: -2.5445vw;
		padding-top: 0;        
		background: url(images/sp_movie_bg.webp) top center /contain no-repeat,url(images/sp_movie_bg2.webp) bottom center /contain no-repeat;
	}
	.movie__inner {
		padding: 57px 0;
		padding: 14.5vw 0;
	}
	.movie__item-title {
		font-size: 20px;
		font-size: 5.089vw;
	}
	.movie__item-title span.quicksand {
		font-size: 3.053vw;
		border-radius: 25.44529vw;
		margin: 6.10687vw auto 2.035vw;
		padding: 0 2.4vw;
		height: 6.615vw
	}
	.movie__item + .movie__item {
		margin-top: 12.5vw;
	}
	.movie__list .slick-slide {
		margin: 0 5px;
		margin: 0 1.27vw;
		width: 352px;
		width: 89.567vw;
		padding-bottom: 30px;
		padding-bottom: 7.633vw;
	}
	.dots .slick-dots button {
		width: 10px;
		width: 2.5445vw;
		height: 10px;
		height: 2.5445vw;
		margin: 6px;
		margin: 1.526vw;
	}
}
/*-------------------------------
動画用モーダル
-------------------------------*/
.modalContent {
  background-color: #000;
  margin: 10% auto;
  padding: 0;
  animation: fadeIn 0.7s ease 0s 1 normal;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 1000px;
}
.modalContent iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
button.closeBtn {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  line-height: 1;
  width: 1.6rem;
  height: 0.2rem;
  background: currentColor;
  border-radius: 0.1rem;
  position: absolute;
  transform: rotate(45deg);
  border: none;
  right: -35px;
  top: 7px;
  opacity: 0.6;
  transition: 0.2s ease-in-out;
}
button.closeBtn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
button.closeBtn:hover {
  opacity: 1;
}
@keyframes fadeIn {
	0% {
	opacity: 0;
	transform: translateY(30px);
	}
	100% {
	opacity: 1;
	}
}
@keyframes fadeOut {
	0% {
	opacity: 1;
	}
	100% {
	opacity: 0;
	transform: translateY(60px);
	}
}
@media screen and (max-width : 771px) {
  .modalContent {
	width: 95%;
	margin: 45vw auto;
  }
  button.closeBtn {
	top: -6vw;
	right: 0;
  }
  #movie {
	background: url(images/bg_1_sp.webp) top center / cover no-repeat;
	margin-bottom: 15vw;
  }
  #movie .inner {
	padding-bottom: 0;
	margin-bottom: 0;
  }
  #movie .movie__txt-area {
	width: 84.734vw;
	padding-top: 53vw;
	padding-bottom: 0;
	margin-bottom: 19vw;
  }
  #movie .movie__txt {
	line-height: 1.5;
	letter-spacing: 0.1em;
  }
  #movie .movie__txt + .movie__txt {
	margin-top: 12vw;
  }
  #movie .movie__txt span {
	display: inline-block;
	text-align: left;
  }
  #movie .movie__txt:nth-of-type(1),
  #movie .movie__txt:nth-of-type(3),
  #movie .movie__txt:nth-of-type(5),
  #movie .movie__txt:nth-of-type(8) {
	text-align: center;
  }
  #movie .movie__txt:nth-of-type(2),
  #movie .movie__txt:nth-of-type(6),
  #movie .movie__txt:nth-of-type(9) {
	text-align: left;
  }
  #movie .movie__txt:nth-of-type(3) {
	line-height: 2;
	margin-top: 10vw;
  }
  #movie .movie__txt:nth-of-type(4) {
	text-align: right;
	line-height: 1.8;
	margin-top: 11vw;
  }
  #movie .movie__txt:nth-of-type(5) {
	margin-top: 11vw;
	line-height: 1.7
  }
  #movie .movie__txt:nth-of-type(6),
  #movie .movie__txt:nth-of-type(8) {
	line-height: 1.7
  }
  #movie .movie__txt:nth-of-type(7) {
	margin-top: 12.5vw;
	line-height: 1.7
  }
  #movie .movie__txt:nth-of-type(8) {
	margin-top: 8.5vw;
  }
  #movie .movie__txt:nth-of-type(9) {
	margin-top: 11.5vw;
  }
  #movie .movie__list {
	margin-top: -14.2vw;
	padding: 0 9.1603vw 20.356vw;
	max-width: 100%;
	width: initial;
  }
  #movie .movie__ttl {
	width: 76.844vw;
	margin: auto;
  }
  #movie .movie__ttl-main {
	width: 76.8447vw;
  }
  #movie .movie__ttl-main img {
	width: 100%;
  }
  #movie .movie__ttl-sub {
	width: 62.849vw;
	margin-bottom: 0.763vw!important;
  }
  #movie .movie__img {
	display: block; 
	margin-top: 1.5vw;
  }
  #movie .movie__item-title {
	  margin: 5.089vw auto 0;
	  width: 51.6539vw;
  }
  #movie .movie__item + .movie__item .movie__item-title {
	width: 69.211vw;
  }
}
/*==============================
みんなの今の気分は？
==============================*/
.your-drink {
	background: url(images/your-drink_bg2.webp) top 561px center / 956px no-repeat, url(images/your-drink_img1_2.png) top 55px right 61px / 359px no-repeat, url(images/your-drink_bg1.webp) top center / 956px no-repeat;
	position: relative;
	z-index: 2;
	margin-top: -20px;
}
.your-drink__inner {
	padding-left: 65px;
	padding-top: 138px;
	margin-bottom: 40px;
	padding-left: 65px;
	padding-top: 141px;
	margin-bottom: 40px;
}
.your-drink__title {
	width: 462px;
	margin-bottom: 23px!important;
}
.your-drink__text {
	font-size: 10px;
	color: #575656;
	font-weight: 400;
	width: 425px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin-left: 10px!important;
}
.your-drink__img {
	margin-left: 30px!important;
}
@media screen and (max-width : 771px) {
	.your-drink {
		background: url(images/sp_your-drink_bg2.webp) top 195.4vw center / 100vw no-repeat, url(images/sp_your-drink_img1_2.png) top 83.4249vw center / 100vw no-repeat, url(images/sp_your-drink_bg1.webp) top -14.5vw center / 100vw no-repeat;
		margin-top: -15.776vw;
	}
	.your-drink__inner {
		padding-left: 0;
		padding-top: 44.1984vw;
	}
	.your-drink__title {
		width: 100%;
	}
	.your-drink__title span {
		margin-bottom: 2.035vw!important;
	}
	.your-drink__title img {
		width: 38.7837vw;
	}
	.your-drink__img,
	.your-drink__text {
		display: none;
	}
	.your-drink__text-sp {
		font-size: 2.5445vw;
		color: #575656;
		width: 89.8vw;
		margin: auto!important;
		letter-spacing: 0.05em;
		line-height: 1.5;
		font-weight: 700;
		margin-bottom: 8.142vw!important;
	}
}
/***診断部分***/
.type {
	margin-bottom: 48px;
}
.type .type__list {
	text-align: center;
	position: relative;
	width: 840px;
	margin: auto!important;
}
.type .type__question {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7;
}
.type .type__answer {
	display: flex; 
	gap: 80px;
	justify-content: center;
}
.type .type__answer li {
	cursor: pointer;
}
.type .type__item {
	margin: auto;
	background: #fff;
	padding: 29px 46px 29px 66px;
	border-radius: 20px;
	border: 1px solid var(--main);
	position: relative;
}
.type .type__item .type__item-inner {
	display: flex; 
	justify-content: space-between;
}
.type .type__img {
	width: 240px;
	height: 240px;
	flex-shrink: 0;
}
.type .type__body {
	padding-top: 6px;
	width: 437px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.type .type__item + .type__item {
	margin-top: 0;
}
.type .type__answer button {
	background: var(--secondary); 
	border: none;
	display: flex; 
	align-items: center; 
	justify-content: center;
	width: 80px;
	height: 40px;
	border-radius: 100px;
	color: #fff;
	font-family: "Quicksand", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.type .type__answer li.not-clicked {
	opacity: .2;
}
.type .type__answer li:hover {
	opacity: .3;
}
.type .type__number {
	color: var(--main);
	font-size: 30px;
	font-family: "Quicksand", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 4px;
	letter-spacing: 0.05em;
}
.type .type__number span {
	font-size: 20px;
	margin-left: 0.5em;
	margin-top: 8px;
}
/***結果***/
.type .type__detail {
	padding: 82px 48px 80px;
	position: relative;
	z-index: 2;
}
.type .type__detail-item {
	width: 758px;
	padding: 30px 40px;
	border-radius: 20px; 
	border: 1px solid var(--main);
	background: #fff;
	display: flex;
	align-items: center;
	gap: 40px;
	margin: auto;
}
.type .type__detail-item.reverse {
	flex-direction: row-reverse;
}
.type .type__detail-img {
	flex-shrink: 0;
	width: 310px;
}
.type__detail-head {
	background: var(--bg);
	border-radius: 10px;
	padding: 25px 40px;
	margin-bottom: 20px;
}
.type .type__detail--subtitle {
	font-weight: 700;
	color: var(--main);
	display: block;
	margin-bottom: 7px;
}
.type .type__detail--title {
	font-size: 20px;
	margin-bottom: 16px!important;
	color: #000;
	letter-spacing: 0.05em;
}
.type .type__detail-text {
	line-height: 2;
	margin-bottom: 21px!important;
	letter-spacing: 0;
	color: #000;
	font-weight: 400;
	letter-spacing: 0.05em;
}
.question-box, .result-box {
	display: none;
}
.type .label__list {
	display: flex; 
	gap: 10px;
	position: relative;
	margin-top: -4px;
}
.type .label__list .label {
	display: flex; 
	align-items: center;
	justify-content: center;
	gap: 4px;
	font-weight: 700;
	color: #000;
	font-size: 14px;
	letter-spacing: 0.05em;
}
.type .label__list .label:first-of-type::after {
	content: "×";
	color: var(--main);
	font-size: 14px;
	margin-left: 9px;
}
.type .label__list .label span {
	color: var(--bg);
	background: var(--main);
	border-radius: 100px;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.05em;
	padding: 3px 8px 4px;
	font-weight: 500;
}
.type .btn__wrapper {
	display: flex; 
	align-items: center; 
	gap: 10px;
}
/*作り方をみる*/
.type__detail-body .button__has-icon {
	background: var(--main);
	color: #fff;
	width: 162px;
	height: 58px;
	border: 1px solid var(--main);
	border-radius: 100px;
	position: relative;
	transition: .3s;
	justify-content: flex-start;
	padding-left: 36px;
}
.type__detail-body .button__has-icon .arrow {
	position: absolute;
	right: 36px;
	width: 8px;
	height: 8px;
	top: 50%;
	transform: translateY(-50%);
}
/*もう一度診断する*/
.type .restart-container button {
	position: relative;
	background: #fff;
	color: var(--main);
	border: 1px solid var(--main);
	padding: 17px 0px 17px 21px;
	border-radius: 100px;
	width: 200px;
	height: 60px;
	border: 1px solid var(--main);
	justify-content: flex-start;
	transition: .3s;
}
.type .restart-container button span {
	display: flex;
	align-items: center;
	gap: 16px;
	font-weight: 500;
}
.type .restart-container button .restart-icon {
	width: 17px;
	height: 16px;
	display: block;
	fill: var(--main);
	transition: fill 0.2s ease;
}
/***レシピのリンク***/
.type .link__area {
	background: url(images/items.webp) right top / 956px no-repeat;
	padding: 79px 0 149px;
	position: relative;
}
.type .link__item {
	text-align: center;
}
.type .link__item + .link__item {
	margin-top: 41px;
}
.type .link__item-txt {
	color: #fff;
	font-weight: 700;
	margin-bottom: 21px;
	line-height: 1.88;
	position: relative;
}
.type .link__item-txt::after {
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	right: 355px;
	width: 20px;
	height: 20px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFD4EF' viewBox='0 0 20 20'%3E%3Cpath d='M20 10C14.9682 8.96364 11.0364 5.03182 10 0C8.96364 5.03182 5.03182 8.96364 0 10C5.03182 11.0364 8.96364 14.9682 10 20C11.0364 14.9682 14.9682 11.0364 20 10Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.type .link__item .btn {
	margin: auto;
}
@media (hover: hover) and (pointer: fine) {
	.type__detail-body .button__has-icon:hover {
		background: #fff;
		color: var(--main);
		transition: .3s;
	}
	.type .restart-container button:hover {
		background: var(--main);
		color: #fff;
		transition: .3s;
	}
	.type .restart-container button:hover .restart-icon {
		fill: #fff;
	}
}
@media screen and (max-width : 771px){
	.type {
		padding: 115.5vw 0 0;
		margin-bottom: 0;
	}
	.type .type__title {
		padding: 0 8.9058vw;
		display: block;
		margin-bottom: 1vw;
	}
  .type .type__img {
		top: initial;
		right: initial;
		left: initial;
		width: 61.323vw;
		height: auto;
		margin: auto!important;
		position: relative;
	}
	.type .type__img img {
		width: 100%;
	}
	.type .type__text {
		font-size: 2.5445vw;
		width: initial;
		margin-bottom: 10.178vw;
		margin-top: -110.5vw;
		z-index: 2;
		position: relative;
		padding: 10.5vw 7.6335vw 0.5vw;
	}
	.type .type__wrapper {
		padding: 0 0 8.142vw;
	}
	.type .type__list {
		padding: 0 5.0890vw!important;
		width: initial;
	}
	.type .type__item {
		width: initial;
		max-width: 100%;
		height: initial;
		padding: 5.85vw 5.089vw 9.9236vw;
	}
	.type .type__item .type__item-inner {
		flex-direction: column;
		gap: 3.56vw;
	}
	.type .type__body {
		padding-top: 0;
		width: 100%;
	}
	.type .type__number {
		font-size: 7.63vw;
		margin-bottom: 9.16vw;
		padding-bottom: 0;
	}
	.type .type__number span {
		font-size: 5.089vw;
		margin-top: 2.035vw;
	}
	.type .type__question {
		height: 34.35vw;
		font-size: 4.58vw;
	}
	.type .type__answer {
		gap: 7.63vw;
	}
	.type .type__answer button {
		width: 25.44vw;
		height: 10.178vw;
		font-size: 5.089vw;
	}
	.type .type__detail {
		padding: 10.178vw 7.6335vw 22.137vw;
	}
	.result-box {
		display: block; 
		width: 84.7328vw; 
		margin: auto;
	}
	.type .type__detail-item {
		padding: 5.089vw;
		border-radius: 5.089vw;
		width: initial;
		display: block;
	}
	.type__detail-head {
		border-radius: 2.5445vw;
		padding: 6.361vw 5.089vw;
		margin-bottom: 5.343vw;
		text-align: center;
	}
	.type .type__detail-img {
		width: 100%;
	}
	.type .type__detail--subtitle {
		margin-bottom: 1.27vw;
		font-size: 3.56vw;
	}
	.type .type__detail--title {
		font-size: 4.58vw;
		margin-bottom: 3.307vw;
		margin-right: 0;
	}
	.type .label__list {
		gap: 6.106vw;
		justify-content: space-between;
		position: relative;
		width: 48.34vw;
		margin: auto;
		margin-top: -0.5vw;
	}
	.type .label__list .label:first-of-type::after {
		font-size: 3.562vw;
		margin-left: 0;
		position: absolute;
		top: 2.035vw;
		left: 0;
		right: 0;
	}
	.type .label__list .label {
		flex-direction: column;
		gap: 1.27vw;
		font-size: 3.56vw;
	}
	.type .label__list .label span {
		font-size: 2.54vw;
		padding: 0.5vw 2.035vw 0.76vw;
	}
	.type .type__detail-body {
		margin-top: 5.089vw;
	}
	.type .type__detail-text {
		margin-top: 0;
		margin-bottom: 13.23vw;
	}
	.type .btn__wrapper {
		flex-direction: column;
		gap: 5.089vw;
	}
	.type__detail-body .button__has-icon {
		width: 100%;
		height: 14.758vw;
		padding-left: 0;
		justify-content: center;
	}
	.type .restart-container {
		width: 100%;
	}
	.type .restart-container button {
		justify-content: flex-start;
		padding: 0 6.87vw;
		border-radius: 25.44vw;
		width: 100%;
		height: 15.26vw;
	}
	.type .restart-container button span {
		gap: 12.7vw;
	}
	.type__detail-body .button__has-icon .arrow {
		right: 9.16vw;
		width: 2.0356vw;
		height: 2.0356vw;
	}
	.type .restart-container button .restart-icon {
		width: 4.325vw;
		height: 4.071vw;
	}
	.type .link__area {
		padding: 21.101vw 11.8vw 53.5vw;
		background: url(images/items_sp.webp) left bottom / 100vw no-repeat;
	}
	.type .link__item + .link__item {
		margin-top: 10.178vw;
	}
	.type .link__item-text {
		margin-bottom: 6vw;
	}
	.type .link__item-text::after {
		top: 0;
		right: 6.6335vw;
		width: 5.089vw;
		height: 5.089vw;
	}
	.type .link__item .btn {
		padding-left: 21.089vw;
	}
}
/*果実酒*/
.fruit-wine {
	background: url(images/your-drink_line.svg) top center / 881px no-repeat,url(images/fruit-wine_bg.webp) bottom -1px center / 957px no-repeat;
	padding-top: 66px;
	padding-bottom: 86px;
}
.fruit-wine__title {
	margin-bottom: 62px!important;
}
.fruit-wine .splide {
	margin-bottom: 66px;
}
.fruit-wine .splide__slide {
	box-sizing: border-box;
	flex-shrink: 0;
	background: #fff;
	border: 1px solid var(--main);
	border-radius: 21px;
	overflow: hidden;
}
.fruit-wine .carousel__slide {
	display: block;
	width: 100%; 
	height: 100%;
}
.fruit-wine .carousel__image {
	display: block;
	margin: auto;
	border-bottom: 1px solid var(--main);
	margin-top: -1px;
}
.fruit-wine .carousel__text {
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	margin-top: 27px!important;
}
.fruit-wine .carousel__title {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	margin-top: 9px!important;
	padding-bottom: 25px;
}
.fruit-wine .ryokucha .carousel__title {
	margin-top: 21px!important;
}
@media screen and (max-width : 771px) {
	.fruit-wine {
		border-radius: 0 0 5.089vw 5.089vw;
		background: url(images/sp_your-drink_line.svg) top center / contain no-repeat, url(images/sp_fruit-wine_bg.webp) top 103.56vw center / 100vw no-repeat;
		padding-top: 15.267vw;
		padding-bottom: 17.81vw;
	}
	.fruit-wine__title {
		margin-bottom: 10.687vw!important;
	}
	.fruit-wine__title span {
		margin-bottom: 2.54vw!important;
	}
	.fruit-wine__title img {
		width: 42.582vw;
	}
	.fruit-wine .carousel {
		margin-bottom: 34.096vw!important;
	}
	.fruit-wine .carousel__text {
		font-size: 3.5623vw;
		margin-top: 6.49vw!important;
	}
	.fruit-wine .carousel__title {
		font-size: 4.58vw;
		margin-top: 2.29vw !important;
        padding-bottom: 6.8vw;
	}
	.fruit-wine .ryokucha .carousel__title {
		margin-top: 5.6vw!important;
	}
	.fruit-wine .splide {
		margin-bottom: 20.4vw!important;
	}
	.fruit-wine .splide__slide {
		border-radius: 5.089vw;
		overflow: hidden;
	}
	.fruit-wine .carousel__image {
		width: 100%!important;
		height: 51.39949vw!important;
		object-fit: cover;
	}
}
/*==============================
今日のおつまみはこれ！
==============================*/
.sides {
	background: url(images/sides_bg.webp) top center / 957px no-repeat,var(--bg);
	margin-top: -20px;
}
.sides__inner {
	padding-bottom: 83px;
	padding-top: 66px;
}
.sides_title span {
	margin-bottom: 25px;
}
.sides_title {
	margin-bottom: 10px!important;
}
.snacks-wrapper {
	margin-bottom: 80px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: center;
  width: 860px;
  margin-inline: auto;
  padding-top: 40px;
  margin-bottom: 64px;
}
.card a {
	display: flex; 
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
}
.card.is-new {
	position: relative;
}
.card .new-label {
	position: absolute;
	top: -40px;
	left: 0;
	width: 80px; 
	height: 80px;
	z-index: 1;
	display: flex; 
	align-items: center; 
	justify-content: center;
}
.card .new-label::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url(images/sides_new.svg) center / cover no-repeat;
	z-index: -1;
	animation: spin 15s linear infinite;
}
.card .new-label img {
	position: relative;
	z-index: 1;
	padding-left: 3px;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
.card.is-new:hover .new-label {
  animation: sway 0.6s ease-in-out infinite;
}
@keyframes sway {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(-8deg); }
  50%  { transform: rotate(8deg); }
  75%  { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}
.card__circle {
	width: 260px;
	height: 260px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid;
	z-index: 2;
}
.card__image {
	width: 223px;
	height: 223px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid currentColor;
}
.card__image img {
	width: 100%;
	height: 100%!important;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.card a:hover .card__image img {
	transform: scale(1.1);
}
.card__title {
	width: 178px; 
	height: 58px; 
	display: flex;
	align-items: center; 
	justify-content: center;
	color: #fff;
	background: var(--main);
	border: 1px solid var(--main);
	border-radius: 100px;
	letter-spacing: 0.1em;
	gap: 10px;
	transition: .3s;
}
.card__title:hover {
	transition: .3s;
	background: #fff;
	color: var(--main);
}
/*お茶碗*/
.sides .carousel {
	margin-top: 60px;
}
.sides .carousel__slide {
	border: none;
	padding: 0;
	width: 1064px;
	height: 90px;
	border-radius: 0;
	background: none;
}
.sides .carousel__track {
	animation: scroll-right 80s linear infinite;
	gap: 20px;
}
.sides .carousel__track:hover {
	animation-play-state: running !important;
}
/*ごまきボタン*/
.sides .has-image .button::before {
	width: 88px;
	height: 113px;
	background: url(images/button-img2.png) center / cover no-repeat;
	left: 25px;
	bottom: -7px;
}
@media screen and (max-width : 771px) {
	.sides {
		background: url(images/sp_sides_bg.webp) top center / cover no-repeat;
		margin-top: -6.87vw;
	}
	.sides__inner {
		padding-bottom: 20.356vw;
		padding-top: 19.5928vw;
	}
	.sides_title {
		margin-bottom: 6.615vw!important;
	}
	.sides_title span {
		margin-bottom: 3.361vw;
	}
	.sides_title img {
		width: 21.628vw;
	}
	.grid {
		width: 89.82188vw;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, auto);
		gap: 5.089vw 3.053vw;
		padding-top: 12.7226vw;
		margin-bottom: 9.16vw;
	}
	.card a {
		gap: 3.0534vw;
	}
	.card__circle {
		width: 42.748vw;
		height: 42.748vw;
	}
	.card__image {
		width: 37.15vw;
		height: 37.15vw;
	}
	.card__title {
		width: 35.11vw;
		height: 9.669vw;
		border-radius: 25.445vw;
		font-size: 3.56vw;
		letter-spacing: 0.1em;
	}
	.card__title .arrow {
		width: 1.526vw; 
		height: 1.526vw;
	}
	.card__title .arrow::before, .card__title .arrow::after {
		width: 1.526vw;
	}
	.card .new-label {
		top: -12.7226vw;
		width: 20.356vw;
		height: 20.356vw;
		font-size: 4.07124vw;
	}
	.card .new-label img {
		width: 11.959vw;
		height: 4.07vw;
	}
	.sides .carousel {
		margin-top: 15.267vw;
	}
	.sides .carousel__track {
		gap: 2.5445vw;
	}
	.snacks-wrapper {
		margin-bottom: 15vw;
	}
	.sides .carousel__slide {
		width: 178.6259vw!important;
		height: 15.0127vw;
	}
	.carousel__image {
		width: 100%;
	}
	.sides .has-image .button::before {
		width: 22.39vw;
		height: 28.75vw;
		left: 3.089vw;
		bottom: -1.76vw;
	}
	.sides .has-image .button .arrow {
		right: 7.379vw;
	}
	.sides .has-image .button > span:first-of-type {
		margin-left: 11.994vw;
	}
}
/*==============================
家飲みについて語ろう
==============================*/
.talk {
	margin-top: -30px;
	z-index: 2;
	position: relative;
}
.talk::before {
	content: "";
	display: block; 
	width: 957px;
	height: 30px;
	background: url(images/letstalk_bg1.webp) center / cover no-repeat;
	border-radius: 20px 20px 0 0;
}
.talk::after {
	content: "";
	display: block; 
	width: 957px;
	height: 30px;
	background: url(images/letstalk_bg2.webp) center / cover no-repeat;
	border-radius: 0 0 20px 20px;
}
.talk__inner {
	padding-block: 54px 76px;
	position: relative;
}
.talk_title {
	margin-bottom: 52px!important;
}
.shochu.talk_i7 {
	position: absolute; 
	top: 153px;
	left: 205px;
}
.shochu.talk_i8 {
	position: absolute; 
	top: 170px;
	right: 196px;
}
.talk__list {
	width: 700px; 
	margin-inline: auto;
}
.talk__item > * {
	border: 1px solid var(--main);
	border-radius: 10px; 
	background: #fff;
}
.talk__item + .talk__item {
	margin-top: 30px;
}
.talk__item summary {
	padding: 20px 40px 21px 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	position: relative;
	gap: 50px;
	font-weight: 500;
	list-style: none;
}
summary::-webkit-details-marker {
  display:none;
}
.talk__item summary img {
	display: block; 
	position: absolute; 
	top: -10px;
	left: -40px;
	width: 80px;
	height: 80px;
}
.talk__body {
	margin-top: 20px;
	padding: 20px 60px 18px 40px;
	position: relative;
	line-height: 1.5;
	font-weight: 500;
}
.talk__body::after {
	content: "";
	display: block; 
	position: absolute; 
	top: 50%;
	transform: translateY(-50%);
	right: -52px;
	width: 80px;
	height: 80px;
	background: url(images/letstalk_icon2.webp) center / cover no-repeat;
}
.talk__body a {
	text-decoration: underline;
}
.faq-icon {
	width: 30px;
	height: 30px;
	border: 1px solid currentColor;
	border-radius: 50%;
	position: relative;
	display: inline-block;
	flex-shrink: 0;
}
.faq-icon::before,
.faq-icon::after {
	content:"";
	position:absolute;
	top: 53%;
	width: 6px;
	height: 1px;
	background: currentColor;
	transform-origin: center;
}
.faq-icon::before {
	left: 10px;
	transform: translateY(-1px) rotate(45deg);
}
.faq-icon::after {
	right: 10px;
	transform: translateY(-1px) rotate(-45deg);
}
.talk__item[open] .faq-icon {
	transform: rotate(180deg);
}
.faq-icon { 
		transition: transform .2s ease; 
}
@media screen and (max-width : 771px) {
	.talk {
		margin-top: -7.63358vw;
	}
	.talk::before {
		width: 100%;
		height: 7.63358vw;
		border-radius: 5.089vw 5.089vw 0 0;
	}
	.talk::after {
		width: 100%;
		height: 7.63358vw;
		border-radius: 0 0 5.089vw 5.089vw;
	}
	.talk__inner {
		padding: 16.03vw 5.089vw 17.0483vw;
	}
	.shochu.talk_i7 {
		top: 12.2137vw;
		left: 7.6335vw;
	}
	.shochu.talk_i7 img {
		width: 10.94vw;
		height: 22.137vw;
	}
	.shochu.talk_i8 {
		top: 17.8vw;
		right: 4.07vw;
	}
	.shochu.talk_i8 img {
		width: 13.9949vw;
		height: 16.539vw;
	}
	.talk_title {
		margin-bottom: 10.23vw!important;
		background: none;
	}
	.talk_title span {
		margin-bottom: 2.29vw!important;
	}
	.talk_title img {
		width: 37.02vw;
	}
	.talk__list {
		width: 100%;
	}
	.talk__item {
		width: 81.4249vw;
		margin-left: auto;
		margin-right: 0;
	}
	.talk__item + .talk__item {
		margin-top: 7.63358vw;
	}
	.talk__item > * {
		border-radius: 2.5445vw;
	}
	.talk__item summary {
		padding: 5.089vw 4.0712vw 5.089vw 15.267vw;
		gap: 1.7vw;
		line-height: 1.75;
	}
	.talk__item summary img {
		left: -8.65vw;
		top: 50%;
		transform: translateY(-50%);
		width: 20.356vw;
		height: 20.356vw;
	}
	.talk__body {
		margin-top: 5.089vw;
		padding: 5.089vw 15.267vw 5.089vw 5.089vw;
		margin-right: 8.3969vw;
		margin-left: -8.3969vw;
		line-height: 1.75;
	}
	.talk__body::after {
		top: 50%;
		transform: translateY(-50%);
		right: -8.651vw;
		width: 20.356vw;
		height: 20.356vw;
	}
	.faq-icon {
		width: 7.63358vw;
		height: 7.63358vw;
		flex-shrink: 0;
	}
	.faq-icon::before,
	.faq-icon::after {
		top: 53%;
		width: 1.5267vw;
	}
	.faq-icon::before {
		left: 2.5445vw;
	}
	.faq-icon::after {
		right: 2.5445vw;
	}
}
/*==============================
おススメポイント
==============================*/
.points {
	background: url(images/points_bg1.webp) top -78px center / 957px no-repeat,url(images/points_bg2.webp) top 438px center / 957px no-repeat, var(--bg);
	margin-top: -30px;
}
.points__inner {
	padding-bottom: 108px;
	padding-top: 96px;
}
.points_title {
	margin-bottom: 58px!important;
}
.points__list {
	display: flex;
	gap: 20px;
	width: 880px;
	margin-inline: auto!important;
	margin-bottom: 54px!important;
}
.points__item {
	background: #fff; 
	border-radius: 20px;
	padding: 40px 20px 42px;
	flex: 1;
}
.points__item-title {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 19px!important;
	position: relative;
	letter-spacing: 0.05em;
}
.points__item-title::before {
	content: "";
	display: block; 
	margin: auto auto 18px;
}
.points__item1 .points__item-title::before {
	width: 44px;
	height: 34px;
	background: url(images/points_n1.svg) center / 44px 34px no-repeat;
}
.points__item2 .points__item-title::before {
	width: 54px;
	height: 34px;
	background: url(images/points_n2.svg) center / cover no-repeat;
}
.points__item3 .points__item-title::before {
	width: 54px;
	height: 33px;
	background: url(images/points_n3.svg) center / cover no-repeat;
}
.points__item-text {
	color: #000;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.85;
	font-weight: 500;
}
/*ごまきボタン*/
.points .has-image .button::before {
	background: url(images/button-img3_2.png) center / cover no-repeat;
	left: 7px;
	bottom: -1px;
	width: 109px; 
	height: 127px;
	left: 3px;
}
.points .has-image.button .arrow {
	right: 20px;
	padding-left: 0 !important;
}
.points .has-image .button > span:first-of-type {
	margin-left: 64px;
}
.last {
	position: relative;
	padding-bottom: 51px;
}
.last__inner {
	width: 855px;
	margin-inline: auto;
	border-radius: 20px;
	padding-top: 323px;
	padding-bottom: 110px;
	position: relative;
	background: url(images/last_bg1.svg) center bottom -1px / 745px no-repeat,var(--bg);
}
.last__text {
	font-size: 20px;
	text-align: center;
	line-height: 2;
	font-weight: 500;
}
.last__text:last-of-type {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.74;
	letter-spacing: 0.05em;
	margin-top: 50px!important;
	margin-bottom: 30px!important;
}
.last .carousel {
	position: absolute; 
	top: 60px;
}
.last .carousel__slide {
	height: 214px;    
	width: 320px;
}
.last .carousel__image {
	border-radius: 20px;
}
.last .carousel__track {
	gap: 10px;
	animation: scroll-left 50s linear infinite;
}
.last .carousel__track:hover {
	animation-play-state: running !important;
}
.last .campaign__follow {
	margin-top: 35px;
}
@media screen and (max-width : 771px) {
	.points {
		background: url(images/sp_points_bg1.webp) top 58.524vw center / 100vw no-repeat, url(images/sp_points_bg2.webp) top 126.2vw center / 100vw no-repeat, var(--bg);
		margin-top: -7.63358vw;
	}
	.points__inner {
		padding-bottom: 21.62vw;
		padding-top: 19.08vw;
	}
	.points_title {
		margin-bottom: 8.142vw!important;
	}
	.points_title span {
		margin-bottom: 3.05vw!important;
	}
	.points_title img {
		width: 43.6539vw;
	}
	.points__list {
		gap: 5.089vw;
		margin-bottom: 36.8vw!important;
		flex-direction: column;
		width: 76.3358vw;
	}
	.points__item {
		border-radius: 5.089vw;
		padding: 10.178vw 5.089vw 10.09vw;
	}
	.points__item-title {
		font-size: 5.089vw;
		margin-bottom: 3.562vw!important;
	}
	.points__item .points__item-title::before {
		margin-bottom: 3.05vw;
	}
	.points__item1 .points__item-title::before {
		width: 8.396vw;
		height: 6.6157vw;
		background: url(images/points_n1.svg) center / cover no-repeat;
	}
	.points__item2 .points__item-title::before {
		width: 10.43vw;
		height: 6.6157vw;
	}
	.points__item3 .points__item-title::before {
		width: 10.43vw;
		height: 6.36vw;
	}
	.points .has-image.button .arrow {
		right: 10.178vw;
	}
	.points .has-image .button::before {
		width: 27.735vw;
		height: 32.06vw;
		left: 0;
		bottom: 20.1vw;
		right: 0;
		margin: auto;
		background: url(images/sp_button-img3_2.png) center / cover no-repeat;
	}
	.points .has-image .button > span:first-of-type {
		margin-left: -7.63358vw;
	}
	.last {
		padding-bottom: 0;
	}
	.last__inner {
		width: 84.7328vw;
		border-radius: 5.089vw 5.089vw 0 0;
		padding: 76.844vw 0 49vw;
		position: static;
		background: url(images/sp_last_bg1.svg) center bottom -1px / 78.117vw no-repeat, var(--bg);
	}
	.last__text {
		font-size: 4.07vw;
		line-height: 1.88;
	}
	.last__text:last-of-type {
		font-size: 5.597vw;
		line-height: 1.68;
		margin-block: 10vw 11.2vw!important;
	}
	.last .campaign__follow {
		width: 71.3vw;
        margin-bottom: 12.468vw;
        margin-top: 5.8vw;
        padding-block: 5.089vw 7.379vw !important;
	}
	.last .campaign__follow-text {
		line-height: 1.75;
	}
	.last .campaign__cta {
		position: absolute; 
		bottom: 25.954vw;
		left: 0;
		right: 0;
		margin: auto;
	}
	.last .carousel {
		top: 10.178vw;
	}
	.last .carousel__slide {
		height: 54.4529vw;
		width: 81.4249vw!important;
		border-radius: 5.089vw;
	}
}
/*SNS*/
.footer__sns {
	display: flex; 
	align-items: center; 
	justify-content: center;
	gap: 5px;
}
.footer__sns .sns__item a {
	width: 38px!important;
	height: 38px!important; 
	padding-top: 0!important;
	display: flex!important; 
	align-items: center;
	justify-content: center;
}