@charset "UTF-8";
.sp-view {
  display: none;
}

@keyframes ym-id-lp-bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(8px);
  }
}
#page-body {
  --ym-id-lp-navy: #0d2240;
  --ym-id-lp-navy-mid: #1a3a5c;
  --ym-id-lp-navy-pale: #f4f7fb;
  --ym-id-lp-navy-light: #e8f0f8;
  --ym-id-lp-aqua: #1e7fc0;
  --ym-id-lp-aqua-light: #e3f1fb;
  --ym-id-lp-gold: #e8940f;
  --ym-id-lp-text-dark: #0d2240;
  --ym-id-lp-text-mid: #3a5a7a;
  --ym-id-lp-text-muted: #6a8aaa;
  --ym-id-lp-white: #ffffff;
  --ym-id-lp-card-border: #d8e6f2;
  --ym-id-lp-footer: #080f1a;
  width: 100%;
  overflow-x: hidden;
  background: var(--ym-id-lp-white);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: var(--ym-id-lp-text-dark);
}

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

a, a:link, a:visited {
  color: inherit;
  text-decoration: none;
}

.ym-id-lp__hero {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 32px;
  text-align: center;
}

.ym-id-lp__hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--ym-id-lp-white);
}

.ym-id-lp__hero-bg-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: 50%;
  background: var(--ym-id-lp-navy-pale);
  clip-path: ellipse(120% 100% at 50% 100%);
}

.ym-id-lp__hero-accent-circle {
  position: absolute;
  top: -120px;
  right: -120px;
  z-index: 0;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: var(--ym-id-lp-navy-pale);
}

.ym-id-lp__hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.ym-id-lp__brand-name {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(24px, 6vw, 80px);
  letter-spacing: 0.12em;
  color: var(--ym-id-lp-navy);
  text-align: center;
}

.ym-id-lp__brand-name span {
  color: var(--ym-id-lp-aqua);
}

.ym-id-lp__hero-tagline {
  max-width: 560px;
  margin: 1.2rem auto 0.5rem;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.8;
  color: var(--ym-id-lp-text-mid);
}

.ym-id-lp__hero-lead {
  margin-bottom: 2.5rem;
  font-size: clamp(16px, 2vw, 19px);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--ym-id-lp-navy);
}

a.ym-id-lp__cta-btn {
  display: inline-block;
  padding: 16px 48px;
  border: none;
  border-radius: 50px;
  background: var(--ym-id-lp-navy);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: var(--ym-id-lp-white) !important;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(13, 34, 64, 0.18);
  transition: background 0.2s, transform 0.2s;
  cursor: pointer;
}

.ym-id-lp__cta-btn:hover {
  background: var(--ym-id-lp-navy-mid);
  transform: translateY(-3px);
}

.ym-id-lp__scroll-hint {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  transform: translateX(-50%);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--ym-id-lp-text-muted);
  animation: ym-id-lp-bounce 2s infinite;
  cursor: pointer;
}

.ym-id-lp__scroll-arrow {
  width: 20px;
  height: 20px;
  border-right: 2px solid var(--ym-id-lp-aqua);
  border-bottom: 2px solid var(--ym-id-lp-aqua);
  transform: rotate(45deg);
}

.ym-id-lp__services,
.ym-id-lp__mail,
.ym-id-lp__cta-section {
  padding: 80px 24px;
}

.ym-id-lp__container {
  max-width: 1000px;
  margin: 0 auto;
}

.ym-id-lp__section-label {
  margin-bottom: 0.6rem;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--ym-id-lp-aqua);
  text-transform: uppercase;
}

.ym-id-lp__section-label--hero {
  margin-bottom: 1.2rem;
  font-size: 0;
  letter-spacing: 0;
  text-transform: none;
}

.ym-id-lp__section-label-image {
  display: block;
  width: auto;
  max-width: min(100%, 480px);
  height: auto;
  margin: 0 auto;
}

.ym-id-lp__section-title {
  margin-bottom: 1rem;
  font-size: clamp(24px, 3vw, 35px);
  font-weight: 900;
  line-height: 1.3;
}

.ym-id-lp__section-sub {
  max-width: 600px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--ym-id-lp-text-mid);
}

.ym-id-lp__section-divider {
  width: 48px;
  height: 4px;
  margin: 1rem 0 0;
  border-radius: 2px;
  background: var(--ym-id-lp-aqua);
}

.ym-id-lp__services {
  background: var(--ym-id-lp-navy-pale);
}

.ym-id-lp__cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
  margin-top: 3rem;
}

a.ym-id-lp__card {
  display: block;
  padding: 28px 24px;
  border: 1px solid var(--ym-id-lp-card-border);
  border-radius: 16px;
  background: var(--ym-id-lp-white);
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
  cursor: pointer;
}

.ym-id-lp__card:hover {
  border-color: var(--ym-id-lp-aqua);
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(13, 34, 64, 0.1);
}

