.gscan-2607-update {
  --gscan-red: #dc1b1b;
  --gscan-red-dark: #9f0f0f;
  --gscan-black: #111111;
  --gscan-text: #222222;
  --gscan-muted: #5f6368;
  --gscan-border: #e5e7eb;
  --gscan-bg: #f6f7f9;
  --gscan-bg-red: #fff4f4;
  --gscan-navy: #111827;
  --gscan-gold: #f6c453;
  overflow: hidden;
  max-width: 1120px;
  margin: 0 auto 72px;
  padding: 0 24px 72px;
  color: var(--gscan-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.85;
  background: #ffffff;
}

.gscan-2607-update *,
.gscan-2607-update *::before,
.gscan-2607-update *::after {
  box-sizing: border-box;
}

.gscan-2607-update p,
.gscan-2607-update h1,
.gscan-2607-update h2,
.gscan-2607-update h3,
.gscan-2607-update li,
.gscan-2607-update dl,
.gscan-2607-update dt,
.gscan-2607-update dd {
  margin-top: 0;
}

.gscan-2607-update__hero-stage {
  position: relative;
  margin: 0 -24px 56px;
}

.gscan-2607-update__hero {
  --gscan-hero-car-size: clamp(360px, 58vw, 760px);
  --gscan-hero-car-x: 96%;
  --gscan-hero-car-y: 72%;

  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0;
  padding: 72px 32px 56px;
  color: #ffffff;
  border-radius: 0;
  background:
    radial-gradient(circle at 84% 16%, rgba(220, 27, 27, 0.58), rgba(220, 27, 27, 0) 32%),
    linear-gradient(135deg, #080808 0%, #191919 50%, #7a0808 100%);
}

.gscan-2607-update__hero.is-gscan-2607-hero-opening {
  --gscan-hero-car-size: clamp(520px, 72vw, 980px);
  --gscan-hero-car-x: 92%;
  --gscan-hero-car-y: 76%;

  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  margin: 0;
  border-radius: 0;
  will-change: top, left, width, height;
}

.gscan-2607-update__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("/wp-content/uploads/2026/07/update-news-v26072701/gscan-update-v26072701-hero-car.png");
  background-repeat: no-repeat;
  background-position: var(--gscan-hero-car-x) var(--gscan-hero-car-y);
  background-size: var(--gscan-hero-car-size) auto;
  opacity: 0.1;
  filter: grayscale(0.15) saturate(0.9) contrast(1.02);
  mask-image: linear-gradient(
    120deg,
    transparent 0%,
    rgba(0, 0, 0, 0.25) 28%,
    rgba(0, 0, 0, 0.95) 58%,
    rgba(0, 0, 0, 0.88) 84%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    120deg,
    transparent 0%,
    rgba(0, 0, 0, 0.25) 28%,
    rgba(0, 0, 0, 0.95) 58%,
    rgba(0, 0, 0, 0.88) 84%,
    transparent 100%
  );
  pointer-events: none;
}

.gscan-2607-update__hero::after {
  content: "26.07.27.01";
  position: absolute;
  right: -10px;
  bottom: -28px;
  z-index: 0;
  color: rgba(255, 255, 255, 0.07);
  font-size: clamp(96px, 18vw, 160px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.06em;
}

.gscan-2607-update__hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1010px;
  margin: 0 auto;
}

.gscan-2607-update__hero.is-gscan-2607-hero-opening .gscan-2607-update__hero-inner {
  width: min(1010px, calc(100vw - 64px));
  margin: 0 auto;
}

.gscan-2607-update__hero-inner::before {
  content: "";
  position: absolute;
  inset: -24px -16px;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(120deg, rgba(0, 0, 0, 0.82), transparent 78%);
  -webkit-mask-image: linear-gradient(120deg, rgba(0, 0, 0, 0.82), transparent 78%);
  pointer-events: none;
}

.gscan-2607-update__hero.is-gscan-2607-hero-moving {
  transition:
    top 0.92s cubic-bezier(0.77, 0, 0.175, 1),
    left 0.92s cubic-bezier(0.77, 0, 0.175, 1),
    width 0.92s cubic-bezier(0.77, 0, 0.175, 1),
    height 0.92s cubic-bezier(0.77, 0, 0.175, 1);
}

@media (max-width: 1024px) {
  .gscan-2607-update__hero {
    --gscan-hero-car-size: clamp(420px, 76vw, 760px);
    --gscan-hero-car-x: 86%;
    --gscan-hero-car-y: 78%;
  }

  .gscan-2607-update__hero.is-gscan-2607-hero-opening {
    --gscan-hero-car-size: clamp(520px, 92vw, 900px);
    --gscan-hero-car-x: 82%;
    --gscan-hero-car-y: 80%;
  }
}

@media (max-width: 720px) {
  .gscan-2607-update__hero {
    --gscan-hero-car-size: clamp(420px, 125vw, 620px);
    --gscan-hero-car-x: 58%;
    --gscan-hero-car-y: 92%;

    padding: 48px 20px 40px;
  }

  .gscan-2607-update__hero.is-gscan-2607-hero-opening {
    --gscan-hero-car-size: clamp(480px, 140vw, 680px);
    --gscan-hero-car-x: 54%;
    --gscan-hero-car-y: 92%;
  }

  .gscan-2607-update__hero::before {
    opacity: 0.08;
  }
}

/* Hero intro */
.gscan-2607-update__intro {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  background:
    radial-gradient(circle at 50% 40%, rgba(220, 27, 27, 0.34), transparent 34%),
    linear-gradient(135deg, #050505 0%, #141414 52%, #7a0808 100%);
  pointer-events: none;
}

.gscan-2607-update__intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.8;
}

.gscan-2607-update__intro::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 5px;
  background: var(--gscan-red);
  transform: scaleX(0);
  transform-origin: left center;
  animation: gscan-2607-intro-line 0.84s cubic-bezier(0.77, 0, 0.175, 1) 0.22s forwards;
}

