.homepage-lp {
  --site-width: 1120px;
  --article-width: 760px;
  --side-padding: 24px;
  --lp-bg: #fffaf4;
  --lp-surface: #ffffff;
  --lp-surface-warm: #fff2e5;
  --lp-text: #76513f;
  --lp-muted: #a4816c;
  --lp-accent: #ee8877;
  --lp-accent-deep: #d97060;
  --lp-accent-soft: #ffe1d6;
  --lp-border: #efd8c5;
  --lp-gold: #e5ad67;
  --lp-shadow: 0 16px 38px rgba(156, 105, 73, 0.13);
  --lp-shadow-soft: 0 8px 24px rgba(156, 105, 73, 0.09);
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 9%, rgba(255, 225, 202, 0.72), transparent 26%),
    radial-gradient(circle at 92% 18%, rgba(255, 232, 204, 0.65), transparent 24%),
    linear-gradient(180deg, #fffdf9 0%, var(--lp-bg) 58%, #fff4e8 100%);
  color: var(--lp-text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
  line-height: 1.75;
  overflow: hidden;
}

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

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

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

.homepage-lp .lp-menu-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 6px;
}

.homepage-lp .lp-achievement-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  object-fit: contain;
  vertical-align: -3px;
  margin-right: 8px;
}

.lp-inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.lp-header {
  width: 100%;
  background: rgba(255, 253, 249, 0.92);
}

.lp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 0 16px;
}

.lp-logo {
  display: inline-grid;
  gap: 0;
  color: #b97c58;
  line-height: 1.1;
}

.lp-logo__main {
  position: relative;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: 0;
}

.lp-logo__main::after {
  content: "";
  position: absolute;
  right: -22px;
  top: -6px;
  width: 20px;
  height: 20px;
  background: url("images/icon_11_star_deco.png") center / contain no-repeat;
}

.lp-logo__sub {
  margin-top: 4px;
  font-size: 12px;
  color: #d79b71;
}

.lp-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
  color: #855b47;
  font-size: 14px;
  font-weight: 700;
}

.lp-nav a {
  border-bottom: 2px solid transparent;
  padding: 8px 2px;
}

.lp-nav a:hover,
.lp-nav a:focus-visible {
  border-color: var(--lp-accent);
  color: var(--lp-accent-deep);
}

.lp-header__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.lp-header__actions a {
  border: 1px solid rgba(199, 130, 95, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #9b6752;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

.lp-header__actions a:hover,
.lp-header__actions a:focus-visible {
  background: var(--lp-accent-soft);
  color: var(--lp-accent-deep);
}

.lp-main {
  width: 100%;
  padding-bottom: 40px;
}

.lp-hero {
  position: relative;
  width: 100%;
  background:
    linear-gradient(90deg, rgba(255, 252, 244, 0.93) 0%, rgba(255, 249, 239, 0.78) 42%, rgba(255, 239, 221, 0.38) 100%),
    url("images/02_hero_full_banner.png") center / cover no-repeat;
  box-shadow: var(--lp-shadow);
  overflow: hidden;
}

.lp-hero__inner {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.1fr);
  align-items: center;
  min-height: 460px;
  border-radius: 0 0 46% 46% / 0 0 8% 8%;
}

.lp-hero::before,
.lp-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
}

.lp-hero::before {
  left: 8%;
  top: 12%;
  width: 34px;
  height: 34px;
  background-image: url("images/icon_11_star_deco.png");
}

.lp-hero::after {
  right: 6%;
  bottom: 10%;
  width: 58px;
  height: 58px;
  background-image: url("images/icon_12_flower_deco.png");
}

.lp-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 540px;
  padding: clamp(38px, 6vw, 76px) 0;
}

.lp-kicker,
.lp-section__mark {
  margin: 0 0 12px;
  color: var(--lp-gold);
  font-size: 14px;
  font-weight: 700;
}

.lp-hero h1 {
  margin: 0;
  color: #966752;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(42px, 5.8vw, 72px);
  font-weight: 500;
  line-height: 1.28;
}

