btn-02 child@charset "UTF-8";

/* =========================================
   二輪リニューアル本文CSS
   既存テンプレートに干渉しないよう .nirin-renewal 配下へ限定
========================================= */
.nirin-renewal {
  --blue:#00a7e8;
  --pink:#ec3f98;
  --yellow:#fff000;
  --orange:#ff8b1f;
  --green:#0f6d65;
  --dark:#070a10;
  --dark2:#111722;
  --text:#eef6ff;
  --muted:#b7c1cf;
  --line:rgba(255,255,255,.16);
  --shadow:0 26px 70px rgba(0,0,0,.42);

  overflow:hidden;
  color:var(--text);
  background:
    radial-gradient(circle at 85% 4%, rgba(0,167,232,.22), transparent 25%),
    radial-gradient(circle at 15% 12%, rgba(236,63,152,.28), transparent 27%),
    linear-gradient(180deg,#080b12 0%, #111723 44%, #05070b 100%);
  line-height:1.7;
  font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

.nirin-renewal *,
.nirin-renewal *::before,
.nirin-renewal *::after {
  box-sizing:border-box;
}

.nirin-renewal a {
  color:inherit;
  text-decoration:none;
}

.nirin-renewal img {
  max-width:100%;
  display:block;
}

/* ダミー画像 */
.nr-dummy-image {
  width:100%;
  height:100%;
  min-height:120px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#333;
  font-weight:900;
  letter-spacing:.04em;
  line-height:1.45;
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(135deg, #d9d9d9, #bdbdbd),
    repeating-linear-gradient(135deg, rgba(255,255,255,.34) 0 10px, transparent 10px 22px);
  border:1px solid #aaa;
}

.nr-dummy-image::before {
  content:"";
  position:absolute;
  inset:12px;
  border:2px dashed rgba(90,90,90,.55);
  border-radius:16px;
}

.nr-dummy-image::after {
  content:"DUMMY";
  position:absolute;
  right:16px;
  bottom:10px;
  font-size:40px;
  line-height:1;
  color:rgba(80,80,80,.14);
  font-weight:950;
  letter-spacing:.04em;
}

.nr-dummy-image span {
  position:relative;
  z-index:2;
  padding:18px;
  text-shadow:0 1px 0 rgba(255,255,255,.55);
}

.nr-dummy-image .size {
  display:block;
  margin-top:6px;
  font-size:13px;
  color:#666;
  font-weight:800;
  letter-spacing:.02em;
}

/* 共通 */
.nr-container {
  max-width:1180px;
  margin:0 auto;
  position:relative;
  z-index:2;
}

.nr-section {
  position:relative;
  padding:78px 20px;
}

/* メインビジュアル */
.nr-hero {
  min-height:720px;
  padding:0 20px;
  display:flex;
  align-items:center;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:#0d1420;
}

.nr-hero-video {
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
  background:#9b9b9b;
}

.nr-hero-video iframe,
.nr-hero-video video {
  position:absolute;
  top:50%;
  left:50%;
  width:177.78vh;
  min-width:100%;
  height:100vh;
  min-height:100%;
  transform:translate(-50%, -50%);
  border:0;
  pointer-events:none;
  display:block;
}

.nr-hero::before {
  content:"";
  position:absolute;
  inset:0;
  background:
    repeating-linear-gradient(120deg, transparent 0 24px, rgba(255,255,255,.045) 24px 26px),
    linear-gradient(90deg,rgba(5,7,11,.96) 0%, rgba(5,7,11,.76) 42%, rgba(5,7,11,.24) 100%),
    linear-gradient(180deg,transparent 68%,#080b12 100%);
  z-index:1;
  pointer-events:none;
}

.nr-hero-inner {
  position:relative;
  z-index:2;
  max-width:1180px;
  width:100%;
  margin:0 auto;
  padding:92px 0;
}

.nr-ribbon {
  display:inline-flex;
  transform:rotate(-2deg);
  background:linear-gradient(90deg,var(--pink),#ff7abb);
  color:#fff;
  font-weight:950;
  font-size:18px;
  letter-spacing:.03em;
  padding:9px 22px;
  border-radius:999px;
  box-shadow:0 14px 34px rgba(236,63,152,.34);
}

.nr-title {
  margin:26px 0 18px;
  font-size:clamp(52px,9vw,108px);
  line-height:.95;
  font-weight:950;
  letter-spacing:-.06em;
  color:#fff;
  text-shadow:0 10px 35px rgba(0,0,0,.55);
}

.nr-title .yellow {
  color:var(--yellow);
  display:inline-block;
  filter:drop-shadow(7px 7px 0 rgba(0,0,0,.38));
}

.nr-lead {
  max-width:690px;
  margin:0;
  color:#f7fbff;
  font-size:clamp(17px,2vw,22px);
  font-weight:800;
}

.nr-hero-buttons {
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:34px;
}

.nr-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:56px;
  padding:13px 26px;
  border-radius:10px;
  color:#fff;
  font-weight:950;
  letter-spacing:.04em;
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 14px 30px rgba(0,0,0,.3);
  position:relative;
  overflow:hidden;
}

.nr-btn::after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent 0 38%,rgba(255,255,255,.25) 45%,transparent 53%);
  transform:translateX(-120%);
  transition:.35s;
}

.nr-btn:hover::after {
  transform:translateX(120%);
}

.nr-btn-pink {
  background:linear-gradient(135deg,var(--pink),#ff66ad);
}

.nr-btn-blue {
  background:linear-gradient(135deg,#008ee8,#33c7ff);
}

.nr-btn-orange {
  background:linear-gradient(135deg,var(--orange),#ffbd50);
  color:#1a1200;
}

.nr-hero-specs {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  max-width:780px;
  margin-top:42px;
}

.nr-hero-spec {
  background:rgba(0,0,0,.48);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(9px);
  border-radius:18px;
  padding:15px 16px;
}

.nr-hero-spec b {
  display:block;
  color:#fff;
  font-size:24px;
  line-height:1.15;
}

.nr-hero-spec span {
  display:block;
  margin-top:4px;
  color:#cbd6e5;
  font-size:13px;
  font-weight:700;
}

/* 見出し */
.nr-heading {
  margin-bottom:34px;
}

.nr-eyebrow {
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--yellow);
  font-size:13px;
  font-weight:950;
  letter-spacing:.18em;
}

.nr-eyebrow::before {
  content:"";
  width:38px;
  height:4px;
  background:var(--pink);
  border-radius:999px;
}

.nr-heading h2 {
  margin:10px 0 0;
  font-size:clamp(31px,4.7vw,56px);
  line-height:1.12;
  font-weight:950;
  letter-spacing:-.05em;
  color:#fff;
}

.nr-heading p {
  max-width:760px;
  margin:14px 0 0;
  color:var(--muted);
  font-weight:700;
}

/* 安心・安全 */
.nr-safety {
  background:
    linear-gradient(180deg,rgba(255,255,255,.035),transparent),
    linear-gradient(110deg,rgba(0,167,232,.14),transparent 45%);
}

.nr-safety-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.nr-feature-card {
  background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.045)),#151b26;
  border:1px solid var(--line);
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--shadow);
  position:relative;
}

.nr-feature-card::before {
  content:attr(data-num);
  position:absolute;
  top:10px;
  left:14px;
  z-index:2;
  font-size:42px;
  font-weight:950;
  color:#fff;
  text-shadow:0 4px 16px rgba(0,0,0,.45);
  transform:skewX(-10deg);
}

.nr-feature-card::after {
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:78px;
  height:78px;
  background:var(--accent);
  clip-path:polygon(0 0,100% 0,0 100%);
}

.nr-feature-photo {
  height:210px;
  overflow:hidden;
  background:#222;
  position:relative;
}

.nr-feature-photo img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.nr-feature-body {
  padding:22px 22px 24px;
}

.nr-feature-body h3 {
  margin:0 0 8px;
  color:#fff;
  font-size:25px;
  line-height:1.2;
  font-weight:950;
}

.nr-feature-body p {
  margin:0;
  color:#c8d2df;
  font-size:14px;
  font-weight:700;
}

.nr-tags {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}

.nr-tag {
  display:inline-flex;
  padding:5px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.13);
  font-size:12px;
  font-weight:900;
  color:#fff;
}

