@charset "utf-8";

/* =========================================================
   GX Campaign LP
   Font note:
   - Primary design font: A-OTF 見出ゴMB31 Pro
   - Web fallback stack is used until a licensed webfont is supplied.
========================================================= */

:root {
  --color-text: #333333;
  --color-bg-gray: #efefef;
  --color-bg-pink: #edc1d2;
  --color-bg-beige: #ece8c8;
  --color-bg-green: #85c871;
  --color-orange: #ef6d00;
  --color-orange-dark: #d65e00;
  --color-pink: #ff2f87;
  --color-white: #ffffff;
  --color-line: #d8d8d8;
  --font-main: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  --shadow-title:
    0 1px 0 #ffffff,
    0 -1px 0 #ffffff,
    1px 0 0 #ffffff,
    -1px 0 0 #ffffff,
    2px 2px 0 rgba(92, 64, 10, 0.95),
    -2px 2px 0 rgba(92, 64, 10, 0.95),
    2px -2px 0 rgba(92, 64, 10, 0.95),
    -2px -2px 0 rgba(92, 64, 10, 0.95);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-main);
  line-height: 1.75;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
}

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

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

p,
h1,
h2,
h3,
dl,
dt,
dd,
figure {
  margin: 0;
}

dl,
ul {
  padding: 0;
}

.l-container {
  width: min(100% - 40px, 1120px);
  margin-inline: auto;
}

