:root {
  --par-deep: #0a242d;
  --par-deep-2: #102f39;
  --par-teal: #2b6b70;
  --par-gold: #c7a76d;
  --par-sand: #e9ddc7;
  --par-cream: #f7f2e8;
  --par-ink: #183038;
  --par-muted: #4e5e60;
  --par-white: #fffdf8;
  --par-line: rgba(15, 48, 57, .14);
  --par-radius: 28px;
  --par-shell: min(1180px, calc(100% - 48px));
}
* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}
body {
  margin: 0;
  color: var(--par-ink);
  background: var(--par-cream);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.85;
  letter-spacing: .02em;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
:focus-visible {
  outline: 2px solid var(--par-gold);
  outline-offset: 3px;
}
.par-shell { width: var(--par-shell); margin-inline: auto; }
.par-visually-hidden, .par-skip {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.par-skip:focus {
  width: auto; height: auto; margin: 0; clip: auto; overflow: visible; z-index: 9999;
  left: 16px; top: 16px; padding: 10px 14px; background: #fff; border-radius: 8px;
  color: var(--par-ink);
}
.par-header {
  position: sticky; top: 0; z-index: 1000; background: rgba(10,36,45,.92); color: var(--par-white);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.08);
}
.par-header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.par-logo { display: grid; line-height: 1.05; }
.par-logo span { color: var(--par-gold); font-size: 8px; font-weight: 700; letter-spacing: .23em; }
.par-logo strong { margin-top: 7px; font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: 25px; letter-spacing: .13em; }
.par-logo small { margin-top: 5px; font-size: 9px; letter-spacing: .24em; opacity: .7; }
.par-nav { display: flex; gap: 25px; align-items: center; font-size: 11px; letter-spacing: .05em; }
.par-nav a { padding: 10px 0; opacity: .85; transition: opacity .2s ease, color .2s ease; }
.par-nav a:hover, .par-nav a:focus-visible { opacity: 1; color: var(--par-gold); }
.par-nav__archive { color: var(--par-gold); }
.par-menu {
  display: none; padding: 8px; border: 0; background: transparent; cursor: pointer;
  border-radius: 6px;
}
.par-menu:focus-visible {
  outline: 2px solid var(--par-gold);
  outline-offset: 2px;
}
.par-menu span:not(.par-visually-hidden) { display: block; width: 24px; height: 1px; margin: 5px 0; background: #fff; transition: transform .2s ease, opacity .2s ease; }
.par-hero {
  position: relative; overflow: hidden; color: var(--par-white);
  background:
    radial-gradient(circle at 72% 24%, rgba(199,167,109,.12), transparent 30%),
    linear-gradient(135deg, #09222c 0%, #12363f 58%, #0b252f 100%);
}
.par-hero__noise {
  position: absolute; inset: 0; opacity: .12; pointer-events: none;
  background-image: repeating-linear-gradient(0deg, transparent 0 5px, rgba(255,255,255,.025) 6px);
}
.par-hero__grid {
  position: relative; z-index: 2; min-height: 690px; padding: 80px 0;
  display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px;
}
.par-eyebrow, .par-label { margin: 0 0 16px; color: var(--par-teal); font-size: 10px; font-weight: 700; letter-spacing: .24em; }
.par-eyebrow { color: var(--par-gold); }
.par-hero h1 {
  margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(62px, 8vw, 112px);
  font-weight: 400; line-height: .9; letter-spacing: .08em;
}
.par-hero__jp { margin: 14px 0 0; color: rgba(255,255,255,.6); font-size: 12px; letter-spacing: .32em; }
.par-hero__lead {
  margin: 52px 0 18px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(27px, 3.4vw, 45px);
  line-height: 1.55; letter-spacing: .05em;
}
.par-hero__text { max-width: 630px; margin: 0; color: rgba(255,255,255,.75); font-size: 14px; }
.par-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.par-btn {
  display: inline-flex; min-height: 48px; padding: 0 24px; align-items: center; justify-content: center; border-radius: 999px;
  font-size: 11px; font-weight: 700; letter-spacing: .08em; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
  text-decoration: none;
}
.par-btn:hover { transform: translateY(-2px); }
.par-btn--gold { background: var(--par-gold); color: #12272c; box-shadow: 0 12px 36px rgba(0,0,0,.18); }
.par-btn--gold:hover { background: #d6b880; }
.par-btn--line-app {
  background: #06c755;
  color: #fff;
  box-shadow: 0 10px 28px rgba(6, 199, 85, .28);
}
.par-btn--line-app:hover {
  background: #05b04b;
  color: #fff;
}
.par-btn--line { border: 1px solid rgba(255,255,255,.3); color: var(--par-white); }
.par-btn--line:hover { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.05); }
.par-btn--dark { background: var(--par-deep); color: var(--par-white); margin-top: 24px; }
.par-btn--dark:hover { background: var(--par-deep-2); }
.par-hero__art {
  position: relative; align-self: stretch; min-height: 500px; border: 1px solid rgba(255,255,255,.12); border-radius: 250px 250px 32px 32px;
  overflow: hidden; background: linear-gradient(180deg, rgba(23,73,82,.9), rgba(8,30,38,.9));
}
.par-hero__art::before { content: ""; position: absolute; inset: 26px; border: 1px solid rgba(199,167,109,.16); border-radius: inherit; pointer-events: none; }
.par-moon { position: absolute; width: 140px; height: 140px; border-radius: 50%; right: 80px; top: 96px; background: #f4dfad; box-shadow: 0 0 70px rgba(244,223,173,.22); }
.par-horizon { position: absolute; left: -10%; right: -10%; bottom: 0; height: 45%; background: linear-gradient(180deg, #164652, #09232c); clip-path: polygon(0 43%, 20% 28%, 39% 44%, 58% 20%, 80% 40%, 100% 22%, 100% 100%, 0 100%); }
.par-palm { position: absolute; bottom: 0; width: 5px; height: 260px; background: #081d24; transform-origin: bottom; }
.par-palm::before { content: ""; position: absolute; width: 120px; height: 120px; left: -58px; top: -18px; border-radius: 50%; background: repeating-conic-gradient(from 0deg, #081d24 0deg 9deg, transparent 9deg 25deg); }
.par-palm--one { left: 28%; transform: rotate(-8deg); }
.par-palm--two { right: 22%; height: 210px; transform: rotate(7deg); opacity: .8; }
.par-hero__art p { position: absolute; left: 28px; bottom: 26px; margin: 0; color: var(--par-gold); font-family: Georgia, serif; font-size: 10px; letter-spacing: .22em; line-height: 1.9; }
.par-hero__tags {
  position: relative; z-index: 2; min-height: 72px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,.08);
}
.par-hero__tags span { padding: 8px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: rgba(255,255,255,.75); font-size: 10px; }
.par-section { padding: 112px 0; }
.par-section--light { background: var(--par-cream); }
.par-section--ocean { background: #11333d; color: var(--par-white); }
.par-section--sand { background: var(--par-sand); }
.par-section--night { background: #071c24; color: var(--par-white); }
.par-label--gold { color: var(--par-gold); }
.par-section h2, .par-message h2, .par-network h2 {
  margin: 0; font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif; font-size: clamp(34px, 4.4vw, 58px); font-weight: 500; line-height: 1.45; letter-spacing: .04em;
}
.par-concept { display: grid; grid-template-columns: .8fr 1.2fr; gap: 88px; align-items: start; }
.par-concept__text > p { margin: 0; color: var(--par-muted); font-size: 15px; line-height: 1.9; }
.par-concept blockquote {
  margin: 38px 0 0; padding: 24px 0 24px 28px; border-left: 2px solid var(--par-gold);
  font-family: "Yu Mincho", serif; font-size: 20px; line-height: 1.8; color: var(--par-ink);
}
.par-section-title { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 46px; }
.par-section-title p { max-width: 440px; margin: 0; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.8; }
.par-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.par-service-card {
  min-height: 360px; padding: 32px 30px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--par-radius);
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
}
.par-service-card > span { color: var(--par-gold); font-family: Georgia, serif; font-size: 12px; font-weight: 700; }
.par-service-card h3 { margin: 74px 0 2px; font-family: Georgia, serif; font-weight: 400; font-size: 32px; letter-spacing: .04em; }
.par-service-card__jp { margin: 0 0 22px !important; color: var(--par-gold) !important; font-size: 11px !important; letter-spacing: .14em; font-weight: 700; }
.par-service-card p { margin: 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.85; }
.par-disclaimer { margin: 26px 0 0; color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.7; }
.par-price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 42px; }
.par-price-card {
  position: relative; padding: 40px 36px; border-radius: var(--par-radius);
  background: rgba(255, 255, 255, .75); border: 1px solid rgba(24, 48, 56, .12);
  display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease;
}
.par-price-card:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(0,0,0,.05); }
.par-price-card--event {
  background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(244,223,173,.35));
  border-color: rgba(199, 167, 109, .45);
}
.par-price-card__badge {
  position: absolute; top: 20px; right: 24px; padding: 4px 12px; border-radius: 999px;
  background: var(--par-gold); color: #12272c; font-size: 9px; font-weight: 700; letter-spacing: .12em;
}
.par-price-card__label { margin: 0 0 12px; font-size: 13px; font-weight: 700; color: var(--par-teal); letter-spacing: .1em; }
.par-price-card__price { margin: 0 0 16px; font-family: Georgia, "Yu Mincho", serif; font-size: 38px; color: var(--par-deep); font-weight: 600; line-height: 1.1; }
.par-price-card__price span { font-size: 14px; font-weight: 400; color: var(--par-muted); margin-right: 8px; }
.par-price-card__desc { margin: 0; color: var(--par-muted); font-size: 13px; line-height: 1.8; }
.par-price-note { margin: 28px 0 0; color: var(--par-muted); font-size: 11px; }
.par-price-cta { margin-top: 36px; text-align: center; }
.par-for-you { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.par-for-you__list { border-top: 1px solid rgba(24,48,56,.22); }
.par-for-you__list > div { display: grid; grid-template-columns: 60px 1fr; align-items: center; padding: 24px 0; border-bottom: 1px solid rgba(24,48,56,.22); }
.par-for-you__list span { color: #8a6f43; font-family: Georgia, serif; font-size: 14px; font-weight: 700; }
.par-for-you__list p { margin: 0; font-family: "Yu Mincho", serif; font-size: 18px; color: var(--par-ink); }
.par-info { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-top: 18px; }
.par-info h2 { font-family: Georgia, "Yu Mincho", serif; font-size: clamp(38px, 5vw, 66px); font-weight: 400; letter-spacing: .04em; }
.par-info__lead { color: rgba(255,255,255,.6); margin-top: 10px; }
.par-info dl { margin: 0; border-top: 1px solid rgba(255,255,255,.12); }
.par-info dl > div { display: grid; grid-template-columns: 120px 1fr; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.par-info dt { color: var(--par-gold); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.par-info dd { margin: 0; color: rgba(255,255,255,.82); font-size: 13px; }
.par-info dd a { border-bottom: 1px solid rgba(199,167,109,.5); color: var(--par-white); transition: color .2s ease; }
.par-info dd a:hover { color: var(--par-gold); }
.par-info__note { margin: 34px 0 0; color: rgba(255,255,255,.55); font-size: 11px; }
.par-message { padding: 110px 0; background: #f4eee2; }
.par-message__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 86px; align-items: center; }
.par-message__grid > div:last-child > p { margin: 0; color: var(--par-muted); font-size: 15px; line-height: 1.9; }
.par-network { padding: 90px 0; background: var(--par-cream); }
.par-network__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.par-network__cards a, .par-network__card { padding: 28px; border: 1px solid var(--par-line); border-radius: 22px; background: rgba(255,255,255,.6); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; display: block; }
.par-network__cards a:hover { transform: translateY(-3px); border-color: rgba(43,107,112,.55); box-shadow: 0 10px 30px rgba(0,0,0,.04); }
.par-network__card--current { background: rgba(43,107,112,.08); border-color: rgba(43,107,112,.35); }
.par-network__cards span { display: block; color: var(--par-teal); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.par-network__cards strong { display: block; margin-top: 8px; font-family: Georgia, "Yu Mincho", serif; font-size: 20px; font-weight: 500; color: var(--par-ink); }
.par-network__cards small { display: block; margin-top: 5px; color: var(--par-muted); font-size: 11px; line-height: 1.6; }
.par-footer { padding: 48px 0; background: #061820; color: var(--par-white); }
.par-footer__inner { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; }
.par-footer strong { font-family: Georgia, serif; font-weight: 400; font-size: 20px; letter-spacing: .12em; }
.par-footer small { margin-left: 8px; color: rgba(255,255,255,.5); }
.par-footer__links { display: flex; flex-wrap: wrap; gap: 18px; color: rgba(255,255,255,.7); font-size: 11px; }
.par-footer__links a { transition: color .2s ease; }
.par-footer__links a:hover { color: var(--par-gold); }
.par-footer p { grid-column: 1 / -1; margin: 0; color: rgba(255,255,255,.45); font-size: 9px; }

@media (max-width: 900px) {
  :root { --par-shell: min(100% - 32px, 760px); }
  .par-menu { display: block; }
  .par-nav {
    position: absolute; top: 72px; left: 16px; right: 16px; display: none; padding: 20px;
    background: rgba(7,28,36,.98); border: 1px solid rgba(255,255,255,.12); border-radius: 20px;
    box-shadow: 0 16px 40px rgba(0,0,0,.4);
  }
  .par-nav.is-open { display: grid; }
  .par-nav a { padding: 12px 10px; font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.06); }
  .par-nav a:last-child { border-bottom: 0; }
  .par-hero__grid { grid-template-columns: 1fr; min-height: auto; gap: 42px; }
  .par-hero__art { min-height: 430px; width: min(100%, 560px); justify-self: center; }
  .par-concept, .par-for-you, .par-info, .par-message__grid { grid-template-columns: 1fr; gap: 38px; }
  .par-section-title { display: block; }
  .par-section-title p { margin-top: 18px; }
  .par-service-grid { grid-template-columns: 1fr; }
  .par-price-grid { grid-template-columns: 1fr; }
  .par-network__cards { grid-template-columns: 1fr; }
  .par-service-card { min-height: 0; }
  .par-service-card h3 { margin-top: 42px; }
}
@media (max-width: 640px) {
  :root { --par-shell: calc(100% - 28px); }
  .par-header__inner { min-height: 70px; }
  .par-logo strong { font-size: 21px; }
  .par-hero__grid { padding: 58px 0 48px; }
  .par-hero h1 { font-size: clamp(38px, 12.5vw, 64px); letter-spacing: .03em; }
  .par-hero__lead { margin-top: 40px; font-size: 29px; }
  .par-hero__art { min-height: 360px; }
  .par-moon { width: 110px; height: 110px; right: 48px; top: 70px; }
  .par-palm { transform: scale(.85) rotate(-8deg); }
  .par-palm--two { transform: scale(.85) rotate(7deg); }
  .par-hero__tags { padding: 14px 0 20px; }
  .par-section { padding: 78px 0; }
  .par-section h2, .par-message h2, .par-network h2 { font-size: 33px; }
  .par-for-you__list > div { grid-template-columns: 44px 1fr; }
  .par-for-you__list p { font-size: 16px; }
  .par-info dl > div { grid-template-columns: 90px 1fr; }
  .par-message { padding: 78px 0; }
  .par-network { padding: 70px 0; }
  .par-network__cards { grid-template-columns: 1fr; }
  .par-footer__inner { grid-template-columns: 1fr; }
  .par-footer__links { gap: 12px 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
