:root {
	--color-main: #0d0d0d;
	--color-sub: #c7aa6b;
	--color-text-light: #f5f1e7;
	--color-page-bg: #040404;
	--color-gray-cta: rgba(255, 255, 255, 0.16);
	--color-muted: rgba(245, 241, 231, 0.7);
	--color-panel: rgba(255, 255, 255, 0.05);
	--color-border: rgba(255, 255, 255, 0.12);
	--layout-max-width: 1440px;
	--layout-inner-width: 1200px;
  }
  
  *,
  *::before,
  *::after {
	box-sizing: border-box;
  }
  
  html,
  body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto !important; /* スクロールを確実に有効化 */
	height: auto !important; /* 高さを自動に */
  }
  
body {
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
	line-height: 1.7;
	min-height: 100vh;
	padding: 0;
	overflow: visible !important; /* スクロールを確実に有効化 */
}

  .e-con.e-flex>.e-con-inner {
	all: unset;           /* Elementor が与えるレイアウト一式をリセット */
	display: contents;    /* ラッパーを実質なしにする場合の例 */
	box-sizing: border-box;
  }
  .elementor-element {
	all: unset;           /* Elementor が与えるレイアウト一式をリセット */
	display: contents;    /* ラッパーを実質なしにする場合の例 */
	box-sizing: border-box;
  }
  
  /* Astraテーマのコンテナ要素がスクロールを妨げないように */
  body.page-lp-2025 #page,
  body.page-lp-2025 .site,
  body.page-lp-2025 #content,
  body.page-lp-2025 .ast-container,
  body.page-lp-2025 .site-content,
  body.page-template-custom-landing-page #page,
  body.page-template-custom-landing-page .site,
  body.page-template-custom-landing-page #content,
  body.page-template-custom-landing-page .ast-container,
  body.page-template-custom-landing-page .site-content {
	overflow: visible !important;
	height: auto !important;
	max-height: none !important;
  }

/* Astraテーマのヘッダーを非表示 */
#masthead {
	display: none !important;
}
  
  /* lp-2025ページ内のコンテンツエリア */
  body.page-lp-2025 #lp-2025,
  body.page-template-custom-landing-page #lp-2025 {
	overflow: visible !important;
	height: auto !important;
  }
  
  a {
	color: inherit;
	text-decoration: none;
  }
 #lp-2025 .miyota-intro{
	background-color: #ffffff !important;
}
  
  #lp-2025 .app {
	display: flex;
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
	flex-direction: column;
	align-items: center;
	width: 100%;
	min-height: 100vh;
	background: linear-gradient(140deg, rgba(18, 18, 18, 0.9), rgba(5, 5, 5, 0.95));
	backdrop-filter: blur(12px);
	overflow: visible !important; /* スクロールを有効化 */
	height: auto !important;
  }
  
  #lp-2025 .page {
	width: 100%;
	/* max-width: 480px; */
	min-height: 100vh;
	background: var(--color-main);
	color: var(--color-text-light);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
	overflow: visible !important; /* スクロールを有効化 */
	height: auto !important;
  }
  
  #lp-2025 .site-header {
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(5, 5, 5, 0.9);
	backdrop-filter: blur(14px);
	position: sticky;
	top: 0;
	z-index: 10;
	display: none;
  }
  
  #lp-2025 .site-header__inner {
	max-width: var(--layout-inner-width);
	margin: 0 auto;
	padding: 20px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	position: relative;
  }
  
  #lp-2025 .site-header__brand {
	display: none;
	flex-direction: column;
	gap: 4px;
  }
  
  #lp-2025 .site-header__logo {
	font-size: 1rem;
	letter-spacing: 0.3em;
	text-transform: uppercase;
  }
  
  #lp-2025 .site-header__tagline {
	font-size: 0.75rem;
	color: var(--color-muted);
	letter-spacing: 0.2em;
  }
  
  #lp-2025 .site-header__nav {
	display: none;
	position: absolute;
	top: calc(100% + 12px);
	left: 16px;
	right: 16px;
	padding: 24px;
	flex-direction: column;
	gap: 16px;
	font-size: 0.95rem;
	letter-spacing: 0.08em;
	background: rgba(8, 8, 8, 0.95);
	border: 1px solid var(--color-border);
	z-index: 2;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
  }
  
  #lp-2025 .site-header__nav a {
	color: var(--color-text-light);
	opacity: 0.86;
	transition: opacity 0.3s ease;
	padding: 8px 0;
	text-transform: uppercase;
	letter-spacing: 0.12em;
  }
  
  #lp-2025 .site-header__nav a:hover,
  .site-header__nav a:focus-visible {
	opacity: 1;
  }
  
  #lp-2025 .site-header.is-open .site-header__nav {
	display: flex;
  }
  
  #lp-2025 .site-header__cta {
	display: none;
	margin-left: auto;
  }
  
  #lp-2025 .site-header__toggle {
	width: 48px;
	height: 48px;
	border: 1px solid var(--color-border);
	background: transparent;
	color: inherit;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	flex-direction: column;
	cursor: pointer;
	transition: border-color 0.3s ease, background 0.3s ease;
  }
  
  #lp-2025 .site-header__toggle:hover,
  .site-header__toggle:focus-visible {
	border-color: var(--color-sub);
	background: rgba(199, 170, 107, 0.08);
  }
  
  #lp-2025 .site-header__toggle-bar {
	width: 22px;
	height: 2px;
	background: currentColor;
	transition: transform 0.3s ease, opacity 0.3s ease;
  }
  
  #lp-2025 .site-header.is-open .site-header__toggle-bar:nth-of-type(1) {
	transform: translateY(6px) rotate(45deg);
  }
  
  #lp-2025 .site-header.is-open .site-header__toggle-bar:nth-of-type(2) {
	opacity: 0;
  }
  
  #lp-2025 .site-header.is-open .site-header__toggle-bar:nth-of-type(3) {
	transform: translateY(-6px) rotate(-45deg);
  }
  
  #lp-2025 .hero {
	position: relative;
	min-height: 100vh;
	min-height: 100dvh;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 56px 16px 64px;
  }
  
  #lp-2025 .hero__media {
	position: absolute;
	inset: 0;
	z-index: 1;
	overflow: hidden;
  }
  
  #lp-2025 .hero__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	opacity: 0;
	transform: scale(1.08);
	transition: opacity 1.4s ease, transform 3.2s ease;
	will-change: opacity, transform;
  }
  
  #lp-2025 .hero__image.is-visible {
	opacity: 1;
	transform: scale(1);
	z-index: 2;
  }
  
  #lp-2025 .hero__image.is-exiting {
	opacity: 0;
	transform: scale(1.12);
	z-index: 1;
  }
  
  #lp-2025 .hero__tint,
  #lp-2025 .hero__transition {
	position: absolute;
	inset: 0;
	pointer-events: none;
  }
  
  #lp-2025 .hero__tint {
	background: rgba(18, 18, 18, 0.85);
	z-index: 2;
  }
  
  #lp-2025 .hero__transition {
	background: #ffffff;
	opacity: 0;
	transition: opacity 1.2s ease;
	z-index: 3;
  }
  
  #lp-2025 .hero__transition.is-visible {
	opacity: 0.2;
  }
  
  #lp-2025 .hero__content {
	position: relative;
	z-index: 4;
	display: flex;
	flex-direction: column;
	gap: 28px;
  }
  
