/*
Theme Name: BeyondBeyond
Author: INOTEM
Version: 1.0.0
*/

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=TikTok+Sans:opsz,wght@12..36,300..900&family=Inter:wght@400;600;700;900&display=swap');

/* CSS変数 */
:root {
  --color-main: #212121;
  --color-accent-cyan: #5FE7E4;
  --color-accent-pink: #FE5372;
  --color-text-small: #424242E5;
  --color-line: #1FBE06;
  --color-white: #ffffff;

  --gradient-main: linear-gradient(to top right, #FE5372 35%, #5FE7E4 68%);

  --font-base: "TikTok Sans", sans-serif;
  --font-size-base: 12px; /* 14 × 0.85 */
  --font-weight-base: 500;
  --line-height-base: 1.6;
  --letter-spacing-base: 0.04em;
}

/* リセット・ベース */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

html.overlay-open,
html.overlay-open body {
  overflow: hidden;
}

body {
  font-family: var(--font-base);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-base);
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
  color: var(--color-main);
  background-color: var(--color-white);
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

/* コンテナ */
.container {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
}

/* サイトラッパー */
.site-wrapper {
  max-width: 390px;
  margin: 0 auto;
  overflow: hidden;
}

/* SP版ヘッダー */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.site-header.scrolled {
  background-color: #ffffff;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
}

.header-logo p {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: 21.61px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #000000;
}

.header-logo .header-tagline {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: 9.37px;
  line-height: 1;
  letter-spacing: 0.18em;
  color: #000000;
  margin-top: 3px;
}

html.overlay-open .header-logo p,
html.overlay-open .header-logo .header-tagline {
  color: #ffffff;
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 18px;
  right: 16px;
}

.hamburger span {
  display: block;
  width: 31px;
  height: 2.5px;
  background: #000000;
}

html.overlay-open .hamburger span {
  background: #ffffff;
}

/* SP版ヘッダー・ナビオーバーレイ */
.nav-overlay {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url('');
  background-size: cover;
  background-position: center;
  z-index: 100;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s 0.35s;
  visibility: hidden;
}

.nav-overlay.active {
  transform: translateX(0);
  visibility: visible;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s 0s;
}

.nav-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 0;
}

.nav-overlay-inner {
  position: relative;
  z-index: 1;
  padding: 24px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.overlay-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
}

.nav-close {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 40.36px;
  cursor: pointer;
  line-height: 1;
}

.overlay-nav {
  display: flex;
  align-items: center;
  margin: 90px 0;
}

.nav-overlay-inner .btn-line {
  margin-top: 0;
}

.overlay-nav ul {
  list-style: none;
  width: 100%;
}

.overlay-nav li {
  margin-bottom: 28px;
}

.overlay-nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.overlay-nav-arrow {
  width: 12px;
  height: auto;
  flex-shrink: 0;
}

.overlay-nav-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.overlay-nav-desc {
  font-family: 'TikTok Sans', sans-serif;
  font-weight: 700;
  font-size: 15.85px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  vertical-align: middle;
  color: #ffffff;
}

.overlay-nav-en {
  font-family: 'TikTok Sans', sans-serif;
  font-weight: 600;
  font-size: 11.53px;
  line-height: 1.1;
  letter-spacing: 0.04em;
  vertical-align: middle;
  color: #ffffff;
}

.overlay-marquee {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 16px 0;
}

.overlay-marquee .marquee {
  display: flex;
  gap: 24px;
  white-space: nowrap;
  color: #DEDEDE80;
  font-family: 'TikTok Sans', sans-serif;
  font-weight: 700;
  font-size: 41.47px;
  line-height: 1;
  letter-spacing: 0.07em;
  animation-duration: 10s;
}