.l-container--narrow {
  width: min(100% - 40px, 760px);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.u-sp {
  display: none;
}

.panel--white {
  background: var(--color-white);
}

.image-heading {
  display: inline-block;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 360px;
  padding: 18px 40px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.03em;
  text-align: center;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.c-btn:hover {
  opacity: 0.86;
}

.c-btn--orange {
  color: #ffffff;
  background: linear-gradient(180deg, #f07b11 0%, #eb6800 100%);
  box-shadow: 0 7px 0 rgba(194, 98, 0, 0.28);
}

.c-btn--white {
  color: #54a846;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
}

.c-btn--outline {
  color: var(--color-orange);
  background: #ffffff;
  border: 2px solid #f2a04e;
  box-shadow: none;
}

.section-cta {
  text-align: center;
}

.section-cta .c-btn br {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  background: #eff6c7 url("../images/bg_mv.webp") center top / cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 14%, rgba(255, 255, 255, 0.68), transparent 22%),
    radial-gradient(circle at 78% 14%, rgba(255, 255, 255, 0.40), transparent 24%);
  pointer-events: none;
}

.hero__inner {
  position: relative;
  z-index: 1;
  padding-top: 18px;
  padding-bottom: 0;
}

.hero__logo {
  width: 161px;
}

.hero__content {
  max-width: 920px;
  margin: 18px auto 0;
  text-align: center;
}

.hero__title {
  margin-bottom: 20px;
  color: #f1b016;
  font-size: clamp(40px, 6vw, 74px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0.02em;
  text-shadow: var(--shadow-title);
}

.hero__visual {
  width: min(100%, 980px);
  margin: 0 auto;
}

.intro {
  padding: 76px 0 86px;
  background: #fff;
}

.intro .l-container--narrow {
  width: min(100% - 40px, 560px);
}

.intro__text {
  padding: 30px;
  text-align: center;
  background: #ffffff;
  border: 0.5px solid #4d4d4d;
  border-bottom: 0;
}

.intro__card {
  padding: 0 30px 30px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #4d4d4d;
  border-top: 0;
}

.intro__heading {
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.intro__lead {
  max-width: 340px;
  margin: 0 auto 26px;
  font-size: 11px;
  line-height: 1.95;
  text-align: left;
}

@media (min-width: 768px) {
  .intro__lead {
  max-width: 768px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.95;
  text-align: left;
}
  }


.intro__summary {
  display: grid;
  gap: 6px;
  max-width: 330px;
  margin: 0 auto;
  text-align: left;
  font-size: 10px;
  line-height: 1.9;
}

@media (min-width: 768px) {
.intro__summary {
  display: grid;
  gap: 6px;
  max-width: 768px;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  line-height: 1.9;
}
}

.intro__summary-row {
  display: grid;
  grid-template-columns: 6.4em 1fr;
  gap: 0.6em;
}

.intro__summary dt {
  font-weight: 700;
}

.intro__cta {
  margin-top: 24px;
}

.about-gx {
  position: relative;
  z-index: 2;
  padding: 46px 0 0;
  background: #ffccdd;
}

.about-gx::after {
  content: none;
}

.about-gx > * {
  position: relative;
  z-index: 1;
}

.about-gx__cityline {
  width: 100%;
  overflow: hidden;
}

.about-gx__cityline img {
  width: 100%;
  max-width: 901px;
  margin-inline: auto;
  opacity: 0.94;
  position: relative;
  top: 2px;
}

.about-gx__cityline--top {
  margin-bottom: 22px;
}

.about-gx__cityline--bottom {
  margin-top: 46px;
}

.about-gx .panel--white {
  padding: 60px 60px 60px;
}

.about-gx__overview {
  display: grid;
  grid-template-columns: 1fr 1.14fr;
  gap: 18px;
  align-items: start;
  margin-top: 14px;
}

.about-gx__copy {
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-top: 20px;
}

.about-gx__lead-image {
  max-width: 748px;
  margin: 26px auto 14px;
}

.about-gx__requirements-title {
  max-width: 610px;
  margin: 0 auto 18px;
}

.about-gx__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
}

.about-gx__stat {
  display: flex;
  justify-content: center;
}

.upgrade-box {
  margin-top: 34px;
  padding: 34px 28px 30px;
  border: 0.5px solid #4d4d4d;
  text-align: center;
}

.upgrade-box__subheading {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
}

.upgrade-box__title {
  margin-bottom: 26px;
  color: #111111;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.upgrade-box__title span {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.upgrade-box__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.upgrade-box__item {
  text-align: center;
}

.upgrade-box__item figcaption {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
}

.about-gx .section-cta {
  margin-top: 50px;
}

.merit {
  padding: 0 0 40px;
  background: #fff;
}

.merit__header {
  text-align: center;
  margin-top: -50px;
}

@media (max-width: 767px) {
.merit__header {
  margin-top: 0;
}
}

.merit__header .image-heading {
  display: block;
  width: fit-content;
  margin: 0 70px 6px;
  position: relative;
  top: 140px;
}

.merit__kv {
  max-width: 640px;
  margin: 0 auto;
}

.merit__panel {
 padding: 50px;
 border: 0.5px solid #4d4d4d;
}

.merit__sim-title {
  max-width: 286px;
  margin: 0 auto 24px;
}

.merit__graph {
  max-width: 750px;
  margin: 0 auto 40px;
}

.merit__comparison {
  max-width: 640px;
  margin: 0 auto 50px;
}

.merit__lifecycle {
  max-width: 539px;
  margin: 40px auto 20px;
}

.merit__note {
  margin: 24px auto 40px;
  font-size: 11px;
  line-height: 1.9;
  color: #666666;
  text-align: left;
}

.merit .section-cta--bottom {
  margin-top: 34px;
}


.footer-links-nav {
  padding: 22px 0 12px;
  background: #ffffff;
}

.footer-links-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  list-style: none;
  margin: 0;
}

.footer-links-nav__item {
  position: relative;
  font-size: 14px;
  line-height: 1.6;
}

.footer-links-nav__item a {
  color: #666666;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.footer-links-nav__item a:hover {
  opacity: 0.75;
}

.page-footer {
  text-align: center;
}

.footer-info {
  padding: 30px 0;
  background: var(--color-bg-beige);
}

.footer-info__text {
  font-size: 14px;
  line-height: 2;
}

.footer-shop {
  padding: 28px 0 40px;
  color: #ffffff;
  background: linear-gradient(180deg, #89cb74 0%, #79bc67 100%);
}

.footer-shop__lead {
  margin-bottom: 16px;
  font-size: 13px;
}

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

.footer-shop__company {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.footer-shop__company-en {
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.sticky-cta {
  display: none;
}

@media (max-width: 767px) {
  body {
    padding-bottom: 48px;
  }

  .gxlp {
    background: #f2f0eb url("../images/bg_mv_sp.webp") center top / 100% auto no-repeat;
  }

  .u-sp {
    display: inline;
  }

  .l-container,
  .l-container--narrow {
    width: min(100% - 24px, 390px);
  }

  .c-btn {
    min-width: 0;
    width: 320px;
    padding: 13px 16px 19px;
    font-size: 20px;
	line-height: 1.2em
  }

  .hero {
    background: transparent;
  }

  .hero__inner {
    padding-top: 14px;
    padding-bottom: 10px;
  }

  .hero__logo {
    width: 120px;
    margin-left: 6px;
  }

  .hero__content {
    margin-top: 12px;
  }

  .hero__title {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 1.16;
    letter-spacing: 0.01em;
    text-shadow:
      0 1px 0 #ffffff,
      0 -1px 0 #ffffff,
      1px 0 0 #ffffff,
      -1px 0 0 #ffffff,
      2px 2px 0 rgba(92, 64, 10, 0.95),
      -2px 2px 0 rgba(92, 64, 10, 0.95);
  }

  .hero__visual {
    width: calc(100% + 18px);
    margin-left: -9px;
  }

  .section-cta .c-btn br {
    display: inline;
  }

  .intro {
    padding: 20px 0 28px;
    background: transparent;
  }

  .intro .l-container--narrow {
    width: min(100% - 24px, 390px);
  }

  .intro__text {
    padding: 0 0 14px;
    background: transparent;
    border: 0;
  }

  .intro__card {
    padding: 20px 16px 18px;
    border-top: 1px solid #4d4d4d;
  }

  .intro__heading {
    margin-bottom: 14px;
    font-size: 16px;
    letter-spacing: 0.08em;
  }

  .intro__lead {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1.5;
  }

  .intro__summary {
    max-width: none;
    gap: 6px;
    font-size: 14px;
    line-height: 1.7;
  }

  .intro__summary-row {
    grid-template-columns: 5.5em 1fr;
  }

  .intro__cta {
    margin-top: 16px;
  }

  .about-gx {
    padding: 18px 0 28px;
  }

  .about-gx::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -50px;
    width: min(72vw, 300px);
    height: min(36vw, 115px);
    background: #ffccdd;
    border-radius: 0 0 770px 770px / 0 0 400% 400%;
    transform: translateX(-50%);
  }

  .about-gx__cityline--top {
    margin-bottom: 12px;
  }

  .about-gx__cityline--bottom {
    display: none;
  }

  .about-gx .panel--white {
    padding: 30px 20px 30px;
  }

  .about-gx__overview {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 8px;
  }

  .about-gx__copy {
    order: 2;
    font-size: 14px;
    line-height: 1.85;
	margin-top: 0;
  }

  .about-gx__image {
    order: 1;
  }

  .about-gx__lead-image {
    margin: 24px auto 10px;
  }

  .about-gx__requirements-title {
    margin-bottom: 20px;
  }

  .about-gx__stats {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .upgrade-box {
    margin-top: 35px;
    padding: 18px 18px 20px;
  }

  .upgrade-box__subheading {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .upgrade-box__title {
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 1.55;
	text-align: left;
  }
	

  .upgrade-box__items {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .upgrade-box__item figcaption {
    margin-top: 8px;
    font-size: 13px;
  }

  .about-gx .section-cta {
    margin-top: 24px;
  }

  .merit {
    padding: 80px 0 40px;
  }
@media (max-width: 767px) {
  .merit__header .image-heading {
    margin: 0 auto 6px;
	top: 0;
  }
	}

  .merit__kv {
    margin: 0 10px;
  }

  .merit__panel {
    padding: 30px 20px 20px;
	border: 0.5px solid #4d4d4d;
  }

  .merit__sim-title {
    max-width: 210px;
    margin-bottom: 14px;
  }

  .merit__graph {
    margin-bottom: 12px;
  }

  .merit__comparison {
    margin-bottom: 16px;
  }

  .merit__note {
    margin-top: 16px;
    font-size: 11px;
    line-height: 1.75;
  }

  .merit .section-cta--bottom {
    margin-top: 22px;
  }

  .footer-links-nav {
    padding: 18px 0 8px;
  }

  .footer-links-nav__list {
    gap: 8px 16px;
  }

  .footer-links-nav__item {
    font-size: 12px;
  }

  .footer-info {
    padding: 18px 0;
  }

  .footer-info__text {
    font-size: 11px;
    line-height: 1.85;
    text-align: left;
  }

  .footer-shop {
    padding: 20px 0 26px;
  }

  .footer-shop__lead {
    margin-bottom: 12px;
    font-size: 11px;
  }

  .footer-shop__cta {
    margin-bottom: 18px;
  }

  .footer-shop__company {
    font-size: 18px;
    letter-spacing: 0.04em;
  }

  .footer-shop__company-en {
    font-size: 10px;
  }

  .sticky-cta {
    position: fixed;
    inset: auto 0 0;
    z-index: 100;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.12);
  }

  .sticky-cta__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 8px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
  }

  .sticky-cta__item--contact {
    background: linear-gradient(180deg, #ff3c87 0%, #ff146e 100%);
  }

  .sticky-cta__item--member {
    background: linear-gradient(180deg, #8bd04e 0%, #69b929 100%);
  }

  .sticky-cta__item.is-disabled {
    cursor: default;
    opacity: 0.95;
  }
}

@media (min-width: 768px) {
  .image-heading--left {
    text-align: left;
  }

  .sticky-cta {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transform: translateY(-50%);
	letter-spacing: 0.06em;
    
  }

  .sticky-cta__item {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 50px;
 min-height: 180px;
 padding: 14px 8px;
 color: #ffffff;
 font-size: 18px;
 font-weight: 700;
 line-height: 1.4;
 text-align: center;
 writing-mode: vertical-rl;
 text-orientation: upright;
 white-space: nowrap;
 border-radius: 5px;
 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

  .sticky-cta__item--contact {
    background: linear-gradient(180deg, #ff3c87 0%, #ff146e 100%);
  }

  .sticky-cta__item--member {
    background: linear-gradient(180deg, #8bd04e 0%, #69b929 100%);
  }

  .sticky-cta__item.is-disabled {
    cursor: default;
    opacity: 0.95;
  }
}


/* LLMO用スタイル */
.campaign-summary,
.campaign-recommend,
.campaign-faq,
.campaign-trust {
  padding: 28px 0;
}

.campaign-summary__panel,
.campaign-recommend__panel,
.campaign-faq__panel,
.campaign-trust__panel {
  padding: 32px 34px;
}

.campaign-summary__title,
.campaign-recommend__title,
.campaign-faq__title,
.campaign-trust__title {
  margin: 0 0 18px;
  color: #222;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 700;
  line-height: 1.4;
}

.campaign-summary__lead {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.9;
}

.campaign-summary__list,
.campaign-recommend__list,
.campaign-trust__list {
  margin: 0;
  padding-left: 1.4em;
}

.campaign-summary__list li,
.campaign-recommend__list li,
.campaign-trust__list li {
  margin-bottom: 10px;
  line-height: 1.9;
}

.campaign-summary__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 20px;
}

.campaign-summary__links a,
.campaign-trust__list a {
  color: #0b63b6;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.campaign-faq__item {
  border-top: 1px solid #d8d8d8;
}

.campaign-faq__item:last-child {
  border-bottom: 1px solid #d8d8d8;
}

.campaign-faq__item summary {
  position: relative;
  padding: 18px 34px 18px 0;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  line-height: 1.7;
}

.campaign-faq__item summary::-webkit-details-marker {
  display: none;
}

.campaign-faq__item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 700;
}

.campaign-faq__item[open] summary::after {
  content: "−";
}

.campaign-faq__item p {
  margin: 0 0 18px;
  line-height: 1.9;
}

@media (max-width: 767px) {
  .campaign-summary,
  .campaign-recommend,
  .campaign-faq,
  .campaign-trust {
    padding: 18px 0;
  }

  .campaign-summary__panel,
  .campaign-recommend__panel,
  .campaign-faq__panel,
  .campaign-trust__panel {
    padding: 22px 18px;
  }

  .campaign-summary__title,
  .campaign-recommend__title,
  .campaign-faq__title,
  .campaign-trust__title {
    margin-bottom: 14px;
    font-size: 20px;
  }

  .campaign-summary__lead,
  .campaign-summary__list li,
  .campaign-recommend__list li,
  .campaign-faq__item summary,
  .campaign-faq__item p,
  .campaign-trust__list li {
    font-size: 14px;
    line-height: 1.85;
  }

  .campaign-summary__links {
    flex-direction: column;
    gap: 8px;
  }
}