#lp-2025 .hero__tagline {
	margin: 0;
	display: flex;
	gap: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	color: var(--color-sub);
}

#lp-2025 .hero__title {
	margin: 0;
	font-size: clamp(2.4rem, 6vw, 3.4rem);
	line-height: 1.2;
	letter-spacing: 0.06em;
	font-weight: 400;
	color: #ffffff;
}

#lp-2025 .hero__title-sub {
	font-size: clamp(1.6rem, 4.5vw, 2.2rem);
}

#lp-2025 .hero__description {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.9;
}

#lp-2025 .hero__description--lead {
	font-size: 1.15rem;
}
  
#lp-2025 .hero__note {
	margin: 0;
	color: var(--color-sub);
	font-size: 1.05rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}
  
  #lp-2025 .hero__actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: flex-end;
	text-align: right;
	width: 100%;
  }
  
  #lp-2025 .hero__stats {
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	gap: 16px;
  }
  
  #lp-2025 .hero__stat {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	padding-left: 12px;
  }
  
#lp-2025 .hero__stat-value {
	display: block;
	font-size: 1.35rem;
	letter-spacing: 0.18em;
}

#lp-2025 .hero__stat-label {
	display: block;
	font-size: 0.9rem;
	color: var(--color-muted);
}
  
#lp-2025 .hero__footnote {
	margin: 4px 0 0;
	font-size: 0.95rem;
	color: var(--color-muted);
	line-height: 1.8;
}
  
  #lp-2025 .cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 28px;
	border: 1px solid var(--color-sub);
	border-radius: 0;
	background: var(--color-sub);
    color: var(--color-main);
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    transition: all 0.3s ease;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(199, 170, 107, 0.2);
  }
  