@keyframes marquee-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes marquee-right {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

.marquee-left {
  animation: marquee-left 30s linear infinite;
}

.marquee-right {
  animation: marquee-right 30s linear infinite;
}

/* ページヘッダー */
@media (max-width: 430px) {
  .page-header {
    margin-top: 75px;
  }
}

.page-header {
  background-image: url('assets/images/page-header.png');
  background-size: cover;
  background-position: center;
  height: 238px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}

.page-header-en {
  display: block;
  width: fit-content;
  background: #ffffff;
  color: #000000;
  font-family: 'TikTok Sans', sans-serif;
  font-weight: 700;
  font-size: 40.8px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  vertical-align: middle;
  border-radius: 3px;
  padding: 2px 6px;
  margin-bottom: 16px;
}

.page-header-title {
  font-family: 'TikTok Sans', sans-serif;
  font-weight: 700;
  font-size: 20.4px;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
}

/* 見出し共通 */
.section-heading {
  padding: 24px 20px 16px;
}

.section-label {
  position: relative;
  display: inline-block;
  font-size: 34px; /* 40 × 0.85 */
  font-weight: 700;
  color: transparent;
  line-height: 1;
}

.section-label::before,
.section-label::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1; /* ここ重要 */
  white-space: nowrap;
}

.section-label::before {
  -webkit-text-stroke: 8px white;
  color: transparent;
  z-index: 0;
}

.section-label::after {
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  z-index: 1;
}

.section-heading h2 {
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 15px; /* 18 × 0.85 */
  line-height: 1;
  letter-spacing: 0;
  color: var(--color-white);
  margin-top: 12px;
}

.section-point .section-heading h2 {
  margin-bottom: 0;
}

.section-point .section-heading {
  padding-bottom: 34px;
}

/* POINT・ABOUT見出し画像 */
.point-img,
.about-img {
  position: relative;
  width: 161px;
}

.point-img::before,
.about-img::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 5px;
  width: 21px;
  height: 21px;
  background: url('assets/images/h2-icon.png') no-repeat center / contain;
}

.faq-img {
  position: relative;
  width: 101px;
}

.faq-img::before {
  content: '';
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 21px;
  height: 21px;
  background: url('assets/images/h2-icon.png') no-repeat center / contain;
}

/* STEP見出し画像 */
.step-img {
  position: relative;
  width: 128px;
}

.step-img::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 5px;
  width: 21px;
  height: 21px;
  background: url('assets/images/h2-icon.png') no-repeat center / contain;
}

/* AGENTセクション */
.section-agent {
  background: #ffffff;
}

.section-agent h2 {
  margin-bottom: 40px;
  color: #000000;
}

.agent-main-img {
  width: 90%;
  margin: 0 auto 24px;
}

.section-sub-title {
  font-family: 'TikTok Sans', sans-serif;
  font-weight: 700;
  font-size: 20.4px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding: 0 20px;
  margin-bottom: 16px;
}

.agent-text {
  font-family: 'TikTok Sans', sans-serif;
  font-weight: 500;
  font-size: 13.6px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding: 0 20px;
}

/* TOMORROWセクション */
.section-tomorrow {
  background: #F4F6FA;
}

.section-tomorrow h2 {
  margin-bottom: 40px;
  color: #000000;
}

.tomorrow-main-img {
  width: 90%;
  margin: 0 auto 24px;
}

/* MANAGEMENTセクション */
.section-management {
  background: #ffffff;
}

/* MANAGEMENTカード */
.management-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 20px;
}

.management-card {
  background: #FCFCFC;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  padding: 24px 20px;
}

.management-item {
  margin-bottom: 40px;
}

.management-item:last-child {
  margin-bottom: 0;
}

.management-num {
  display: inline-block;
  font-family: 'TikTok Sans', sans-serif;
  font-weight: 900;
  font-size: 17px;
  line-height: 0.9;
  letter-spacing: 0;
  color: #ffffff;
  background: var(--gradient-main);
  border-radius: 50px;
  padding: 4px 14px;
  margin-bottom: 12px;
}

.management-card-title {
  font-family: 'TikTok Sans', sans-serif;
  font-weight: 700;
  font-size: 20.4px;
  line-height: 1.1;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}

.management-card-text {
  font-family: 'TikTok Sans', sans-serif;
  font-weight: 500;
  font-size: 11.9px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}

.management-card img {
  width: 100%;
}

/* LIVERアーカイブ */
.section-liver-archive {
  background: #ffffff;
}

.liver-archive-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 0 20px;
}