.gscan-2607-update__intro-inner {
  position: relative;
  z-index: 2;
  padding: 0 24px;
}

.gscan-2607-update p.gscan-2607-update__intro-main {
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 7vw, 88px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.06em;
  opacity: 0;
  transform: translateY(18px);
  animation: gscan-2607-intro-text 0.72s ease 0.18s forwards;
}

.gscan-2607-update p.gscan-2607-update__intro-sub {
  margin: 20px 0 0;
  color: #ff4b4b;
  font-size: clamp(16px, 2.3vw, 30px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.18em;
  opacity: 0;
  transform: translateY(18px);
  animation: gscan-2607-intro-text 0.72s ease 0.36s forwards;
}

.gscan-2607-update__intro.is-gscan-2607-intro-hidden {
  animation: gscan-2607-intro-out 0.72s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

@keyframes gscan-2607-intro-text {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gscan-2607-intro-line {
  to {
    transform: scaleX(1);
  }
}

@keyframes gscan-2607-intro-out {
  to {
    opacity: 0;
    transform: translateY(-24px);
    visibility: hidden;
  }
}

@media (max-width: 720px) {
  .gscan-2607-update__hero-stage {
    margin: 0 -16px 42px;
  }

  .gscan-2607-update__hero {
    padding: 48px 20px 40px;
  }

  .gscan-2607-update__hero.is-gscan-2607-hero-opening .gscan-2607-update__hero-inner {
    width: calc(100vw - 40px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gscan-2607-update__intro {
    display: none;
  }

  .gscan-2607-update__hero.is-gscan-2607-hero-opening {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    border-radius: 0;
  }
}

.gscan-2607-update__hero-content {
  min-width: 0;
}

.js-gscan-2607-hero-animate {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.72s ease,
    transform 0.72s ease;
}

.js-gscan-2607-hero-animate.is-gscan-2607-hero-visible {
  opacity: 1;
  transform: translateY(0);
}

.gscan-2607-update__point-item.js-gscan-2607-hero-animate:nth-child(1) {
  transition-delay: 0.08s;
}

.gscan-2607-update__point-item.js-gscan-2607-hero-animate:nth-child(2) {
  transition-delay: 0.16s;
}

.gscan-2607-update__point-item.js-gscan-2607-hero-animate:nth-child(3) {
  transition-delay: 0.24s;
}

.gscan-2607-update__point-item.js-gscan-2607-hero-animate:nth-child(4) {
  transition-delay: 0.32s;
}

.gscan-2607-update__point-item.js-gscan-2607-hero-animate:nth-child(5) {
  transition-delay: 0.40s;
}

.gscan-2607-update__eyebrow.js-gscan-2607-hero-animate {
  transition-delay: 0.10s;
}

.gscan-2607-update__lead.js-gscan-2607-hero-animate {
  transition-delay: 0.26s;
}

.gscan-2607-update p.gscan-2607-update__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding: 6px 14px 6px 16px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  background: rgba(255, 255, 255, 0.1);
}

.gscan-2607-update p.gscan-2607-update__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--gscan-red);
  box-shadow:
    0 0 0 5px rgba(220, 27, 27, 0.22),
    0 0 18px rgba(220, 27, 27, 0.48);
  animation: gscan-2607-eyebrow-dot-blink 2.4s ease-in-out infinite;
}

@keyframes gscan-2607-eyebrow-dot-blink {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
    box-shadow:
      0 0 0 5px rgba(220, 27, 27, 0.22),
      0 0 18px rgba(220, 27, 27, 0.48);
  }

  50% {
    opacity: 0.55;
    transform: scale(0.78);
    box-shadow:
      0 0 0 3px rgba(220, 27, 27, 0.12),
      0 0 8px rgba(220, 27, 27, 0.28);
  }
}

.gscan-2607-update__title {
  margin-bottom: 22px;
  color: #ffffff;
  font-size: clamp(38px, 6.2vw, 72px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0.01em;
}

.gscan-2607-update__title-line {
  position: relative;
  display: block;
  overflow: hidden;
  width: fit-content;
  max-width: 100%;
}

.gscan-2607-update__title-line::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #ffffff;
  transform: translateX(-101%);
}

.gscan-2607-update__title-line--accent::before {
  background: var(--gscan-red);
}

.gscan-2607-update__title-text {
  display: inline-block;
  opacity: 0;
  transform: translateX(-0.72em);
}

.gscan-2607-update__title-line--accent .gscan-2607-update__title-text {
  color: #ff4b4b;
}

.gscan-2607-update__title.is-gscan-2607-title-active .gscan-2607-update__title-line::before {
  animation: gscan-2607-title-mask 0.88s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.gscan-2607-update__title.is-gscan-2607-title-active .gscan-2607-update__title-line--accent::before {
  animation-delay: 0.18s;
}

.gscan-2607-update__title.is-gscan-2607-title-active .gscan-2607-update__title-text {
  animation: gscan-2607-title-text 0.01s linear forwards;
  animation-delay: 0.42s;
}

.gscan-2607-update__title.is-gscan-2607-title-active .gscan-2607-update__title-line--accent .gscan-2607-update__title-text {
  animation-delay: 0.60s;
}

@keyframes gscan-2607-title-mask {
  0% {
    transform: translateX(-101%);
  }

  48% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(101%);
  }
}

@keyframes gscan-2607-title-text {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gscan-2607-update__title-line::before {
    display: none;
  }

  .gscan-2607-update__title-text {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

.gscan-2607-update  p.gscan-2607-update__lead {
  margin-bottom: 0;
  color: #f4f4f5;
  font-size: clamp(16px, 2vw, 19px);
  font-weight: 700;
  line-height: 1.85;
}

.gscan-2607-update__point-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.gscan-2607-update__point-item {
  min-height: 128px;
  padding: 18px 15px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.gscan-2607-update__point-num {
  display: block;
  margin-bottom: 12px;
  color: #ffc0c0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.gscan-2607-update__point-text {
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
}

.gscan-2607-update__section {
  max-width: 1010px;
  margin: 64px auto 0;
}

.gscan-2607-update__section--top {
  margin-top: 0;
}

.gscan-2607-update__section-heading {
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--gscan-black);
}

.gscan-2607-update__section-heading::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 96px;
  height: 2px;
  background: var(--gscan-red);
}

.gscan-2607-update__section-kicker {
  margin-bottom: 7px;
  color: var(--gscan-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.2;
}

.gscan-2607-update__section-title {
  margin-bottom: 0;
  color: var(--gscan-black);
  font-size: clamp(25px, 3.2vw, 36px);
  font-weight: 900;
  line-height: 1.32;
  letter-spacing: 0.01em;
}

.gscan-2607-update__feature-card,
.gscan-2607-update__card,
.gscan-2607-update__news-item {
  border: 1px solid var(--gscan-border);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.08);
}

.gscan-2607-update__feature-card--main {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-color: #ffc8c8;
  background:
    radial-gradient(circle at 92% 8%, rgba(220, 27, 27, 0.12), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #fff5f5 100%);
}

.gscan-2607-update__feature-card--main::before {
  content: "SGW";
  position: absolute;
  right: -8px;
  top: -34px;
  color: rgba(220, 27, 27, 0.08);
  font-size: 118px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.gscan-2607-update__feature-body,
.gscan-2607-update__note-list {
  position: relative;
  z-index: 1;
}

.gscan-2607-update__feature-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-bottom: 12px;
}

.gscan-2607-update__trial-box {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  padding: 22px 24px 20px;
  border: 1px solid #ffc8c8;
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 0%, rgba(220, 27, 27, 0.12), transparent 34%),
    #ffffff;
  box-shadow: 0 14px 34px rgba(220, 27, 27, 0.12);
}

.gscan-2607-update__trial-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-bottom: 12px;
}

.gscan-2607-update__trial-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.08em;
  background: var(--gscan-red);
}

