    .renewal-page {
      --main: #c7003a;
      --main-dark: #8f002b;
      --text: #333333;
      --sub: #666666;
      --line: #e4ddd8;
      --bg: #fbf8f5;
      --bg2: #f3eee9;
      --white: #ffffff;
    }

    .renewal-page,
    .renewal-page *,
    .renewal-page *::before,
    .renewal-page *::after {
      box-sizing: border-box;
    }

    body:has(#renewal-home-content) {
      margin: 0;
      padding-top: 0;
      background: #fff;
    }

    body:has(#renewal-home-content) header.header {
      background: rgba(255, 255, 255, .58) !important;
      -webkit-backdrop-filter: blur(12px);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(0, 0, 0, .08) !important;
    }

    body:has(#renewal-home-content) header.header nav a,
    body:has(#renewal-home-content) header.header .menu-toggle {
      color: #222;
    }

    body:has(#renewal-home-content) header.header button.menu-toggle {
      padding: 0;
      border: 0;
      background: transparent;
      line-height: 1;
    }

    .renewal-page a {
      color: inherit;
      text-decoration: none;
    }

    .renewal-page {
      overflow: hidden;
      background: var(--bg);
      color: var(--text);
      font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Helvetica Neue",
        "Yu Gothic",
        "YuGothic",
        "Hiragino Kaku Gothic ProN",
        Meiryo,
        sans-serif !important;
      line-height: 1.9;
      text-align: left;
    }

    .renewal-hero {
      position: relative;
      isolation: isolate;
      overflow: hidden;
      background: #665d58;
      padding-top: 90px;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }

    .renewal-hero-background {
      position: absolute;
      inset: 0;
      z-index: -2;
    }

    .renewal-hero-background img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    .renewal-hero::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background: linear-gradient(90deg, rgba(26, 20, 18, .7) 0%, rgba(26, 20, 18, .56) 48%, rgba(26, 20, 18, .2) 100%);
      pointer-events: none;
    }

    .renewal-hero-inner {
      display: block;
      width: calc(100% - 30px);
      max-width: 1170px;
      min-height: 560px;
      margin: 0 auto;
    }

    .renewal-hero-text {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: min(650px, 100%);
      min-height: 560px;
      padding: 76px 44px 76px 0;
      color: #fff;
      font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif !important;
    }

    .renewal-eyebrow {
      margin: 0 0 14px;
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: .15em;
      text-transform: uppercase;
    }

    .renewal-hero h1 {
      margin: 0 0 28px;
      padding: 0;
      background: none;
      font-size: 44px;
      font-weight: 500;
      line-height: 1.55;
      letter-spacing: .08em;
      color: #fff;
      font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif !important;
    }

    .renewal-hero .renewal-copy {
      margin: 0 0 28px;
      color: #fff;
      font-size: 22px;
      font-weight: 600;
      letter-spacing: .08em;
    }

    .renewal-lead {
      max-width: 560px;
      margin: 0;
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      line-height: 2.1;
    }

    .renewal-section {
      width: calc(100% - 30px);
      max-width: 1200px;
      margin: 0 auto;
      padding: 80px 0;
    }

    .renewal-section-heading {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 30px;
      margin-bottom: 34px;
      padding-bottom: 22px;
      border-bottom: 1px solid var(--line);
    }

    .renewal-section-heading h2 {
      margin: 0;
      font-size: 28px;
      font-weight: 500;
      letter-spacing: .08em;
    }

    .renewal-section-heading p {
      max-width: 560px;
      margin: 0;
      color: var(--sub);
      font-size: 14px;
    }

    .renewal-three-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .renewal-pillar-card {
      background: var(--white);
      border: 1px solid var(--line);
    }

    .renewal-pillar-visual {
      height: 160px;
      overflow: hidden;
      background: #eaded6;
      border-bottom: 1px solid var(--line);
    }

    .renewal-pillar-visual a,
    .renewal-pillar-visual img {
      display: block;
      width: 100%;
      height: 100%;
    }

    .renewal-pillar-visual img {
      object-fit: cover;
    }

    .renewal-pillar-body {
      padding: 26px 28px 30px;
    }

    .renewal-num {
      display: block;
      margin-bottom: 8px;
      color: var(--main);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: .12em;
    }

    .renewal-pillar-body h3 {
      margin: 0 0 14px;
      font-size: 22px;
      font-weight: 500;
      letter-spacing: .08em;
    }

    .renewal-pillar-body p {
      margin: 0 0 18px;
      color: #666;
      font-size: 14px;
      line-height: 1.8;
    }

    .renewal-text-link {
      color: var(--main);
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .06em;
    }

    .renewal-text-link::after {
      content: "  ›";
      font-size: 18px;
      line-height: 1;
    }

    @media screen and (max-width: 900px) {
      .renewal-hero {
        background: #665d58;
      }

      .renewal-hero-inner {
        min-height: auto;
      }

      .renewal-hero-text {
        min-height: 520px;
      }

      .renewal-hero h1 {
        font-size: 31px;
      }

      .renewal-three-grid {
        grid-template-columns: 1fr;
      }

      .renewal-section-heading {
        display: block;
      }

      .renewal-section-heading h2 {
        margin-bottom: 14px;
      }
    }

    @media screen and (max-width: 600px) {
      .renewal-hero-inner,
      .renewal-section {
        width: calc(100% - 30px);
      }

      .renewal-hero-text {
        min-height: 480px;
        padding: 48px 0 38px;
      }

      .renewal-hero h1 {
        font-size: 26px;
      }

      .renewal-hero .renewal-copy {
        font-size: 18px;
      }

      .renewal-lead {
        font-size: 14px;
      }

      .renewal-section {
        padding: 56px 0;
      }

      .renewal-section-heading h2 {
        font-size: 24px;
      }

      .renewal-pillar-body {
        padding-left: 22px;
        padding-right: 22px;
      }
    }

    /* 現行コンテンツ：構造は変えず、背景色と余白のみ調整 */
    .current-top-content .news-section {
      padding-top: 72px;
      padding-bottom: 72px;
      background: #fff;
    }

    .current-top-content .news-container {
      display: flex;
      gap: 52px;
      margin-right: 0;
      margin-left: 0;
    }

    .current-top-content .news-container > [class*="col-"] {
      flex: 1 1 0;
      width: auto;
      padding: 0;
    }

    .current-top-content .news-container h2 {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      margin: 0 0 12px;
      padding: 0 0 16px;
      border-bottom: 1px solid #d9d0ca;
      font-size: 24px;
      font-weight: 500;
      letter-spacing: .06em;
    }

    .current-top-content .news-container h2 a {
      flex: none;
      color: #8f002b;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: .04em;
    }

    .current-top-content .news-item {
      display: flex;
      align-items: flex-start;
      gap: 18px;
      padding: 18px 0;
      border-bottom: 1px solid #ece6e2;
    }

    .current-top-content .news-item > img {
      flex: 0 0 96px;
      width: 96px;
      height: 96px;
      object-fit: cover;
    }

    .current-top-content .news-content {
      flex: 1 1 auto;
      min-width: 0;
    }

    .current-top-content .news-content p {
      margin: 0;
      line-height: 1.7;
    }

    .current-top-content .news-content .news-date {
      margin-bottom: 5px;
      color: #8f002b;
      font-size: 12px;
    }

    .current-top-content .top-column {
      position: relative;
      width: auto;
      max-width: 1200px;
      margin: 0 auto;
      padding-top: 76px;
      padding-bottom: 76px;
      background: #f3eee9;
      box-shadow: 0 0 0 100vmax #f3eee9;
      clip-path: inset(0 -100vmax);
    }

    .current-top-content .top-column__head,
    .current-top-content .top-column__grid {
      box-sizing: border-box;
      width: 100%;
      margin-right: auto;
      margin-left: auto;
    }

    .current-top-content .business {
      margin-top: 0;
      margin-bottom: 0;
      background: #fff;
    }

    .current-top-content .shop {
      margin-top: 0;
      margin-bottom: 0;
      background: #f3eee9;
      box-shadow: 0 0 0 100vmax #f3eee9;
      clip-path: inset(0 -100vmax);
    }

    .current-top-content .related-sites {
      max-width: 960px;
      margin: 58px auto 0;
      padding-top: 34px;
      border-top: 1px solid #d9d0ca;
    }

    .current-top-content .related-sites__title {
      margin: 0 0 18px;
      color: #4a4542;
      font-size: 18px;
      font-weight: 500;
      letter-spacing: .08em;
      text-align: center;
    }

    .current-top-content .related-sites__list {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
    }

    .current-top-content .related-sites__item {
      min-width: 0;
    }

    .current-top-content .related-sites__item a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      min-height: 84px;
      padding: 17px 18px;
      border: 1px solid #d7cec8;
      background: rgba(255, 255, 255, .72);
      color: #333;
      transition: border-color .2s ease, background-color .2s ease;
    }

    .current-top-content .related-sites__item a:hover,
    .current-top-content .related-sites__item a:focus {
      border-color: #8f002b;
      background: #fff;
    }

    .current-top-content .related-sites__text {
      min-width: 0;
    }

    .current-top-content .related-sites__label,
    .current-top-content .related-sites__name {
      display: block;
      margin: 0;
    }

    .current-top-content .related-sites__label {
      margin-bottom: 4px;
      color: #8f002b;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: .08em;
    }

    .current-top-content .related-sites__name {
      font-size: 13px;
      font-weight: 500;
      line-height: 1.5;
    }

    .current-top-content .related-sites__icon {
      flex: 0 0 auto;
      color: #8f002b;
      font-size: 12px;
    }

    @media screen and (max-width: 767px) {
      .current-top-content .news-section {
        padding: 52px 22px;
      }

      .current-top-content .news-container {
        display: block;
      }

      .current-top-content .news-container > [class*="col-"] + [class*="col-"] {
        margin-top: 52px;
      }

      .current-top-content .news-container h2 {
        font-size: 21px;
      }

      .current-top-content .news-item > img {
        flex-basis: 84px;
        width: 84px;
        height: 84px;
      }

      .current-top-content .related-sites {
        margin-top: 42px;
        padding-top: 28px;
      }

      .current-top-content .related-sites__title {
        margin-bottom: 15px;
        font-size: 16px;
      }

      .current-top-content .related-sites__list {
        grid-template-columns: 1fr;
        gap: 10px;
      }

      .current-top-content .related-sites__item a {
        min-height: 68px;
        padding: 13px 16px;
      }
    }