.liver-archive-card {
  background: #F9F9F9;
  border: 2px solid #E3E3E3;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

a.liver-archive-card:hover,
a.liver-archive-card:active {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.liver-archive-thumb {
  width: 100%;
  height: 187px;
  overflow: hidden;
}

.liver-archive-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.liver-archive-info {
  padding: 12px;
}

.liver-archive-name {
  font-family: 'TikTok Sans', sans-serif;
  font-weight: 700;
  font-size: 13.6px;
  margin-bottom: 6px;
}

.liver-archive-meta {
  font-family: 'TikTok Sans', sans-serif;
  font-weight: 400;
  font-size: 11.9px;
  line-height: 1.6;
}

/* MEMBERセクション */
.section-member {
  background: #F2F2F2;
}

.section-member h2,
.section-management h2 {
  color: #000000;
}

.section-member .section-heading,
.section-management .section-heading {
  padding-bottom: 34px;
}

.member-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 0 20px;
}

.member-card {
  background: #F9F9F9;
  border: 2px solid #E3E3E3;
  border-radius: 8px;
  overflow: hidden;
}

.member-photo {
  width: 100%;
  height: 187px;
  overflow: hidden;
}

.member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.member-info {
  padding: 12px;
}

.member-name {
  font-family: 'TikTok Sans', sans-serif;
  font-weight: 700;
  font-size: 13.6px;
  margin-bottom: 6px;
}

.member-desc {
  font-family: 'TikTok Sans', sans-serif;
  font-weight: 400;
  font-size: 11.9px;
  line-height: 1.6;
}

/* MEMBER見出し画像 */
.member-img {
  position: relative;
  width: 190.4px;
}

.member-img::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 5px;
  width: 21px;
  height: 21px;
  background: url('assets/images/h2-icon.png') no-repeat center / contain;
}

/* BENEFITセクション */
.section-benefit h2 {
  margin-bottom: 40px;
}

.benefit-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 20px;
}

.benefit-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #ffffff;
  border: 2px solid #D9D9D9;
  border-radius: 16px;
  padding: 0 8px;
}

.benefit-card img {
  flex-shrink: 0;
  height: 96.9px;
  width: auto;
}

.benefit-card--10 {
  padding-left: 3px;
  padding-right: 3px;
}

.benefit-card--10 .benefit-card-text {
  font-size: 17px;
}

.benefit-card img.tokuten10-img {
  width: 118px;
  height: 96.9px;
  object-fit: contain;
}

.benefit-card-text span {
  font-family: 'TikTok Sans', sans-serif;
  font-weight: 500;
  font-size: 15.3px;
  line-height: 1.6;
  letter-spacing: 0;
}

.benefit-card-text {
  font-family: 'TikTok Sans', sans-serif;
  font-weight: 700;
  font-size: 18.7px;
  line-height: 1.6;
  letter-spacing: 0;
}

/* BENEFIT見出し画像 */
.benefit-img {
  position: relative;
  width: 211px;
}

.benefit-img::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 5px;
  width: 21px;
  height: 21px;
  background: url('assets/images/h2-icon.png') no-repeat center / contain;
}

/* MANAGEMENT見出し画像 */
.management-img {
  position: relative;
  width: 317.05px;
}

.management-img::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 5px;
  width: 21px;
  height: 21px;
  background: url('assets/images/h2-icon.png') no-repeat center / contain;
}

/* AGENT見出し画像 */
.agent-img {
  position: relative;
  width: 173px;
}

.agent-img::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 5px;
  width: 21px;
  height: 21px;
  background: url('assets/images/h2-icon.png') no-repeat center / contain;
}

/* WORKSTYLEセクション */
.section-workstyle h2,
.section-workstyle .section-sub-title,
.section-workstyle .agent-text {
  color: #ffffff;
}

.section-workstyle .section-heading {
  padding-bottom: 34px;
}

/* WORKSTYLE見出し画像 */
.workstyle-img {
  position: relative;
  width: 284.75px;
}

.workstyle-img::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 5px;
  width: 21px;
  height: 21px;
  background: url('assets/images/h2-icon.png') no-repeat center / contain;
}

.workstyle-main-img {
  width: 90%;
  margin: 0 auto 24px;
}

/* TOMORROW見出し画像 */
.tomorrow-img {
  position: relative;
  width: 318px;
}

