    :root {
      --dp-navy: #263f73;
      --dp-navy-soft: #4b6191;
      --dp-line: #d7dbe5;
      --dp-text: #111;
      --dp-bg: #fff;
      --dp-section-gap: 120px;
      --dp-container: min(1120px, 92vw);
      --dp-gutter: max(4vw, calc((100vw - min(1120px, 92vw)) / 2));
      --dp-header-h: 100px;
    }

    * {
      box-sizing: border-box;
    }

    html,
    body {
      margin: 0;
      padding: 0;
      overflow-x: hidden;
      background: transparent;
      color: var(--dp-text);
      font-family: "Noto Sans JP", sans-serif;
      line-height: 2;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    .dp-hero-video {
      position: absolute;
      inset: 0;
      overflow: hidden;
      z-index: 0;
      background: #000;
    }

    .dp-hero-video #okplayer-mask {
      position: absolute;
      inset: 0;
      overflow: hidden;
      z-index: 0;
      background-image: url("data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==");
    }

    .dp-hero-video #okplayer {
      position: absolute;
      left: 50%;
      top: 50%;
      overflow: hidden;
      z-index: 0;
      display: block;
      width: 100%;
      height: 100%;
      min-width: 0;
      min-height: 0;
      transform: translate(-50%, -50%);
      transform-origin: center center;
      visibility: visible;
      background-color: #000;
      border: 0;
      pointer-events: none;
    }

    main {
      position: relative;
      z-index: 2;
      padding-top: 0;
    }

    .dp-container {
      width: var(--dp-container);
      max-width: 1120px;
      margin: 0 auto;
    }

    .dp-section {
      position: relative;
      background: #fff;
      padding: 100px 0;
    }

    .dp-hgroup {
      margin-bottom: 40px;
    }

    .dp-subtitle {
      margin: 0;
      color: #000;
      font-size: 14px;
      letter-spacing: 0.1em;
      font-weight: 400;
      text-transform: uppercase;
      display: inline-flex;
      align-items: center;
      gap: 12px;
    }

    .dp-subtitle::before {
      content: "";
      width: 40px;
      height: 1px;
      background: #3a76d2;
      display: inline-block;
    }

    .dp-title {
      margin: 12px 0 0;
      color: #000;
      font-size: clamp(20px, 2.6vw, 30px);
      font-family: "Noto Serif JP", serif;
      font-weight: 500;
    }

    .dp-br-sp {
      display: none;
    }

    .dp-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 48%;
      margin-top: 40px;
      min-height: 48px;
      min-width: 340px;
      padding: 12px 28px;
      font-size: 16px;
      letter-spacing: 0.1em;
      font-weight: 400;
      white-space: nowrap;
      text-align: center;
      color: var(--dp-navy);
      border: 0;
      border-radius: 0;
      background: #fff;
      transition: color 0.35s ease, background-color 0.35s ease;
    }

    .dp-button::before {
      content: "";
      display: block;
      flex: 0 0 auto;
      order: 1;
      margin-left: 16px;
      width: 44px;
      height: 1px;
      background: currentColor;
      transform: none;
      transition: none;
    }

    .dp-button::after {
      content: "";
      display: block;
      flex: 0 0 auto;
      order: 2;
      margin-left: -9px;
      position: relative;
      top: 6px;
      width: 9px;
      height: 1px;
      background: currentColor;
      transform: translateY(-6px) rotate(45deg);
      transform-origin: right center;
      transition: none;
    }

    .dp-button:hover {
      color: #fff;
      background: var(--dp-navy);
    }

    .dp-button:focus-visible {
      outline: 2px solid rgba(38, 63, 115, 0.4);
      outline-offset: 3px;
    }

    .dp-header {
      --dp-toggle-line: #fff;
      --dp-toggle-ring: rgba(255, 255, 255, 0);
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: var(--dp-header-h);
      z-index: 1000;
      background: #0d182e;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 28px;
      transition: background-color 0.6s ease;
    }

    /* Legacy rule `.home header { background-color: transparent; }` override */
    body.home header.dp-header {
      background-color: #0d182e;
      height: var(--dp-header-h);
    }

    .dp-header h1 {
      margin: 0;
      width: min(260px, 48vw);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }

    .dp-header-actions {
      margin-left: auto;
      display: flex;
      align-items: center;
      gap: 10px;
      position: relative;
      z-index: 1002;
    }

    .dp-header-lang {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .dp-header-lang a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 34px;
      padding: 0 10px;
      color: #fff;
      font-size: 11px;
      letter-spacing: 0.08em;
      border: 1px solid rgba(255, 255, 255, 0.56);
      border-radius: 999px;
      background: rgba(13, 24, 46, 0.28);
      white-space: nowrap;
      transition: background-color 0.35s ease, border-color 0.35s ease, color 0.35s ease;
    }

    .dp-header-lang a:hover {
      background: rgba(255, 255, 255, 0.2);
      border-color: rgba(255, 255, 255, 0.75);
    }

    .dp-header-lang a.is-current {
      background: #fff;
      color: #0f1f3e;
      border-color: #fff;
      font-weight: 600;
    }

    .dp-header.is-light h1 {
      opacity: 1;
      transform: none;
      pointer-events: auto;
    }

    .dp-toggle {
      appearance: none;
      border: 0;
      background: transparent;
      width: 54px;
      height: 54px;
      padding: 0;
      border-radius: 0;
      display: grid;
      place-items: center;
      cursor: pointer;
      transition: border-color 0.55s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.55s cubic-bezier(0.22, 1, 0.36, 1);
      z-index: 1002;
    }

    .dp-toggle .lines {
      width: 25px;
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    .dp-toggle .lines span {
      width: 100%;
      height: 2px;
      background: var(--dp-toggle-line);
      display: block;
      transform-origin: center;
      transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease, background-color 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .dp-header.is-light .dp-toggle {
      --dp-toggle-line: #fff;
      --dp-toggle-ring: #fff;
    }

    .dp-header.is-light .dp-toggle .lines span {
      background: var(--dp-toggle-line);
    }

    .dp-header.menu-open .dp-toggle {
      --dp-toggle-line: #fff;
    }

    .dp-header.menu-open .dp-toggle .lines span {
      background: var(--dp-toggle-line);
    }

    .dp-header.menu-open .dp-toggle .lines span:nth-child(1) {
      transform: translateY(8px) rotate(45deg);
    }

    .dp-header.menu-open .dp-toggle .lines span:nth-child(2) {
      opacity: 0;
    }

    .dp-header.menu-open .dp-toggle .lines span:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg);
    }

    .dp-gmenu {
      position: fixed;
      top: 0;
      right: 0;
      height: 100vh;
      width: min(34vw, 460px);
      background: rgba(13, 24, 46, 0.95);
      transform: translateX(108%);
      opacity: 0;
      visibility: hidden;
      transition: transform 1s ease, opacity 1s ease, visibility 1s ease;
      z-index: 999;
      padding: 132px 38px 40px;
    }

    .dp-header.menu-open + .dp-gmenu {
      transform: translateX(0);
      opacity: 1;
      visibility: visible;
    }

    body.dp-menu-open {
      overflow: hidden;
    }

    .dp-gmenu ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .dp-gmenu .dp-nav {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px 20px;
    }

    .dp-gmenu .dp-nav a {
      color: #fff;
      font-size: 13px;
      font-weight: 400;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .dp-gmenu .dp-nav a.is-current,
    .dp-gmenu .dp-nav-secondary a.is-current {
      text-decoration: underline;
      text-decoration-thickness: 1px;
      text-underline-offset: 5px;
    }

    .dp-gmenu .dp-nav-secondary {
      margin-top: 20px;
      padding-top: 18px;
      border-top: 1px solid rgba(255, 255, 255, 0.22);
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 8px 0;
    }

    .dp-gmenu .dp-nav-secondary li + li {
      margin-left: 16px;
      padding-left: 16px;
      border-left: 1px solid rgba(255, 255, 255, 0.35);
    }

    .dp-gmenu .dp-nav-secondary a {
      color: rgba(255, 255, 255, 0.9);
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.08em;
      white-space: nowrap;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .dp-gmenu .dp-lang {
      margin-top: 36px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px 12px;
    }

    .dp-gmenu .dp-lang a {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 40px;
      padding: 0 10px;
      color: #fff;
      font-size: 13px;
      letter-spacing: 0.1em;
      border: 1px solid rgba(255, 255, 255, 0.42);
      background: rgba(255, 255, 255, 0.08);
      border-radius: 999px;
      transition: background-color 0.35s ease, border-color 0.35s ease, color 0.35s ease;
    }

    .dp-gmenu .dp-lang a:hover {
      background: rgba(255, 255, 255, 0.2);
      border-color: rgba(255, 255, 255, 0.7);
    }

    .dp-gmenu .dp-lang a.is-current {
      background: #fff;
      color: #0f1f3e;
      border-color: #fff;
      font-weight: 600;
    }

    .dp-gmenu-contact-link {
      margin-top: 16px;
      display: block;
      width: 100%;
      padding: 12px 14px;
      color: #fff;
      font-size: 14px;
      letter-spacing: 0.08em;
      text-align: center;
      text-decoration: none;
      border: 1px solid rgba(255, 255, 255, 0.35);
      background: rgba(255, 255, 255, 0.08);
      transition: background-color 0.35s ease, border-color 0.35s ease;
    }

    .dp-gmenu-contact-link:hover,
    .dp-gmenu-contact-link:focus-visible {
      background: rgba(255, 255, 255, 0.2);
      border-color: rgba(255, 255, 255, 0.7);
    }

    .dp-gmenu .dp-gmenu-social {
      --dp-social-height: 46px;
      margin-top: 50px;
      justify-content: center;
      align-items: center;
      width: 100%;
    }

    .dp-gmenu .dp-gmenu-social .dp-footer-sns {
      justify-content: center;
    }

    .dp-side-menu {
      display: none;
    }

    @media (max-width: 991px) {
      .dp-side-menu,
      body.dp-side-visible .dp-side-menu {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
      }
    }

    @media (min-width: 992px) {
      .dp-gmenu .dp-lang {
        display: none;
      }

      .dp-toggle {
        display: grid;
        position: relative;
        top: auto;
        right: auto;
        z-index: 1002;
      }

      .dp-side-menu {
        position: fixed;
        left: -20px;
        top: 50%;
        z-index: 998;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        transform: translateY(-50%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.65s ease, visibility 0.65s ease;
      }

      body.dp-side-visible .dp-side-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(-50%);
      }

      .dp-side-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
      }

      .dp-side-menu .dp-nav {
        display: flex;
        flex-direction: column;
        gap: 10px;
      }

      .dp-side-menu .dp-nav a {
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        position: relative;
        padding-left: 60px;
        text-shadow: 0 1px 2px rgba(8, 18, 36, 0.22);
      }

      .dp-side-menu .dp-nav a::before {
        content: "";
        position: absolute;
        left: 50px;
        top: 50%;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #3a76d2;
        opacity: 0;
        transform: translateY(-50%) scale(0.7);
        transition: opacity 0.25s ease, transform 0.25s ease;
      }

      .dp-side-menu .dp-nav a.is-current::before {
        opacity: 1;
        transform: translateY(-50%) scale(1);
      }

      .dp-side-menu .dp-nav-secondary {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
      }

      .dp-side-menu .dp-nav-secondary li + li {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
      }

      .dp-side-menu .dp-nav-secondary a {
        color: rgba(255, 255, 255, 0.9);
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0.08em;
        white-space: nowrap;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        position: relative;
        padding-left: 74px;
      }

      .dp-side-menu .dp-nav-secondary a::before {
        content: "";
        position: absolute;
        left: 50px;
        top: 50%;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #3a76d2;
        opacity: 0;
        transform: translateY(-50%) scale(0.7);
        transition: opacity 0.25s ease, transform 0.25s ease;
      }

      .dp-side-menu .dp-nav-secondary a.is-current::before {
        opacity: 1;
        transform: translateY(-50%) scale(1);
      }

      .dp-side-menu .dp-nav-secondary {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
      }

      .dp-gmenu .dp-nav-secondary {
        justify-content: flex-start;
      }
    }

    .dp-hero {
      position: relative;
      top: auto;
      left: auto;
      width: 100%;
      height: calc(100vh - var(--dp-header-h));
      width: 100%;
      margin-top: var(--dp-header-h);
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: 0;
      margin-bottom: 0;
      overflow: hidden;
      z-index: 0;
    }

    .dp-hero-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.18);
      z-index: 1;
      pointer-events: none;
    }

    .dp-hero-copy {
      position: relative;
      z-index: 2;
      margin: 0 30px 0 0;
      padding-bottom: 0;
      color: #fff;
      text-align: left;
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
      opacity: 1;
      transform: translate3d(0, 0, 0);
      transition: opacity 0.8s ease, transform 0.8s ease;
    }

    .dp-hero-copy * {
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
    }

    .dp-hero-copy.is-hidden {
      opacity: 0;
      transform: translate3d(0, -12px, 0);
      pointer-events: none;
    }

    .dp-hero-title {
      margin: 0;
      font-family: "Noto Serif JP", serif;
      font-size: clamp(30px, 4.1vw, 46px);
      font-weight: 500;
      letter-spacing: 0.1em;
      white-space: nowrap;
    }

    .dp-hero-title-sub {
      display: block;
      margin-top: 0.3em;
      font-size: 22px;
      line-height: 1.7;
    }

    .dp-hero-sub {
      margin: 6px 0 0;
      font-size: clamp(11px, 1vw, 14px);
      letter-spacing: 0.1em;
      opacity: 0.9;
      white-space: nowrap;
    }

    .dp-scroll-line {
      display: none;
    }

    .top_slider {
      margin-top: 0;
      padding: 100px 0;
      background: #0d182e;
      color: #fff;
    }

    .top_slider .top_slider-hgroup {
      margin-bottom: 26px;
      padding-inline: 0;
    }

    .top_slider .dp-subtitle {
      display: inline-block;
      font-size: 18px;
      letter-spacing: 0.1em;
      font-weight: 500;
      color: #fff;
      padding: 0 0 10px;
      border-bottom: 0;
      position: relative;
    }

    .top_slider .dp-subtitle::before {
      content: none;
    }

    .top_slider .dp-subtitle::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -2px;
      width: 84px;
      height: 2px;
      border-radius: 0;
      background: linear-gradient(to right, #3a76d2 0%, rgba(58, 118, 210, 0) 100%);
      opacity: 1;
      display: block;
    }

    .top_slider-inner {
      overflow: hidden;
      width: min(1000px, 92vw);
      margin: 0 auto;
      padding-left: 0;
      padding-right: 0;
    }

    .common_slider {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
      margin: 0;
    }

    .common_slider.slick-initialized {
      display: block;
    }

    .common_slider .photo {
      display: block;
      position: relative;
      width: 100%;
      height: auto;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      margin: 0;
    }

    .common_slider .photo::before {
      content: "";
      display: block;
      padding-top: 62.5%;
    }

    @media (min-width: 992px) {
      .top_slider-inner {
        padding-left: clamp(16px, 2vw, 28px);
        padding-right: clamp(16px, 2vw, 28px);
      }

      .top_slider .slick-list {
        margin: 0;
        padding-left: 5vw;
        padding-right: 5vw;
      }

      .common_slider .photo::before {
        padding-top: 70%;
      }
    }

    .top_slider .slick-slide.photo {
      width: 100% !important;
    }

    .top_slider .slick-list {
      margin: 0 -8px 0 0;
      padding-right: 5vw;
    }

    .top_slider .slick-track {
      display: flex;
      align-items: flex-start;
    }

    .top_slider .slick-slide {
      height: auto !important;
      padding: 0 8px;
    }

    .top_slider .slick-dots {
      display: none !important;
    }

    .dp-story-section {
      padding: 100px 0;
      background: #fff;
      overflow: hidden;
    }

    .dp-story-bg {
      position: absolute;
      inset: 0;
      background: url("../images/bg_concept.jpg") center / cover no-repeat fixed;
      z-index: 0;
    }

    .dp-story-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(13, 24, 46, 0.8);
      z-index: 1;
      pointer-events: none;
    }

    .dp-story-shell {
      position: relative;
      z-index: 2;
      min-height: 100%;
      display: grid;
      grid-template-columns: 1.06fr minmax(360px, 580px) 1.06fr;
      gap: 74px;
      align-items: stretch;
    }

    .dp-story-col {
      position: relative;
      min-height: 760px;
      height: 100%;
      z-index: 1;
    }

    .dp-story-photo {
      position: absolute;
      margin: 0;
      overflow: hidden;
      border-radius: 0;
      will-change: transform;
    }

    .dp-story-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .photo-a {
      top: calc(var(--dp-section-gap) * -1);
      left: -110%;
      width: 410px;
      aspect-ratio: 5 / 4;
      z-index: 2;
    }

    .photo-b {
      top: 48%;
      left: -52%;
      width: 350px;
      aspect-ratio: 4 / 3;
      z-index: 1;
    }

    .photo-c {
      top: -40px;
      right: 0%;
      width: 360px;
      aspect-ratio: 16 / 9;
      z-index: 3;
    }

    .photo-d {
      top: 30%;
      right: -60%;
      width: 240px;
      aspect-ratio: 4 / 3;
      z-index: 4;
    }

    .photo-e {
      top: auto;
      bottom: -10%;
      right: 0;
      width: 200px;
      aspect-ratio: 3 / 4;
      z-index: 1;
    }

    @media (min-width: 992px) and (max-width: 1366px) {
      .photo-a {
        width: 240px;
      }

      .photo-b {
        width: 210px;
      }

      .photo-c {
        width: 330px;
      }

      .photo-d {
        width: 240px;
      }

      .photo-e {
        width: 180px;
      }
    }

    .dp-story-main {
      position: relative;
      z-index: 10;
      text-align: left;
      color: #000;
      padding-top: 0;
    }

    .dp-story-shell,
    .dp-story-shell .dp-title,
    .dp-story-shell .dp-subtitle,
    .dp-story-shell .dp-story-headline,
    .dp-story-shell .dp-story-body {
      color: #fff;
    }

    .dp-story-main .dp-title {
      font-size: clamp(20px, 2.6vw, 30px);
    }

    .dp-story-headline {
      margin: 34px 0 0;
      font-size: clamp(18px, 2vw, 24px);
      font-family: "Noto Serif JP", serif;
      letter-spacing: 0.1em;
    }

    .dp-story-body {
      margin: 38px 0 0;
      font-size: 18px;
      line-height: 3;
      text-align: left;
    }

    .dp-story-body-sp {
      display: none;
    }

    .dp-story-link {
      margin-top: 60px;
    }

    .dp-store-section {
      position: relative;
      padding: 80px 0;
      background: rgba(13, 24, 46, 0.8);
      overflow: hidden;
    }

    .dp-store-section::before {
      content: none;
    }

    .dp-store-section .dp-row .media {
      position: relative;
      margin-right: calc(50% - 50vw);
      min-height: 460px;
      margin-left: 0;
    }

    .dp-store-section .dp-row .media .shot {
      position: relative;
      margin-left: 0;
      width: 100%;
      height: 460px;
      border-radius: 0;
      overflow: hidden;
    }

    .dp-store-section .dp-row .media .shot img {
      position: absolute;
      left: -16% !important;
      top: -10px;
      width: 100%;
      height: calc(100% + 20px);
      object-fit: cover;
      transform: translate3d(0, 0, 0);
      will-change: transform;
    }

    .dp-store-section .text {
      text-align: left;
    }

    .dp-row {
      display: grid;
      grid-template-columns: minmax(320px, 440px) 1fr;
      gap: 80px;
      align-items: center;
    }

    .dp-row.reverse {
      grid-template-columns: 1fr minmax(320px, 440px);
    }

    .dp-row .media,
    .dp-row .text {
      min-width: 0;
    }

    .dp-row .media img {
      border-radius: 0;
    }

    .dp-store-copy {
      font-size: 16px;
      color: #fff;
    }

    .dp-store-section .dp-subtitle,
    .dp-store-section .dp-title {
      color: #fff;
    }

    @media (min-width: 992px) {
      .dp-company-section .media .shot {
        aspect-ratio: 2 / 1;
      }

      .dp-company-section .media .shot img {
        inset: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-position: 10% center !important;
      }

      .dp-company-section .text {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 60px;
        row-gap: 0;
        align-items: start;
      }

      .dp-company-section .text > .dp-hgroup,
      .dp-company-section .text > p,
      .dp-company-section .text > .dp-button:first-of-type {
        grid-column: 1;
      }

      .dp-company-section .text > .dp-hgroup {
        margin: 0 0 16px;
      }

      .dp-company-section .text > .dp-company-sustainability {
        grid-column: 2;
        grid-row: 1 / span 3;
        margin-top: 0;
        display: grid;
        grid-template-rows: auto minmax(7em, auto) auto;
        row-gap: 16px;
        align-content: start;
      }

      .dp-company-section .text > p,
      .dp-company-section .dp-company-sustainability > p {
        min-height: 7em;
        margin: 0;
      }

      .dp-company-section .text > .dp-button:first-of-type,
      .dp-company-section .dp-company-sustainability > .dp-button {
        margin-top: 16px;
      }

      .dp-company-section .dp-company-sustainability > .dp-hgroup {
        margin: 0;
      }

      .dp-store-section .dp-row {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
      }

      .dp-store-section .dp-row .text {
        order: 1;
      }

      .dp-store-section .dp-row .media {
        order: 2;
      }
    }

    .dp-concept-section {
      padding: 100px 0;
      overflow: hidden;
    }

    .dp-concept-section .dp-bg-photo {
      position: absolute;
      inset: 0;
      background: url("../images/_bg_concept.jpg") center / cover no-repeat fixed;
      z-index: 0;
    }

    .dp-concept-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(13, 24, 46, 0.7);
      z-index: 1;
      pointer-events: none;
    }

    .dp-concept-inner {
      position: relative;
      z-index: 2;
    }

    .dp-concept-main .dp-subtitle,
    .dp-concept-main .dp-title,
    .dp-concept-main p {
      color: #fff;
    }

    .dp-concept-main p {
      line-height: 2.2em;
      font-weight: 400;
    }

    .dp-concept-main .dp-concept-heading-strong {
      margin: 0 0 20px;
      color: #fff;
      font-size: clamp(18px, 2.1vw, 24px);
      font-family: "Noto Serif JP", serif;
      line-height: 1.35;
      letter-spacing: 0.08em;
      font-weight: 700;
    }

    .dp-concept-section .dp-row.reverse {
      grid-template-columns: minmax(420px, 500px) minmax(0, 1fr);
    }

    .dp-concept-main .media {
      order: 1;
    }

    .dp-concept-main .text {
      order: 2;
    }

    .dp-concept-main .dp-subtitle::before {
      background: #3a76d2;
    }

    .dp-concept-links {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 22px;
      margin-top: 0;
    }

    .dp-concept-links .dp-button {
      margin-top: 0;
      width: 100%;
      min-width: 0;
    }

    .dp-concept-links-row {
      margin-top: 60px;
      display: grid;
      grid-template-columns: minmax(140px, 220px) minmax(0, 1fr);
      gap: 28px;
      align-items: center;
    }

    .dp-concept-links-lead {
      margin: 0;
      color: #fff;
      font-family: "Noto Serif JP", serif;
      font-size: clamp(16px, 1.5vw, 20px);
      font-weight: 500;
      letter-spacing: 0.08em;
      line-height: 1.35;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      white-space: nowrap;
    }

    .dp-concept-links-lead::before {
      content: "";
      width: 40px;
      height: 1px;
      background: #3a76d2;
      display: inline-block;
    }

    .dp-concept-main .media.concept-media-stack {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    .dp-concept-main .media.concept-media-stack img {
      width: 100%;
      height: auto;
      display: block;
    }

    .dp-concept-extra {
      position: relative;
      z-index: 2;
    }

    .dp-tour-section {
      padding: 100px 0;
      overflow: hidden;
    }

    .dp-tour-section .dp-bg-photo {
      position: absolute;
      inset: 0;
      background: url("../images/tour/tour2.jpg") center / cover no-repeat fixed;
      z-index: 0;
    }

    .dp-tour-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(13, 24, 46, 0.7);
      z-index: 1;
      pointer-events: none;
    }

    .dp-tour-inner {
      position: relative;
      z-index: 2;
    }

    .dp-container.dp-tour-inner,
    .dp-container.dp-tour-inner .dp-title,
    .dp-container.dp-tour-inner .dp-subtitle,
    .dp-container.dp-tour-inner p {
      color: #fff;
    }

    .dp-tour-section .dp-row {
      grid-template-columns: minmax(220px, 400px) minmax(0, 1fr);
      gap: 100px;
      align-items: center;
    }

    .dp-tour-section .dp-row .media {
      position: relative;
      margin-left: calc(50% - 50vw);
      min-height: 0;
    }

    .dp-tour-section .dp-row .media .shot {
      position: relative;
      width: 100%;
      height: auto;
      aspect-ratio: 3 / 2;
      border-radius: 0;
      overflow: hidden;
    }

    .dp-tour-lead {
      margin: 0 0 18px;
      font-size: 18px;
      font-weight: 500;
      color: #000;
    }

    .dp-loop {
      margin-top: 40px;
      overflow: hidden;
      width: 100%;
      mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
    }

    .dp-loop-track {
      display: flex;
      gap: 14px;
      width: max-content;
      animation: dp-loop 42s linear infinite;
    }

    .dp-loop-track img {
      width: 280px;
      height: 186px;
      object-fit: cover;
      border-radius: 0;
      flex: 0 0 auto;
    }

    @keyframes dp-loop {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }

    .dp-shopping-section {
      padding: 100px 0;
      background:
        linear-gradient(rgba(13, 24, 46, 0.7), rgba(13, 24, 46, 0.7)),
        url("../images/ubudama04.png") center / cover no-repeat;
      color: #fff;
      overflow: hidden;
    }

    .dp-shopping-section::before {
      content: "";
      position: absolute;
      width: min(560px, 48vw);
      aspect-ratio: 1;
      border-radius: 50%;
      top: -24%;
      right: -16%;
      background: radial-gradient(circle, rgba(143, 209, 240, 0.2) 0%, rgba(143, 209, 240, 0) 72%);
      filter: blur(6px);
      pointer-events: none;
    }

    .dp-shopping-section::after {
      content: "";
      position: absolute;
      width: min(420px, 34vw);
      aspect-ratio: 1;
      border-radius: 50%;
      bottom: -26%;
      left: 34%;
      background: radial-gradient(circle, rgba(111, 186, 229, 0.1) 0%, rgba(111, 186, 229, 0) 74%);
      pointer-events: none;
    }

    .dp-shopping-wrap {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(270px, 530px) minmax(0, 1fr);
      gap: 80px;
      align-items: center;
    }

    .dp-shopping-art {
      position: relative;
      margin-right: calc(50% - 50vw);
      min-height: 460px;
    }

    .dp-shopping-art .shot {
      margin: 0;
      position: relative;
      width: 100%;
      height: 460px;
      border-radius: 0;
      overflow: hidden;
    }

    .dp-shopping-art .shot img {
      position: absolute;
      left: 0;
      top: -42px;
      width: 100%;
      height: calc(100% + 84px);
      object-fit: cover;
      object-position: 60% center;
      transform: translate3d(0, 0, 0);
      will-change: transform;
    }

    .dp-shopping-art .shot-a {
      top: auto;
      left: auto;
      aspect-ratio: auto;
    }

    .dp-tour-section .dp-row .media .shot img {
      position: absolute;
      left: 0;
      top: -42px;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: translate3d(0, 0, 0);
      will-change: transform;
    }

    .dp-powder-section {
      position: relative;
      overflow: hidden;
      padding: 100px 0;
      background: transparent;
    }

    .dp-powder-section .dp-bg-photo {
      position: absolute;
      inset: 0;
      background: url("../images/chip/chip.jpg") center / cover no-repeat fixed;
      z-index: 0;
    }

    .dp-powder-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(13, 24, 46, 0.8);
      z-index: 1;
      pointer-events: none;
    }

    .dp-powder-section .dp-container {
      position: relative;
      z-index: 2;
    }

    .dp-powder-card {
      border: 0;
      border-radius: 0;
      box-shadow: none;
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
      gap: 80px;
      align-items: center;
      background: transparent;
      overflow: visible;
    }

    .dp-powder-card .text {
      order: 1;
    }

    .dp-powder-card .media {
      order: 2;
    }

    .dp-powder-card .media img {
      width: 100%;
      height: auto;
      border-radius: 0;
    }

    .dp-powder-card .text {
      padding: 0;
      background: transparent;
    }

    .dp-powder-card h2 {
      margin: 0;
      font-size: 26px;
      font-family: "Noto Serif JP", serif;
      font-weight: 500;
      color: #fff;
    }

    .dp-powder-card h3 {
      margin: 8px 0 0;
      font-size: 14px;
      letter-spacing: 0.1em;
      font-weight: 500;
      color: #fff;
    }

    .dp-powder-card p {
      color: #fff;
    }

    .dp-company-section {
      position: relative;
      padding: 100px 0;
      overflow: hidden;
    }

    .dp-company-section .dp-bg-photo {
      position: absolute;
      inset: 0;
      background: url("../images/company/image_4.jpg") center / cover no-repeat fixed;
      z-index: 0;
    }

    .dp-company-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(13, 24, 46, 0.7);
      z-index: 1;
      pointer-events: none;
    }

    .dp-company-inner {
      position: relative;
      z-index: 2;
    }

    .dp-company-section .dp-row {
      grid-template-columns: 1fr;
      gap: 30px;
      align-items: start;
    }

    .dp-company-section .dp-row.reverse {
      grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
    }

    .dp-company-section .text p {
      color: #fff;
    }

    .dp-company-section .dp-subtitle,
    .dp-company-section .dp-title {
      color: #fff;
    }

    .dp-company-section .media {
      order: 1;
      position: relative;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      min-height: 0;
      width: 100vw;
      max-width: none;
    }

    .dp-company-section .text {
      order: 2;
      writing-mode: horizontal-tb;
    }

    .dp-company-section .media .shot {
      position: relative;
      margin: 0;
      width: 100%;
      height: auto;
      aspect-ratio: 2 / 1;
      border-radius: 0;
      overflow: hidden;
    }

    .dp-company-section .media .shot img {
      position: absolute;
      inset: 0;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 10% center;
      transform: translate3d(0, 0, 0);
      will-change: transform;
      border-radius: 0;
    }

    .dp-company-sustainability {
      margin-top: 40px;
      text-align: left;
    }

    .dp-company-sustainability .dp-subtitle,
    .dp-company-sustainability .dp-title,
    .dp-company-sustainability p {
      color: #fff;
    }

    .dp-sustainability-section {
      position: relative;
      padding: 100px 0;
      overflow: hidden;
    }

    .dp-sustainability-section .dp-bg-photo {
      position: absolute;
      inset: 0;
      background: url("../images/bg_concept.jpg") center / cover no-repeat fixed;
      z-index: 0;
    }

    .dp-sustainability-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(13, 24, 46, 0.7);
      z-index: 1;
      pointer-events: none;
    }

    .dp-sustainability-inner {
      position: relative;
      z-index: 2;
    }

    .dp-sustainability-section .dp-row {
      grid-template-columns: minmax(0, 1fr);
      gap: 0;
      align-items: center;
    }

    .dp-sustainability-section .dp-subtitle,
    .dp-sustainability-section .dp-title,
    .dp-sustainability-section p {
      color: #fff;
    }

    .dp-sustainability-section .text {
      text-align: center;
    }

    .dp-sustainability-section .media img {
      width: 100%;
      height: auto;
      border-radius: 0;
    }

    .dp-board {
      padding: 100px 0 0;
      background: #0d182e;
      border-top: 0;
      border-bottom: 0;
    }

    .dp-board-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 48px;
    }

    .dp-news-split {
      display: grid;
      grid-template-columns: 260px minmax(0, 1fr);
      gap: 70px;
      align-items: start;
    }

    .dp-news-side .dp-hgroup {
      margin-bottom: 0;
    }

    .dp-news-side .dp-board-more {
      margin-top: 50px;
      text-align: left;
    }

    .dp-news-side .dp-board-more .dp-button {
      width: 100%;
      min-width: 0;
    }

    .dp-board-more-sp {
      display: none;
    }

    .dp-board-col {
      border-right: 1px solid #eceff5;
      padding-right: 36px;
    }

    .dp-board-col:last-child {
      border-right: 0;
      padding-right: 0;
      padding-left: 12px;
    }

    .dp-board-list {
      margin: 0;
      padding: 0;
      list-style: none;
      border-top: 1px solid #eceff5;
    }

    .dp-board-item {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0;
      align-items: center;
      height: 124px;
      min-height: 124px;
      border-bottom: 1px solid #eceff5;
      padding: 16px 0;
    }

    .dp-board-item-link {
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%;
      color: inherit;
      text-decoration: none;
      transition: opacity 0.3s ease;
    }

    .dp-board-item-link:hover,
    .dp-board-item-link:focus-visible {
      opacity: 0.6;
    }

    .dp-board-meta {
      font-size: 15px;
      color: var(--dp-navy);
      margin-bottom: 8px;
    }

    .dp-board-item-title {
      margin: 0;
      font-size: 22px;
      font-family: "Noto Serif JP", serif;
      color: #111;
    }

    .dp-board-item-title.small {
      font-size: 16px;
    }

    .dp-board-list-news .dp-board-item-news {
      height: 124px;
      min-height: 124px;
      padding: 16px 0;
    }

    .dp-news-row {
      display: grid;
      grid-template-columns: auto auto 1fr;
      grid-template-areas:
        "date cat ."
        "title title title";
      align-items: start;
      gap: 10px 22px;
      width: 100%;
    }

    .dp-news-date {
      grid-area: date;
      font-size: 14px;
      color: #fff;
      letter-spacing: 0.16em;
      white-space: nowrap;
    }

    .dp-news-cat {
      grid-area: cat;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 100px;
      height: 30px;
      padding: 0 16px;
      border: 1px solid #bfc5d1;
      color: #5b6478;
      font-size: 12px;
      letter-spacing: 0.12em;
      background: #fff;
      white-space: nowrap;
    }

    .dp-news-title {
      grid-area: title;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.6;
      letter-spacing: 0.08em;
      color: #fff;
      margin: 0;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
    }

    .dp-board-list-blog .dp-board-item-blog {
      height: 124px;
      min-height: 124px;
      padding: 16px 0;
    }

    .dp-blog-row {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-areas:
        "date"
        "title";
      align-items: start;
      gap: 8px;
      width: 100%;
    }

    .dp-blog-date {
      grid-area: date;
      font-size: 14px;
      color: #111;
      letter-spacing: 0.16em;
      white-space: nowrap;
    }

    .dp-blog-title {
      grid-area: title;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.6;
      letter-spacing: 0.08em;
      color: #111;
      margin: 0;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
    }

    .dp-board-more {
      margin-top: 24px;
      text-align: right;
    }

    .dp-board-more .dp-button {
      margin-top: 0;
    }

    .dp-event-board {
      padding: 0 0 100px;
      background: #0d182e;
      color: #fff;
    }

    .dp-event-board .dp-title,
    .dp-event-board .dp-subtitle,
    .dp-event-board .dp-event-date,
    .dp-event-board .dp-event-title,
    .dp-event-board .dp-blog-date,
    .dp-event-board .dp-blog-title,
    .dp-event-board .dp-board-item-title {
      color: #fff;
    }

    .dp-board .dp-hgroup .dp-title,
    .dp-board .dp-hgroup .dp-subtitle,
    .dp-shopping-section .dp-hgroup .dp-title,
    .dp-shopping-section .dp-hgroup .dp-subtitle,
    .top_slider .dp-hgroup .dp-title,
    .top_slider .dp-hgroup .dp-subtitle,
    .dp-event-board .dp-hgroup .dp-title,
    .dp-event-board .dp-hgroup .dp-subtitle {
      color: #fff;
    }

    .dp-event-wrap {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 48px;
      align-items: start;
    }

    .dp-event-col {
      min-width: 0;
    }

    .dp-hgroup-event {
      margin-bottom: 24px;
    }

    .dp-event-col .dp-board-more {
      margin-top: 24px;
      text-align: left;
    }

    .dp-event-list {
      margin: 0;
      padding: 0;
      list-style: none;
      border-top: 1px solid #eceff5;
    }

    .dp-event-item {
      height: 80px;
      min-height: 80px;
      border-bottom: 1px solid #eceff5;
    }

    .dp-event-row {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-areas:
        "date"
        "title";
      align-items: start;
      gap: 6px;
      width: 100%;
    }

    .dp-event-date {
      grid-area: date;
      font-size: 14px;
      color: #111;
      letter-spacing: 0.16em;
      white-space: nowrap;
    }

    .dp-event-title {
      grid-area: title;
      margin: 0;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: 0.08em;
      color: #111;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .dp-instagram-section {
      position: relative;
      z-index: 3;
      padding: 80px 0;
      background: #0d182e;
      color: #fff;
    }

    .dp-instagram-hgroup {
      margin-bottom: 28px;
    }

    .dp-instagram-section .dp-subtitle {
      color: #fff;
    }

    .dp-instagram-grid {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 10px;
    }

    /* Instagram Feed plugin output */
    .dp-instagram-grid #sb_instagram {
      width: 100% !important;
      max-width: none !important;
      padding-bottom: 0 !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

    .dp-instagram-grid > #sb_instagram {
      grid-column: 1 / -1;
    }

    .dp-instagram-grid #sb_instagram #sbi_images {
      display: grid !important;
      grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
      gap: 10px !important;
      width: 100% !important;
      float: none !important;
      padding: 0 !important;
      margin: 0 !important;
    }

    .dp-instagram-grid #sb_instagram .sbi_item {
      width: auto !important;
      float: none !important;
      padding: 0 !important;
      margin: 0 !important;
    }

    .dp-instagram-grid #sb_instagram .sbi_photo_wrap {
      display: block !important;
      width: 100% !important;
      aspect-ratio: 1 / 1;
      overflow: hidden;
      background: #dde5f2;
    }

    .dp-instagram-grid #sb_instagram .sbi_photo {
      width: 100% !important;
      height: 100% !important;
      background-size: cover !important;
      background-position: center !important;
      display: block !important;
    }

    .dp-instagram-grid #sb_instagram .sbi_header,
    .dp-instagram-grid #sb_instagram #sbi_load {
      display: none !important;
    }

    .dp-instagram-follow {
      margin-top: 24px;
      text-align: center;
    }

    .dp-instagram-follow .dp-button {
      display: inline-flex;
      width: min(420px, 100%);
      min-width: 0;
      margin-top: 0;
    }

    .dp-instagram-item {
      margin: 0;
      aspect-ratio: 1 / 1;
      overflow: hidden;
      background: #dde5f2;
    }

    .dp-instagram-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .dp-footer-map {
      position: relative;
      z-index: 3;
      background: #0d182e;
      padding: 50px 0 0;
    }

    .dp-footer-map-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }

    .dp-footer-map-item {
      min-width: 0;
    }

    .dp-footer-map-label {
      margin: 0 0 8px;
      font-size: 16px;
      letter-spacing: 0.08em;
      color: #fff;
      text-align: center;
    }

    .dp-footer-map-frame {
      width: 100%;
      height: 450px;
      border: 0;
      display: block !important;
    }

    .dp-fixed-shopping-banner {
      position: fixed;
      right: 16px;
      bottom: 16px;
      width: 180px;
      z-index: 980;
    }

    .dp-fixed-shopping-banner img {
      display: block;
      width: 100%;
      height: auto;
    }

    .dp-fixed-contact-banner {
      margin-top: 8px;
      display: block;
      width: 100%;
      text-decoration: none;
    }

    .dp-fixed-contact-banner img {
      display: block;
      width: 100%;
      height: auto;
    }

    .dp-footer {
      position: relative;
      z-index: 3;
      background:
        linear-gradient(rgba(3, 26, 51, 0.8), rgba(2, 21, 41, 0.95)),
        url("../images/parallax2.jpg") center center / cover no-repeat;
      color: #eef3ff;
      border-top: 1px solid rgba(190, 214, 255, 0.2);
    }

    .dp-footer-top {
      padding-bottom: 46px;
    }

    .dp-footer-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      padding-top: 54px;
      padding-bottom: 32px;
      border-bottom: 1px solid rgba(190, 214, 255, 0.24);
    }

    .dp-footer-brand {
      display: flex;
      align-items: center;
      gap: 22px;
      min-width: 0;
    }

    .dp-footer-top-inner {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      align-items: flex-start;
      gap: 42px;
      padding-top: 36px;
    }

    .dp-footer-info {
      width: 100%;
      max-width: none;
    }

    .dp-footer-logo {
      margin: 0;
    }

    .dp-footer-logo img {
      display: block;
      width: clamp(180px, 20vw, 260px);
      height: auto;
    }

    .dp-footer-site-note {
      margin: 0;
      color: rgba(199, 221, 255, 0.92);
      font-size: 14px;
      letter-spacing: 0.12em;
      white-space: nowrap;
    }

    .dp-footer-to-top {
      position: fixed;
      left: 16px;
      right: auto;
      bottom: 18px;
      z-index: 985;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      min-height: 44px;
      padding: 0 14px;
      border-radius: 999px;
      background: rgba(2, 21, 41, 0.82);
      border: 1px solid rgba(210, 228, 255, 0.35);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
      color: #eef6ff;
      text-decoration: none;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0.1em;
      line-height: 1.2;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transform: translateY(10px);
      transition: color 0.25s ease, background 0.25s ease, opacity 0.35s ease, transform 0.35s ease;
    }

    .dp-footer-to-top.is-visible {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translateY(0);
    }

    .dp-footer-to-top::after {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      border-top: 1.5px solid currentColor;
      border-right: 1.5px solid currentColor;
      transform: translateY(4px) rotate(-45deg);
      transform-origin: center;
      align-self: center;
      margin-top: 0;
    }

    .dp-footer-to-top:hover,
    .dp-footer-to-top:focus-visible {
      color: #8fc0ff;
      background: rgba(2, 21, 41, 0.92);
      transform: translateY(-1px);
    }

    .dp-footer-contact {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 14px;
    }

    /* Reset legacy `footer li` rules from old theme CSS */
    .dp-footer li {
      height: auto !important;
      float: none !important;
      margin: 0 !important;
      padding: 0 !important;
      position: static !important;
      line-height: inherit !important;
    }

    .dp-footer li::after {
      display: none !important;
      content: none !important;
    }

    .dp-footer-contact-stores {
      display: grid;
      grid-template-columns: 1fr;
      gap: 30px;
    }

    .dp-footer-contact-store {
      min-width: 0;
    }

    .dp-footer-store-name {
      margin: 0 0 10px;
      color: #eef3ff;
      font-size: 16px;
      letter-spacing: 0.08em;
      line-height: 1.3;
    }

    .dp-footer-contact li {
      display: flex;
      align-items: center;
      gap: 20px;
      color: rgba(237, 244, 255, 0.96);
      font-size: 15px;
      letter-spacing: 0.1em;
      line-height: 1.5;
    }

    .dp-footer-contact-inline {
      flex-wrap: wrap;
      gap: 20px 28px;
    }

    .dp-footer-contact-pair {
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }

    .dp-footer-contact-pair > a,
    .dp-footer-contact-pair > span:last-child {
      font-size: 15px;
      line-height: 1.5;
      letter-spacing: 0.1em;
    }

    .dp-footer-contact-label {
      min-width: 30px;
      padding: 0;
      color: rgba(154, 198, 255, 0.95);
      font-size: 11px;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      line-height: 1.2;
      text-align: left;
    }

    .dp-footer-contact a:not(.dp-button) {
      color: rgba(238, 243, 255, 0.96);
      text-decoration: none;
      transition: color 0.25s ease;
      display: inline !important;
      line-height: 1.6 !important;
    }

    .dp-footer-contact a:not(.dp-button):hover,
    .dp-footer-contact a:not(.dp-button):focus-visible {
      color: #bcd4ff;
    }

    .dp-footer-contact-inquiry {
      margin-top: 16px;
    }

    .dp-footer-contact-inquiry .dp-button {
      margin-top: 0;
      width: auto;
    }

    .dp-footer-social-row {
      --dp-social-height: 52px;
      margin-top: 28px;
      display: flex;
      align-items: stretch;
      gap: 14px;
      flex-wrap: wrap;
    }

    .dp-footer-sns {
      margin: 0;
      padding: 0;
      list-style: none;
      display: inline-flex;
      align-items: stretch;
      gap: 10px;
      height: var(--dp-social-height);
    }

    .dp-footer-sns li {
      display: flex;
    }

    .dp-footer-sns a {
      width: var(--dp-social-height);
      height: var(--dp-social-height);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      border: 0;
      text-decoration: none;
      font-size: 26px;
      transition: filter 0.25s ease, transform 0.25s ease;
    }

    .dp-footer-sns a:hover,
    .dp-footer-sns a:focus-visible {
      filter: brightness(1.08);
      transform: translateY(-1px);
    }

    .dp-footer-sns .dp-sns-facebook {
      background: #1877f2;
    }

    .dp-footer-sns .dp-sns-instagram {
      background: linear-gradient(135deg, #f58529 0%, #dd2a7b 45%, #8134af 70%, #515bd4 100%);
    }

    .dp-footer-sns .dp-sns-youtube {
      background: #ff0000;
    }

    .dp-footer-live {
      display: inline-flex;
      align-items: stretch;
      justify-content: center;
      text-decoration: none;
      border: 0;
      height: var(--dp-social-height);
      overflow: hidden;
      box-sizing: border-box;
    }

    .dp-footer-live img {
      display: block;
      height: 100%;
      width: auto;
    }

    .dp-footer-global {
      display: grid;
      gap: 20px;
      min-width: 0;
      width: 100%;
    }

    .dp-footer-global-main {
      display: grid;
      grid-template-columns: repeat(2, minmax(160px, 1fr));
      gap: 10px 10px;
    }

    .dp-footer-global-main a {
      color: #eef3ff;
      text-decoration: none;
      position: relative;
      display: block;
      padding: 0 0 8px 26px;
      font-size: 16px;
      line-height: 1.35;
      letter-spacing: 0.06em;
      border-bottom: 0;
      transition: color 0.25s ease, transform 0.25s ease;
    }

    .dp-footer-global-main a::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.7em;
      width: 10px;
      height: 1px;
      background: #67abff;
    }

    .dp-footer-global-main a:hover,
    .dp-footer-global-main a:focus-visible {
      color: #b7d3ff;
      transform: translateX(2px);
    }

    .dp-footer-global-sub {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start;
      gap: 8px 0;
      padding-top: 10px;
      border-top: 1px solid rgba(190, 214, 255, 0.2);
    }

    .dp-footer-global-sub a + a {
      margin-left: 16px;
      padding-left: 16px;
      border-left: 1px solid rgba(190, 214, 255, 0.3);
    }

    .dp-footer-global-sub a[href*="/blog/"] {
      padding-left: 26px;
    }

    .dp-footer-global-sub a {
      color: rgba(220, 235, 255, 0.92);
      text-decoration: none;
      font-size: 13px;
      letter-spacing: 0.08em;
      transition: opacity 0.28s ease;
    }

    .dp-footer-global-sub a:hover,
    .dp-footer-global-sub a:focus-visible {
      opacity: 0.65;
    }

    .dp-footer-bottom {
      background: transparent;
      border-top: 1px solid rgba(190, 214, 255, 0.22);
      padding: 20px 0 26px;
    }

    .dp-footer-bottom-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .dp-footer-legal {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px 22px;
    }

    .dp-footer-legal a {
      color: rgba(220, 235, 255, 0.92);
      text-decoration: none;
      font-size: 13px;
      letter-spacing: 0.08em;
      transition: opacity 0.28s ease;
    }

    .dp-footer-legal a + a {
      padding-left: 16px;
      border-left: 1px solid rgba(190, 214, 255, 0.3);
    }

    .dp-footer-legal a:hover,
    .dp-footer-legal a:focus-visible {
      opacity: 0.65;
    }

    .dp-footer-bottom small {
      margin: 0;
      font-size: 12px;
      letter-spacing: 0.1em;
      color: rgba(212, 230, 255, 0.9);
      white-space: nowrap;
    }

    @media (max-width: 991px) {
      .dp-br-pc {
        display: none;
      }

      :root {
        --dp-section-gap: 86px;
      }

      body {
        font-size: 14px;
      }

      .dp-section,
      .dp-board,
      .dp-event-board {
        padding: 50px 0;
      }

      .dp-board {
        padding-bottom: 0;
      }

      .dp-event-board {
        padding: 0;
      }

      .dp-topics-section {
        padding-top: 0;
      }

      .dp-header {
        height: 76px;
        padding: 0 14px;
      }

      .dp-hero {
        margin-top: 76px;
        height: calc(100vh - 76px);
      }

      .dp-header-actions {
        gap: 8px;
      }

      .dp-header-lang {
        display: none;
      }

      .dp-header h1 {
        width: 156px;
      }

      .dp-toggle {
        width: 44px;
        height: 44px;
      }

      .dp-toggle .lines {
        width: 22px;
        gap: 4px;
      }

      .dp-header.menu-open .dp-toggle .lines span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
      }

      .dp-header.menu-open .dp-toggle .lines span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
      }

      .dp-gmenu {
        width: 100vw;
        right: 0;
        padding: 96px 20px 28px;
      }

      .dp-gmenu .dp-nav a {
        font-size: 13px;
      }

      .dp-gmenu .dp-nav .dp-nav-topics {
        display: none;
      }

      .dp-gmenu .dp-nav-secondary a {
        font-size: 13px;
      }

      .dp-gmenu .dp-lang a {
        min-height: 38px;
        font-size: 12px;
      }

      .dp-br-sp {
        display: block;
      }

      .dp-hero {
        min-height: 100vh;
        padding-bottom: 20px;
      }

      .dp-hero-copy {
        width: 92vw;
        margin: 0 auto;
        padding-bottom: 0;
      }

      .dp-hero-title {
        font-size: 26px;
      }

      .dp-hero-title-sub {
        font-size: 17px;
      }

      .dp-scroll-line {
        position: absolute;
        right: 14px;
        bottom: 0;
        width: 1px;
        height: 54px;
        display: block;
        background: rgba(255, 255, 255, 0.35);
        overflow: hidden;
      }

      .dp-scroll-line::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 1px;
        height: 100%;
        background: #fff;
        animation: dp-scroll-line 1.8s ease-in-out infinite;
      }

      @keyframes dp-scroll-line {
        to {
          top: -100%;
        }
      }

      .top_slider .top_slider-hgroup {
        padding-inline: 4vw;
        margin-bottom: 20px;
      }

    .top_slider {
      margin-top: 0;
      padding-top: 50px;
      padding-bottom: 0;
    }

      .top_slider-inner {
        margin-right: 0;
        padding-left: 4vw;
        padding-right: 4vw;
      }

      .common_slider .photo {
        width: 100%;
      }

      .top_slider .slick-list {
        margin: 0 -6px;
        padding-right: 0;
      }

      .top_slider .slick-slide {
        padding: 0;
      }

      .top_slider .slick-slide.photo {
        margin: 0 10px;
      }

      .dp-story-shell {
        grid-template-columns: 1fr;
        gap: 0;
        position: relative;
        padding-top: 16px;
        padding-bottom: 24px;
      }

      .dp-story-col {
        position: absolute;
        inset: 0;
        min-height: 0;
        pointer-events: none;
        z-index: 1;
      }

      .dp-story-photo {
        position: absolute;
        margin-left: 0;
        margin-right: 0;
        z-index: 1;
      }

      .dp-story-photo img {
        margin-left: 0;
        margin-right: 0;
      }

      .dp-story-photo::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(13, 24, 46, 0.7);
        pointer-events: none;
      }

      .photo-a,
      .photo-b,
      .photo-c,
      .photo-d,
      .photo-e {
        top: auto;
        left: auto;
        right: auto;
      }

      .photo-a {
        width: 150px;
        left: -1%;
        top: -30px;
      }

      .photo-b {
        width: 160px;
        left: 4%;
        top: 300px;
        aspect-ratio: 4 / 3;
      }

      .photo-c {
        width: 170px;
        left: auto;
        right: 0;
        top: 140px;
        aspect-ratio: 16 / 9;
      }

      .photo-d {
        width: 110px;
        right: 6%;
        top: 380px;
        aspect-ratio: 4 / 3;
      }

      .photo-e {
        width: 120px;
        right: -2%;
        top: 550px;
        bottom: auto;
      }

      .dp-story-main {
        position: relative;
        z-index: 10;
        text-align: left;
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 10px;
      }

      .dp-story-headline {
        font-size: 18px;
      }

      .dp-story-body {
        margin-top: 20px;
        font-size: 15px;
      }

      .dp-story-link {
        margin-top: 30px;
      }

      .dp-story-body-pc {
        display: none;
      }

      .dp-story-body-sp {
        display: block;
      }

      .dp-story-main .dp-title,
      .dp-story-headline,
      .dp-story-body {
        word-break: break-word;
        overflow-wrap: anywhere;
      }

      .dp-row,
      .dp-row.reverse,
      .dp-shopping-wrap,
      .dp-news-split,
      .dp-board-grid,
      .dp-powder-card {
        grid-template-columns: 1fr;
      }

      .dp-concept-main.dp-row.reverse {
        display: flex;
        flex-direction: column;
      }

      .dp-company-section .dp-row,
      .dp-company-section .dp-row.reverse,
      .dp-sustainability-section .dp-row {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .dp-company-section .media {
        order: 1;
      }

      .dp-company-section .text {
        order: 2;
      }

      .dp-powder-card {
        gap: 20px;
      }

      .dp-row,
      .dp-shopping-wrap {
        gap: 20px;
      }

      .dp-news-split {
        gap: 30px;
      }

      .dp-concept-section .dp-row.reverse .media,
      .dp-store-section .dp-row .media,
      .dp-powder-card .media,
      .dp-sustainability-section .media {
        aspect-ratio: 16 / 9;
        overflow: hidden;
      }

      .dp-concept-section .dp-row.reverse .media img,
      .dp-store-section .dp-row .media .shot img,
      .dp-powder-card .media img,
      .dp-sustainability-section .media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .dp-concept-section .dp-row.reverse .media {
        order: 1;
        margin: 0 !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        transform: translateX(calc(50vw - 50%));
      }

      .dp-concept-section .dp-row.reverse .media img {
        width: 100%;
        max-width: none;
      }

      .dp-concept-section .dp-row.reverse .media.concept-media-stack {
        aspect-ratio: auto;
        overflow: visible;
        display: flex;
        flex-direction: column;
        gap: 10px;
        transform: none;
      }

      .dp-concept-section .dp-row.reverse .media.concept-media-stack img {
        height: auto;
        object-fit: cover;
      }

      .dp-concept-section .dp-row.reverse .media.concept-media-stack img:nth-child(1) {
        display: block;
        margin-left: 0;
        margin-right: calc(50% - 50vw);
        width: calc(100% + (50vw - 50%));
        max-width: none;
        aspect-ratio: 16 / 9;
        object-fit: cover;
      }

      .dp-concept-section .dp-row.reverse .media.concept-media-stack img:nth-child(2) {
        display: block;
        margin-left: calc(50% - 50vw);
        margin-right: 0;
        width: calc(100% + (50vw - 50%));
        max-width: none;
        aspect-ratio: 16 / 9;
        object-fit: cover;
      }

      .dp-concept-section .dp-row.reverse .text {
        order: 2;
      }

      .dp-concept-links {
        grid-template-columns: 1fr;
      }

      .dp-concept-links-row {
        margin-top: 24px;
        grid-template-columns: 1fr;
        gap: 12px;
      }

      .dp-concept-links-lead {
        font-size: 20px;
        margin-bottom: 20px;
      }

      .dp-concept-heading-strong {
        margin-bottom: 14px;
        font-size: clamp(16px, 5.2vw, 21px);
      }

      .dp-shopping-section .dp-shopping-art {
        order: 1;
      }

      .dp-shopping-section .text {
        order: 2;
      }

      .dp-powder-card .media {
        order: 1;
        margin-left: 0;
        margin-right: calc(50% - 50vw);
      }

      .dp-powder-card .text {
        order: 2;
      }

      .dp-store-section .dp-row .media {
        margin-left: calc(50% - 50vw);
        margin-right: 0;
        width: calc(100% + (50vw - 50%));
        max-width: none;
        min-height: auto;
      }

      .dp-store-section .dp-row .media .shot {
        margin: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
      }

      .dp-store-section .dp-row .media .shot img {
        position: absolute;
        inset: 0;
        left: 0 !important;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .dp-company-section .media {
        margin-left: calc(50% - 50vw);
        margin-right: 0;
        width: calc(100% + (50vw - 50%));
        max-width: none;
      }

      .dp-company-section .media .shot img {
        inset: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-position: center center;
      }

      .dp-company-sustainability {
        margin-top: 50px;
      }

      .dp-sustainability-section .media {
        margin-left: 0;
        margin-right: calc(50% - 50vw);
        width: calc(100% + (50vw - 50%));
        max-width: none;
      }

      .dp-store-section {
        padding: 50px 0;
        overflow: visible;
      }

      .dp-store-section .dp-button {
        margin-top: 30px;
      }

      .dp-shopping-art {
        min-height: auto;
        margin-left: 0;
        margin-right: calc(50% - 50vw);
        width: calc(100% + (50vw - 50%));
        max-width: none;
      }

      .dp-shopping-art .shot {
        margin: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
      }

      .dp-shopping-art .shot img {
        top: -24px;
        height: calc(100% + 48px);
      }

      .dp-tour-section .dp-row .media {
        margin-left: calc(50% - 50vw);
        margin-right: 0;
        min-height: auto;
      }

      .dp-tour-section .dp-row .media .shot {
        margin: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
      }

      .dp-tour-section .dp-row .media .shot img {
        top: -24px;
        height: calc(100% + 48px);
      }

      .dp-tour-section .dp-row {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 30px;
      }

      .dp-tour-section {
        padding-bottom: 50px;
      }

      .dp-tour-section .text {
        position: relative;
        z-index: 2;
        color: #fff;
      }

      .dp-tour-section .text p,
      .dp-tour-section .dp-title,
      .dp-tour-section .dp-subtitle,
      .dp-tour-lead {
        color: #fff;
      }

      .dp-powder-card .text {
        padding: 20px 0 0;
      }

      .dp-powder-card h2 {
        font-size: 21px;
      }

      .dp-powder-card .text h3 {
        margin-bottom: 20px;
      }

      .dp-powder-card .media,
      .dp-powder-card .text {
        min-width: 0;
      }

      .dp-powder-card .media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .dp-powder-card .text h2,
      .dp-powder-card .text h3,
      .dp-powder-card .text p {
        overflow-wrap: anywhere;
      }

      .dp-powder-card .dp-button {
        margin-top: 30px;
        width: 100%;
        min-width: 0;
        max-width: 100%;
      }

      .dp-powder-section {
        padding: 50px 0;
      }

      .dp-board-col {
        border-right: 0;
        padding-right: 0;
        padding-left: 0;
      }

      .dp-board-item {
        grid-template-columns: 1fr;
        gap: 0;
      }

      .dp-board-item-title,
      .dp-board-item-title.small {
        font-size: 16px;
      }

      .dp-news-side .dp-board-more {
        display: none;
      }

      .dp-board-more-sp {
        display: block;
        margin-top: 20px;
        text-align: left;
      }

      .dp-instagram-section {
        padding: 50px 0;
      }

      .dp-instagram-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .dp-instagram-grid #sb_instagram #sbi_images {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
      }

      .dp-event-board {
        padding: 0;
      }

      .dp-event-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .dp-hgroup-event {
        margin-bottom: 16px;
      }

      .dp-event-item {
        height: 80px;
        min-height: 80px;
        padding: 0;
      }

      .dp-event-row {
        grid-template-columns: 1fr;
        grid-template-areas:
          "date"
          "title";
        gap: 6px;
        align-items: start;
      }

      .dp-footer-map {
        padding: 50px 0 0;
      }

      .dp-footer-map-grid {
        grid-template-columns: 1fr;
        gap: 10px;
      }

      .dp-footer-map-frame {
        height: 300px;
      }

      .dp-fixed-shopping-banner {
        right: 10px;
        bottom: 10px;
        width: 120px;
      }

      .dp-footer-bottom {
        padding: 20px 0 150px;
      }

      .dp-footer-top {
        padding-bottom: 34px;
      }

      .dp-footer-head {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 22px;
      }

      .dp-footer-brand {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        gap: 12px;
      }

      .dp-footer-site-note {
        font-size: 12px;
      }

      .dp-footer-to-top {
        left: 10px;
        right: auto;
        bottom: 12px;
        min-height: 40px;
        padding: 0 12px;
        gap: 12px;
        font-size: 12px;
      }

      .dp-footer-top-inner {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-top: 28px;
      }

      .dp-footer-info {
        margin-bottom: 30px;
      }

      .dp-footer-contact-inline {
        gap: 12px 18px;
      }

      .dp-footer-contact-stores {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .dp-footer-contact-store {
        display: block;
        position: static !important;
        float: none !important;
        clear: both;
        overflow: visible;
      }

      .dp-footer-store-name {
        margin: 0 0 10px;
        font-size: 14px;
        display: inline-block !important;
        width: auto;
        position: static !important;
        float: none !important;
        line-height: 1.4;
        white-space: nowrap;
        vertical-align: top;
      }

      .dp-footer-map-label {
        display: inline-block !important;
        margin: 0 0 8px;
        position: static !important;
        float: none !important;
        line-height: 1.4;
      }

      .dp-footer-contact-inquiry {
        margin-top: 12px;
      }

      .dp-footer-contact-inquiry .dp-button {
        width: 100%;
        min-width: 0;
      }

      .dp-footer-contact {
        display: flex;
        flex-direction: column;
        gap: 10px;
      }

      .dp-footer-contact li {
        display: flex !important;
        align-items: flex-start !important;
        gap: 10px;
        margin: 0;
      }

      .dp-footer-contact li:first-child {
        display: flex !important;
        position: static !important;
        float: none !important;
        clear: both;
      }

      .dp-footer-contact li:first-child > span:last-child {
        display: block !important;
        flex: 1 1 auto;
        width: auto !important;
        min-width: 0;
      }

      .dp-footer-contact-inline {
        display: grid !important;
        grid-template-columns: 1fr;
        row-gap: 8px;
        column-gap: 0;
        width: 100%;
        align-items: start;
      }

      .dp-footer-contact-pair {
        display: grid !important;
        grid-template-columns: 48px minmax(0, 1fr);
        align-items: start;
        column-gap: 10px;
        width: 100%;
      }

      .dp-footer-contact-pair > .dp-footer-contact-label {
        min-width: 0;
        margin: 0;
      }

      .dp-footer-contact-pair > a,
      .dp-footer-contact-pair > span:last-child {
        min-width: 0;
        overflow-wrap: anywhere;
      }

      .dp-footer-contact li,
      .dp-footer-contact li span,
      .dp-footer-contact a:not(.dp-button),
      .dp-footer-contact-label {
        font-size: 14px;
        line-height: 1.6;
      }

      .dp-footer-contact-label {
        flex: 0 0 48px;
        min-width: 48px;
        letter-spacing: 0.02em;
        text-align: left;
      }

      .dp-footer-global {
        width: 100%;
        min-width: 0;
        gap: 16px;
      }

      .dp-footer-global-main {
        display: grid;
        grid-template-columns: repeat(2, minmax(160px, 1fr));
        gap: 10px 10px;
      }

      .dp-footer-global-main a {
        font-size: 14px;
        padding-left: 22px;
      }

      .dp-footer-global-sub {
        justify-content: center;
        gap: 10px 16px;
      }

      .dp-footer-social-row {
        --dp-social-height: 46px;
        margin-top: 22px;
        justify-content: center;
      }

      .dp-footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
      }

      .dp-footer-bottom small {
        margin-top: 30px;
        align-self: center;
        text-align: center;
      }

      .dp-news-row {
        grid-template-columns: auto auto 1fr;
        grid-template-areas:
          "date cat ."
          "title title title";
        align-items: start;
        gap: 8px 10px;
      }

      .dp-news-date {
        display: inline-block;
        width: 100px;
      }

      .dp-news-cat {
        min-width: 0;
        width: fit-content;
        height: 30px;
      }

      .dp-news-title {
        font-size: 16px;
      }

      .dp-blog-title {
        font-size: 16px;
      }

      .dp-instagram-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
      }

      .dp-instagram-grid #sb_instagram #sbi_images {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
      }
    }

    /* iPad Air and up: reduce shopping visual height */
    @media (min-width: 820px) and (max-width: 991px) {
      .dp-shopping-art .shot {
        aspect-ratio: 16 / 9;
      }

      .dp-shopping-art .shot img {
        top: -24px;
        height: calc(100% + 48px);
      }
    }

    @media (min-width: 992px) and (max-width: 1366px) {
      .dp-shopping-art {
        min-height: 460px;
      }

      .dp-shopping-art .shot {
        height: 460px;
      }

      .dp-shopping-art .shot img {
        top: -42px;
        height: calc(100% + 84px);
      }
    }

    /* Desktop: keep visible side gutters in TOP slider */
    @media (min-width: 992px) {
      .dp-shopping-art .shot img {
        left: -10% !important;
        width: 106% !important;
        object-position: center center !important;
      }

      .dp-instagram-section {
        padding-top: 0 !important;
      }

      .top_slider-inner {
        width: calc(100% - ((100vw - min(1000px, 92vw)) / 2)) !important;
        max-width: none !important;
        margin-left: calc((100vw - min(1000px, 92vw)) / 2) !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
      }

      .top_slider .slick-list {
        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
      }

      .top_slider .slick-slide {
        padding: 0 !important;
      }

      .top_slider .slick-slide.photo {
        margin: 0 10px !important;
      }

      .common_slider .photo::before {
        padding-top: 56% !important;
      }
    }