.gscan-2607-update__trial-period {
  color: var(--gscan-red-dark);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
}

.gscan-2607-update p.gscan-2607-update__trial-copy {
  margin-bottom: 14px;
  color: #4b1010;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.75;
}

.gscan-2607-update__trial-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.gscan-2607-update__trial-price-before {
  color: #6b7280;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}

.gscan-2607-update__trial-price-before del {
  text-decoration-thickness: 2px;
  text-decoration-color: var(--gscan-red);
}

.gscan-2607-update__trial-arrow {
  color: var(--gscan-red);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.gscan-2607-update__trial-price-after {
  color: var(--gscan-red);
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.gscan-2607-update__trial-note-list {
  margin: 18px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid #ffd4d4;
  list-style: none;
}

.gscan-2607-update__trial-note-list li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px;
  color: #6b1a1a;
  font-size: 13px;
  line-height: 1.7;
}

.gscan-2607-update__trial-note-list li:last-child {
  margin-bottom: 0;
}

.gscan-2607-update__trial-note-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gscan-red);
  font-weight: 900;
}

.gscan-2607-update__price-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: 14px;
  margin-top: 18px;
}

.gscan-2607-update__price-card {
  position: relative;
  overflow: hidden;
  padding: 18px 18px 16px;
  border: 1px solid #ffd4d4;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
}