.tomorrow-img::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 5px;
  width: 21px;
  height: 21px;
  background: url('assets/images/h2-icon.png') no-repeat center / contain;
}

/* POINTバッジ */
.point-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--color-white);
  background: var(--gradient-main);
  border-radius: 50px;
  font-size: 10px; /* 12 × 0.85 */
  font-weight: 700;
  line-height: 1;
  padding: 5px 14px;
  margin-bottom: 20px;
}

.point-badge__num {
  font-size: 17px; /* 20 × 0.85 */
  line-height: 1;
}

/* POINTカード内の画像 */
.point-card img {
  margin-bottom: 48px;
}

/* POINTカード */
.point-cards {
  background: #ffffff;
  border-radius: 20px;
  border: 2px solid #e3e3e3;
  width: 90%;
  margin: 0 auto 74px;
  padding: 24px 20px;
}

/* ABOUTカード */
.about-card {
  border-radius: 20px;
  width: 90%;
  margin: 0 auto;
  background: #FCFCFC;
  border: 2px solid #E0E0E0;
  padding: 32px 20px;
}

.about-card h3 {
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 20px; /* 24 × 0.85 */
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}

.about-card-img {
  margin-bottom: 24px;
}

.about-body {
  width: 90%;
  margin: 0 auto;
}

.section-about--support {
  background-color: #FCFCFC;
}

.section-about--support h2 {
  margin-bottom: 47.6px;
}

.section-about--support h3 {
  font-family: 'TikTok Sans', sans-serif;
  font-weight: 700;
  font-size: 20.4px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}

.about-card p {
  font-family: var(--font-base);
  font-weight: 500;
  font-size: 14px; /* 16 × 0.85 */
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-bottom: 32px;
}

.btn-dark {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 75px; /* 88 × 0.85 */
  background-color: var(--color-main);
  color: var(--color-white);
  font-family: var(--font-base);
  font-size: 17px; /* 20 × 0.85 */
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 48px; /* 56 × 0.85 */
  width: 100%;
  position: relative;
  padding: 21px 15px;
  margin: 0 auto;
}

/* btn-dark 矢印 */
.btn-dark::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 17px; /* 20 × 0.85 */
  height: 34px; /* 40 × 0.85 */
  background: url('assets/images/button-arrow.png') no-repeat center / contain;
}

/* ABOUTセクション h2 */
.section-about .section-heading h2 {
  color: var(--color-main);
  margin-bottom: 0;
}

.section-about .section-heading {
  padding-bottom: 34px;
}

/* STEPセクション h2 */
.section-step .section-heading h2 {
  color: var(--color-main);
}

/* 黒背景セクション h2 */
.bg-dark-section .section-heading h2 {
  color: var(--color-white);
}

/* WHO セクション heading中央揃え */
.section-who .section-heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-who h2 {
  margin-bottom: 31.6px;
}

/* WHO見出し画像 */
.who-img {
  position: relative;
  width: 90%;
}

.who-img::before {
  content: '';
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 21px;
  height: 21px;
  background: url('assets/images/h2-icon.png') no-repeat center / contain;
}

/* POINTカード h3 */
.point-card h3 {
  font-size: 20px; /* 24 × 0.85 */
  line-height: 1.4;
  margin-bottom: 24px;
}

/* POINTリスト */
.point-list {
  list-style: none;
  margin-bottom: 6px;
}

.point-list li {
  font-family: var(--font-base);
  font-weight: 500;
  font-size: 12px; /* 14 × 0.85 */
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: var(--color-main);
  padding-left: 32px;
  background: url('assets/images/list-icon.png') no-repeat left top / 24px 24px;
  margin-bottom: 10px;
}

/* CTAブロック */
.cta-block {
  position: relative;
  background-image: url('assets/images/point-background.png');
  background-size: cover;
  background-position: center;
  padding: 40px 20px;
  z-index: 0;
}

.cta-inner {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  padding: 48px 24px;
  text-align: center;
  z-index: 1;
}

.cta-inner p {
  font-size: clamp(14px, 4.2vw, 17px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--color-main);
  margin-bottom: 40px;
}