#lp-2025 .cta-button:hover,
#lp-2025 .cta-button:focus-visible {
	background: #fff;
    color: var(--color-main);
    border-color: var(--color-sub);
    box-shadow: 0 6px 16px rgba(255, 255, 255, 0.2);
}
  
  #lp-2025 .cta-button__text {
	display: flex;
	flex-direction: column;
	line-height: 1.4;
	gap: 2px;
  }
  
  #lp-2025 .cta-button__text span {
	display: block;
  }
  
  #lp-2025 .cta-button__arrow {
	font-size: 1.2rem;
	transform: translateY(-1px);
	line-height: 1;
  }
  
  #lp-2025 .intro__cta #lp-2025 .cta-button,
  #lp-2025 .story__cta #lp-2025 .cta-button,
  #lp-2025 .furusato__cta #lp-2025 .cta-button,
  #lp-2025 .perks__cta #lp-2025 .cta-button,
  #lp-2025 .makers__cta #lp-2025 .cta-button,
  #lp-2025 .steps__cta #lp-2025 .cta-button {
	width: 65%;
  }
  
  #lp-2025 .intro__cta #lp-2025 .cta-button {
	background: var(--color-sub);
	color: var(--color-main);
	border-color: var(--color-sub);
  }
  
  #lp-2025 .intro__cta #lp-2025 .cta-button:hover,
  #lp-2025 .intro__cta #lp-2025 .cta-button:focus-visible {
	background: var(--color-main);
	color: var(--color-text-light);
  }
  
  #lp-2025 .furusato__cta #lp-2025 .cta-button,
  #lp-2025 .perks__cta #lp-2025 .cta-button,
  #lp-2025 .steps__cta #lp-2025 .cta-button {
	background: var(--color-sub);
	color: var(--color-main);
	border-color: var(--color-sub);
  }
  
  #lp-2025 .furusato__cta #lp-2025 .cta-button:hover,
  #lp-2025 .furusato__cta #lp-2025 .cta-button:focus-visible,
  #lp-2025 .perks__cta #lp-2025 .cta-button:hover,
  #lp-2025 .perks__cta #lp-2025 .cta-button:focus-visible,
  #lp-2025 .steps__cta #lp-2025 .cta-button:hover,
  #lp-2025 .steps__cta #lp-2025 .cta-button:focus-visible {
	background: var(--color-main);
	color: var(--color-text-light);
  }
  
  #lp-2025 .hero__cta {
	width: 66%;
	align-self: flex-end;
  }
  
  #lp-2025 .hero__cta-sub {
	color: var(--color-sub);
	font-size: 0.9rem;
	letter-spacing: 0.24em;
  }

/* Hero Badges */
  .hero__badges {
	display: flex;
	gap: 12px;
	margin-bottom: 0;
	flex-wrap: wrap;
  }

  .hero__badge {
	  display: inline-block;
	  padding: 6px 12px;
	  font-size: 0.8rem;
	  font-weight: 600;
	  letter-spacing: 0.05em;
	  color: #fff;
	  background: rgba(255, 255, 255, 0.1);
	  border: 1px solid rgba(255, 255, 255, 0.2);
	  backdrop-filter: blur(4px);
  }

  .hero__badge--tax {
	  background: var(--color-sub);
	  color: var(--color-main);
	  border-color: var(--color-sub);
  }

 .hero__badge--cost {
	 background: transparent;
	 border-color: var(--color-sub);
	 color: var(--color-sub);
  }
  
  #lp-2025 .section {
	padding: 48px 16px;
  }
  
  #lp-2025 .section--reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.7s ease, transform 0.7s ease;
  }
  
  #lp-2025 .section--reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
  }
  
  /* 各アイテムに順番に遅延を追加 */
  #lp-2025 .intro__inner > .section--reveal:nth-child(1) {
	transition-delay: 0s;
  }
  
  #lp-2025 .intro__inner > .section--reveal:nth-child(2) {
	transition-delay: 0.1s;
  }
  
  #lp-2025 .intro__inner > .section--reveal:nth-child(3) {
	transition-delay: 0.2s;
  }
  
  #lp-2025 .intro__inner > .section--reveal:nth-child(4) {
	transition-delay: 0.3s;
  }
  
  #lp-2025 .intro__inner > .section--reveal:nth-child(5) {
	transition-delay: 0.4s;
  }
  #lp-2025 .section__flow {
	padding: 0 16px 16px;
  }
  
  #lp-2025 .section--light {
	background: #ffffff;
	color: var(--color-main);
  }
  
  #lp-2025 .section--dark {
	background: var(--color-main);
	color: var(--color-text-light);
  }
  
#lp-2025 .section__inner {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
  
#lp-2025 .intro__eyebrow {
	margin: 0;
	color: var(--color-sub);
	font-size: 1.35rem;
	letter-spacing: 0.16em;
}

#lp-2025 .intro__title {
	margin: 0;
	font-size: 1.9rem;
	line-height: 1.45;
	font-weight: 600;
}

#lp-2025 .intro__description {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.85;
}
  
  #lp-2025 .intro__media {
	margin: 0;
  }
  
  #lp-2025 .intro__media img {
	width: 100%;
	text-align: center;
	display: block;
  }
  
  #lp-2025 .intro__cta {
	display: flex;
	justify-content: flex-start;
  }
  
  #lp-2025 .story__inner {
	gap: 32px;
  }
  
  #lp-2025 .story__block {
	display: flex;
	flex-direction: column;
	gap: 20px;
  }
  
  #lp-2025 .story__block--split {
	gap: 24px;
  }
  
  #lp-2025 .story__content {
	display: flex;
	flex-direction: column;
	gap: 16px;
	text-align: left;
  }
  
  #lp-2025 .story__block--reverse #lp-2025 .story__headline,
  #lp-2025 .story__block--reverse #lp-2025 .story__heading,
  #lp-2025 .story__block--reverse #lp-2025 .story__description {
	text-align: left;
  }
  
  #lp-2025 .story__heading {
	margin: 0;
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #ffffff;
  }
  