.lp-hero__lead {
  max-width: 510px;
  margin: 24px 0 0;
  color: #8a604c;
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: 700;
}

.lp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.lp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid rgba(199, 130, 95, 0.5);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #7d513f;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(157, 95, 72, 0.11);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.lp-button:hover,
.lp-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(157, 95, 72, 0.18);
}

.lp-button--primary {
  border-color: transparent;
  background: var(--lp-accent);
  color: #fff;
}

.lp-button--primary:hover,
.lp-button--primary:focus-visible {
  background: var(--lp-accent-deep);
}

.lp-button--secondary {
  border-color: var(--lp-accent);
  background: transparent;
  color: var(--lp-accent-deep);
}

.lp-button--secondary:hover,
.lp-button--secondary:focus-visible {
  background: var(--lp-accent-soft);
}

.lp-hero__visual {
  align-self: end;
  justify-self: end;
  width: min(590px, 100%);
  margin: 0 -6% 0 0;
}

.lp-landing-hero .lp-hero__inner {
  grid-template-columns: minmax(320px, 1fr) minmax(220px, 0.42fr);
}

.lp-landing-hero__icon {
  display: grid;
  place-items: center;
  justify-self: center;
  width: min(260px, 82%);
  aspect-ratio: 1;
  border: 1px solid rgba(239, 216, 197, 0.9);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--lp-shadow);
}

.lp-landing-hero__icon img {
  width: 56%;
}

.lp-section {
  position: relative;
  width: 100%;
  padding: clamp(54px, 7vw, 82px) 0 0;
}

.lp-section__heading {
  max-width: 760px;
  margin: 0 auto 26px;
  text-align: center;
}

.lp-section__heading h2,
.lp-about__body h2 {
  margin: 0;
  color: #94634f;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(23px, 3vw, 34px);
  font-weight: 500;
  line-height: 1.55;
}

.lp-section__lead {
  margin: 12px auto 0;
  color: var(--lp-muted);
  font-size: 15px;
  font-weight: 700;
}

.lp-card-grid {
  display: grid;
  gap: 18px;
}

.lp-card-grid--links,
.lp-card-grid--contents,
.lp-work-grid,
.lp-entrance-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lp-entrance-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-entrance-card {
  display: grid;
  justify-items: center;
  border: 1px solid var(--lp-border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  padding: 32px 24px;
  text-align: center;
  box-shadow: var(--lp-shadow-soft);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.lp-entrance-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--lp-shadow);
}

.lp-entrance-card h3 {
  margin: 12px 0;
  color: #7b4e3e;
  font-size: 20px;
  line-height: 1.4;
}

.lp-entrance-card p:not(.lp-section__mark) {
  margin: 0 0 20px;
  color: var(--lp-muted);
  font-size: 14px;
  font-weight: 700;
}

.lp-entrance-card .lp-button {
  width: 100%;
}