.btn-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px; /* 24 × 0.85 */
  background-color: var(--color-line);
  color: #ffffff;
  font-family: var(--font-base);
  font-size: 15px; /* 18 × 0.85 */
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.04em;
  border-radius: 48px; /* 56 × 0.85 */
  padding: 16px 26px;
  width: 306px;
  margin: 0 auto;
}

.btn-line--wide {
  width: 100%;
  box-shadow: 0 4px 12px #00000040;
}

.btn-line img {
  width: 24px;
  height: 24px;
}

/* POINTセクション */
.section-point {
  background-color: var(--color-main);
  padding-top: 60px;
  padding-bottom: 0;
  border-radius: 20px;
  overflow: hidden;
}

/* 黒背景セクション共通 */
.bg-dark-section {
  background-color: var(--color-main);
  border-radius: 20px;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

/* ライバースライダー */
.slider-label {
  display: block;
  background: #ffffff;
  color: #000000;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 13.6px;
  line-height: 1.6;
  letter-spacing: 0;
  border-radius: 30px;
  padding: 4px 16px;
  margin: 0 auto;
  margin-bottom: 32px;
  text-align: center;
  width: fit-content;
}

.liver-slider {
  display: flex;
  overflow-x: scroll;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  gap: 33.15px;
  margin-left: 13px;
}

.liver-slider::-webkit-scrollbar {
  display: none;
}

.liver-card {
  width: 291.55px;
  min-width: 291.55px;
  scroll-snap-align: start;
  background: #ffffff;
  border-radius: 20px;
  padding: 24px 20px;
  flex-shrink: 0;
}

.liver-card-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.liver-card h3 {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 16px;
}

.liver-card-body {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.liver-card-info {
  flex: 1;
}

.liver-card-img {
  width: 119px;
  height: 119px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 8px;
}

.liver-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.liver-badge {
  display: inline-block;
  background: var(--gradient-main);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50px;
  padding: 2px 10px;
  margin-bottom: 4px;
}

.liver-stat {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

.slider-controls {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 32px;
  padding: 0 20px;
  margin-bottom: 48px;
}

.slider-dots {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}

.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s;
}

.slider-dot.active {
  opacity: 1;
}

.slider-nav {
  display: flex;
  gap: 8px;
}

.slider-prev,
.slider-next {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.slider-prev img,
.slider-next img {
  width: 64px;
  height: auto;
  display: block;
}

.slider-prev,
.slider-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.2);
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
}

/* STEPセクション */
.section-dream {
  padding: 40px 20px;
  background: #F7F7F7;
}

.section-dream .section-heading h2 {
  font-family: var(--font-base);
  font-size: 24px; /* 28 × 0.85 */
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 40px;
  color: var(--color-main);
}

/* 各ブロック */
.dream-item {
  position: relative;
  margin-bottom: 40px;
}

/* グラデ大文字 */
.dream-label {
  position: absolute;
  font-family: var(--font-base);
  font-size: 88px; /* 104 × 0.85 */
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.4;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
}

.dream-item--earn .dream-label { top: 14px; right: 5px; }
.dream-item--famous .dream-label { top: 14px; left: 20px; }
.dream-item--famous .dream-content { justify-content: flex-end; }
.dream-item--fan .dream-label { top: 14px; right: 30px; }

/* 写真とタグの横並び */
.dream-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
}

.dream-content--reverse {
  flex-direction: row-reverse;
}

.dream-content img {
  width: 150px;
  height: 150px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

/* タグ */
.dream-tag {
  font-family: 'Inter', sans-serif;
  font-size: 20px; /* 24 × 0.85 */
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
  color: #000000;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

.dream-tag-hl {
  background: #000000;
  color: #ffffff;
  font-weight: 700;
  padding: 2px 4px;
}

.section-about {
  background-color: #ffffff;
}

.section-step {
  padding: 40px 0;
  background-color: #ffffff;
}

.step-list {
  width: 90%;
  margin: 24px auto 48px;
}

.step-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
}

.step-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: -21px; /* 重なり具合はこの数値で調整 */
  position: relative;
  z-index: 0;
}

.step-item:nth-child(1) { z-index: 6; }
.step-item:nth-child(2) { z-index: 5; }
.step-item:nth-child(3) { z-index: 4; }
.step-item:nth-child(4) { z-index: 3; }
.step-item:nth-child(5) { z-index: 2; }
.step-item:nth-child(6) { z-index: 1; }

