.gajyu-lp {
  --gajyu-red: #a11a26;
  --gajyu-red-dark: #7a111a;
  --gajyu-gold: #c69c46;
  --gajyu-gold-light: #f8f1e1;
  --gajyu-ink: #2b2522;
  --gajyu-muted: #6e645e;
  --gajyu-cream: #fbf8f3;
  --gajyu-line: #e3d7c8;
  --gajyu-white: #fff;
  color: var(--gajyu-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  overflow: hidden;
}

/* --- Premium Colors --- */
.gajyu-lp {
  --gajyu-red: #a11a26;
  --gajyu-red-dark: #7a111a;
  --gajyu-gold: #c69c46;
  --gajyu-gold-light: #f8f1e1;
}

.gajyu-lp *,
.gajyu-lp *::before,
.gajyu-lp *::after {
  box-sizing: border-box;
}

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

.gajyu-lp a {
  color: inherit;
  text-decoration: none;
}

.gajyu-lp h1,
.gajyu-lp h2,
.gajyu-lp h3,
.gajyu-lp p,
.gajyu-lp ul,
.gajyu-lp ol,
.gajyu-lp figure {
  margin-top: 0;
}

.gajyu-lp h1,
.gajyu-lp h2,
.gajyu-lp h3,
.gajyu-lp p,
.gajyu-lp li,
.gajyu-lp a {
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: normal;
  word-break: normal;
}

.gajyu-lp__container {
  width: min(1120px, calc(100% - 32px));
  margin-right: auto;
  margin-left: auto;
}

.gajyu-lp__section {
  padding: 72px 0;
}

.gajyu-lp__section--cream {
  background: var(--gajyu-cream);
}

.gajyu-lp__section--dark {
  color: #fff;
  background: #3f2926;
}

.gajyu-lp__eyebrow {
  margin-bottom: 12px;
  color: var(--gajyu-red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.gajyu-lp__heading {
  margin-bottom: 14px;
  color: var(--gajyu-ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.gajyu-lp__section--dark .gajyu-lp__heading {
  color: #fff;
}

.gajyu-lp__lead {
  max-width: 760px;
  margin-bottom: 34px;
  color: var(--gajyu-muted);
  font-size: 17px;
}

.gajyu-lp__section--dark .gajyu-lp__lead {
  color: #f7eee5;
}

.gajyu-lp__hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  background: #efe5d8;
}

.gajyu-lp__hero-media,
.gajyu-lp__hero-media::after,
.gajyu-lp__hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gajyu-lp__hero-image {
  object-fit: cover;
  object-position: center;
}

.gajyu-lp__hero-media::after {
  content: "";
  background: linear-gradient(90deg, rgba(251, 247, 239, 0.99) 0%, rgba(251, 247, 239, 0.92) 32%, rgba(251, 247, 239, 0.08) 62%);
}

.gajyu-lp__hero-content {
  position: relative;
  z-index: 1;
  width: min(590px, 55%);
  padding: 80px 0;
}

.gajyu-lp__hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--gajyu-red);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.gajyu-lp__hero-title {
  margin-bottom: 22px;
  color: #38221f;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(38px, 5.2vw, 62px);
  font-weight: 700;
  line-height: 1.35;
}

.gajyu-lp__hero-copy {
  max-width: 560px;
  margin-bottom: 26px;
  font-size: 18px;
  line-height: 1.9;
}

.gajyu-lp__hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  padding: 0;
  list-style: none;
}

.gajyu-lp__hero-meta li {
  padding: 6px 12px;
  border: 1px solid rgba(165, 31, 43, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: #5b302d;
  font-size: 13px;
  font-weight: 700;
}

.gajyu-lp__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gajyu-lp__button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid var(--gajyu-red);
  border-radius: 6px;
  background: var(--gajyu-red);
  color: #fff !important;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.gajyu-lp__button:hover,
.gajyu-lp__button:focus {
  background: var(--gajyu-red-dark);
  transform: translateY(-1px);
}

.gajyu-lp__button--outline {
  background: rgba(255, 255, 255, 0.86);
  color: var(--gajyu-red) !important;
}

.gajyu-lp__button--outline:hover,
.gajyu-lp__button--outline:focus {
  background: #fff;
}

.gajyu-lp__button--gold {
  border-color: var(--gajyu-gold);
  background: var(--gajyu-gold);
  color: #231d18 !important;
}

.gajyu-lp__caption {
  margin-top: 8px;
  color: var(--gajyu-muted);
  font-size: 12px;
  text-align: right;
}

.gajyu-lp__age-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gajyu-lp__age-card {
  min-height: 124px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  border: 1px solid var(--gajyu-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(74, 52, 38, 0.06);
}

.gajyu-lp__age-card strong {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 21px;
}

.gajyu-lp__age-card small {
  display: block;
  margin-top: 6px;
  color: var(--gajyu-muted);
}

.gajyu-lp__color {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  vertical-align: -1px;
}

.gajyu-lp__color--red { background: #b5222e; }
.gajyu-lp__color--purple { background: #6c438f; }
.gajyu-lp__color--yellow { background: #d7a92f; }
.gajyu-lp__color--white { background: #fff; }
.gajyu-lp__color--pink { background: #dfa0ae; }

.gajyu-lp__note {
  margin-top: 18px;
  padding: 14px 18px;
  border-left: 4px solid var(--gajyu-gold);
  background: #fffaf0;
  color: #5e5147;
  font-size: 14px;
}

.gajyu-lp__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 48px;
}

.gajyu-lp__split-image {
  border-radius: 10px;
  box-shadow: 0 16px 36px rgba(65, 42, 31, 0.14);
}

.gajyu-lp__quote {
  margin: 0 0 18px;
  color: var(--gajyu-red);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(26px, 3.6vw, 40px);
  font-weight: 700;
  line-height: 1.55;
}

.gajyu-lp__plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.gajyu-lp__plan {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 28px 24px 24px;
  border: 1px solid var(--gajyu-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(74, 52, 38, 0.08);
}

.gajyu-lp__plan--recommended {
  border: 2px solid var(--gajyu-gold);
  box-shadow: 0 14px 36px rgba(133, 94, 22, 0.17);
}

.gajyu-lp__plan-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  padding: 5px 14px;
  border-radius: 999px;
  background: var(--gajyu-gold);
  color: #231d18;
  font-size: 13px;
  font-weight: 700;
}

.gajyu-lp__plan-label {
  margin-bottom: 4px;
  color: var(--gajyu-red);
  font-size: 13px;
  font-weight: 700;
}

.gajyu-lp__plan h3 {
  margin-bottom: 6px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 25px;
}

.gajyu-lp__price {
  margin-bottom: 18px;
  color: var(--gajyu-red);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}

.gajyu-lp__price small {
  color: var(--gajyu-muted);
  font-size: 13px;
}

.gajyu-lp__checklist {
  flex: 1;
  margin-bottom: 22px;
  padding: 0;
  list-style: none;
}

.gajyu-lp__checklist li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px dashed #e7ddd3;
}

.gajyu-lp__checklist li::before {
  content: "✓";
  position: absolute;
  left: 2px;
  color: var(--gajyu-red);
  font-weight: 700;
}

.gajyu-lp__checklist li.gajyu-lp__checklist-no {
  color: #aaa19b;
}

.gajyu-lp__checklist li.gajyu-lp__checklist-no::before {
  content: "―";
  color: #aaa19b;
}

.gajyu-lp__plan-copy {
  min-height: 58px;
  margin-bottom: 16px;
  color: var(--gajyu-muted);
  font-size: 14px;
}

.gajyu-lp__compare {
  width: 100%;
  margin-top: 36px;
  border-collapse: collapse;
  background: #fff;
  font-size: 14px;
}

.gajyu-lp__compare th,
.gajyu-lp__compare td {
  padding: 13px 12px;
  border: 1px solid var(--gajyu-line);
  text-align: center;
  vertical-align: middle;
}

.gajyu-lp__compare thead th {
  background: #f8f0e2;
  font-weight: 700;
}

.gajyu-lp__compare th:first-child,
.gajyu-lp__compare td:first-child {
  text-align: left;
}

.gajyu-lp__schedule {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  margin-top: 34px;
  padding: 32px;
  border: 1px solid #e4c891;
  border-radius: 10px;
  background: #fffaf0;
}

.gajyu-lp__schedule h3 {
  margin-bottom: 8px;
  color: var(--gajyu-red);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 26px;
}

.gajyu-lp__schedule-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gajyu-lp__schedule-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 0;
  border-bottom: 1px dashed #ddcfb8;
}

.gajyu-lp__share {
  margin-top: 24px;
  padding: 24px;
  border-radius: 8px;
  background: #f2f7ed;
}

.gajyu-lp__share-copy {
  margin-bottom: 16px;
  padding: 16px;
  border: 1px dashed #a6ba98;
  border-radius: 6px;
  background: #fff;
  color: #3d4b35;
  font-size: 14px;
}

.gajyu-lp__share .gajyu-lp__button {
  border-color: #1aae45;
  background: #1aae45;
}

.gajyu-lp__set {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: start;
  gap: 40px;
}

.gajyu-lp__set-image {
  padding: 10px;
  border: 1px solid var(--gajyu-line);
  border-radius: 10px;
  background: #fff;
}

.gajyu-lp figure.gajyu-lp__set-image {
  margin-top: 28px;
}

.gajyu-lp__item-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 22px;
  margin: 0;
  padding: 0;
  counter-reset: set-item;
  list-style: none;
}

.gajyu-lp__item-list li {
  position: relative;
  min-height: 42px;
  padding: 8px 0 8px 36px;
  border-bottom: 1px dashed var(--gajyu-line);
  counter-increment: set-item;
}

.gajyu-lp__item-list li::before {
  content: counter(set-item);
  position: absolute;
  top: 7px;
  left: 0;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--gajyu-red);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.gajyu-lp__facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.gajyu-lp__fact {
  padding: 16px;
  border: 1px solid var(--gajyu-line);
  border-radius: 7px;
  background: #fff;
}

.gajyu-lp__fact dt {
  margin-bottom: 5px;
  color: var(--gajyu-muted);
  font-size: 12px;
}

.gajyu-lp__fact dd {
  margin: 0;
  font-weight: 700;
}

.gajyu-lp__value-grid,
.gajyu-lp__service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.gajyu-lp__value-card,
.gajyu-lp__service-card {
  overflow: hidden;
  border: 1px solid var(--gajyu-line);
  border-radius: 9px;
  background: #fff;
}

.gajyu-lp__value-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gajyu-lp__value-body,
.gajyu-lp__service-card {
  padding: 22px;
}

.gajyu-lp__value-body h3,
.gajyu-lp__service-card h3 {
  margin-bottom: 7px;
  color: var(--gajyu-red);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 22px;
}

.gajyu-lp__scene-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: stretch;
  gap: 28px;
}

.gajyu-lp__scene-photo {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 10px;
}

.gajyu-lp__scene-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gajyu-lp__scene-list li {
  padding: 14px 16px;
  border-left: 4px solid var(--gajyu-gold);
  background: #fff;
  font-weight: 700;
}

.gajyu-lp__steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  counter-reset: step;
  list-style: none;
}

.gajyu-lp__steps li {
  position: relative;
  min-height: 150px;
  padding: 48px 15px 16px;
  border: 1px solid var(--gajyu-line);
  border-radius: 8px;
  background: #fff;
  counter-increment: step;
  font-size: 14px;
}

.gajyu-lp__steps li::before {
  content: counter(step);
  position: absolute;
  top: 14px;
  left: 15px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--gajyu-red);
  color: #fff;
  font-weight: 700;
}

.gajyu-lp__details {
  margin-top: 14px;
  border: 1px solid var(--gajyu-line);
  border-radius: 8px;
  background: #fff;
}

.gajyu-lp__details summary {
  position: relative;
  padding: 18px 54px 18px 20px;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.gajyu-lp__details summary::-webkit-details-marker {
  display: none;
}

.gajyu-lp__details summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--gajyu-red);
  font-size: 26px;
  line-height: 1;
}

.gajyu-lp__details[open] summary::after {
  content: "−";
}

.gajyu-lp__details-body {
  padding: 0 20px 20px;
  color: var(--gajyu-muted);
}

.gajyu-lp__age-table {
  width: 100%;
  border-collapse: collapse;
}

.gajyu-lp__age-table th,
.gajyu-lp__age-table td {
  padding: 10px;
  border-bottom: 1px solid var(--gajyu-line);
  text-align: left;
}

.gajyu-lp__final {
  text-align: center;
}

.gajyu-lp__final .gajyu-lp__lead {
  margin-right: auto;
  margin-left: auto;
}

.gajyu-lp__final .gajyu-lp__actions {
  justify-content: center;
}

.gajyu-lp__legal-note {
  max-width: 820px;
  margin: 22px auto 0;
  color: #d9cbc2;
  font-size: 12px;
}

.gajyu-lp__sticky {
  display: none;
}

@media (max-width: 991.98px) {
  .gajyu-lp__hero {
    min-height: 570px;
  }

  .gajyu-lp__hero-content {
    width: 61%;
  }

  .gajyu-lp__age-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gajyu-lp__plan-grid,
  .gajyu-lp__value-grid,
  .gajyu-lp__service-grid {
    grid-template-columns: 1fr;
  }

  .gajyu-lp__plan--recommended { order: -1; }

  .gajyu-lp__compare-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .gajyu-lp__compare {
    min-width: 760px;
  }

  .gajyu-lp__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gajyu-lp__facts {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .gajyu-lp {
    padding-bottom: 78px;
    font-size: 15px;
  }

  .gajyu-lp__container {
    width: calc(100% - 24px);
    max-width: 680px;
  }

  .gajyu-lp__section {
    padding: 52px 0;
  }

  .gajyu-lp__hero {
    min-height: 680px;
    align-items: flex-end;
  }

  .gajyu-lp__hero-image {
    object-position: 70% center;
  }

  .gajyu-lp__hero-media::after {
    background: linear-gradient(180deg, rgba(251, 247, 239, 0.05) 0%, rgba(251, 247, 239, 0.18) 35%, rgba(251, 247, 239, 0.98) 68%, #fbf7ef 100%);
  }

  .gajyu-lp__hero-content {
    width: 100%;
    padding: 280px 0 34px;
  }

  .gajyu-lp__hero-title {
    font-size: 34px;
  }

  .gajyu-lp__hero-copy {
    font-size: 15px;
  }

  .gajyu-lp__actions,
  .gajyu-lp__button {
    width: 100%;
  }

  .gajyu-lp__age-scroll {
    width: calc(100% + 12px);
    overflow-x: auto;
    padding: 4px 12px 16px 0;
    -webkit-overflow-scrolling: touch;
  }

  .gajyu-lp__age-list {
    width: max-content;
    grid-template-columns: repeat(9, 148px);
  }

  .gajyu-lp__split,
  .gajyu-lp__schedule,
  .gajyu-lp__set,
  .gajyu-lp__scene-grid {
    grid-template-columns: 1fr;
  }

  .gajyu-lp__split-image {
    order: -1;
  }

  .gajyu-lp__schedule {
    padding: 22px;
  }

  .gajyu-lp__item-list {
    grid-template-columns: 1fr;
  }

  .gajyu-lp__facts {
    grid-template-columns: 1fr;
  }

  .gajyu-lp__steps {
    grid-template-columns: 1fr;
  }

  .gajyu-lp__steps li {
    min-height: auto;
  }

  .gajyu-lp__scene-photo {
    min-height: 280px;
  }

  .gajyu-lp__sticky {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    gap: 10px;
    padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
    border-top: 1px solid #eadfd4;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 -8px 24px rgba(55, 36, 26, 0.13);
  }

  .gajyu-lp__sticky-price {
    color: var(--gajyu-red);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
  }

  .gajyu-lp__sticky-price small {
    display: block;
    color: var(--gajyu-muted);
    font-size: 11px;
    font-weight: 400;
  }

  .gajyu-lp__sticky .gajyu-lp__button {
    min-height: 46px;
    padding: 10px 14px;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gajyu-lp__button {
    transition: none;
  }
}

/* --- Premium & Animation Additions --- */
.gajyu-lp__heading, .gajyu-lp__hero-title, .gajyu-lp__quote, .gajyu-lp__plan h3, .gajyu-lp__schedule h3, .gajyu-lp__value-body h3, .gajyu-lp__service-card h3, .gajyu-lp__age-card strong {
  font-family: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.gajyu-lp__button--glow {
  box-shadow: 0 4px 15px rgba(165, 31, 43, 0.3);
}
.gajyu-lp__button--glow.gajyu-lp__button--gold {
  box-shadow: 0 4px 15px rgba(198, 156, 70, 0.4);
}
.gajyu-lp__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.gajyu-glass-panel {
  background: rgba(255, 255, 255, 0.65) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 32px rgba(65, 42, 31, 0.08) !important;
}

/* Animations */
.gajyu-kenburns {
  animation: kenburns 15s ease-out both;
}
@keyframes kenburns {
  0% { transform: scale(1); }
  100% { transform: scale(1.08); }
}

.gajyu-animate {
  opacity: 0;
  will-change: transform, opacity;
}
.gajyu-fade-up {
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.gajyu-fade-left {
  transform: translateX(30px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.gajyu-fade-right {
  transform: translateX(-30px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.gajyu-animate.is-visible {
  opacity: 1;
  transform: translate(0);
}

.gajyu-delay-1 { transition-delay: 0.15s; }
.gajyu-delay-2 { transition-delay: 0.3s; }

.gajyu-lp__value-card:hover .gajyu-lp__value-image-wrap img,
.gajyu-lp__scene-grid figure:hover img {
  transform: scale(1.05);
  transition: transform 0.6s ease;
}
.gajyu-lp__value-image-wrap, .gajyu-lp__image-wrapper {
  overflow: hidden;
  border-radius: 9px 9px 0 0;
}
.gajyu-lp__scene-grid figure .gajyu-lp__image-wrapper {
  border-radius: 10px;
  height: 100%;
}
.gajyu-lp__value-image-wrap img, .gajyu-lp__image-wrapper img {
  transition: transform 0.6s ease;
}

/* LINE button specific style */
.gajyu-lp__button--line {
  background-color: #06C755;
  border-color: #06C755;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.gajyu-lp__button--line:hover {
  background-color: #05b34c;
  border-color: #05b34c;
}




/* --- Premium & Animation Additions --- */
.gajyu-lp__heading, .gajyu-lp__hero-title, .gajyu-lp__quote, .gajyu-lp__plan h3, .gajyu-lp__schedule h3, .gajyu-lp__value-body h3, .gajyu-lp__service-card h3, .gajyu-lp__age-card strong {
  font-family: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.gajyu-lp__button--glow {
  box-shadow: 0 4px 15px rgba(165, 31, 43, 0.3);
}
.gajyu-lp__button--glow.gajyu-lp__button--gold {
  box-shadow: 0 4px 15px rgba(198, 156, 70, 0.4);
}
.gajyu-lp__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.gajyu-glass-panel {
  background: rgba(255, 255, 255, 0.65) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 32px rgba(65, 42, 31, 0.08) !important;
}

/* Animations */
.gajyu-kenburns {
  animation: kenburns 15s ease-out both;
}
@keyframes kenburns {
  0% { transform: scale(1); }
  100% { transform: scale(1.08); }
}

.gajyu-animate {
  opacity: 0;
  will-change: transform, opacity;
}
.gajyu-fade-up {
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.gajyu-fade-left {
  transform: translateX(30px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.gajyu-fade-right {
  transform: translateX(-30px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.gajyu-animate.is-visible {
  opacity: 1;
  transform: translate(0);
}

.gajyu-delay-1 { transition-delay: 0.15s; }
.gajyu-delay-2 { transition-delay: 0.3s; }

.gajyu-lp__value-card:hover .gajyu-lp__value-image-wrap img,
.gajyu-lp__scene-grid figure:hover img {
  transform: scale(1.05);
  transition: transform 0.6s ease;
}
.gajyu-lp__value-image-wrap, .gajyu-lp__image-wrapper {
  overflow: hidden;
  border-radius: 9px 9px 0 0;
}
.gajyu-lp__scene-grid figure .gajyu-lp__image-wrapper {
  border-radius: 10px;
  height: 100%;
}
.gajyu-lp__value-image-wrap img, .gajyu-lp__image-wrapper img {
  transition: transform 0.6s ease;
}

/* LINE button specific style */
.gajyu-lp__button--line {
  background-color: #06C755;
  border-color: #06C755;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.gajyu-lp__button--line:hover {
  background-color: #05b34c;
  border-color: #05b34c;
}

/* Image in age table */
.gajyu-lp__age-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid var(--gajyu-line);
}