#lp-2025 .story__block #lp-2025 #lp-2025 h2.story__heading,
#lp-2025 .story__headline #lp-2025 #lp-2025 .story__heading {
	font-size: 1.7rem;
}

#lp-2025 .story__block #lp-2025 h3.story__heading {
	font-size: 1.25rem;
}

#lp-2025 .story__subheading {
	margin: 0;
	font-size: 1rem;
	letter-spacing: 0.2em;
}
  
  #lp-2025 .story__headline {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	text-align: center;
  }
  
  #lp-2025 .story__block--centered .story__description {
	text-align: center;
  }
  
  #lp-2025 .story__media {
	margin: 0;
  }
  
  #lp-2025 .story__media img {
	width: 100%;
	display: block;
  }
  
#lp-2025 .story__description {
	margin: 0;
	font-size: 1rem;
	line-height: 1.95;
}
  
  #lp-2025 .story__divider {
	border: none;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	margin: 8px 0;
  }
  
  #lp-2025 .story__cta {
	display: flex;
	justify-content: flex-start;
  }
  
  #lp-2025 .whiskey {
	position: relative;
	background: var(--color-main);
	color: var(--color-text-light);
	background-image: linear-gradient(rgba(18, 18, 18, 0.8), rgba(18, 18, 18, 0.8)),
	  url("images/0E3A9720.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	overflow: hidden;
  }
  
  #lp-2025 .whiskey::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
	  180deg,
	  rgba(18, 18, 18, 0.4) 0%,
	  rgba(18, 18, 18, 0.9) 100%
	);
	z-index: 1;
  }
  
  #lp-2025 .whiskey__inner {
	position: relative;
	z-index: 2;
	gap: 24px;
  }
  
  #lp-2025 .whiskey__inner-top {
	  position: relative;
	  z-index: 2;
	  gap: 12px;
	}
  #lp-2025 .whiskey__cta-container {
	  margin-top: 40px;
	  display: flex;
	  justify-content: center;
	  width: 100%;
    }

  #lp-2025 .whiskey__cta .cta-button {
	  width: 100%;
	  min-width: 280px;
    }
  
#lp-2025 .whiskey__eyebrow {
	margin: 0;
	font-size: 1.35rem;
	letter-spacing: 0.14em;
	color: var(--color-sub);
	text-align: center;
}

#lp-2025 .whiskey__title {
	margin: 0;
	font-size: 1.9rem;
	line-height: 1.45;
	text-align: center;
	color: #ffffff;
}
  
  #lp-2025 .whiskey__feature {
	padding: 16px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  #lp-2025 .whiskey__feature:first-of-type {
	border-top: none;
  }
  
#lp-2025 .whiskey__feature-title {
	margin: 0 0 12px;
	font-size: 1.25rem;
	color: #ffffff;
}

#lp-2025 .whiskey__feature-text {
	margin: 0;
	font-size: 1rem;
	line-height: 1.95;
}
  
  #lp-2025 .furusato__inner {
	gap: 20px;
  }
  
  #lp-2025 .furusato__content {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 600px;
  }
  
#lp-2025 .furusato__title {
	margin: 0;
	font-size: 1.8rem;
	line-height: 1.45;
	color: var(--color-main);
}

#lp-2025 .furusato__description {
	margin: 0;
	font-size:1rem;
	line-height: 1.95;
}
  
#lp-2025 .furusato__caption {
	display: none;
	margin-top: 12px;
	font-size: 0.85rem;
	color: rgba(0, 0, 0, 0.6);
	text-align: center;
}
  
  #lp-2025 .furusato__visuals {
	display: flex;
	flex-direction: column;
	gap: 16px;
  }
  
  #lp-2025 .furusato__media {
	margin: 8px 0 0;
	display: flex;
	justify-content: center;
  }
  
  #lp-2025 .furusato__media img {
	width: 100%;
	max-width: 340px;
	display: block;
	/* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); */
  }
  
  #lp-2025 .furusato__cta {
	display: flex;
	justify-content: flex-start;
  }
  
  #lp-2025 .furusato__photos {
	display: none;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
  }
  
  #lp-2025  .furusato__photo {
	margin: 0;
	overflow: hidden;
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
  }
  
  #lp-2025 .furusato__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
  }
  
  #lp-2025 .nft__inner {
	gap: 20px;
  }
  
  #lp-2025 .nft__content {
	display: flex;
	flex-direction: column;
	gap: 16px;
  }
  
  #lp-2025 .nft__eyebrow {
	margin: 0;
	color: var(--color-sub);
	letter-spacing: 0.14em;
	font-size: 1.25rem;
  }
  
  #lp-2025 .nft__title {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
	color: #ffffff;
  }
  
  #lp-2025 .nft__description {
	margin: 0;
	font-size: 0.7.5rem;
	line-height: 1.8;
  }
  
  #lp-2025 .nft__gallery {
	display: flex;
	gap: 16px;
	align-items: stretch;
  }
  
  #lp-2025 .nft__image {
	margin: 0;
	flex: 1;
	min-height: 152px;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  }
  
  #lp-2025 .nft__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
  }
  
  #lp-2025 .nft__image--wide {
	flex: 2;
  }
  
  #lp-2025 .nft__image--narrow {
	flex: 1;
  }
  
  #lp-2025 .perks {
	position: relative;
	background: var(--color-main);
	color: var(--color-text-light);
	background-image: linear-gradient(rgba(18, 18, 18, 0.85), rgba(18, 18, 18, 0.85)),
	  url("images/0E3A9720.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
  }
  
  #lp-2025 .perks::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
	  180deg,
	  rgba(18, 18, 18, 0.3) 0%,
	  rgba(18, 18, 18, 0.9) 100%
	);
	z-index: 1;
  }
  
  #lp-2025 .perks__inner {
	position: relative;
	z-index: 2;
	padding-top: 80px;
  }
  
  #lp-2025 .perks__card {
	background: #ffffff;
	color: var(--color-main);
	padding: 32px 8px 24px;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 16px;
  }
  