.step-badge-img {
  width: 64px;
  flex-shrink: 0;
}

.step-item:first-child .step-badge-img {
  border-radius: 30px 30px 0 0;
}

.step-item:last-child .step-badge-img {
  border-radius: 0 0 30px 30px;
}

.step-text {
}

.step-text {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-main);
}

.step-sub {
  font-size: 12px;
  font-weight: 400;
  color: var(--color-text-small);
  margin-top: 4px;
}

/* フッター */
.site-footer {
  background-color: var(--color-main);
  padding: 40px 10px;
  text-align: center;
}

.footer-nav {
  margin-bottom: 24px;
}

.footer-nav-list {
  list-style: none;
  display: flex;
  gap: 0;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.footer-nav-list li {
  width: 32%;
  display: flex;
}

.footer-nav-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  background: #ffffff;
  color: var(--color-main);
  font-size: 11px;
  font-weight: 700;
  border-radius: 8px;
  padding: 12px 10px;
  width: 100%;
  height: 100%;
}

.footer-nav-list li a::after {
  content: '›';
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #F2F2F2;
  border-radius: 50%;
  flex-shrink: 0;
}

.site-footer .btn-line {
  margin-bottom: 40px;
}

.footer-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
  margin-right: 10px;
}

.footer-sns-link img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.footer-sns-link img[alt="TikTok"] {
  width: 50px;
  height: 50px;
}

.footer-sns-link:hover img,
.footer-sns-link:active img {
  transform: scale(0.93);
  opacity: 0.8;
}

.footer-logo {
  margin-bottom: 16px;
}

.footer-logo-text {
  font-family: 'Inter', sans-serif;
  font-size: 35px;
  font-weight: 900;
  color: var(--color-white);
  line-height: 0.9;
  margin-bottom: 8px;
}

.footer-tagline {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-white);
  letter-spacing: 0.15em;
}

.footer-copy {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}

/* FVセクション（SP） */
.fv-sp {
  background-size: cover;
  background-position: center;
  height: 106vh;
  margin-top: 0;
}

.fv-catch {
  position: relative;
  isolation: isolate;
  padding-top: 30px;
}

.fv-catch p {
  display: table;
  color: #ffffff;
  border-radius: 3px;
  font-family: var(--font-base);
  font-size: 33px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 4px 12px;
  margin-bottom: 20px;
  position: relative;
}

/* グロー（グラデーション） */
.fv-catch p::before {
  content: '';
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -5px;
  right: -5px;
  background: var(--gradient-main);
  filter: blur(2px);
  z-index: -2;
}

/* 黒背景 */
.fv-catch p::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #000000;
  border-radius: 3px;
  z-index: -1;
}

/* FVキャッチアニメーション */
.fv-catch p {
  opacity: 0;
  transform: translateX(-30px);
  animation: slideInLeft 0.6s ease forwards;
}

.fv-catch p:nth-child(1) {
  animation-delay: 0.2s;
}

.fv-catch p:nth-child(2) {
  animation-delay: 0.5s;
}

.fv-catch p:nth-child(3) {
  animation-delay: 0.8s;
}

@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}


/* FAQセクション */
.section-faq {
  padding: 40px 20px;
  background: #F4F4F4;
}

.section-faq .section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-faq .section-heading h2 {
  color: var(--color-main);
  text-align: center;
  margin-bottom: 32px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  background: #ffffff;
  border: none;
  padding: 16px;
  cursor: pointer;
  text-align: left;
}

.faq-q {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: var(--color-main);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}

.faq-q-text {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-main);
}

.faq-icon {
  font-size: 18px;
  color: var(--color-main);
  transition: transform 0.3s;
  transform: rotate(90deg);
}