.gscan-2607-update__price-card--trial {
  background:
    radial-gradient(circle at 100% 0%, rgba(220, 27, 27, 0.08), transparent 38%),
    #ffffff;
}

.gscan-2607-update__price-card--campaign {
  border-color: rgba(246, 196, 83, 0.72);
  background:
    radial-gradient(circle at 100% 0%, rgba(246, 196, 83, 0.24), transparent 38%),
    linear-gradient(135deg, #ffffff 0%, #fffaf0 100%);
}

.gscan-2607-update p.gscan-2607-update__price-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
  padding: 3px 10px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.06em;
  background: var(--gscan-red);
}

.gscan-2607-update__price-card--campaign .gscan-2607-update__price-label {
  color: #4b1010;
  background: var(--gscan-gold);
}

.gscan-2607-update p.gscan-2607-update__price-period {
  margin-bottom: 10px;
  color: #6b1a1a;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.6;
}

.gscan-2607-update p.gscan-2607-update__price-period.gscan-2607-update__price-sub-label {
  display: inline-block;
  margin-left: 8px;
}

.gscan-2607-update__campaign-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 3px;
  margin-top: 4px;
}

.gscan-2607-update__campaign-price-main {
  color: var(--gscan-red);
  font-size: clamp(34px, 4.6vw, 48px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.gscan-2607-update__campaign-price-unit {
  color: var(--gscan-red);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.gscan-2607-update p.gscan-2607-update__campaign-note {
  margin-top: 10px;
  margin-bottom: 0;
  color: #6b1a1a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.65;
}

@media (max-width: 720px) {
  .gscan-2607-update__price-flow {
    grid-template-columns: 1fr;
  }

  .gscan-2607-update__price-card {
    padding: 16px;
  }
}

.gscan-2607-update p.gscan-2607-update__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 4px 11px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5;
  background: var(--gscan-red);
}

.gscan-2607-update__feature-box p.gscan-2607-update__label {
  margin-bottom: 0;
}

.gscan-2607-update p.gscan-2607-update__label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
}

.gscan-2607-update__feature-title {
  margin-bottom: 18px;
  color: var(--gscan-black);
  font-size: clamp(24px, 3.2vw, 34px);
  font-weight: 900;
  line-height: 1.38;
}

.gscan-2607-update p {
  margin-bottom: 12px;
  color: #343434;
  font-size: 15px;
  line-height: 1.9;
}

.gscan-2607-update p:last-child {
  margin-bottom: 0;
}

.gscan-2607-update__note-list {
  align-self: start;
  margin: 0;
  padding: 22px 22px 20px;
  margin-top: 16px;
  border-radius: 22px;
  list-style: none;
  background: #ffffff;
  border: 1px solid #ffd4d4;
}

.gscan-2607-update__note-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  color: #4b1010;
  font-size: 13px;
  line-height: 1.75;
}