#lp-2025 .perks__label {
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	background: var(--color-sub);
	color: #ffffff;
	padding: 8px 24px;
	font-size: 1.25rem;
	letter-spacing: 0.12em;
	border: 2px solid #ffffff;
	font-weight: 700;
}

#lp-2025 .perks__title {
	margin: 0;
	font-size: 1.25rem;
	line-height: 1.5;
	font-weight: 700;
	display: inline-block;
	align-self: flex-start;
	padding-bottom: 6px;
	border-bottom: 2px solid var(--color-sub);
}

#lp-2025 .perks__subtitle {
	margin: 16px 0 0;
	font-size: 1.25rem;
	line-height: 1.5;
	font-weight: 700;
	display: inline-block;
	align-self: flex-start;
	padding-bottom: 4px;
	border-bottom: 2px solid var(--color-sub);
}
  
  #lp-2025 .perks__description {
	margin: 0;
	font-size: 0.75rem;
	line-height: 1.8;
  }
  
  #lp-2025 .perks__media {
	margin: 12px 0 0;
  }
  
  #lp-2025  .perks__media img {
	width: 100%;
	display: block;
  }
  
  #lp-2025 .perks__cta {
	display: flex;
	justify-content: flex-start;
  }
  
  #lp-2025 .makers {
	position: relative;
	background: var(--color-main);
	color: var(--color-text-light);
	background-image: linear-gradient(rgba(18, 18, 18, 0.85), rgba(18, 18, 18, 0.85)),
	  url("images/0021.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	overflow: hidden;
  }
  
  #lp-2025 .makers::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
	  180deg,
	  rgba(18, 18, 18, 0.3) 0%,
	  rgba(18, 18, 18, 0.9) 100%
	);
	z-index: 1;
  }
  
  #lp-2025 .makers__inner {
	position: relative;
	z-index: 2;
	gap: 20px;
  }
  
  #lp-2025 .makers__content {
	display: flex;
	flex-direction: column;
	gap: 16px;
  }
  
  #lp-2025 .makers__title {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #ffffff;
  }
  
  #lp-2025 .makers__media {
	margin: 0;
  }
  
  #lp-2025 .makers__media img {
	width: 100%;
	display: block;
  }
  
  #lp-2025 .makers__description {
	margin: 0;
	font-size: 0.75rem;
	line-height: 1.9;
  }
  
  #lp-2025 .makers__cta {
	display: flex;
	justify-content: flex-start;
	margin-top: 16px;
  }
  
  #lp-2025 .steps {
	background: #ffffff;
	color: var(--color-main);
	margin-top: -40px;
	position: relative;
	z-index: 2;
  }
  
  #lp-2025 .steps__inner {
	background: transparent;
	display: flex;
	flex-direction: column;
	gap: 16px;
  }
  
  #lp-2025 .steps__hero {
	margin: 0;
	width: 100%;
	min-height: 50vh;
	position: relative;
	background-image: url("images/0019.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	display: block;
  }
  
  #lp-2025 .steps__hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
	z-index: 1;
	pointer-events: none;
  }
  
  #lp-2025 .steps__hero img {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
  }
  
  #lp-2025 .steps__eyebrow {
	margin: 0;
	color: var(--color-sub);
	font-size: 1rem;
	letter-spacing: 0.16em;
  }
  
  #lp-2025 .steps__title {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.5;
  }
  
  #lp-2025 .steps__description {
	margin: 0;
	font-size: 0.75rem;
	line-height: 1.9;
  }
  
  #lp-2025 .steps__cta {
	display: flex;
	justify-content: flex-start;
  }
  
  #lp-2025 .flow {
	position: relative;
	background: var(--color-main);
	color: var(--color-text-light);
	background-image: url("images/0024.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
  }
  
  #lp-2025 .flow::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(18, 18, 18, 0.5);
	z-index: 1;
  }
  
  #lp-2025 .flow__inner {
	position: relative;
	z-index: 2;
	background: rgba(255, 255, 255, 1);
	color: var(--color-main);
	padding: 16px 12px;
	margin: 32px auto 0;
	max-width: 960px;
	display: flex;
	flex-direction: column;
	gap: 20px;
  }
  
  #lp-2025 .flow__title {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.4;
	text-align: left;
  }
  
  #lp-2025 .flow__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 28px;
  }
  
  #lp-2025 .flow__item {
	display: flex;
	gap: 16px;
	align-items: flex-start;
  }
  
  #lp-2025 .flow__icon {
	font-size: 1.4rem;
	line-height: 1;
	margin-top: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
  }
  
  #lp-2025 .flow__icon svg {
	width: 28px;
	height: 28px;
	display: block;
  }
  
  #lp-2025 .flow__step-title {
	margin: 0 0 8px;
	font-size: 1.125rem;
	font-weight: 600;
	color: var(--color-sub);
  }
  
  #lp-2025 .flow__step-text {
	margin: 0;
	font-size: 0.75rem;
	line-height: 1.8;
  }
  
  #lp-2025 .gallery-faq {
	background: #121212;
	color: var(--color-text-light);
	padding: 0;
  }
  
  #lp-2025 .gallery {
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  #lp-2025 .gallery__track {
	display: flex;
	gap: 12px;
	will-change: transform;
  }
  
  #lp-2025 .gallery__item {
	flex: 0 0 auto;
	margin: 0;
  }
  
  #lp-2025 .gallery__item img {
	width: 160px;
	height: 100%;
	object-fit: cover;
	display: block;
  }
  
  #lp-2025 .faq {
	padding: 32px 16px 48px;
	display: flex;
	flex-direction: column;
	gap: 24px;
  }
  
  #lp-2025 .faq__title {
	margin: 0;
	font-size: 1.5rem;
	letter-spacing: 0.06em;
	color: #ffffff;
  }
  
  #lp-2025 .faq__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 16px;
  }
  
  #lp-2025 .faq__item {
	background: #ffffff;
	color: var(--color-main);
	padding: 16px 12px;
  }
  
  #lp-2025 .faq__question {
	width: 100%;
	border: none;
	background: transparent;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	font-size: 0.75rem;
	font-family: inherit;
	color: inherit;
	padding: 0;
  }
  
  #lp-2025 .faq__icon {
	width: 28px;
	height: 28px;
	border: 1px solid rgba(18, 18, 18, 0.3);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
  }
  
  #lp-2025 .faq__answer {
	margin-top: 12px;
	font-size: 0.75rem;
	line-height: 1.7;
  }
  
  #lp-2025 .application {
	background: #f8f4ea;
	color: var(--color-main);
  }
  
  #lp-2025 .application__inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
  }
  
  #lp-2025 .application__title {
	margin: 0;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	text-align: center;
	color: #2a2a2a;
  }
  
  #lp-2025 .application__reward {
	background: #dcd0b0;
	padding: 24px 20px;
	display: flex;
	flex-direction: column;
	gap: 16px;
  }
  
  #lp-2025 .application__reward-label {
	display: inline-flex;
	align-self: flex-start;
	background: #b08b34;
	color: #fff;
	letter-spacing: 0.4em;
	font-size: 1.5rem;
	padding: 6px 24px;
	font-weight: 600;
	width: 100%;
  }
  
  #lp-2025 .application__reward-text {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.9;
    /* display: flex; */
    justify-content: center;
    width: 100%;
    /* text-align: center; */
    flex-wrap: wrap;
    white-space: normal;
  }
  
  #lp-2025 .application__amount {
	margin: 0;
	font-weight: 600;
	letter-spacing: 0.12em;
  }
  
  #lp-2025 .application__form {
	display: flex;
	flex-direction: column;
	gap: 12px;
  }
  
  #lp-2025 .application__field-label {
	font-size: 0.95rem;
	display: flex;
	align-items: center;
	gap: 8px;
  }
  
  #lp-2025 .application__required {
	background: #d64045;
	color: #fff;
	font-size: 0.8rem;
	padding: 2px 8px;
	letter-spacing: 0.3em;
  }
  
  #lp-2025 .application__input {
	border: 1px solid #1e1e1e;
	padding: 10px 12px;
	font-size: 1rem;
	font-family: inherit;
	width: 100%;
  }
  
  #lp-2025 .application__input:focus {
	outline: 2px solid var(--color-sub);
	outline-offset: 2px;
  }
  
  #lp-2025 .application__submit {
	width: 100%;
	margin-top: 8px;
  }
  
  #lp-2025 .application__note {
	margin: 0;
	font-size: 0.75rem;
	color: rgba(0, 0, 0, 0.7);
	text-align: center;
  }
  
  @media (max-width: 767px) {
	#lp-2025 .whiskey,
	#lp-2025 .perks,
	#lp-2025 .makers,
	#lp-2025 .steps__hero,
	#lp-2025 .flow {
	  background-attachment: scroll;
	  background-position: center;
	}
  }
  
  @media (max-width: 600px) {
	#lp-2025 .cta-button {
	  width: 100%;
	  gap: 12px;
	  padding: 12px 18px;
	}
  
	#lp-2025 .hero__cta {
	  width: 66%;
	  align-self: flex-end;
	}
  
	#lp-2025 .flow__item {
	  flex-direction: column;
	  gap: 12px;
	}
  
	#lp-2025 .flow__icon {
	  margin-top: 0;
	  height: 40px;
	}
  
	#lp-2025 .flow__icon svg {
	  width: 24px;
	  height: 24px;
	}
  
	#lp-2025 .application__reward {
	  padding: 24px 16px;
	}
  
	#lp-2025 .application__reward-label {
	  letter-spacing: 0.2em;
	  font-size: 1.5rem;
	  font-weight: 800;
	}
  
	#lp-2025 .steps__hero {
	  min-height: 220px;
	}
  }
  
  @media (min-width: 768px) {
	#lp-2025 .page {
	  /* border-radius: 16px; */
	  overflow: hidden;
	}
  }
  
  @media (min-width: 960px) {
	#lp-2025 .site-header {
	  display: block;
	}
  
	body {
	  font-size: 18px;
	  line-height: 1.8;
	}
  
	#lp-2025 .app {
	  padding: 0 0 120px;
	}
  
	#lp-2025 .site-header__brand {
	  display: flex;
	}
  
	#lp-2025 .site-header__inner {
	  padding: 24px 48px;
	}
  
	#lp-2025 .site-header__nav {
	  position: static;
	  display: flex;
	  flex-direction: row;
	  gap: 32px;
	  padding: 0;
	  border: none;
	  background: transparent;
	  box-shadow: none;
	}
  
	#lp-2025 .site-header__nav a {
	  padding: 0;
	  opacity: 0.7;
	  text-transform: none;
	  letter-spacing: 0.08em;
	}
  
	#lp-2025 .site-header__toggle {
	  display: none;
	}
  
	#lp-2025 .site-header__cta {
	  display: inline-flex;
	  margin-left: 0;
	}
  
	#lp-2025 .page {
	  /* max-width: var(--layout-max-width); */
	  /* border-radius: 32px; */
	  /* margin-top: 32px; */
	  border: 1px solid rgba(255, 255, 255, 0.08);
	  background: rgba(7, 7, 7, 0.7);
	}
  
	#lp-2025 .section {
	  padding: 100px 96px;
	}
  
	#lp-2025 .section__inner {
	  max-width: var(--layout-inner-width);
	  margin: 0 auto;
	}
  
	#lp-2025 .section__flow {
	  padding: 0 96px 0px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  min-height: 62vh;
	}
  
	#lp-2025 .cta-button {
	  padding: 12px 24px;
	  gap: 180px;
	  font-size: 0.95rem;
	}
  
	#lp-2025 .hero {
	  min-height: calc(100vh - 160px);
	  padding: 80px 96px;
	  display: flex;
	  align-items: center;
	  justify-content: flex-start;
	}
  
	#lp-2025 .hero__content {
	  max-width: 692px;
	  gap: 32px;
	  margin-left: 0;
	}
  
	#lp-2025 .hero__tagline {
	  font-size: 1.5rem;
	  font-weight: 700;
	}
  
	#lp-2025 .hero__title {
	  font-size: clamp(3rem, 4vw, 4.5rem);
	}
  
	#lp-2025 .hero__description {
	  font-size: 1.15rem;
	}
  
	#lp-2025 .hero__description--lead {
	  font-size: 1.35rem;
	}
  
	#lp-2025 .hero__actions {
	  flex-direction: column;
	  align-items: flex-start;
	  justify-content: flex-start;
	  text-align: left;
	  gap: 12px;
	}
  
	#lp-2025 .hero__cta {
	  align-self: flex-start;
	}
  
	#lp-2025 .hero__stats {
	  flex-direction: row;
	  justify-content: space-between;
	  gap: 32px;
	}
  
	#lp-2025 .hero__stat {
	  border-left: 1px solid rgba(255, 255, 255, 0.2);
	  border-top: none;
	  padding-left: 20px;
	}
  
	#lp-2025 .hero__stat:first-child {
	  border-left: none;
	  padding-left: 0;
	}
  
  
	#lp-2025 .intro__description,
	#lp-2025 .story__description,
	#lp-2025 .whiskey__feature-text,
	#lp-2025 .furusato__description,
	#lp-2025 .nft__description,
	#lp-2025 .perks__description,
	#lp-2025 .makers__description,
	#lp-2025 .steps__description,
	#lp-2025 .flow__step-text,
	#lp-2025.faq__question,
	#lp-2025.faq__answer,
	#lp-2025 .application__reward-text,
	#lp-2025 .application__field-label,
	#lp-2025 .application__note {
	  font-size: 1rem;
	}
  
	#lp-2025 .intro #lp-2025 .section__inner {
	  display: flex;
	  flex-direction: column;
	  gap: 32px;
	  max-width: var(--layout-inner-width);
	  margin: 0 auto;
	}
	
  
	#lp-2025 .intro__eyebrow,
	#lp-2025 .intro__title,
	#lp-2025 .intro__description,
	#lp-2025 .intro__cta {
	  text-align: left;
	  align-self: flex-start;
	}
  
	#lp-2025 .intro__media {
	  margin: 0 auto;
	  text-align: center;
	}
  
	#lp-2025 .intro__media img {
	  width: 60%;
	  margin: 0 auto;
	  text-align: center;
	  display: block;
	}
  
	#lp-2025 .intro__cta {
	  align-self: flex-start;
	}

	#lp-2025 .application__reward-text {
	  display: flex;
	  justify-content: flex-start;
	  width: 100%;
	  text-align: center;
	  white-space: nowrap;
	}
  
	#lp-2025 .intro__cta #lp-2025 #lp-2025 .cta-button,
	#lp-2025 .story__cta #lp-2025 #lp-2025 .cta-button,
	#lp-2025 .furusato__cta #lp-2025 #lp-2025 .cta-button,
	#lp-2025 .perks__cta #lp-2025 #lp-2025 .cta-button,
	#lp-2025 .makers__cta #lp-2025 #lp-2025 .cta-button,
	#lp-2025 .steps__cta #lp-2025 #lp-2025 .cta-button {
	  width: 100%;
	}
  
	#lp-2025 .story__inner {
	  display: flex;
	  flex-direction: column;
	  gap: 64px;
	}
  
	#lp-2025 .story__block--split {
	  flex-direction: row;
	  align-items: center;
	  gap: 56px;
	}
  
	#lp-2025 .story__block--reverse {
	  flex-direction: row-reverse;
	}
  
	#lp-2025 .story__media,
	#lp-2025 .story__content {
	  flex: 1;
	}
  
	#lp-2025 .story__headline {
	  align-items: flex-start;
	  text-align: left;
	}
  
	#lp-2025 .whiskey__inner {
	  display: grid;
	  grid-template-columns: repeat(3, minmax(0, 1fr));
	  gap: 32px;
	  padding-top: 12px;
	}
  
	#lp-2025 .whiskey__feature {
	  padding: 32px;
	  background: rgba(255, 255, 255, 0.04);
	  border-radius: 24px;
	}
  
	#lp-2025 .furusato__inner {
	  display: grid;
	  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	  gap: 64px;
	  align-items: start;
	}
  
	#lp-2025 .furusato__visuals {
	  gap: 24px;
	}
  
	#lp-2025 .furusato__media,
	#lp-2025 .furusato__photos {
	  margin: 0;
	}
  
	#lp-2025 .furusato__media img {
	  max-width: none;
	}
  
	#lp-2025 .furusato__caption {
	  display: block;
	}
  
	#lp-2025 .furusato__photos {
	  display: flex;
	  flex-direction: column;
	  gap: 20px;
	}
  
	#lp-2025 .furusato__photo:first-child img {
	  min-height: 240px;
	}
  
	#lp-2025 .furusato__photo:last-child {
	  max-width: 70%;
	  margin-left: auto;
	}
  
	#lp-2025 .nft__inner {
	  display: grid;
	  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	  gap: 64px;
	  align-items: center;
	}
  
	#lp-2025 .nft__gallery {
	  position: relative;
	  display: flex;
	  flex-direction: column;
	  gap: 24px;
	  align-items: flex-end;
	}
  
	#lp-2025 .nft__image {
	  min-height: 280px;
	}
  
	#lp-2025 .nft__image--wide {
	  width: 100%;
	}
  
	#lp-2025 .nft__image--narrow {
	  width: 70%;
	  margin-right: 40px;
	  margin-top: -140px;
	  min-height: 220px;
	}
  
	#lp-2025 .perks__inner {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
  
	#lp-2025 .perks__card {
	  max-width: 800px;
	  width: 100%;
	  margin: 0 auto;
	}
  
	#lp-2025 .perks__media img {
	  height: 100%;
	  max-width: 50%;
	  margin: 0 auto;
	  object-fit: cover;
	}
  
	#lp-2025 .makers__inner {
	  display: grid;
	  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	  gap: 48px;
	  align-items: center;
	  grid-template-rows: auto auto;
	}
  
	#lp-2025 .makers__content {
	  justify-self: start;
	}
  
	#lp-2025 .makers__media {
	  justify-self: stretch;
	  grid-row: 1 / span 2;
	  grid-column: 2;
	}
  
	#lp-2025 .makers__cta {
	  grid-column: 1;
	  margin-top: 0;
	  align-self: start;
	}
  
	#lp-2025 .steps__inner {
	  max-width: 900px;
	  text-align: left;
	  margin: 0 auto;
	}
  
	#lp-2025 .flow__inner {
	  padding: 64px 80px;
	  margin: auto;
	}
  
	#lp-2025 .flow__list {
	  display: grid;
	  grid-template-columns: repeat(2, minmax(0, 1fr));
	  gap: 28px;
	}
  
	#lp-2025 .gallery__track {
	  gap: 24px;
	}
  
	#lp-2025 .gallery__item img {
	  width: 320px;
	}
  
	#lp-2025 .faq__list {
	  display: grid;
	  grid-template-columns: repeat(3, minmax(0, 1fr));
	}
  
		#lp-2025 .application__inner {
		  display: flex;
		  flex-direction: column;
		  gap: 32px;
		}
  }
  