.lp-link-card,
.lp-content-card {
  display: grid;
  justify-items: center;
  min-height: 172px;
  border: 1px solid var(--lp-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  padding: 24px 18px 20px;
  text-align: center;
  box-shadow: var(--lp-shadow-soft);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.lp-link-card:hover,
.lp-link-card:focus-visible,
.lp-content-card:hover,
.lp-content-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: var(--lp-shadow);
}

.lp-link-card img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.lp-link-card strong {
  margin-top: 12px;
  color: #604233;
  font-size: 20px;
}

.lp-link-card span,
.lp-content-card span {
  margin-top: 8px;
  color: var(--lp-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.lp-link-card::after {
  content: "→";
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-top: 14px;
  border: 1px solid var(--lp-accent);
  border-radius: 50%;
  color: var(--lp-accent);
  font-weight: 800;
}

.lp-work-grid {
  display: grid;
  gap: 18px;
}

.lp-work-card {
  overflow: hidden;
  border: 1px solid var(--lp-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--lp-shadow-soft);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.lp-work-card:hover:has(.lp-work-card__link) {
  transform: translateY(-4px);
  box-shadow: var(--lp-shadow);
}

.lp-work-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.lp-work-card img {
  width: 100%;
}

.lp-work-card__body {
  padding: 16px 16px 18px;
}

.lp-work-card__body strong {
  display: block;
  color: #684737;
  font-size: 17px;
  line-height: 1.5;
}

.lp-work-card__body p {
  margin: 8px 0 0;
  color: var(--lp-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.lp-first-guide__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: center;
  border: 1px solid var(--lp-border);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 242, 229, 0.86)),
    url("images/icon_11_star_deco.png") 96% 18% / 42px 42px no-repeat;
  padding: clamp(26px, 4vw, 42px);
  box-shadow: var(--lp-shadow-soft);
}

.lp-first-guide__copy h2 {
  margin: 0;
  color: #94634f;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 500;
  line-height: 1.55;
}

.lp-first-guide__copy p:not(.lp-section__mark) {
  margin: 16px 0 0;
  color: #755341;
  font-weight: 700;
}

.lp-first-guide__steps {
  display: grid;
  gap: 10px;
}

.lp-first-guide__steps span {
  position: relative;
  border: 1px solid rgba(199, 130, 95, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  padding: 9px 16px 9px 38px;
  color: #7d513f;
  font-size: 13px;
  font-weight: 800;
}

.lp-first-guide__steps span::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lp-accent);
  transform: translateY(-50%);
}

.lp-first-guide__actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.lp-center {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.lp-section-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.lp-content-card {
  align-content: start;
  min-height: 220px;
  padding: 25px 18px 18px;
}

.lp-content-card img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.lp-content-card__visual {
  margin: 16px 0;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--lp-border);
  background: #f9f9f9;
}

.lp-content-card__visual img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.lp-content-card:hover .lp-content-card__visual img {
  transform: scale(1.05);
}

.lp-content-card .lp-content-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  border-radius: 999px;
  background: #e7836b;
  color: #fff;
  padding: 3px 12px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

.lp-content-card strong {
  margin-top: 12px;
  color: #7b4e3e;
  font-size: 20px;
  line-height: 1.45;
}

.lp-content-card em {
  align-self: end;
  margin-top: 16px;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 3px 14px;
  color: #976550;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.lp-content-card--coral {
  border-color: #f3b28a;
}

.lp-content-card--purple {
  border-color: #cbb5df;
}

.lp-content-card--olive {
  border-color: #d8c77d;
}

.lp-content-card--rose {
  border-color: #f0a9a1;
}

.lp-latest-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lp-latest-card a,
.lp-latest-empty,
.lp-log-card a {
  display: grid;
  min-height: 176px;
  border: 1px solid var(--lp-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  padding: 24px 22px;
  box-shadow: var(--lp-shadow-soft);
}

.lp-latest-card a,
.lp-log-card a {
  align-content: start;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.lp-latest-card a:hover,
.lp-latest-card a:focus-visible,
.lp-log-card a:hover,
.lp-log-card a:focus-visible {
  transform: translateY(-4px);
  box-shadow: var(--lp-shadow);
}

.lp-latest-card__date {
  color: var(--lp-gold);
  font-size: 12px;
  font-weight: 800;
}

.lp-latest-card strong,
.lp-log-card strong {
  margin-top: 10px;
  color: #684737;
  font-size: 18px;
  line-height: 1.55;
}

.lp-latest-card__summary {
  margin-top: 10px;
  color: var(--lp-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.lp-log-card__summary {
  margin-top: 10px;
  color: var(--lp-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.lp-latest-card em,
.lp-log-card em {
  width: fit-content;
  margin-top: 18px;
  border-bottom: 2px solid var(--lp-accent-soft);
  color: var(--lp-accent-deep);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.lp-log-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lp-latest-empty {
  justify-items: center;
  min-height: auto;
  text-align: center;
}

.lp-latest-empty p {
  max-width: 660px;
  margin: 0;
  color: #755341;
  font-weight: 700;
}

.lp-compact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.lp-keyword-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 860px;
  margin: 0 auto;
}

.lp-keyword-list a {
  border: 1px solid rgba(199, 130, 95, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #7d513f;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 6px 16px rgba(157, 95, 72, 0.08);
}

.lp-keyword-list a:hover,
.lp-keyword-list a:focus-visible {
  background: var(--lp-accent-soft);
  color: var(--lp-accent-deep);
}

.lp-landing-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.lp-landing-list__item {
  position: relative;
  border: 1px solid var(--lp-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  padding: 18px 20px 18px 44px;
  color: #755341;
  font-weight: 800;
  box-shadow: var(--lp-shadow-soft);
}

.lp-landing-list__item::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 1.58em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--lp-accent);
  box-shadow: 0 0 0 5px var(--lp-accent-soft);
}

.lp-about__inner {
  display: grid;
  grid-template-columns: 180px minmax(360px, 1fr) 280px;
  align-items: center;
  gap: 34px;
  margin-top: 22px;
  border-top: 1px dashed #eecdb9;
  padding-top: clamp(52px, 7vw, 82px);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 248, 239, 0.92), rgba(255, 238, 219, 0.76)),
    url("images/13_work_card_starry.png") right center / auto 130% no-repeat;
  background-blend-mode: normal, soft-light;
}

.lp-about__body {
  min-width: 0;
}

.lp-about__avatar img {
  width: 180px;
  border: 6px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  box-shadow: var(--lp-shadow);
}

.lp-about__role {
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(199, 130, 95, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  padding: 5px 14px;
  color: var(--lp-accent-deep);
  font-size: 13px;
  font-weight: 800;
}

.lp-about__body p {
  margin: 16px 0 0;
  color: #755341;
  font-weight: 700;
}

.lp-about__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.lp-about__actions a {
  border: 1px solid rgba(199, 130, 95, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #8b5a45;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.lp-about__actions a:hover,
.lp-about__actions a:focus-visible {
  background: var(--lp-accent-soft);
  color: var(--lp-accent-deep);
}

.lp-about__actions a.lp-about__cta {
  background: var(--lp-accent);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 4px 12px rgba(238, 136, 119, 0.32);
}

.lp-about__actions a.lp-about__cta:hover {
  background: var(--lp-accent-deep);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(238, 136, 119, 0.42);
}

.lp-about__note {
  transform: rotate(-1deg);
  border: 1px solid #efd8c5;
  border-radius: 4px;
  background: #fff2df;
  padding: 25px 28px;
  color: #805944;
  box-shadow: var(--lp-shadow-soft);
}

.lp-about__note strong {
  display: block;
  margin-bottom: 12px;
  text-align: center;
  font-size: 18px;
}

.lp-about__note ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 700;
}

/* Removed redundant specific selector to avoid mobile layout issues */

.lp-footer {
  width: 100%;
  border-radius: 46% 46% 0 0 / 14% 14% 0 0;
  background: linear-gradient(180deg, #fff1df 0%, #ffe8cf 100%);
  padding: clamp(42px, 6vw, 62px) 0;
  color: #99694f;
}

.lp-footer__inner {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 0.9fr 1.1fr;
  gap: 34px;
}

.lp-footer__brand {
  display: grid;
  align-content: start;
  gap: 5px;
}

.lp-footer__brand strong {
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 28px;
  font-weight: 500;
}

.lp-footer__brand span,
.lp-footer__brand small {
  color: #b9825f;
  font-size: 13px;
}

.lp-footer__nav {
  display: grid;
  align-content: start;
  gap: 7px;
  font-size: 14px;
  font-weight: 700;
}

.lp-footer__nav a:hover,
.lp-footer__nav a:focus-visible {
  color: var(--lp-accent-deep);
}

.lp-footer__nav--legal {
  font-size: 13px;
}

.gaga-create-entry-cta {
  margin: 34px 0;
  border: 1px solid #efd8c5;
  border-radius: 14px;
  background: linear-gradient(135deg, #fffaf4, #fff1df);
  padding: 28px;
  color: #76513f;
  box-shadow: 0 8px 24px rgba(156, 105, 73, 0.09);
}

.gaga-create-entry-cta__mark {
  margin: 0 0 8px;
  color: #e5ad67;
  font-size: 13px;
  font-weight: 800;
}

.gaga-create-entry-cta h2 {
  margin: 0;
  color: #94634f;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
}

.gaga-create-entry-cta p:not(.gaga-create-entry-cta__mark) {
  margin: 12px 0 0;
  font-weight: 700;
}

.gaga-create-entry-cta__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.gaga-create-entry-cta__links a {
  border: 1px solid rgba(199, 130, 95, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #7d513f;
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.gaga-create-entry-cta__links a:hover,
.gaga-create-entry-cta__links a:focus-visible {
  background: #ffe1d6;
  color: #d97060;
}

.gaga-create-brand-single {
  --lp-accent: #ee8877;
  --lp-accent-deep: #d97060;
  --lp-accent-soft: #ffe1d6;
  background: #fffaf4;
}

.gaga-create-entry-header {
  border-bottom: 1px solid #efd8c5;
  box-shadow: 0 8px 24px rgba(156, 105, 73, 0.06);
}

.gaga-create-entry-header .lp-header__inner {
  padding-top: 18px;
  padding-bottom: 16px;
}

.gaga-create-entry-header a {
  text-decoration: none;
}

.gaga-create-entry-footer {
  margin-top: 48px;
}

.gaga-create-brand-single #inner-content {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.gaga-create-brand-single #main {
  float: none;
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.gaga-create-brand-single #sidebar1 {
  display: none;
}

.gaga-create-brand-single .article-footer .meta-tag {
  display: none;
}

.gaga-create-brand-single .article-footer .related-posts,
.gaga-create-brand-single .article-footer .recommended,
.gaga-create-brand-single .article-footer #related_ads {
  display: none;
}

@media (max-width: 900px) {
  .lp-header__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .lp-nav {
    justify-content: flex-start;
  }

  .lp-header__actions {
    justify-content: flex-start;
  }

  .lp-hero__inner {
    grid-template-columns: 1fr;
    border-radius: 0 0 34px 34px;
  }

  .lp-hero__copy {
    max-width: none;
    padding-bottom: 12px;
  }

  .lp-hero__visual {
    justify-self: center;
    width: min(520px, 92%);
    margin: 0;
  }

  .lp-landing-hero .lp-hero__inner {
    grid-template-columns: 1fr;
  }

  .lp-landing-hero__icon {
    margin-bottom: 42px;
  }

  .lp-card-grid--links,
  .lp-card-grid--contents,
  .lp-work-grid,
  .lp-latest-grid,
  .lp-log-grid,
  .lp-entrance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .lp-about__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    background-size: cover;
    padding: 40px 24px;
    text-align: center;
  }

  .lp-about__avatar {
    margin: 0 auto;
  }

  .lp-about__body {
    text-align: center;
  }

  .lp-about__actions {
    justify-content: center;
  }

  .lp-about__note {
    width: 100%;
    margin-top: 20px;
    transform: none;
  }

  .lp-first-guide__panel {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }

  .lp-first-guide__steps {
    justify-content: center;
  }

  .lp-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .homepage-lp {
    --side-padding: 16px;
    --lp-border: #dfc0a8;
    --lp-shadow-soft: 0 4px 16px rgba(120, 80, 50, 0.10);
    --lp-shadow: 0 8px 24px rgba(120, 80, 50, 0.14);
  }

  .lp-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* ===== 1. ヘッダーメニュー改善 ===== */
  .lp-header__inner {
    padding-top: 18px;
    gap: 12px;
  }

  .lp-nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    overflow-x: visible;
    white-space: normal;
    padding-bottom: 0;
  }

  .lp-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 8px;
    border: 1px solid var(--lp-border);
    border-radius: 10px;
    background: #ffffff;
    font-size: 13px;
    text-align: center;
    box-shadow: var(--lp-shadow-soft);
  }

  .lp-header__actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .lp-header__actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    background: #ffffff;
    box-shadow: var(--lp-shadow-soft);
  }

  /* ===== 2. ヒーロー ===== */
  .lp-hero {
    min-height: 0;
  }

  .lp-hero__copy {
    padding: 30px 0 0;
  }

  .lp-hero h1 {
    font-size: 39px;
  }

  .lp-hero__actions,
  .lp-section-actions,
  .lp-first-guide__actions,
  .lp-about__actions,
  .lp-center,
  .lp-compact-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .lp-button {
    width: 100%;
    margin: 0;
  }

  /* ===== 3. セクション間の区切り強化 ===== */
  .lp-section {
    padding-top: 56px;
    padding-bottom: 8px;
  }

  .lp-section + .lp-section::before {
    content: "";
    display: block;
    width: 60%;
    max-width: 200px;
    height: 1px;
    margin: 0 auto 40px;
    background: linear-gradient(90deg, transparent, var(--lp-border), transparent);
  }

  /* ===== 4. カードグリッド: 1カラム + gap拡大 ===== */
  .lp-card-grid--links,
  .lp-card-grid--contents,
  .lp-work-grid,
  .lp-latest-grid,
  .lp-log-grid,
  .lp-entrance-grid,
  .lp-landing-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* ===== 5. 全カードのモバイル視認性強化 ===== */
  .lp-entrance-card,
  .lp-work-card,
  .lp-link-card,
  .lp-content-card,
  .lp-latest-card a,
  .lp-log-card a {
    width: 100%;
    min-width: 0;
    background: #ffffff;
    border: 1.5px solid var(--lp-border);
    box-shadow: var(--lp-shadow-soft);
  }

  .lp-entrance-card {
    padding: 28px 20px;
    border-radius: 14px;
  }

  .lp-link-card {
    padding: 22px 18px 18px;
    border-radius: 14px;
  }

  .lp-content-card {
    padding: 22px 18px 18px;
    border-radius: 14px;
  }

  .lp-latest-card a,
  .lp-log-card a {
    padding: 22px 20px;
    border-radius: 14px;
  }

  .lp-work-card {
    border-radius: 14px;
    overflow: hidden;
  }

  .lp-entrance-card__body,
  .lp-work-card__link {
    width: 100%;
  }

  /* ===== 6. Guide セクション（はじめての方へ）===== */
  .lp-first-guide__panel {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 20px;
    background: #ffffff;
    border: 1.5px solid var(--lp-border);
    border-radius: 16px;
    box-shadow: var(--lp-shadow-soft);
    text-align: center;
  }

  .lp-first-guide__steps {
    justify-content: center;
  }

  .lp-first-guide__steps span {
    font-size: 14px;
    padding: 11px 16px 11px 38px;
  }

  /* ===== 7. 実践ログ・チェックリスト ===== */
  .lp-latest-grid {
    gap: 20px;
  }

  .lp-latest-card strong,
  .lp-log-card strong {
    font-size: 17px;
  }

  /* ===== 8. プロフィール ===== */
  .lp-about__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    gap: 20px;
    padding: 32px 20px;
    background: #ffffff;
    border: 1.5px solid var(--lp-border);
    border-radius: 18px;
    box-shadow: var(--lp-shadow-soft);
    overflow: hidden;
  }

  .lp-about__body {
    text-align: center;
  }

  .lp-about__avatar img {
    width: 110px;
    border-width: 4px;
  }

  .lp-about__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .lp-about__actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 10px;
    background: #ffffff;
    border: 1.5px solid var(--lp-border);
    border-radius: 10px;
    box-shadow: var(--lp-shadow-soft);
  }

  .lp-about__note {
    width: 100%;
    text-align: left;
    margin-top: 10px;
    background: #fff8ed;
    border: 1.5px solid var(--lp-border);
    border-radius: 12px;
    box-shadow: var(--lp-shadow-soft);
  }

  /* ===== 9. フッター改善 ===== */
  .lp-footer {
    border-radius: 34px 34px 0 0;
    padding-top: 40px;
    padding-bottom: 32px;
  }

  .lp-footer__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lp-footer__nav {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(199, 130, 95, 0.2);
    border-radius: 12px;
    padding: 16px 18px;
    gap: 10px;
  }

  .lp-footer__nav a {
    padding: 6px 0;
    border-bottom: 1px solid rgba(199, 130, 95, 0.12);
  }

  .lp-footer__nav a:last-child {
    border-bottom: none;
  }

  /* ===== 10. CTA等 ===== */
  .gaga-create-entry-cta {
    padding: 22px 18px;
    background: #ffffff;
    border: 1.5px solid var(--lp-border);
    box-shadow: var(--lp-shadow-soft);
  }

  .gaga-create-entry-cta h2 {
    font-size: 22px;
  }
}

/* 制作環境（ComfyUIページ等） */
.lp-landing-environment .lp-section__heading {
  margin-bottom: 24px;
}

.lp-env-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 800px;
  margin: 0 auto;
}

.lp-env-tag {
  border: 1px solid rgba(199, 130, 95, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  padding: 6px 16px;
  color: #8b5a45;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(157, 95, 72, 0.06);
}

/* 実物チェック例（LINEスタンプページ等） */
.lp-visual-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 34px;
}

.lp-visual-card {
  border: 1px solid var(--lp-border);
  border-radius: 16px;
  background: var(--lp-surface);
  padding: 24px;
  box-shadow: var(--lp-shadow-soft);
}

.lp-visual-card strong {
  display: block;
  margin-bottom: 18px;
  color: #684737;
  font-size: 18px;
  text-align: center;
}

.lp-visual-card__body {
  display: grid;
  gap: 14px;
}

.lp-visual-card__check {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.lp-visual-card__check span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 900;
}

.lp-visual-card__check--ok span {
  background: #e1f5f3;
  color: #38a59b;
}

.lp-visual-card__check--ng span {
  background: #ffe9e6;
  color: #d97060;
}

@media (max-width: 900px) {
  .lp-visual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .lp-visual-grid {
    grid-template-columns: 1fr;
  }
}

.lp-visual-card__image {
  margin: 1rem -24px 1.5rem;
  background: #f8f9fa;
  border-top: 1px solid #efd8c5;
  border-bottom: 1px solid #efd8c5;
  overflow: hidden;
}

.lp-visual-card__image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.lp-visual-card:hover .lp-visual-card__image img {
  transform: scale(1.05);
}

@media (max-width: 620px) {
  .lp-visual-card__image {
    margin: 1rem -24px 1.25rem;
  }
}

/* --- Brand Single Page (Individual Articles) --- */
.gaga-create-brand-single {
  background-color: #fffaf4;
}

.gaga-create-brand-single .lp-header {
  background: rgba(255, 253, 249, 0.95);
  border-bottom: 1px solid #efd8c5;
  padding: 1rem 0;
}

.gaga-create-brand-single .lp-header .lp-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.gaga-create-brand-single .lp-logo {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  color: #b97c58;
}

.gaga-create-brand-single .lp-logo__main {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: Georgia, serif;
}

.gaga-create-brand-single .lp-logo__sub {
  font-size: 0.75rem;
  color: #d79b71;
}

.gaga-create-brand-single .lp-nav {
  display: flex;
  gap: 1.25rem;
}

.gaga-create-brand-single .lp-nav a {
  color: #855b47;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 700;
  transition: color 0.3s;
}

.gaga-create-brand-single .lp-nav a:hover {
  color: #ee8877;
}

.gaga-create-brand-single .lp-header__actions {
  display: flex;
  gap: 0.75rem;
}

.gaga-create-brand-single .lp-header__actions a {
  border: 1px solid rgba(199, 130, 95, 0.36);
  border-radius: 999px;
  background: #fff;
  color: #9b6752;
  padding: 4px 12px;
  font-size: 0.75rem;
  font-weight: 800;
  text-decoration: none;
}

.gaga-create-brand-single .lp-footer {
  background: linear-gradient(180deg, #fff1df 0%, #ffe8cf 100%);
  color: #99694f;
  padding: 4rem 0;
  border-top: 1px solid #efd8c5;
  border-radius: 46% 46% 0 0 / 14% 14% 0 0;
  margin-top: 4rem;
}

.gaga-create-brand-single .lp-footer .lp-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 0.9fr 1.1fr;
  gap: 34px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.gaga-create-brand-single .lp-footer__brand strong {
  display: block;
  font-size: 1.75rem;
  font-family: Georgia, serif;
  margin-bottom: 0.25rem;
  color: #99694f;
}

.gaga-create-brand-single .lp-footer__brand span {
  display: block;
  color: #b9825f;
  font-size: 0.8125rem;
  margin-bottom: 1.5rem;
}

.gaga-create-brand-single .lp-footer__brand small {
  color: #b9825f;
  font-size: 0.75rem;
}

.gaga-create-brand-single .lp-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.gaga-create-brand-single .lp-footer__nav a {
  color: #99694f;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 700;
  transition: color 0.3s;
}

.gaga-create-brand-single .lp-footer__nav a:hover {
  color: #d97060;
}

@media (max-width: 900px) {
  .gaga-create-brand-single .lp-footer .lp-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .gaga-create-brand-single .lp-nav {
    display: none;
  }
  .gaga-create-brand-single .lp-header__actions {
    display: none;
  }
}

@media (max-width: 600px) {
  .gaga-create-brand-single .lp-footer .lp-inner {
    grid-template-columns: 1fr;
  }
}

/* --- Lower Page Styles --- */
.lp-lower-title {
  color: #94634f;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(32px, 5vw, 48px);
  margin-top: 10px;
}

.lp-lower-article {
  max-width: var(--article-width);
  margin: 40px auto 0;
  color: var(--lp-text);
  line-height: 1.8;
}

.lp-lower-article h2 {
  margin: 48px 0 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--lp-accent-soft);
  color: #94634f;
  font-size: clamp(20px, 3vw, 26px);
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.lp-lower-article h3 {
  margin: 32px 0 16px;
  color: #7b4e3e;
  font-size: clamp(18px, 2.5vw, 22px);
}

.lp-lower-article p {
  margin: 0 0 24px;
}

.lp-lower-article ul,
.lp-lower-article ol {
  margin: 0 0 24px;
  padding-left: 1.5em;
}

.lp-lower-article li {
  margin-bottom: 8px;
}

.lp-lower-article table {
  width: 100%;
  margin: 32px 0;
  border-collapse: collapse;
  border: 1px solid var(--lp-border);
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.lp-lower-article th,
.lp-lower-article td {
  padding: 16px;
  border: 1px solid var(--lp-border);
  text-align: left;
  font-size: 15px;
}

.lp-lower-article th {
  width: 30%;
  background: var(--lp-surface-warm);
  color: #7b4e3e;
  font-weight: 800;
}

@media (max-width: 620px) {
  .lp-lower-article th {
    width: auto;
    display: block;
    background: var(--lp-surface-warm);
    border-bottom: none;
  }
  .lp-lower-article td {
    display: block;
  }
}

/* Contact Form Styles */
.lp-lower-article .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}

.lp-lower-article input[type="text"],
.lp-lower-article input[type="email"],
.lp-lower-article textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--lp-border);
  border-radius: 8px;
  background: #fff;
  color: var(--lp-text);
  font-family: inherit;
  font-size: 16px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.lp-lower-article input:focus,
.lp-lower-article textarea:focus {
  outline: none;
  border-color: var(--lp-accent);
  box-shadow: 0 0 0 3px var(--lp-accent-soft);
}

.lp-lower-article input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  min-height: 50px;
  border: none;
  border-radius: 999px;
  background: var(--lp-accent);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.2s;
}

.lp-lower-article input[type="submit"]:hover {
  background: var(--lp-accent-deep);
  transform: translateY(-2px);
}