.gscan-2607-update__note-list li:last-child {
  margin-bottom: 0;
}

.gscan-2607-update__note-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gscan-red);
  font-weight: 900;
}

.gscan-2607-update__card-grid {
  display: grid;
  gap: 20px;
}

.gscan-2607-update__card-grid--2col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gscan-2607-update__card-grid--3col {
  grid-template-columns: 1.15fr 1fr 1fr;
}

.gscan-2607-update__card {
  overflow: hidden;
  padding: 28px;
}

.gscan-2607-update__card--wide {
  grid-column: 1 / -1;
  background: var(--gscan-bg);
}

.gscan-2607-update__card--accent {
  background:
    linear-gradient(135deg, #ffffff 0%, #f7f8fb 100%);
}

.gscan-2607-update__card--dark {
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 12%, rgba(220, 27, 27, 0.42), transparent 36%),
    linear-gradient(135deg, #111827 0%, #242424 100%);
  border-color: rgba(255, 255, 255, 0.12);
}

.gscan-2607-update__card h3,
.gscan-2607-update__news-head h3 {
  margin-bottom: 14px;
  color: var(--gscan-black);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.45;
}

.gscan-2607-update__card--dark h3,
.gscan-2607-update__card--dark p {
  color: #ffffff;
}

.gscan-2607-update__card h3:nth-of-type(n + 2) {
  margin-top: 24px;
}

.gscan-2607-update__note {
  margin-top: 14px;
  padding: 13px 15px;
  border-radius: 14px;
  color: #4b1010;
  font-size: 13px;
  line-height: 1.75;
  background: var(--gscan-bg-red);
}

.gscan-2607-update__vehicle-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.gscan-2607-update__vehicle-list li {
  position: relative;
  padding: 15px 18px 15px 42px;
  border-radius: 16px;
  color: var(--gscan-black);
  font-weight: 900;
  background: #ffffff;
  border: 1px solid var(--gscan-border);
}

.gscan-2607-update__vehicle-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gscan-red);
  transform: translateY(-50%);
}