/* 動画バッジ・モーダル */
.nr-video-badge {
  position:absolute;
  right:14px;
  bottom:14px;
  z-index:4;
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:8px 13px;
  border-radius:999px;
  background:linear-gradient(135deg, var(--pink), #ff76b8);
  color:#fff;
  font-size:13px;
  font-weight:950;
  line-height:1;
  letter-spacing:.04em;
  border:1px solid rgba(255,255,255,.55);
  box-shadow:0 10px 24px rgba(0,0,0,.32);
  transition:transform .25s ease, box-shadow .25s ease;
}

.nr-video-badge::before {
  content:"▶";
  font-size:10px;
  width:18px;
  height:18px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.22);
  padding-left:1px;
}

.nr-feature-photo:hover .nr-video-badge {
  transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(0,0,0,.38);
}

.nr-video-modal {
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(0,0,0,.78);
  backdrop-filter:blur(7px);
}

.nr-video-modal:target {
  display:flex;
}

.nr-video-modal-bg {
  position:absolute;
  inset:0;
  cursor:default;
}

.nr-video-modal-box {
  position:relative;
  z-index:2;
  width:min(420px, 88vw);
  background:#0b0f17;
  border:1px solid rgba(255,255,255,.18);
  border-radius:24px;
  padding:18px;
  box-shadow:0 30px 90px rgba(0,0,0,.55);
}

.nr-video-modal-head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
  color:#fff;
  font-weight:950;
}

.nr-video-modal-close {
  width:36px;
  height:36px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:22px;
  line-height:1;
}

.nr-video-modal-frame {
  position:relative;
  width:100%;
  aspect-ratio:9 / 16;
  border-radius:18px;
  overflow:hidden;
  background:#000;
}

.nr-video-modal-frame iframe {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}

/* サポートパック */
.nr-pack-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.nr-pack-card {
  min-height:285px;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  background:#111;
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column;
}

.nr-pack-img {
  height:124px;
  background:#222;
  overflow:hidden;
}

.nr-pack-img img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.nr-pack-body {
  padding:22px;
  flex:1;
  background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.04));
}

.nr-pack-body h3 {
  margin:0 0 8px;
  font-size:24px;
  color:#fff;
  line-height:1.2;
  font-weight:950;
}

.nr-pack-price {
  display:inline-flex;
  background:var(--yellow);
  color:#111;
  border-radius:999px;
  padding:5px 12px;
  font-weight:950;
  margin-bottom:14px;
}

.nr-pack-body p {
  margin:0;
  color:#cbd6e5;
  font-size:14px;
  font-weight:700;
}

.nr-offer {
  margin-top:38px;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:var(--shadow);
  background:#071b3b;
  position:relative;
}

/* 免許ラインナップ */
.nr-license {
  background:
    radial-gradient(circle at 10% 0%,rgba(236,63,152,.16),transparent 28%),
    #080b12;
}

.nr-license-headline {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:24px;
}

.nr-mini-note {
  display:inline-flex;
  background:#fff;
  color:#111;
  border:3px solid var(--yellow);
  border-radius:999px;
  padding:6px 14px;
  font-size:13px;
  font-weight:950;
  white-space:nowrap;
  transform:rotate(-1.5deg);
}

.nr-license-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.nr-license-card {
  background:#fff;
  color:#111;
  border-radius:22px;
  overflow:hidden;
  box-shadow:var(--shadow);
  border:3px solid var(--accent);
  position:relative;
}

.nr-license-img {
  height:230px;
  background:#fff;
  overflow:hidden;
}

.nr-license-img img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.nr-license-body {
  padding:22px;
  position:relative;
}

.nr-shortest {
  position:absolute;
  top:-28px;
  right:18px;
  width:78px;
  height:78px;
  border-radius:50%;
  background:var(--yellow);
  color:#111;
  border:4px solid #fff;
  box-shadow:0 10px 22px rgba(0,0,0,.22);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  line-height:1.05;
  transform:rotate(5deg);
  z-index:3;
}

.nr-shortest .label {
  font-size:11px;
  font-weight:950;
  letter-spacing:.02em;
}

.nr-shortest .days {
  margin-top:3px;
  font-size:27px;
  font-weight:950;
  letter-spacing:-.08em;
}

.nr-shortest .days small {
  font-size:13px;
  letter-spacing:0;
  margin-left:1px;
}

.nr-license-note {
  margin-top:20px;
  color:#cbd6e5;
  font-size:12px;
  font-weight:700;
  line-height:1.7;
}

.nr-cc {
  display:inline-flex;
  background:var(--accent);
  color:#fff;
  padding:6px 12px;
  border-radius:999px;
  font-size:13px;
  font-weight:950;
  line-height:1;
}

.nr-license-body h3 {
  margin:14px 0 6px;
  font-size:25px;
  line-height:1.15;
  font-weight:950;
}

.nr-license-body p {
  margin:0;
  color:#4c5563;
  font-weight:800;
  font-size:14px;
}

.nr-price {
  margin-top:17px;
  padding-top:16px;
  border-top:1px dashed #cfd6df;
}

.nr-price-label {
  font-size:12px;
  color:#4b5563;
  font-weight:950;
}

.nr-price strong {
  display:block;
  margin-top:2px;
  font-size:36px;
  line-height:1;
  color:var(--accent);
  font-weight:950;
  letter-spacing:-.05em;
}

.nr-price small {
  font-size:13px;
  color:#111;
  margin-left:3px;
  letter-spacing:0;
}

/* 料金シミュレート */
.nr-price-simulator {
  margin-top:42px;
  border-radius:30px;
  overflow:hidden;
  background:
    linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.045)),
    #121926;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:var(--shadow);
}

.nr-price-simulator-head {
  padding:28px 30px 22px;
  background:
    linear-gradient(135deg,rgba(0,167,232,.28),rgba(236,63,152,.18)),
    rgba(0,0,0,.18);
  border-bottom:1px solid rgba(255,255,255,.14);
}

.nr-price-simulator-head h3 {
  margin:0;
  color:#fff;
  font-size:clamp(26px,3.6vw,42px);
  line-height:1.18;
  font-weight:950;
  letter-spacing:-.04em;
}

.nr-price-simulator-head p {
  margin:10px 0 0;
  color:#cbd6e5;
  font-weight:700;
}

.nr-price-simulator-body {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  padding:28px 30px 30px;
  align-items:stretch;
}

.nr-sim-form {
  display:grid;
  gap:18px;
  align-content:start;
}

.nr-sim-field label {
  display:block;
  margin-bottom:8px;
  color:#fff;
  font-size:14px;
  font-weight:950;
}

.nr-sim-field select {
  width:100%;
  min-height:54px;
  padding:0 16px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.22);
  background:#fff;
  color:#111;
  font-size:16px;
  font-weight:800;
  outline:none;
}

