
/* ---------- Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Noto Sans JP", system-ui, -apple-system, sans-serif;
  font-weight:700;
  line-height: 1.65;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
h1, h2, h3, h4 { margin: 0; font-weight: 900; line-height: 1.3; letter-spacing: -0.005em; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
.product-detail a{
  text-decoration: none !important;
}
/* ---------- Animations ---------- */
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .4; transform: scale(1.4); }
}

/* ---------- Section Label (eyebrow over titles) ---------- */


.section-title {
  font-size: clamp(26px, 3.6vw, 48px);
  line-height: 1.3;
  margin-bottom: 48px;
  text-align: center;
}


.section-title02 {
  font-size: clamp(26px, 3.6vw, 48px);
  line-height: 1.3;
  margin-bottom: 48px;
  text-align: center;
  background: transparent linear-gradient(85deg, #A9E0AF 0%, #F5EABE 50%, #F8B7C7 100%) 0% 0% no-repeat padding-box;
  
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 900;
}


.section-title-sm { font-size: clamp(22px, 3vw, 40px); margin-bottom: 32px; }
.section-lede {
  font-size: clamp(13px, 1.2vw, 16px);
  color: #0A1F3D;
  opacity: .65;
  margin: -32px 0 48px;
  text-align: center;
}

.hl-mint   { color: #00E0E3;}
.hl-coral  { color: #E94B3C; }


/* ============================================================
   CTA Button
   ============================================================ */
.cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 52px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .02em;
  white-space: nowrap;
  transition: transform .15s ease;
}
.cta:hover { transform: translateY(-1px); }
.cta-large { padding: 12px 40px; font-size: 20px; }
.cta-primary {
  background: linear-gradient(135deg, #E94B3C 0%, #C73828 100%);
  color: #fff;
  box-shadow:
    0 12px 36px rgba(233, 75, 60, .35),
    0 4px 0 #C73828,
    inset 0 1px 0 rgba(255, 255, 255, .3);
        text-decoration: none;

}

.cta-arrow {
  width: 26px; height: 26px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .22);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 14px;
}
.cta-large .cta-arrow { width: 32px; height: 32px; font-size: 16px; }

/* ============================================================
   Sky Background (shared FV / Closing)
   ============================================================ */
.sky {
  position: absolute; inset: 0;
    background:url(https://gigaplus.makeshop.jp/pasoul/files/img/page/summer26/sum26_sec01_bg.webp);
        background-size: cover;
    background-repeat: no-repeat;
  z-index: 0;
}

/* ============================================================
   FV
   ============================================================ */
.fv {
  position: relative;
  min-height: 720px;
  color: #fff;
  overflow: hidden;
  padding: 120px 80px 100px;
}
.topbar {
  position: absolute;
  top: 0; left: 0; right: 0;
  padding: 24px 56px;
  display: flex; align-items: center; justify-content: space-between;
  z-index: 5;
  background: transparent;
}

.fv-inner {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}
.fv-copy{
      text-align: left;
}
.fv-title {
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.15;
  letter-spacing: -.01em;
  text-shadow: 0 4px 24px rgba(10, 31, 61, .35);
  text-wrap: pretty;
      text-align: left;
    font-weight: 800;
}
.fv-sub {
  font-size: clamp(15px, 1.4vw, 20px);
    font-weight: 700;
    letter-spacing: 0.04em;
  line-height: 1.6;
  margin: 28px 0 20px;
  display: inline-block;
  text-align: left;
  background:#004458;
  padding:0 20px;
}

.period-block {
  display: flex; align-items: baseline; gap: 18px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.period-label {
  /* font-family: "Bebas Neue", sans-serif; */
  font-size: 14px;
  letter-spacing: .35em;
  opacity: .9;
  border-top: 3px solid rgba(255, 255, 255, .6);
  border-bottom: 3px solid rgba(255, 255, 255, .6);
  padding: 2px 0;
  font-weight: 600;
}
.period-date {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  letter-spacing: .04em;
  line-height: 1;
  text-shadow: 0 2px 12px rgba(10, 31, 61, .25);
}
.period-date small { font-size: .6em; opacity: .75; margin: 0 .2em; }

.fv-visual {
  position: relative;
  height: 500px;
  top: -80px;
  width: 85%;
}
.eb-small { font-size: 10px; opacity: .85; letter-spacing: .05em; }
.eb-large {
  font-family: "Bebas Neue", sans-serif;
  font-size: 26px;
  letter-spacing: .05em;
  margin-top: 2px;
}

.scroll-cue {
  position: absolute;
  bottom: 24px; left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 11px;
  letter-spacing: .3em;
  opacity: .8;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  z-index: 2;
}
.scroll-line { width: 1px; height: 32px; background: rgba(255, 255, 255, .7); }

/* ============================================================
   Lead
   ============================================================ */
.lead {
  position: relative;
  background: #D0EDFF;
  padding: 120px 24px;
  overflow: hidden;
}
.lead .container dl{
  display: grid;
      grid-template-columns: 1.1fr 1fr;
    gap: 40px;
}
.lead .container dd{
align-self: center;
}
.lead-title {
  font-size: clamp(24px, 3.8vw, 52px);
  line-height: 1.4;
  margin-bottom: 18px;
  max-width: 900px;
  text-wrap: pretty;
  text-align: left;
  font-weight: 800;
}

.lead-grid {
  align-items: start;
  max-width: 1100px;
}
.lead-body {
  font-size: 15px;
  line-height: 1.95;
  color: rgba(10, 31, 61, .85);
}
.lead-body p { margin: 0 0 0.6em;text-align: left;}
.lead-body p:last-child { margin-bottom: 0; }
.lead-body .q {
  color:#E94B3C;
  font-weight: 700;
  font-size: 19px;
}
.lead-body strong { font-weight: 700; color: #0A1F3D; }



/* ============================================================
   Merits
   ============================================================ */
.merits {
  background: linear-gradient(180deg, #FAF7F2 0%, #fff 100%);
  padding: 120px 24px;
}
.merits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: left;
}
.merit-card {
  background: #fff;
  border: 1px solid rgba(10, 31, 61, .06);
  border-radius: 20px;
  padding: 36px 32px;
  box-shadow: 0 16px 40px rgba(10, 31, 61, .04);
  position: relative;
  overflow: hidden;
}
.merit-num {
  position: absolute;
  right: -10px; top: -20px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 130px;
  color: rgba(125, 211, 192, .15);
  line-height: 1;
}
.merit-icon {
  width: 72px; height: 72px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(125, 211, 192, .15), rgba(75, 151, 201, .12));
  border: 1px solid rgba(125, 211, 192, .25);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px;
  color: #0F6BAA;
}
.merit-icon svg { width: 36px; height: 36px; }
.merit-title {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 14px;
  line-height: 1.4;
  text-wrap: pretty;
}
.merit-body {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(10, 31, 61, .72);
}

/* ============================================================
   Lineup
   ============================================================ */
.lineup {
  background: #EDF9FF;
  padding: 120px 24px;
}

.tier-block { margin-bottom: 80px; }
.tier-block:last-child { margin-bottom: 0; }
.tier-head {
  display: flex;
  gap: 10px;
  margin-bottom: 32px;
  flex-wrap: wrap;
      align-items: center;
    justify-content: center;
    flex-direction: column;
}
.tier-pill {
  color: #fff;
  padding: 0px 22px;
  border-radius: 999px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 22px;
  letter-spacing: .05em;
}
.tier-pill-blue { background: #004458; }
.tier-pill-coral { background: #C73828; }
.tier-headings{
  flex-direction: column;
}
.tier-sub { font-size: 22px; color:#004458; margin-top: 4px;font-weight:800; }

.product {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  background: #fff;
  border: 1px solid rgba(10, 31, 61, .06);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(10, 31, 61, .05);
  margin-bottom: 28px;
}
.product:last-child { margin-bottom: 0; }

.product-visual {
  position: relative;
  padding: 40px 28px;
  display: flex; align-items: center; justify-content: center;
  min-height: 360px;
  overflow: hidden;
}
.product-visual-light {
  background: linear-gradient(160deg, #CFE3F2 0%, rgba(125, 211, 192, .7) 100%);
}
.product-visual-dark {
  background: linear-gradient(160deg, #0E1929 0%, #1A2A47 100%);
}
.product-visual::before {
  content: "";
  position: absolute; inset: 0;
  opacity: .15;
  pointer-events: none;
}
.product-visual-light::before {
  background: repeating-linear-gradient(135deg, transparent 0 16px, #fff 16px 17px);
}
.product-visual-dark::before {
  background: repeating-linear-gradient(135deg, transparent 0 14px, #E94B3C 14px 15px);
}
.model-no {
  position: absolute;
  left: 24px; top: 24px;
  color: #0A1F3D;
  opacity: .7;
}
.model-no-dark { color: #fff; }
.model-no .lbl {
  display: block;
  font-size: 9px;
  letter-spacing: .3em;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.model-no .nn {
  font-family: "Bebas Neue", sans-serif;
  font-size: 44px;
  line-height: 1;
}


.product-visual .ph {
  position: relative;
  z-index: 1;
  width: 75%;
  aspect-ratio: 1.4 / 1;
  color: #0A1F3D;
  text-shadow: none;
  /* background: rgba(255, 255, 255, .55);
  border-color: rgba(10, 31, 61, .25);
  transform: none; */
}

.product-detail {
  padding: 40px 36px;
  color: #0A1F3D;
}

.product-name {
  font-weight: 900;
  font-size: 26px;
  line-height: 1.3;
}
.product-price {
  margin-top: 18px;
  display: flex; align-items: baseline; gap: 8px;
  border-bottom: 1px dashed rgba(10, 31, 61, .2);
  padding-bottom: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.price {
  font-family: "Bebas Neue", sans-serif;
  font-size: 48px;
  color: #E94B3C;
  line-height: 1;
  letter-spacing: .01em;
}
.price-note { font-size: 11px; color: rgba(10, 31, 61, 0.65); }

.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 24px;
  margin-bottom: 16px;
}
.spec {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px;
  padding: 4px 0;
}
.spec.spec-wide { grid-column: 1 / -1; }
.spec-k {
  flex: 0 0 56px;
  font-size: 10px;
  letter-spacing: .1em;
  font-weight: 700;
  color:rgba(10, 31, 61, 0.65);
}
.spec-v { font-weight: 600; }

.bundle {
  background: rgba(125, 211, 192, .12);
  border: 1px solid rgba(125, 211, 192, .35);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 12px;
  margin-bottom: 18px;
  display: flex; align-items: flex-start; gap: 10px;
  line-height: 1.5;
}
.bundle-lbl {
  background: #4FB3A0;
  color: #fff;
  padding: 2px 7px;
  border-radius: 4px;
  font-size: 9px;
  letter-spacing: .1em;
  font-weight: 700;
  flex: 0 0 auto;
  line-height: 1.4;
}

.audience { margin-bottom: 16px; }
.audience-h {
  font-size: 10px;
  letter-spacing: .2em;
  font-weight: 700;
  color: rgba(10, 31, 61, 0.65);
  margin-bottom: 8px;
      text-align: left;
}
.audience ul li {
  font-size: 13px;
  line-height: 1.7;
  padding-left: 18px;
  position: relative;
  text-align: left;
}
.audience ul li::before {
  content: "";
  position: absolute; left: 0; top: .55em;
  width: 8px; height: 8px;
  border-radius: 999px;
  background: #7DD3C0;
  box-shadow: 0 0 0 3px rgba(125, 211, 192, .25);
}
.product-blurb {
  font-size: 13px;
  line-height: 1.75;
  color: rgba(10, 31, 61, .72);
  margin-bottom: 18px;
  text-align: left;
}
.product-ctas {
  display: flex; gap: 10px;
  flex-wrap: wrap;
  justify-content: end;
}

/* ============================================================
   Terms
   ============================================================ */
.terms {
  background: #fff;
  padding: 120px 24px;
}
.terms-table {
  border: 1px solid rgba(10, 31, 61, .12);
  border-radius: 14px;
  overflow: hidden;
  margin:0 auto 36px auto;
  max-width: 1100px;
}
.terms-table .row {
  display: grid;
  grid-template-columns: 200px 1fr;
  border-top: 1px solid rgba(10, 31, 61, .08);
}
.terms-table .row:first-child { border-top: none; }
.terms-table .k {
  background: rgba(15, 107, 170, .06);
  padding: 18px 22px;
  font-size: 13px;
  font-weight: 700;
  color: #0F6BAA;
  letter-spacing: .05em;
}
.terms-table .v {
  padding: 18px 24px;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

.notes {
  background: rgba(233, 75, 60, .05);
  border: 1px solid rgba(233, 75, 60, .15);
  border-radius: 14px;
  padding: 24px 28px;
  max-width: 1100px;
  margin:0 auto;
}
.notes-title {
  font-size: 11px;
  letter-spacing: .2em;
  font-weight: 700;
  color: #E94B3C;
  margin-bottom: 12px;
  display: flex; align-items: center; gap: 8px;
}
.notes-ico {
  width: 18px; height: 18px;
  border-radius: 999px;
  background: #E94B3C;
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 11px;
  font-weight: 800;
}
.notes ul li {
  font-size: 13px;
  line-height: 1.8;
  padding-left: 16px;
  position: relative;
  color: rgba(10, 31, 61, .8);
  text-align: left;
}
.notes ul li::before {
  content: "";
  position: absolute; left: 0; top: .8em;
  width: 4px; height: 4px;
  border-radius: 999px;
  background: #E94B3C;
}

/* ============================================================
   Closing
   ============================================================ */
.closing {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 140px 24px 80px;
  text-align: center;
}
.closing-sky { z-index: 0; 
background: url(https://gigaplus.makeshop.jp/pasoul/files/img/page/summer26/sum26_sec05_bg.webp);
background-repeat: no-repeat;
background-size: cover;}

.closing-inner { position: relative; z-index: 1; max-width: 1000px; }
.closing-title {
  font-size: clamp(28px, 4.5vw, 64px);
  line-height: 1.18;
  letter-spacing: -.015em;
  text-shadow: 0 4px 24px rgba(10, 31, 61, .35);
  text-wrap: pretty;
  font-weight: 800;
}
.closing-sub-1 {
  font-size: clamp(14px, 1.5vw, 19px);
  font-weight: 500;
  line-height: 1.7;
  margin: 36px auto 8px;
  opacity: .95;
  text-shadow: 0 2px 10px rgba(10, 31, 61, .25);
}
.closing-sub-1 strong { font-weight: 800; }
.closing-sub-2 {
  font-size: clamp(13px, 1.3vw, 17px);
  line-height: 1.6;
  opacity: .9;
  margin: 0 auto 48px;
  text-shadow: 0 2px 10px rgba(10, 31, 61, .25);
}

.share {
  margin-top: 60px;
  display: flex; justify-content: center; align-items: center; gap: 14px;
  flex-wrap: wrap;
}
.share-label {
  font-size: 11px;
  letter-spacing: .3em;
  opacity: .8;
}
.share-icon {
  width: 40px; height: 40px;
  border-radius: 999px;
  /* background: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .35); */
  display: flex; align-items: center; justify-content: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  color: #fff;
  transition: background .15s ease;
  background: transparent;
}
.sns_l{width:50px;height:50px;}

.share-icon img{
   width: 50%;
}

.share-icon:hover { background: rgba(255, 255, 255, .28); }

.site-footer {
  margin-top: 80px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .25);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 11px;
  opacity: .85;
  flex-wrap: wrap; gap: 8px;
  background: transparent;
}


/* ============================================================
   Responsive — Tablet (≤ 980px)
   ============================================================ */
@media (max-width: 980px) {
  .fv {
    padding: 100px 32px 60px;
    min-height: auto;
  }
  .topbar { padding: 18px 28px; }
  .brand { font-size: 18px; }
  .fv-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .fv-visual { height: auto; }
  .scroll-cue { display: none; }

  .lead, .merits, .lineup, .terms { padding: 80px 24px; }
  .lead-grid { grid-template-columns: 1fr; gap: 32px; }
  .merits-grid { grid-template-columns: 1fr; gap: 16px; }
  .merit-card { padding: 28px 24px; }

  .product { grid-template-columns: 1fr; }
  .product-visual { min-height: 260px; padding: 30px 20px; }
  .product-detail { padding: 28px 24px; }
  .price { font-size: 38px; }

  .terms-table .row { grid-template-columns: 130px 1fr; }
  .terms-table .k { padding: 14px 16px; font-size: 12px; }
  .terms-table .v { padding: 14px 18px; font-size: 13px; }

  .closing { padding: 90px 24px 60px; }
  .closing-pre { margin-bottom: 24px; }
  .lead .container dl {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   Responsive — Mobile (≤ 600px)
   ============================================================ */
@media (max-width: 600px) {
  .container {
    padding:0;
  }
  .topbar { padding: 14px 20px; }
  .brand { font-size: 16px; letter-spacing: .2em; }
  .period-badge { padding: 5px 11px; font-size: 10px; }

  .fv { padding: 90px 24px 50px; }
  .fv-visual { height: auto;top: 0;height: auto;width: 100%;}
  .eyebrow { font-size: 10px; padding: 4px 10px; margin-bottom: 16px; }
  .fv-sub { margin: 18px 0 28px;    padding: 0 10px; }
  .period-block { gap: 8px; margin-bottom: 24px; }
  .period-label { font-size: 11px; }
  .cta { padding: 10px 24px; font-size: 14px; }
  .cta-large { padding: 18px 28px; font-size: 16px; }
  .cta-arrow { width: 22px; height: 22px; font-size: 12px; }

  .ph-desktop { left: 0; width: 50%; height: 55%; }
  .ph-laptop { right: -4%; width: 60%; height: 45%; }
  .early-bird-tag { right: 4%; padding: 8px 12px; font-size: 11px; }
  .eb-large { font-size: 22px; }

  .lead, .merits, .lineup, .terms { padding: 60px 20px; }
  .lead-title { margin-bottom: 28px; }
  .lead-body { font-size: 15px; line-height: 1.85; }
  .lead-body .q { font-size: 16px; }

  .timeline { padding: 20px 16px; }
  .t-date { flex: 0 0 52px; }
  .t-d { font-size: 22px; }
  .t-evt { font-size: 13px; }

  .merit-card { padding: 24px 20px; }
  .merit-icon { width: 56px; height: 56px; margin-bottom: 18px; }
  .merit-title { font-size: 17px; }
  .merit-body { font-size: 13px; }
  .merit-num { font-size: 100px; right: -6px; top: -14px; }

  .tier-block { margin-bottom: 48px; }
  .tier-pill { padding: 8px 16px; font-size: 18px; }

  .product-detail { padding: 24px 22px; }
  .product-name { font-size: 19px; }
  .price { font-size: 36px; }
  .spec-grid { grid-template-columns: 1fr; gap: 4px; }
  .product-blurb { font-size: 12px; }

  .closing { padding: 70px 20px 50px; }
  .closing-title { line-height: 1.25; }
  .closing-sub-1, .closing-sub-2 { text-align: left; }
  .share { gap: 10px; }
  .share-icon { width: 70px; height: 70px; font-size: 10px; }
  .site-footer { margin-top: 50px; flex-direction: column; align-items: flex-start; }

.share-icon img{
   width: 70%;
}

}