.faq-item.active .faq-icon {
  transform: rotate(270deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  font-size: 13px;
  line-height: 1.7;
  color: var(--color-text-small);
  background: #ffffff;
}

.faq-answer p {
  padding: 16px;
  border-top: 1px solid #e0e0e0;
}

.faq-item.active .faq-answer {
  max-height: 300px;
}

/* セクション共通 */
section {
  padding: 60px 0;
  margin-top: -12px;
}

.section-header {
  background-color: var(--color-main);
  color: var(--color-white);
  padding: 24px 20px 16px;
}

.section-header h2 {
  font-size: 24px; /* 28 × 0.85 */
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.section-header .section-sub {
  font-size: 11px; /* 13 × 0.85 */
  font-weight: 400;
  margin-top: 4px;
  opacity: 0.85;
}

/* ============================================
   PC版ヒーロー
   ============================================ */

/* SP：hero-pc非表示 */
.hero-pc {
  display: none;
}

@media (max-width: 430px) {
  .site-wrapper {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 431px) {

  .site-header { display: none; }

  .hero-pc {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    overflow: hidden;
    isolation: isolate;
  }

  .hero-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }

  .hero-logo {
    position: absolute;
    top: 20px;
    left: 6%;
    z-index: 1;
  }

  .hero-pc-left {
    position: absolute;
    bottom: 15%;
    left: 6%;
    z-index: 1;
  }

  .hero-pc-left .btn-line {
    box-shadow: 0 4px 12px #00000040;
  }

  .hero-logo-text {
    font-family: 'Inter', sans-serif;
    font-size: 35px;
    font-weight: 900;
    color: var(--color-main);
    line-height: 0.9;
    margin-bottom: 8px;
  }

  .hero-tagline {
    font-size: 15px;
    font-weight: 700;
    color: var(--color-main);
    letter-spacing: 0.15em;
    margin-bottom: 40px;
  }

  .hero-nav ul {
    list-style: none;
    margin-bottom: 40px;
  }

  .hero-nav li {
    margin-bottom: 28px;
  }

  .hero-nav a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-main);
    text-decoration: none;
  }

  .hero-nav-arrow {
    width: 12px;
    height: auto;
    flex-shrink: 0;
  }

  .hero-nav-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
  }

  .hero-nav-desc {
    font-family: 'TikTok Sans', sans-serif;
    font-weight: 700;
    font-size: 15.3px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    vertical-align: middle;
  }

  .hero-nav-en {
    font-family: 'TikTok Sans', sans-serif;
    font-weight: 500;
    font-size: 10.2px;
    line-height: 1.1;
    letter-spacing: 0.04em;
    vertical-align: middle;
  }

  .marquee-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
  }

  .marquee {
    position: absolute;
    display: flex;
    gap: 40px;
    font-family: var(--font-base);
    font-size: 143px; /* 168 × 0.85 */
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.07em;
    color: #ffffff;
    white-space: nowrap;
  }

  .marquee-left {
    top: 47px;
  }

  .marquee-right {
    bottom: 40px;
  }

  .pc-layout {
    position: relative;
    min-height: 100vh;
  }

  .site-wrapper {
    position: relative;
    z-index: 1;
    width: 390px;
    min-height: 100vh;
    margin: 40px auto 0;
    transform: translateX(20px);
    box-shadow: 0px 4px 18px 0px #00000038;
    border-radius: 20px 20px 0 0;
  }

}

/* ========== アニメーション ========== */

/* LINEボタン */
.btn-line {
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.btn-line:hover,
.btn-line:active {
  transform: scale(0.97);
  opacity: 0.9;
}

/* ダークボタン */
.btn-dark {
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.btn-dark:hover,
.btn-dark:active {
  transform: scale(0.97);
  opacity: 0.85;
}

/* ========== スクロールアニメーション ========== */

.anim-fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1s ease, transform 1s ease;
}

.anim-fade-in {
  opacity: 0;
  transition: opacity 1s ease;
}

.anim-slide-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 1s ease, transform 1s ease;
}

.anim-slide-right {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 1s ease, transform 1s ease;
}

.anim-fade-up.is-visible,
.anim-fade-in.is-visible,
.anim-slide-left.is-visible,
.anim-slide-right.is-visible {
  opacity: 1;
  transform: translate(0);
}

.anim-pop {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 1s ease, transform 1s ease;
}

.anim-pop.is-visible {
  animation: popIn 0.6s ease forwards;
}

@keyframes popIn {
  0%   { opacity: 0; transform: scale(0.9); }
  60%  { opacity: 1; transform: scale(1.04); }
  100% { opacity: 1; transform: scale(1); }
}