.ym-id-lp__card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.1rem;
  border-radius: 12px;
  font-size: 24px;
}

.ym-id-lp__card-icon-image {
  border-radius: 10px;
}

.ym-id-lp__card-icon--sns {
  background: var(--ym-id-lp-navy-pale);
}

.ym-id-lp__card-icon--store {
  background: var(--ym-id-lp-navy-pale);
}

.ym-id-lp__card-icon--navi {
  background: var(--ym-id-lp-navy-pale);
}

.ym-id-lp__card-icon--mail {
  background: var(--ym-id-lp-navy-pale);
}

.ym-id-lp__card-badge {
  display: inline-block;
  margin-bottom: 0.8rem;
  padding: 2px 10px;
  border-radius: 50px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.ym-id-lp__card-badge--sns {
  background: var(--ym-id-lp-aqua-light);
  color: var(--ym-id-lp-aqua);
}

.ym-id-lp__card-badge--store {
  background: #fef3e2;
  color: #b97000;
}

.ym-id-lp__card-badge--navi {
  background: var(--ym-id-lp-navy-light);
  color: var(--ym-id-lp-navy-mid);
}

.ym-id-lp__card-badge--mail {
  background: #e8f5ee;
  color: #1a6e44;
}

.ym-id-lp__card-title {
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
  color: var(--ym-id-lp-navy);
}

.ym-id-lp__card-subtitle {
  font-size: 12px;
  font-weight: 400;
  color: var(--ym-id-lp-text-muted);
}

.ym-id-lp__card-desc {
  margin-bottom: 1rem;
  font-size: 13px;
  line-height: 1.7;
  color: var(--ym-id-lp-text-mid);
}

.ym-id-lp__card-features {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ym-id-lp__card-features-item {
  position: relative;
  padding: 3px 0 3px 16px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--ym-id-lp-text-mid);
}

.ym-id-lp__card-features-item::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ym-id-lp-aqua);
}

.ym-id-lp__card-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 1rem;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--ym-id-lp-aqua);
}

.ym-id-lp__card-link::after {
  content: "→";
}

.ym-id-lp__mail {
  background: var(--ym-id-lp-white);
}

.ym-id-lp__mail-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}

.ym-id-lp__benefit {
  padding: 24px;
  border: 1px solid var(--ym-id-lp-card-border);
  border-left: 4px solid var(--ym-id-lp-navy);
  border-radius: 12px;
  background: var(--ym-id-lp-navy-pale);
}

.ym-id-lp__benefit-num {
  margin-bottom: 0.5rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: 32px;
  line-height: 1;
  color: var(--ym-id-lp-navy);
  opacity: 0.15;
}

.ym-id-lp__benefit-title {
  margin-bottom: 0.5rem;
  font-size: 15px;
  font-weight: 700;
  color: var(--ym-id-lp-navy);
}

.ym-id-lp__benefit-desc {
  font-size: 13px;
  line-height: 1.7;
  color: var(--ym-id-lp-text-mid);
}

.ym-id-lp__benefit-features {
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
}

.ym-id-lp__benefit-features-item {
  position: relative;
  padding: 2px 0 2px 16px;
  font-size: 12px;
  color: var(--ym-id-lp-text-mid);
}

.ym-id-lp__benefit-features-item::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--ym-id-lp-gold);
}

.ym-id-lp__cta-section {
  position: relative;
  overflow: hidden;
  background: var(--ym-id-lp-navy);
  text-align: center;
}

.ym-id-lp__cta-section::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
}

.ym-id-lp__cta-section .ym-id-lp__container {
  position: relative;
  z-index: 1;
}

.ym-id-lp__cta-title {
  margin-bottom: 1rem;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.3;
  color: var(--ym-id-lp-white);
}

.ym-id-lp__cta-title span {
  color: #7ec8f0;
}

.ym-id-lp__cta-desc {
  margin-bottom: 2.5rem;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.65);
}

a.ym-id-lp__cta-btn-large {
  display: inline-block;
  padding: 18px 64px;
  border: none;
  border-radius: 50px;
  background: var(--ym-id-lp-white);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: var(--ym-id-lp-navy) !important;
  text-decoration: none;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
}

.ym-id-lp__cta-btn-large:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.ym-id-lp__cta-note {
  margin-top: 1rem;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}

footer #gl-footer {
  background: #080f1a;
  color: rgba(255, 255, 255, 0.35);
}

footer #gl-footer a {
  color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 767px) {
  .pc-view {
    display: none;
  }
  .sp-view {
    display: block;
  }
  .ym-id-lp__hero {
    min-height: 80vh;
    padding: 24px 16px;
  }
  .ym-id-lp__services,
  .ym-id-lp__mail,
  .ym-id-lp__cta-section {
    padding: 56px 16px;
  }
  .ym-id-lp__scroll-hint {
    bottom: 1.5rem;
  }
  a.ym-id-lp__cta-btn-large {
    padding: 16px 48px;
  }
}