.nr-sim-options {
  display:grid;
  gap:10px;
  margin-top:2px;
}

.nr-sim-option {
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:15px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.10);
  border:2px solid rgba(255,255,255,.24);
  color:#fff;
  cursor:pointer;
}

.nr-sim-option input {
  width:20px;
  height:20px;
  margin-top:3px;
  accent-color:var(--pink);
  flex:0 0 auto;
}

.nr-sim-option b {
  display:block;
  font-size:16px;
  line-height:1.35;
  font-weight:950;
}

.nr-sim-option span {
  display:block;
  margin-top:2px;
  color:#cbd6e5;
  font-size:12px;
  line-height:1.5;
  font-weight:700;
}

.nr-sim-option.is-hidden {
  display:none;
}

.nr-sim-option.is-conditional {
  border-color:rgba(255,240,0,.58);
  background:linear-gradient(135deg,rgba(255,240,0,.14),rgba(236,63,152,.10));
}

.nr-sim-condition {
  display:inline-flex !important;
  margin-top:6px !important;
  padding:4px 8px;
  border-radius:999px;
  background:rgba(255,240,0,.18);
  color:#fff7a8 !important;
  font-size:11px !important;
  font-weight:950 !important;
}

.nr-sim-result {
  border-radius:24px;
  padding:26px;
  background:#fff;
  color:#111;
  position:relative;
  overflow:hidden;
  min-height:230px;
}

.nr-sim-result::after {
  content:none;
}

.nr-sim-kicker {
  display:inline-flex;
  padding:6px 12px;
  border-radius:999px;
  background:var(--yellow);
  color:#111;
  font-size:12px;
  font-weight:950;
}

.nr-sim-days {
  display:inline-flex;
  align-items:baseline;
  gap:4px;
  margin-top:12px;
  padding:8px 14px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--yellow),#fff7a8);
  color:#111;
  font-weight:950;
  box-shadow:0 8px 18px rgba(0,0,0,.12);
}

.nr-sim-days span {
  font-size:13px;
  letter-spacing:.03em;
}

.nr-sim-days strong {
  font-size:24px;
  line-height:1;
  letter-spacing:-.06em;
}

.nr-sim-title {
  margin:14px 0 6px;
  font-size:22px;
  line-height:1.25;
  font-weight:950;
}

.nr-sim-price {
  margin-top:10px;
  color:var(--pink);
  font-size:clamp(34px,5vw,56px);
  line-height:1;
  font-weight:950;
  letter-spacing:-.06em;
}

.nr-sim-price small {
  font-size:16px;
  color:#111;
  letter-spacing:0;
  margin-left:4px;
}

.nr-sim-sub {
  margin-top:10px;
  color:#4b5563;
  font-size:14px;
  font-weight:800;
}

.nr-sim-option-list {
  margin-top:12px;
  padding-top:12px;
  border-top:1px dashed #d6dce5;
  color:#374151;
  font-size:13px;
  line-height:1.7;
  font-weight:800;
}

.nr-sim-option-list ul {
  margin:6px 0 0;
  padding-left:1.2em;
}

.nr-sim-alert {
  margin-top:14px;
  padding:12px 14px;
  border-radius:14px;
  background:#f3f7fb;
  color:#374151;
  font-size:13px;
  font-weight:700;
  line-height:1.65;
}

/* 女性向け */
.nr-comfort {
  background:linear-gradient(135deg,rgba(236,63,152,.17),rgba(0,167,232,.12)),#111722;
}

.nr-comfort-grid {
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:24px;
  align-items:center;
}

.nr-comfort-copy {
  background:linear-gradient(135deg,rgba(236,63,152,.92),rgba(255,122,189,.78));
  border-radius:28px;
  padding:34px;
  box-shadow:var(--shadow);
  min-height:300px;
  position:relative;
  overflow:hidden;
}

.nr-comfort-copy::after {
  content:"POWDER ROOM";
  position:absolute;
  bottom:-12px;
  left:22px;
  font-size:64px;
  line-height:1;
  font-weight:950;
  color:rgba(255,255,255,.16);
  letter-spacing:-.05em;
}

.nr-comfort-copy h2 {
  margin:0;
  font-size:clamp(30px,4vw,50px);
  line-height:1.1;
  font-weight:950;
  color:#fff;
}

.nr-comfort-copy p {
  margin:16px 0 0;
  font-weight:800;
  color:#fff;
}

.nr-comfort-photo {
  border-radius:28px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.2);
  box-shadow:var(--shadow);
  background:#fff;
}

/* 動画で見る */
.nr-movie {
  background:radial-gradient(circle at 85% 10%,rgba(0,167,232,.2),transparent 26%),#070a10;
}

.nr-movie-grid {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:26px;
  align-items:center;
}

.nr-video-panel {
  border-radius:28px;
  min-height:310px;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:var(--shadow);
  position:relative;
  overflow:hidden;
  display:block;
  background:#141c28;
}

.nr-video-panel::after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(0,0,0,.08),rgba(0,0,0,.55));
  z-index:1;
}

.nr-youtube-thumb {
  width:100%;
  height:100%;
  min-height:310px;
  object-fit:cover;
  display:block;
  transform:scale(1.02);
  transition:transform .35s ease;
}

.nr-video-panel:hover .nr-youtube-thumb {
  transform:scale(1.07);
}

.nr-youtube-label {
  position:absolute;
  left:20px;
  bottom:18px;
  z-index:3;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(0,0,0,.68);
  color:#fff;
  font-size:13px;
  font-weight:950;
  letter-spacing:.04em;
  backdrop-filter:blur(8px);
}

.nr-play {
  z-index:3;
  position:absolute;
  inset:0;
  margin:auto;
  width:88px;
  height:88px;
  border-radius:50%;
  background:var(--pink);
  box-shadow:0 0 0 14px rgba(236,63,152,.20);
}

.nr-play::before {
  content:"";
  position:absolute;
  top:50%;
  left:55%;
  transform:translate(-50%,-50%);
  border-left:25px solid #fff;
  border-top:16px solid transparent;
  border-bottom:16px solid transparent;
}

/* 必要なもの */
.nr-info {
  background:#fff;
  color:#111;
  border-radius:26px;
  padding:30px;
  box-shadow:var(--shadow);
}

.nr-info h3 {
  margin:0 0 14px;
  font-size:27px;
  font-weight:950;
}

.nr-info ul {
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}

.nr-info li {
  display:flex;
  gap:10px;
  color:#374151;
  font-weight:800;
}

.nr-info li::before {
  content:"✓";
  color:var(--pink);
  font-weight:950;
}

/* CTA */
.nr-bottom-cta {
  text-align:center;
  background:linear-gradient(135deg,rgba(236,63,152,.22),rgba(0,167,232,.22)),#101723;
}

.nr-bottom-cta h2 {
  margin:0;
  font-size:clamp(31px,5vw,58px);
  line-height:1.15;
  color:#fff;
  font-weight:950;
  letter-spacing:-.05em;
}

.nr-bottom-cta p {
  max-width:740px;
  margin:16px auto 0;
  color:#cbd6e5;
  font-weight:800;
}

/* Scroll Fade-in */
.scroll-fade {
  opacity:0;
  transform:translateY(34px);
  filter:blur(4px);
  transition:opacity .85s ease, transform .85s ease, filter .85s ease;
  will-change:opacity, transform, filter;
}

.scroll-fade.is-visible {
  opacity:1;
  transform:translateY(0);
  filter:blur(0);
}

.scroll-fade.delay-1 {
  transition-delay:.08s;
}