.gscan-2607-update__news-list {
  display: grid;
  gap: 18px;
}

.gscan-2607-update__news-item {
  padding: 26px;
}

.gscan-2607-update__news-head {
  padding-right: 22px;
  border-right: 1px solid var(--gscan-border);
}

.gscan-2607-update__news-head span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  color: var(--gscan-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  background: var(--gscan-bg-red);
}

.gscan-2607-update__news-head h3 {
  margin-bottom: 0;
  font-size: 20px;
}

.gscan-2607-update__spec-list {
  margin: 18px 0 0;
}

.gscan-2607-update__spec-list div {
  padding: 14px 15px;
  border: 1px solid var(--gscan-border);
  border-radius: 14px;
  background: var(--gscan-bg);
}

.gscan-2607-update__spec-list dt {
  margin-bottom: 3px;
  color: var(--gscan-black);
  font-size: 14px;
  font-weight: 900;
}

.gscan-2607-update__spec-list dd {
  margin: 0;
  color: var(--gscan-muted);
  font-size: 13px;
  line-height: 1.6;
  font-weight: normal;
}

.gscan-2607-update__note-list--dark {
  margin-top: 18px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.gscan-2607-update__note-list--dark li {
  color: #f3f4f6;
}

.gscan-2607-update__note-list--dark li::before {
  color: #ff8b8b;
}

.gscan-2607-update__closing {
  max-width: 1010px;
  margin: 68px auto 0;
  padding: 38px 34px;
  border-radius: 30px;
  color: #ffffff;
  text-align: center;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.24), transparent 34%),
    linear-gradient(135deg, var(--gscan-red) 0%, var(--gscan-red-dark) 100%);
  box-shadow: 0 20px 48px rgba(220, 27, 27, 0.24);
}

.gscan-2607-update__closing h2 {
  margin-bottom: 13px;
  color: #ffffff;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.4;
}

.gscan-2607-update__closing p {
  max-width: 820px;
  margin: 0 auto;
  color: #fff7f7;
  font-size: 15px;
  font-weight: 700;
}


#news_contents:has(.gscan-2607-update) {
  padding: 0;
  border: none;
}

/* Slick */
.gscan-2607-update__section--gallery {
  margin-top: -18px;
}

.gscan-2607-update__slider {
  position: relative;
  margin: 0 -10px;
}

.gscan-2607-update__slide {
  overflow: hidden;
  margin: 0 10px;
  border: 1px solid var(--gscan-border);
  border-radius: 24px;
  background: #ffffff;
}

.gscan-2607-update__slide img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background:
    linear-gradient(135deg, #0f0f0f 0%, #222222 100%);
}

.gscan-2607-update__slide figcaption {
  margin: 0;
  padding: 14px 18px 16px;
  color: var(--gscan-black);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  line-height: 1.6;
  background: #ffffff;
}

/* slick dots */
.gscan-2607-update .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.gscan-2607-update .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.gscan-2607-update .slick-dots button {
  display: block;
  overflow: hidden;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: #d1d5db;
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.gscan-2607-update .slick-dots .slick-active button {
  width: 32px;
  background: var(--gscan-red);
}

/* slick arrows */
.gscan-2607-update .slick-prev,
.gscan-2607-update .slick-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: rgba(17, 17, 17, 0.82);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.22);
  cursor: pointer;
  transform: translateY(-50%);
}

.gscan-2607-update .slick-prev {
  left: 20px;
}

.gscan-2607-update .slick-next {
  right: 20px;
}

.gscan-2607-update .slick-prev::before,
.gscan-2607-update .slick-next::before {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.gscan-2607-update .slick-prev::before {
  transform: rotate(-135deg);
  margin-left: 4px;
  position: absolute;
}

.gscan-2607-update .slick-next::before {
  transform: rotate(45deg);
  margin-right: 4px;
  position: absolute;
}

.gscan-2607-update .slick-prev:hover,
.gscan-2607-update .slick-next:hover {
  background: var(--gscan-red);
}

.gscan-2607-update__slider:not(.slick-initialized) {
  display: block;
}

.gscan-2607-update__slider:not(.slick-initialized) .gscan-2607-update__slide {
  display: none;
}

.gscan-2607-update__slider:not(.slick-initialized) .gscan-2607-update__slide:first-child {
  display: block;
}

.gscan-2607-update .slick-list {
  overflow: hidden;
}

.gscan-2607-update .slick-track {
  display: flex;
  align-items: stretch;
}

.gscan-2607-update .slick-slide {
  height: auto;
}

.gscan-2607-update .slick-slide > div {
  height: 100%;
}

.slick-dots li button:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.slick-dots li.slick-active button:before {
  color: #fff;
}

@media (max-width: 720px) {
  .gscan-2607-update__section--gallery {
    margin-top: -8px;
  }

  .gscan-2607-update__slide {
    border-radius: 20px;
  }

  .gscan-2607-update .slick-prev,
  .gscan-2607-update .slick-next {
    width: 38px;
    height: 38px;
  }

  .gscan-2607-update .slick-prev {
    left: 16px;
  }

  .gscan-2607-update .slick-next {
    right: 16px;
  }
}
/* ## Slick */

.js-gscan-2607-animate {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.72s ease,
    transform 0.72s ease;
}

.js-gscan-2607-animate.is-gscan-2607-visible {
  opacity: 1;
  transform: translateY(0);
}

.gscan-2607-update__point-item.js-gscan-2607-animate:nth-child(1) {
  transition-delay: 0.04s;
}

.gscan-2607-update__point-item.js-gscan-2607-animate:nth-child(2) {
  transition-delay: 0.10s;
}

.gscan-2607-update__point-item.js-gscan-2607-animate:nth-child(3) {
  transition-delay: 0.16s;
}

.gscan-2607-update__point-item.js-gscan-2607-animate:nth-child(4) {
  transition-delay: 0.22s;
}

.gscan-2607-update__point-item.js-gscan-2607-animate:nth-child(5) {
  transition-delay: 0.28s;
}

@media (prefers-reduced-motion: reduce) {
  .gscan-2607-update__intro {
    display: none;
  }

  .gscan-2607-update__hero.is-gscan-2607-hero-opening {
    position: relative;
    inset: auto;
    display: block;
    width: auto;
    height: auto;
    margin: 0 !important;
    padding: 72px 32px 56px;
    border-radius: 0;
    transform: none;
  }

  .gscan-2607-update__title-line::before {
    display: none;
  }

  .gscan-2607-update__title-text,
  .js-gscan-2607-hero-animate,
  .js-gscan-2607-animate {
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
  }
}

/* marker */
.gscan-2607-update .marker {
  background:linear-gradient(transparent 50%, rgba(255, 220, 123) 50%);
  display: inline;

  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;

  /* マーカーが引かれる速度を指定 */
  transition:background-size 1.5s;
}

.gscan-2607-update .marker.dark {
  background: linear-gradient(transparent 50%, rgb(220 27 27) 50%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition:background-size 1.5s;
}
/* マーカーが引かれる際に付与するクラス */
.gscan-2607-update .marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

.gscan-2607-update .weight-bold {
  font-weight: bold;
}