.scroll-fade.delay-2 {
  transition-delay:.16s;
}

.scroll-fade.delay-3 {
  transition-delay:.24s;
}

@media (prefers-reduced-motion: reduce) {
  .scroll-fade {
    opacity:1;
    transform:none;
    filter:none;
    transition:none;
  }
}

/* Tablet */
@media (max-width:900px) {
  .nr-hero {
    min-height:auto;
  }

  .nr-hero-inner {
    padding:76px 0;
  }

  .nr-hero-specs,
  .nr-safety-grid,
  .nr-license-grid,
  .nr-price-simulator-body,
  .nr-comfort-grid,
  .nr-pack-grid,
  .nr-movie-grid {
    grid-template-columns:1fr;
  }

  .nr-license-headline {
    display:block;
  }

  .nr-mini-note {
    margin-top:16px;
  }

  .nr-section {
    padding:64px 18px;
  }
}

/* Mobile */
@media (max-width:560px) {
  .nr-ribbon {
    font-size:13px;
    padding:7px 14px;
  }

  .nr-title {
    font-size:46px;
  }

  .nr-hero-buttons {
    gap:10px;
  }

  .nr-btn {
    width:100%;
    border-radius:12px;
  }

  .nr-hero-specs {
    gap:10px;
  }

  .nr-hero-spec b {
    font-size:20px;
  }

  .nr-feature-photo {
    height:170px;
  }

  .nr-license-img {
    height:200px;
  }

  .nr-comfort-copy,
  .nr-info {
    padding:24px 20px;
  }
}

    /* =========================================
       二輪リニューアル本文CSS
       既存テンプレートに干渉しないよう .nirin-renewal 配下へ限定
    ========================================= */
    .nirin-renewal {
      --blue:#00a7e8;
      --pink:#ec3f98;
      --yellow:#fff000;
      --orange:#ff8b1f;
      --green:#0f6d65;
      --dark:#070a10;
      --dark2:#111722;
      --text:#eef6ff;
      --muted:#b7c1cf;
      --line:rgba(255,255,255,.16);
      --shadow:0 26px 70px rgba(0,0,0,.42);
      overflow:hidden;
      color:var(--text);
      background:
        radial-gradient(circle at 85% 4%, rgba(0,167,232,.22), transparent 25%),
        radial-gradient(circle at 15% 12%, rgba(236,63,152,.28), transparent 27%),
        linear-gradient(180deg,#080b12 0%, #111723 44%, #05070b 100%);
      line-height:1.7;
      font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    }

    .nirin-renewal *,
    .nirin-renewal *::before,
    .nirin-renewal *::after { box-sizing:border-box; }

    .nirin-renewal a { color:inherit; text-decoration:none; }
    .nirin-renewal img { max-width:100%; display:block; }

    .nr-dummy-image {
      width:100%;
      height:100%;
      min-height:120px;
      display:flex;
      align-items:center;
      justify-content:center;
      text-align:center;
      color:#333;
      font-weight:900;
      letter-spacing:.04em;
      line-height:1.45;
      position:relative;
      overflow:hidden;
      background:
        linear-gradient(135deg, #d9d9d9, #bdbdbd),
        repeating-linear-gradient(135deg, rgba(255,255,255,.34) 0 10px, transparent 10px 22px);
      border:1px solid #aaa;
    }

    .nr-dummy-image::before {
      content:"";
      position:absolute;
      inset:12px;
      border:2px dashed rgba(90,90,90,.55);
      border-radius:16px;
    }

    .nr-dummy-image::after {
      content:"DUMMY";
      position:absolute;
      right:16px;
      bottom:10px;
      font-size:40px;
      line-height:1;
      color:rgba(80,80,80,.14);
      font-weight:950;
      letter-spacing:.04em;
    }

    .nr-dummy-image span {
      position:relative;
      z-index:2;
      padding:18px;
      text-shadow:0 1px 0 rgba(255,255,255,.55);
    }

    .nr-dummy-image .size {
      display:block;
      margin-top:6px;
      font-size:13px;
      color:#666;
      font-weight:800;
      letter-spacing:.02em;
    }

    .nr-container {
      max-width:1180px;
      margin:0 auto;
      position:relative;
      z-index:2;
    }

    .nr-section {
      position:relative;
      padding:78px 20px;
    }

    .nr-hero {
      min-height:720px;
      padding:0 20px;
      display:flex;
      align-items:center;
      position:relative;
      isolation:isolate;
      overflow:hidden;
      background:#0d1420;
    }

    .nr-hero-video {
      position:absolute;
      inset:0;
      z-index:0;
      overflow:hidden;
      background:#9b9b9b;
    }

    .nr-hero-video iframe,
    .nr-hero-video video {
      position:absolute;
      top:50%;
      left:50%;
      width:177.78vh;
      min-width:100%;
      height:100vh;
      min-height:100%;
      transform:translate(-50%, -50%);
      border:0;
      pointer-events:none;
      display:block;
    }

    .nr-hero::before {
      content:"";
      position:absolute;
      inset:0;
      background:
        repeating-linear-gradient(120deg, transparent 0 24px, rgba(255,255,255,.045) 24px 26px),
        linear-gradient(90deg,rgba(5,7,11,.96) 0%, rgba(5,7,11,.76) 42%, rgba(5,7,11,.24) 100%),
        linear-gradient(180deg,transparent 68%,#080b12 100%);
      z-index:1;
      pointer-events:none;
    }

    .nr-hero-inner {
      position:relative;
      z-index:2;
      max-width:1180px;
      width:100%;
      margin:0 auto;
      padding:92px 0;
    }

    .nr-ribbon {
      display:inline-flex;
      transform:rotate(-2deg);
      background:linear-gradient(90deg,var(--pink),#ff7abb);
      color:#fff;
      font-weight:950;
      font-size:18px;
      letter-spacing:.03em;
      padding:9px 22px;
      border-radius:999px;
      box-shadow:0 14px 34px rgba(236,63,152,.34);
    }

    .nr-title {
      margin:26px 0 18px;
      font-size:clamp(52px,9vw,108px);
      line-height:.95;
      font-weight:950;
      letter-spacing:-.06em;
      color:#fff;
      text-shadow:0 10px 35px rgba(0,0,0,.55);
    }

    .nr-title .yellow {
      color:var(--yellow);
      display:inline-block;
      filter:drop-shadow(7px 7px 0 rgba(0,0,0,.38));
    }

    .nr-lead {
      max-width:690px;
      margin:0;
      color:#f7fbff;
      font-size:clamp(17px,2vw,22px);
      font-weight:800;
    }

    .nr-hero-buttons {
      display:flex;
      flex-wrap:wrap;
      gap:14px;
      margin-top:34px;
    }

    .nr-btn {
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:56px;
      padding:13px 26px;
      border-radius:10px;
      color:#fff;
      font-weight:950;
      letter-spacing:.04em;
      border:1px solid rgba(255,255,255,.22);
      box-shadow:0 14px 30px rgba(0,0,0,.3);
      position:relative;
      overflow:hidden;
    }

    .nr-btn::after {
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(120deg,transparent 0 38%,rgba(255,255,255,.25) 45%,transparent 53%);
      transform:translateX(-120%);
      transition:.35s;
    }

    .nr-btn:hover::after { transform:translateX(120%); }
    .nr-btn-pink { background:linear-gradient(135deg,var(--pink),#ff66ad); }
    .nr-btn-blue { background:linear-gradient(135deg,#008ee8,#33c7ff); }
    .nr-btn-orange { background:linear-gradient(135deg,var(--orange),#ffbd50); color:#1a1200; }

    .nr-hero-specs {
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
      max-width:780px;
      margin-top:42px;
    }

    .nr-hero-spec {
      background:rgba(0,0,0,.48);
      border:1px solid rgba(255,255,255,.18);
      backdrop-filter:blur(9px);
      border-radius:18px;
      padding:15px 16px;
    }

    .nr-hero-spec b {
      display:block;
      color:#fff;
      font-size:24px;
      line-height:1.15;
    }

    .nr-hero-spec span {
      display:block;
      margin-top:4px;
      color:#cbd6e5;
      font-size:13px;
      font-weight:700;
    }

    .nr-heading { margin-bottom:34px; }

    .nr-eyebrow {
      display:inline-flex;
      align-items:center;
      gap:10px;
      color:var(--yellow);
      font-size:13px;
      font-weight:950;
      letter-spacing:.18em;
    }

    .nr-eyebrow::before {
      content:"";
      width:38px;
      height:4px;
      background:var(--pink);
      border-radius:999px;
    }

    .nr-heading h2 {
      margin:10px 0 0;
      font-size:clamp(31px,4.7vw,56px);
      line-height:1.12;
      font-weight:950;
      letter-spacing:-.05em;
      color:#fff;
    }

    .nr-heading p {
      max-width:760px;
      margin:14px 0 0;
      color:var(--muted);
      font-weight:700;
    }

    .nr-safety {
      background:
        linear-gradient(180deg,rgba(255,255,255,.035),transparent),
        linear-gradient(110deg,rgba(0,167,232,.14),transparent 45%);
    }

    .nr-safety-grid {
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
    }

    .nr-feature-card {
      background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.045)),#151b26;
      border:1px solid var(--line);
      border-radius:24px;
      overflow:hidden;
      box-shadow:var(--shadow);
      position:relative;
    }

    .nr-feature-card::before {
      content:attr(data-num);
      position:absolute;
      top:10px;
      left:14px;
      z-index:2;
      font-size:42px;
      font-weight:950;
      color:#fff;
      text-shadow:0 4px 16px rgba(0,0,0,.45);
      transform:skewX(-10deg);
    }

    .nr-feature-card::after {
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:78px;
      height:78px;
      background:var(--accent);
      clip-path:polygon(0 0,100% 0,0 100%);
    }

    .nr-feature-photo { height:210px; overflow:hidden; background:#222; }
    .nr-feature-photo img { width:100%; height:100%; object-fit:cover; }

    .nr-feature-body { padding:22px 22px 24px; }
    .nr-feature-body h3 { margin:0 0 8px; color:#fff; font-size:25px; line-height:1.2; font-weight:950; }
    .nr-feature-body p { margin:0; color:#c8d2df; font-size:14px; font-weight:700; }

    .nr-tags { display:flex; flex-wrap:wrap; gap:8px; margin-top:18px; }
    .nr-tag { display:inline-flex; padding:5px 10px; border-radius:999px; background:rgba(255,255,255,.09); border:1px solid rgba(255,255,255,.13); font-size:12px; font-weight:900; color:#fff; }

    .nr-license {
      background:
        radial-gradient(circle at 10% 0%,rgba(236,63,152,.16),transparent 28%),
        #080b12;
    }

    .nr-license-headline { display:flex; align-items:flex-end; justify-content:space-between; gap:20px; margin-bottom:24px; }
    .nr-mini-note { display:inline-flex; background:#fff; color:#111; border:3px solid var(--yellow); border-radius:999px; padding:6px 14px; font-size:13px; font-weight:950; white-space:nowrap; transform:rotate(-1.5deg); }
    .nr-license-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
    .nr-license-card { background:#fff; color:#111; border-radius:22px; overflow:hidden; box-shadow:var(--shadow); border:3px solid var(--accent); position:relative; }
    .nr-license-img { height:230px; background:#fff; overflow:hidden; }
    .nr-license-img img { width:100%; height:100%; object-fit:cover; }
    .nr-license-body { padding:22px; position:relative; }

    .nr-shortest {
      position:absolute;
      top:-28px;
      right:18px;
      width:78px;
      height:78px;
      border-radius:50%;
      background:var(--yellow);
      color:#111;
      border:4px solid #fff;
      box-shadow:0 10px 22px rgba(0,0,0,.22);
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      line-height:1.05;
      transform:rotate(5deg);
      z-index:3;
    }

    .nr-shortest .label { font-size:11px; font-weight:950; letter-spacing:.02em; }
    .nr-shortest .days { margin-top:3px; font-size:27px; font-weight:950; letter-spacing:-.08em; }
    .nr-shortest .days small { font-size:13px; letter-spacing:0; margin-left:1px; }

    .nr-license-note { margin-top:20px; color:#cbd6e5; font-size:12px; font-weight:700; line-height:1.7; }
    .nr-cc { display:inline-flex; background:var(--accent); color:#fff; padding:6px 12px; border-radius:999px; font-size:13px; font-weight:950; line-height:1; }
    .nr-license-body h3 { margin:14px 0 6px; font-size:25px; line-height:1.15; font-weight:950; }
    .nr-license-body p { margin:0; color:#4c5563; font-weight:800; font-size:14px; }
    .nr-price { margin-top:17px; padding-top:16px; border-top:1px dashed #cfd6df; }
    .nr-price-label { font-size:12px; color:#4b5563; font-weight:950; }
    .nr-price strong { display:block; margin-top:2px; font-size:36px; line-height:1; color:var(--accent); font-weight:950; letter-spacing:-.05em; }
    .nr-price small { font-size:13px; color:#111; margin-left:3px; letter-spacing:0; }

    .nr-comfort { background:linear-gradient(135deg,rgba(236,63,152,.17),rgba(0,167,232,.12)),#111722; }
    .nr-comfort-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:24px; align-items:center; }
    .nr-comfort-copy { background:linear-gradient(135deg,rgba(236,63,152,.92),rgba(255,122,189,.78)); border-radius:28px; padding:34px; box-shadow:var(--shadow); min-height:300px; position:relative; overflow:hidden; }
    .nr-comfort-copy::after { content:"POWDER ROOM"; position:absolute; bottom:-12px; left:22px; font-size:64px; line-height:1; font-weight:950; color:rgba(255,255,255,.16); letter-spacing:-.05em; }
    .nr-comfort-copy h2 { margin:0; font-size:clamp(30px,4vw,50px); line-height:1.1; font-weight:950; color:#fff; }
    .nr-comfort-copy p { margin:16px 0 0; font-weight:800; color:#fff; }
    .nr-comfort-photo { border-radius:28px; overflow:hidden; border:1px solid rgba(255,255,255,.2); box-shadow:var(--shadow); background:#fff; }

    .nr-pack-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
    .nr-pack-card { min-height:285px; border-radius:24px; overflow:hidden; border:1px solid rgba(255,255,255,.18); background:#111; box-shadow:var(--shadow); display:flex; flex-direction:column; }
    .nr-pack-img { height:124px; background:#222; overflow:hidden; }
    .nr-pack-img img { width:100%; height:100%; object-fit:cover; }
    .nr-pack-body { padding:22px; flex:1; background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.04)); }
    .nr-pack-body h3 { margin:0 0 8px; font-size:24px; color:#fff; line-height:1.2; font-weight:950; }
    .nr-pack-price { display:inline-flex; background:var(--yellow); color:#111; border-radius:999px; padding:5px 12px; font-weight:950; margin-bottom:14px; }
    .nr-pack-body p { margin:0; color:#cbd6e5; font-size:14px; font-weight:700; }

    .nr-offer { margin-top:38px; border-radius:24px; overflow:hidden; border:1px solid rgba(255,255,255,.18); box-shadow:var(--shadow); background:#071b3b; position:relative; }

    .nr-movie { background:radial-gradient(circle at 85% 10%,rgba(0,167,232,.2),transparent 26%),#070a10; }
    .nr-movie-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:26px; align-items:center; }
    .nr-video-panel { border-radius:28px; min-height:310px; border:1px solid rgba(255,255,255,.18); box-shadow:var(--shadow); position:relative; overflow:hidden; display:block; background:#141c28; }
    .nr-video-panel::after { content:""; position:absolute; inset:0; background:linear-gradient(135deg,rgba(0,0,0,.08),rgba(0,0,0,.55)); z-index:1; }
    .nr-youtube-thumb { width:100%; height:100%; min-height:310px; object-fit:cover; display:block; transform:scale(1.02); transition:transform .35s ease; }
    .nr-video-panel:hover .nr-youtube-thumb { transform:scale(1.07); }
    .nr-youtube-label { position:absolute; left:20px; bottom:18px; z-index:3; display:inline-flex; align-items:center; gap:8px; padding:8px 14px; border-radius:999px; background:rgba(0,0,0,.68); color:#fff; font-size:13px; font-weight:950; letter-spacing:.04em; backdrop-filter:blur(8px); }
    .nr-play { z-index:3; position:absolute; inset:0; margin:auto; width:88px; height:88px; border-radius:50%; background:var(--pink); box-shadow:0 0 0 14px rgba(236,63,152,.20); }
    .nr-play::before { content:""; position:absolute; top:50%; left:55%; transform:translate(-50%,-50%); border-left:25px solid #fff; border-top:16px solid transparent; border-bottom:16px solid transparent; }

    .nr-info { background:#fff; color:#111; border-radius:26px; padding:30px; box-shadow:var(--shadow); }
    .nr-info h3 { margin:0 0 14px; font-size:27px; font-weight:950; }
    .nr-info ul { margin:0; padding:0; list-style:none; display:grid; gap:10px; }
    .nr-info li { display:flex; gap:10px; color:#374151; font-weight:800; }
    .nr-info li::before { content:"✓"; color:var(--pink); font-weight:950; }

    .nr-bottom-cta { text-align:center; background:linear-gradient(135deg,rgba(236,63,152,.22),rgba(0,167,232,.22)),#101723; }
    .nr-bottom-cta h2 { margin:0; font-size:clamp(31px,5vw,58px); line-height:1.15; color:#fff; font-weight:950; letter-spacing:-.05em; }
    .nr-bottom-cta p { max-width:740px; margin:16px auto 0; color:#cbd6e5; font-weight:800; }

    .scroll-fade {
      opacity:0;
      transform:translateY(34px);
      filter:blur(4px);
      transition:opacity .85s ease, transform .85s ease, filter .85s ease;
      will-change:opacity, transform, filter;
    }

    .scroll-fade.is-visible { opacity:1; transform:translateY(0); filter:blur(0); }
    .scroll-fade.delay-1 { transition-delay:.08s; }
    .scroll-fade.delay-2 { transition-delay:.16s; }
    .scroll-fade.delay-3 { transition-delay:.24s; }

    @media (prefers-reduced-motion: reduce) {
      .scroll-fade { opacity:1; transform:none; filter:none; transition:none; }
    }

    @media (max-width:900px) {
      .nr-hero { min-height:auto; }
      .nr-hero-inner { padding:76px 0; }
      .nr-hero-specs,
      .nr-safety-grid,
      .nr-license-grid,
      .nr-comfort-grid,
      .nr-pack-grid,
      .nr-movie-grid { grid-template-columns:1fr; }
      .nr-license-headline { display:block; }
      .nr-mini-note { margin-top:16px; }
      .nr-section { padding:64px 18px; }
    }

    @media (max-width:560px) {
      .nr-ribbon { font-size:13px; padding:7px 14px; }
      .nr-title { font-size:46px; }
      .nr-hero-buttons { gap:10px; }
      .nr-btn { width:100%; border-radius:12px; }
      .nr-hero-specs { gap:10px; }
      .nr-hero-spec b { font-size:20px; }
      .nr-feature-photo { height:170px; }
      .nr-license-img { height:200px; }
      .nr-comfort-copy,
      .nr-info { padding:24px 20px; }
      #footer_menu { grid-template-columns:1fr; }
    }

/* =========================
   免許ラインナップ画像
   余白＋スピード感背景
========================= */
.nr-license-img {
  height: 230px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      135deg,
      color-mix(in srgb, var(--accent) 34%, #ffffff) 0%,
      color-mix(in srgb, var(--accent) 22%, #ffffff) 46%,
      color-mix(in srgb, var(--accent) 38%, #ffffff) 100%
    );
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 6px 2px;
}

.nr-license-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      -62deg,
      rgba(255,255,255,0) 0 18px,
      rgba(255,255,255,.58) 18px 26px,
      rgba(255,255,255,0) 26px 52px
    );
  opacity: .9;
  pointer-events: none;
}

.nr-license-img::after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -25%;
  width: 180px;
  height: 180px;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--accent) 32%, transparent) 0%,
    transparent 72%
  );
  pointer-events: none;
}

.nr-license-img img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  padding: 0;
  filter: none;
}


/* =========================
   サポートパック
   2列・カード内左右分割
========================= */
.nr-pack-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
}

.nr-pack-card {
  min-height: 300px;
  border-radius: 24px !important;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  display: grid;
  grid-template-columns: 43% 57%;
  align-items: stretch;
  position: relative;
  box-shadow: 0 18px 40px rgba(0,0,0,.10);
}

.nr-pack-ribbon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 12px;
  margin: 0 0 12px;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .06em;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
  border: 1px solid rgba(255,255,255,.45);
}

.nr-ladies-ribbon {
  background: linear-gradient(135deg, #ec3f98, #ff77b8);
}

.nr-pack-ribbon-all {
  background: linear-gradient(135deg, #00a7e8, #56d7ff);
}

.nr-pack-img {
  height: 100%;
  min-height: 300px;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-right: 1px solid rgba(0,0,0,.08);
}

.nr-pack-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: 16px;
}

.nr-pack-body {
  padding: 26px 22px;
  flex: 1;
  background: #fff;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.nr-pack-body h3 {
  margin: 0 0 12px;
  color: #111827;
  text-align: left;
  font-size: clamp(22px, 2.1vw, 30px);
  line-height: 1.15;
}

.nr-pack-price {
  margin: 0 0 14px;
  justify-content: center;
  font-size: 16px;
  padding: 6px 13px;
}

.nr-pack-body p {
  color: #4b5563;
  text-align: left;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 800;
}

.nr-pack-voice-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 9px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ec3f98, #ff77b8);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .04em;
  box-shadow: 0 10px 22px rgba(236,63,152,.24);
}

.nr-pack-voice-btn::after {
  content: "▶";
  margin-left: 8px;
  font-size: 10px;
}

@media (max-width: 900px) {
  .nr-pack-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  .nr-pack-card {
    grid-template-columns: 1fr;
  }

  .nr-pack-img {
    min-height: 190px;
    height: 190px;
    border-right: none;
    border-bottom: 1px solid rgba(0,0,0,.08);
    padding: 12px 18px;
  }

  .nr-pack-img img {
    object-fit: contain;
    border-radius: 0;
  }

  .nr-pack-body {
    padding: 24px 24px 26px;
    text-align: center;
    align-items: center;
  }

  .nr-pack-body h3,
  .nr-pack-body p {
    text-align: center;
  }
}


/* =========================
   女性にうれしい快適空間
========================= */
.nr-comfort {
  background:
    linear-gradient(90deg, rgba(255,255,255,.48), rgba(255,255,255,.44)),
    url("https://www.yumura.co.jp/lesson/nirin_new/powder_bk.png") center center / cover no-repeat !important;
  background-position: center center !important;
  overflow: hidden;
}

.nr-comfort::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 8% 18%, rgba(255,232,244,.45), transparent 28%),
    radial-gradient(circle at 35% 78%, rgba(255,246,214,.28), transparent 30%);
  pointer-events: none;
}

.nr-comfort-grid {
  position: relative;
  z-index: 2;
  grid-template-columns: .82fr 1.18fr;
  gap: 36px;
  align-items: center;
}

.nr-comfort-copy {
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  min-height: auto !important;
  padding: 34px 10px 34px 0 !important;
  overflow: visible !important;
}

.nr-comfort-copy::after {
  content: none !important;
}

.nr-comfort-copy h2 {
  position: relative;
  display: inline-block;
  color: #cfa12a !important;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.25;
  padding: 18px 26px 20px;
  text-shadow:
    0 0 6px rgba(255,255,255,.98),
    0 0 14px rgba(255,255,255,.86),
    0 2px 10px rgba(255,255,255,.72);
}

.nr-comfort-copy h2::before {
  content: "";
  position: absolute;
  inset: -12px -24px;
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(
      ellipse at center,
      rgba(255,255,255,.92) 0%,
      rgba(255,255,255,.58) 38%,
      rgba(255,255,255,0) 72%
    );
  filter: blur(4px);
  pointer-events: none;
}

.nr-comfort-copy h2::after {
  content: "";
  display: block;
  width: 280px;
  max-width: 100%;
  height: 1px;
  margin: 24px 0 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(207,161,42,1),
    rgba(255,255,255,.95),
    rgba(207,161,42,1),
    transparent
  );
  box-shadow: 0 0 10px rgba(255,255,255,.9);
}

.nr-comfort-copy p {
  max-width: 460px;
  color: #d7b04b !important;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2;
  text-shadow:
    0 0 5px rgba(255,255,255,.92),
    0 0 10px rgba(255,255,255,.70),
    0 2px 8px rgba(255,255,255,.45);
}

.nr-comfort-photo {
  border-radius: 30px !important;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,.92) !important;
  box-shadow: 0 20px 48px rgba(90,60,30,.14) !important;
  background: #fff;
  min-height: 360px;
}

.nr-comfort-photo img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 900px) {
  .nr-comfort-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .nr-comfort-copy {
    padding: 24px 0 0 !important;
    text-align: center;
  }

  .nr-comfort-copy h2::after {
    margin: 18px auto 18px;
  }

  .nr-comfort-copy p {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .nr-comfort-photo,
  .nr-comfort-photo img {
    min-height: 260px;
  }
}


/* =========================
   卒業生特別価格バナー
========================= */
.nr-special-offers {
  margin: 34px 0 42px;
  padding: 30px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255,253,220,.96), rgba(255,248,185,.92));
  color: #111;
  box-shadow: none;
  border: 3px solid #fff;
  position: relative;
  overflow: hidden;
}

.nr-special-offers::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      -45deg,
      rgba(255,255,255,.36) 0 10px,
      rgba(255,255,255,0) 10px 24px
    );
  pointer-events: none;
}

.nr-special-offers-head,
.nr-special-offer-list {
  position: relative;
  z-index: 2;
}

.nr-special-offers-head {
  text-align: center;
  margin-bottom: 22px;
}

.nr-special-kicker {
  display: inline-flex;
  padding: 9px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00a7e8, #ec3f98);
  color: #fff;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: .08em;
}

.nr-special-offers-head h3 {
  margin: 12px 0 8px;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -.04em;
  color: #ec3f98;
  text-shadow: none;
}

.nr-special-offers-head p {
  margin: 0;
  color: #073044;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.8;
}

.nr-special-offer-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.nr-special-offer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: stretch;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(225,247,255,.96), rgba(204,241,255,.92));
  color: #111;
  box-shadow: 0 14px 30px rgba(0,0,0,.14);
  border: 1px solid rgba(255,255,255,.7);
  position: relative;
  overflow: hidden;
}

.nr-special-offer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,167,232,.08), rgba(255,255,255,0));
  pointer-events: none;
}

.nr-special-offer-copy,
.nr-special-offer-price {
  position: relative;
  z-index: 2;
}

.nr-special-offer-copy h4 {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -.04em;
  color: #006fa8;
  box-shadow: none;
  text-align: center;
}

.nr-special-offer-copy p {
  margin: 0;
  color: #374151;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.75;
}

.nr-special-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 12px 0 8px;
}

.nr-special-flow-from,
.nr-special-flow-to {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(0,167,232,.22);
  color: #006fa8;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.2;
  box-shadow: 0 6px 14px rgba(0,0,0,.06);
}

.nr-special-flow-arrow {
  font-size: 24px;
  font-weight: 950;
  color: #0096d1;
  line-height: 1;
}

.nr-special-flow-note {
  margin: 4px 0 10px !important;
  color: #374151;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.7;
  text-align: center;
}

.nr-special-offer-price {
  border-radius: 20px;
  background: #fff;
  padding: 18px 20px;
  text-align: center;
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
  border: 1px solid rgba(0,167,232,.16);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.nr-special-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 950;
  color: #111;
}

.nr-special-offer-price strong {
  display: block;
  color: #ec3f98;
  font-size: clamp(30px, 3.8vw, 46px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.05em;
}

.nr-special-yen {
  font-size: 22px;
  color: #111;
  letter-spacing: 0;
  margin-left: 6px;
  font-weight: 950;
}

.nr-special-offer-price small {
  display: inline;
  margin-top: 0;
  margin-left: 3px;
  font-size: 13px;
  color: #111;
  letter-spacing: 0;
  font-weight: 850;
  vertical-align: baseline;
}

.nr-special-offer-price em {
  display: inline-flex;
  margin-top: 0;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--yellow);
  color: #ec3f98;
  font-style: normal;
  font-size: 15px;
  font-weight: 950;
}

@media (max-width: 900px) {
  .nr-special-offers {
    padding: 24px 20px;
  }

  .nr-special-offer-list {
    grid-template-columns: 1fr;
  }

  .nr-special-flow {
    justify-content: center;
  }
}


/* =========================
   YouTube動画ブロック
========================= */
.nr-movie-feature {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 42px;
}

.nr-movie-feature-copy h2 {
  margin: 10px 0 0;
  font-size: clamp(31px, 4.5vw, 54px);
  line-height: 1.12;
  font-weight: 950;
  color: #fff;
}

.nr-movie-feature-copy p {
  max-width: 620px;
  margin: 16px 0 0;
  color: #b7c1cf;
  font-weight: 700;
}

.nr-movie-channel-feature {
  grid-template-columns: .82fr 1.18fr;
  margin-bottom: 38px;
}

.nr-youtube-main-box,
.nr-youtube-channel-box {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 28px 70px rgba(0,0,0,.45);
}

.nr-youtube-main-box {
  min-height: 360px;
  border-radius: 28px;
}

.nr-youtube-list-area {
  margin-top: 8px;
}

.nr-youtube-channel-box {
  min-height: 300px;
  border-radius: 22px;
}

.nr-youtube-main-box iframe,
.nr-youtube-channel-box iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 900px) {
  .nr-movie-feature,
  .nr-movie-channel-feature {
    grid-template-columns: 1fr;
  }

  .nr-youtube-main-box,
  .nr-youtube-channel-box {
    min-height: auto;
  }
}


/* =========================
   料金シミュレート注意事項
========================= */
.nr-sim-notes {
  margin: 18px 30px 30px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  color: #374151;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.75;
  border: 1px solid rgba(0,0,0,.08);
}

.nr-sim-notes p {
  margin: 0;
}

.nr-sim-notes p + p {
  margin-top: 4px;
}

@media (max-width: 900px) {
  .nr-sim-notes {
    margin: 16px 20px 24px;
  }
}


/* =========================
   通年教習バッジ
========================= */
.nr-mini-note {
  background: var(--yellow) !important;
  color: #111 !important;
  border: 3px solid #fff !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
}

@media (max-width: 780px) {
  .nr-pack-card-anshin .nr-pack-img,
  .nr-pack-card-ladies .nr-pack-img {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 25px 25px 0;
    box-sizing: border-box !important;
  }

  .nr-pack-card-anshin .nr-pack-img img,
  .nr-pack-card-ladies .nr-pack-img img {
    display: block !important;
    width: 100% !important;
    max-width: 80% !important;
    height: auto !important;
    margin: 0 auto !important;
    transform: none !important;
    object-fit: contain !important;
    object-position: center center !important;
  }
}
.nirin-renewal {
  font-size: 17px;
  line-height: 1.8;
}
/* 免許ラインナップ下の注意書きを大きく */
.nirin-renewal .nr-license-note {
  font-size: 16px !important;
  line-height: 1.8 !important;
  font-weight: 600;
}

@media (max-width: 767px) {
  .nirin-renewal .nr-license-note {
    font-size: 15.5px !important;
    line-height: 1.75 !important;
  }
}
/* =========================================
   ヒーロー下3つのボタン：ホバー色変更
========================================= */

.nirin-renewal .nr-hero-specs a.nr-hero-spec {
  transition:
    background .25s ease,
    color .25s ease,
    transform .22s ease,
    box-shadow .22s ease;
}

/* 1つ目：免許をお考えの方 */
.nirin-renewal .nr-hero-specs a.nr-hero-spec:nth-child(1):hover {
  background: linear-gradient(135deg, #00a7e8, #37c7ff);
  color: #fff;
  box-shadow: 0 14px 28px rgba(0, 167, 232, .28);
}

/* 2つ目：リターンライダー */
.nirin-renewal .nr-hero-specs a.nr-hero-spec:nth-child(2):hover {
  background: linear-gradient(135deg, #ff8b1f, #ffb347);
  color: #fff;
  box-shadow: 0 14px 28px rgba(255, 139, 31, .28);
}

/* 3つ目：女性も安心 */
.nirin-renewal .nr-hero-specs a.nr-hero-spec:nth-child(3):hover {
  background: linear-gradient(135deg, #ec3f98, #ff7fbd);
  color: #fff;
  box-shadow: 0 14px 28px rgba(236, 63, 152, .28);
}

.nirin-renewal .nr-hero-specs a.nr-hero-spec:hover b,
.nirin-renewal .nr-hero-specs a.nr-hero-spec:hover span {
  color: #fff;
}

/* =========================================================
   レディースパック利用者の声
   全幅・自動スライド・無限ループ
========================================================= */

.nr-ladies-voice {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 46px;
  padding: 46px 0 42px;
  background:
    radial-gradient(circle at top left, rgba(236, 63, 152, .14), transparent 34%),
    radial-gradient(circle at bottom right, rgba(0, 167, 232, .12), transparent 36%),
    #fff;
  border-top: 1px solid rgba(236,63,152,.14);
  border-bottom: 1px solid rgba(236,63,152,.14);
  text-align: center;
  overflow: hidden;
}

.nr-ladies-voice-head {
  width: min(900px, calc(100% - 32px));
  margin: 0 auto 28px;
}

.nr-ladies-voice-head h3 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.25;
  letter-spacing: .04em;
  color: #ec3f98;
}

.nr-ladies-voice-head p {
  margin: 0;
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.8;
  color: #555;
}


/* =========================================================
   スライダー本体
========================================================= */

.nr-ladies-slider {
  width: 100vw;
  overflow: hidden;
  position: relative;
}

.nr-ladies-slider::before,
.nr-ladies-slider::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  width: 9vw;
  height: 100%;
  pointer-events: none;
}

.nr-ladies-slider::before {
  left: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0) 100%);
}

.nr-ladies-slider::after {
  right: 0;
  background: linear-gradient(270deg, #fff 0%, rgba(255,255,255,0) 100%);
}

.nr-ladies-slider-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: nrLadiesLoop 58s linear infinite;
  will-change: transform;
}

.nr-ladies-slider:hover .nr-ladies-slider-track {
  animation-play-state: paused;
}

@keyframes nrLadiesLoop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-50% - 9px));
  }
}


/* =========================================================
   サムネイルカード
========================================================= */

.nr-ladies-thumb-card {
  flex: 0 0 clamp(260px, 28vw, 360px);
  display: block;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  color: inherit;
  text-decoration: none !important;
  box-shadow: 0 14px 32px rgba(0,0,0,.12);
  border: 1px solid rgba(0,0,0,.06);
  transition: transform .22s ease, box-shadow .22s ease;
}

.nr-ladies-thumb-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(236,63,152,.18);
}

.nr-ladies-thumb-img {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #111;
  overflow: hidden;
}

.nr-ladies-thumb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .25s ease;
}

.nr-ladies-thumb-card:hover .nr-ladies-thumb-img img {
  transform: scale(1.04);
}

.nr-ladies-thumb-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54px;
  height: 54px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: rgba(236,63,152,.92);
  box-shadow: 0 10px 24px rgba(0,0,0,.28);
}

.nr-ladies-thumb-play::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 16px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #fff;
}

.nr-ladies-thumb-body {
  padding: 15px 16px 17px;
  text-align: left;
}

.nr-ladies-thumb-body span {
  display: inline-flex;
  margin-bottom: 6px;
  color: #ec3f98;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.nr-ladies-thumb-body h4 {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  color: #222;
}


/* =========================================================
   再生リストボタン
========================================================= */

.nr-ladies-voice-link-wrap {
  width: min(900px, calc(100% - 32px));
  margin: 28px auto 0;
}

.nr-ladies-voice-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ec3f98, #00a7e8);
  color: #fff !important;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(236,63,152,.24);
  transition: transform .22s ease, box-shadow .22s ease, opacity .22s ease;
}

.nr-ladies-voice-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0,167,232,.28);
  opacity: .92;
}


/* =========================================================
   モバイル調整
========================================================= */

@media (max-width: 767px) {
  .nr-ladies-voice {
    margin-top: 34px;
    padding: 36px 0 34px;
  }

  .nr-ladies-voice-head {
    width: min(100% - 28px, 900px);
    margin-bottom: 22px;
  }

  .nr-ladies-slider::before,
  .nr-ladies-slider::after {
    width: 7vw;
  }

  .nr-ladies-slider-track {
    gap: 14px;
    animation-duration: 46s;
  }

  .nr-ladies-thumb-card {
    flex-basis: 78vw;
    border-radius: 20px;
  }

  .nr-ladies-thumb-body {
    padding: 15px 16px 17px;
  }

  .nr-ladies-voice-link {
    width: 100%;
    padding: 13px 18px;
    font-size: 15px;
  }
}