/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #ffffff;
    --spacing: 0.25rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-navy: #5b5e78;
    --color-pale-blue: #bfddf2;
    --color-link-pink: #d384b8;
    --font-brand: "Brand", "Helvetica Neue", Arial, sans-serif;
    --font-jp: "Noto Sans JP", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
    --font-mincho: "Zen Old Mincho", "Hiragino Mincho Pro", serif;
    --font-en: "Inter", sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .z-50 {
    z-index: 50;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .w-full {
    width: 100%;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .bg-pale-blue {
    background-color: var(--color-pale-blue);
  }
  .mask-repeat {
    mask-repeat: repeat;
  }
  .object-cover {
    object-fit: cover;
  }
  .text-center {
    text-align: center;
  }
  .font-brand {
    font-family: var(--font-brand);
  }
  .font-en {
    font-family: var(--font-en);
  }
  .font-jp {
    font-family: var(--font-jp);
  }
  .font-mincho {
    font-family: var(--font-mincho);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-navy {
    color: var(--color-navy);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
}
@font-face {
  font-family: "Brand";
  src: url("../fonts/Brand.woff") format("woff"), url("../fonts/Brand.ttf") format("truetype"), url("../fonts/Brand.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@layer base {
  html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
  }
  body {
    font-family: var(--font-jp);
    font-feature-settings: "palt";
    color: var(--color-navy);
    background: var(--color-pale-blue);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: clip;
    margin: 0;
  }
  img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .pc-only {
    display: none !important;
  }
}
.sec-wrap {
  max-width: 2560px;
}
.sec-inner {
  max-width: 840px;
  padding: 0 24px;
}
.sec-title {
  font-family: var(--font-brand);
  color: var(--color-navy);
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  font-size: 72px;
  letter-spacing: 2.88px;
  line-height: 1.2;
}
.sec-subtitle {
  font-family: var(--font-jp);
  font-weight: 700;
  color: var(--color-navy);
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}
.entry-btn {
  width: 140px;
  bottom: 10px;
  right: max(10px, calc((100vw - 2560px) / 2 + 10px));
}
.title-mada {
  width: 57%;
  left: 32.5%;
  top: 15%;
  transform: translate(-50%, -50%) rotate(0deg);
}
@media (min-width: 768px) and (max-width: 1279px) {
  .title-mada {
    width: min(57%, calc(100% - 48px));
  }
}
.title-hyougensha {
  width: 42%;
  left: 67.6%;
  top: 97.6%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1279px) {
  .title-hyougensha {
    width: min(604px, 54%);
  }
}
.catch-inner {
  padding-top: 120px;
  padding-bottom: 120px;
  gap: 0;
}
.tagline {
  margin-bottom: 32px;
}
.the-next-players {
  margin-bottom: 48px;
}
.entry-btn-inline {
  width: 360px;
  transition: opacity 0.3s ease;
  border-radius: 48px;
}
.entry-btn-inline:hover {
  opacity: 0.8;
}
.sparkle {
  max-width: none;
}
@media (min-width: 768px) {
  .sparkle-sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sparkle-pc {
    display: none !important;
  }
}
.msg-content {
  padding-top: 151px;
  padding-bottom: 120px;
}
.msg-title {
  width: min(852px, 88%);
  margin-bottom: 72px;
}
.msg-body p {
  margin: 0;
}
.msg-parallax-on {
  position: relative;
}
.msg-parallax-on .msg-bg {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.msg-parallax-on .msg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(var(--msg-offset, 0px));
  will-change: transform;
}
.bg-teaser-caution {
  position: relative;
  z-index: 0;
  background-image: url("../images/bg_teaser_to_caution.webp");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.sparkles-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}
.sparkle {
  position: absolute;
  pointer-events: none;
  user-select: none;
  display: block;
}
.teaser-video {
  pointer-events: none;
}
.teaser-link {
  cursor: pointer;
}
.deco {
  position: absolute;
  pointer-events: none;
  user-select: none;
  z-index: -2;
}
.teaser, .requirement, .star-quality, .schedule {
  overflow-x: clip;
}
.caution {
  overflow: clip;
}
.deco-teaser-01 {
  bottom: 0;
  left: 40%;
  transform: translate(-50%, 40%);
  width: 829px;
}
.deco-teaser-02 {
  bottom: 0;
  left: 85.7%;
  transform: translate(-50%, 60%);
  width: 829px;
}
.deco-caut-03 {
  top: 671px;
  right: 54.58%;
  width: 1346px;
}
.deco-caut-04 {
  top: 1092px;
  left: 76.11%;
  width: 555px;
}
.requirement {
  padding: 80px 0;
  margin-top: 331px;
}
.requirement p {
  margin: 0;
}
.req-star {
  transform: translateY(-8px);
}
.star-quality {
  padding: 80px 0;
  margin-top: 200px;
}
.star-quality p {
  margin: 0;
}
.sq-row p {
  margin: 0;
}
.schedule {
  padding: 80px 0;
  margin-top: 120px;
}
.schedule p {
  margin: 0;
}
.sched-period-card {
  width: fit-content;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--color-navy);
  border-radius: 16px;
  padding: 20px 32px;
}
.sched-period-row .font-brand {
  transform: translateY(4px);
  display: inline-block;
}
.sched-timeline {
  gap: 0;
}
.sched-step-num {
  width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--color-navy);
  border-radius: 56px;
}
.sched-step-num span {
  transform: translateY(2px);
}
.sched-connector {
  width: 112px;
  height: 1px;
  margin-top: 23px;
  background: var(--color-navy);
}
.sched-entry-btn {
  display: inline-block;
  background: linear-gradient(175.73deg, rgb(152, 189, 219) 41.6%, rgb(104, 76, 220) 117.5%);
  border-radius: 48px;
  padding: 20px 132px;
  transition: opacity 0.3s ease;
}
.sched-entry-btn:hover {
  opacity: 0.85;
}
.sched-entry-btn span {
  font-size: 32px;
  letter-spacing: 2.56px;
  line-height: 1;
  text-shadow: 0 0 12px rgba(100, 95, 129, 0.55);
}
.caution {
  padding: 80px 0 160px;
  margin-top: 120px;
}
.caution p {
  margin: 0;
}
.caut-content {
  width: calc(100vw - 30px);
  max-width: 620px;
}
.caut-blocks {
  border-top: 1px solid rgba(91, 94, 120, 0.4);
}
.caut-block {
  border-bottom: 1px solid rgba(91, 94, 120, 0.4);
}
.caut-block-head {
  list-style: none;
  cursor: pointer;
  padding: 24px 0;
}
.caut-block[open] .caut-block-head {
  padding-bottom: 0;
  margin-bottom: 24px;
}
.caut-block[open] .caut-block-body {
  padding-bottom: 24px;
}
.caut-block-head::-webkit-details-marker {
  display: none;
}
.caut-block-head h3 {
  opacity: 0.8;
}
.caut-caret {
  opacity: 0.8;
  transition: transform 0.25s ease;
}
.caut-block[open] .caut-caret {
  transform: scaleY(-1);
}
.caut-block-body {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-navy);
  opacity: 0.8;
}
.caut-lead {
  margin-bottom: 12px !important;
}
.caut-lead-bold {
  font-weight: 700 !important;
}
.caut-lead:last-child {
  margin-bottom: 0 !important;
}
.caut-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.caut-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.caut-list li img {
  flex-shrink: 0;
  width: 8px;
  height: 1px;
  margin-top: 11px;
  object-fit: fill;
}
.caut-list li img.caut-square {
  width: 8px;
  height: 1px;
  margin-top: 11px;
  object-fit: fill;
}
.caut-list-nested {
  padding-left: 16px;
  margin-top: 16px;
}
.caut-note {
  font-size: 12px !important;
  margin-top: 8px !important;
}
.caut-link {
  color: var(--color-link-pink);
  text-decoration: underline;
}
.caut-final-note {
  font-family: var(--font-jp);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.6;
  color: var(--color-navy);
  opacity: 0.8;
  margin-top: 40px !important;
}
.site-footer {
  background: var(--color-pale-blue);
  padding: 24px 0;
}
.footer-inner {
  max-width: 1440px;
  padding: 0 24px;
}
.footer-divider {
  width: 1px;
  height: 12px;
  background: var(--color-navy);
  display: inline-block;
}
.site-footer a {
  transition: opacity 0.3s ease;
}
.site-footer a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .kv-image {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center center;
  }
  .msg-content {
    padding-top: 56px;
    padding-bottom: 60px;
  }
  .msg-title {
    margin-bottom: 40px;
  }
  .msg-body {
    font-size: 14px !important;
    line-height: 1.8 !important;
    padding: 0 24px;
  }
  .title-mada {
    width: 88%;
    left: 51%;
    top: 12.4%;
  }
  .title-hyougensha {
    left: 34%;
    top: 98%;
  }
  .catch-inner {
    padding-top: 62px;
    padding-bottom: 48px;
  }
  .tagline {
    font-size: 14px !important;
  }
  .the-next-players {
    font-size: 56px !important;
    letter-spacing: 1.12px !important;
    margin-bottom: 40px;
  }
  .entry-btn-inline {
    width: 327px;
    max-width: calc(100% - 48px);
  }
  .star-quality {
    padding: 48px 0 !important;
    margin-top: 80px !important;
  }
  .star-quality h2 {
    font-size: 32px !important;
    letter-spacing: 1.28px !important;
  }
  .sq-row {
    gap: 12px !important;
  }
  .sq-row > div:first-child {
    gap: 4px !important;
  }
  .sq-row span {
    font-size: 24px !important;
  }
  .sq-row img[src*="sq_sparkle"] {
    width: 18px !important;
    height: 30px !important;
  }
  .sq-row .flex.items-center.justify-center {
    width: 56px !important;
    height: 56px !important;
  }
  .requirement {
    padding: 48px 0 !important;
    margin-top: 120px !important;
  }
  .requirement h2 {
    font-size: 32px !important;
    letter-spacing: 1.28px !important;
  }
  .req-star {
    width: 24px !important;
    height: 24px !important;
    transform: translateY(-4px) !important;
  }
  .req-cards {
    flex-direction: column !important;
    align-items: center !important;
    gap: 24px !important;
  }
  .req-cards > div {
    width: 100% !important;
    gap: 4px !important;
  }
  .schedule {
    padding: 48px 0 !important;
    margin-top: 80px !important;
  }
  .schedule h2 {
    font-size: 32px !important;
    letter-spacing: 1.28px !important;
  }
  .sched-period-card {
    width: auto !important;
    max-width: 327px !important;
    padding: 20px 16px !important;
  }
  .sched-period-inner {
    flex-direction: column !important;
    gap: 12px !important;
  }
  .sched-period-row {
    gap: 16px !important;
  }
  .sched-period-row .font-brand {
    font-size: 32px !important;
  }
  .sched-timeline {
    flex-direction: column !important;
    align-items: center !important;
  }
  .sched-step {
    width: 327px !important;
    max-width: 100% !important;
  }
  .sched-connector {
    width: 1px !important;
    height: 40px !important;
    margin-top: 0 !important;
    background: var(--color-navy) !important;
  }
  .sched-entry-btn {
    padding: 20px 40px !important;
    width: 327px;
    max-width: calc(100% - 48px);
    text-align: center;
  }
  .sched-entry-btn span {
    font-size: 20px !important;
    letter-spacing: 1.6px !important;
  }
  .caution {
    padding: 48px 0 !important;
    margin-top: 80px !important;
  }
  .caution h2 {
    font-size: 32px !important;
    letter-spacing: 1.28px !important;
  }
  .caut-block-head h3 {
    font-size: 16px !important;
  }
  .caut-block-body {
    font-size: 14px !important;
  }
  .site-footer {
    margin-top: 0 !important;
  }
  .deco-pc {
    display: none !important;
  }
  .deco-sp-01 {
    top: 0;
    left: 42.48%;
    transform: translate(-50%, -75%);
    width: 336px;
  }
  .deco-sp-02 {
    top: 0;
    right: 59.73%;
    width: 457px;
  }
  .deco-sp-03 {
    top: 0;
    left: 82.18%;
    width: 686px;
  }
  .deco-sp-04 {
    top: 0;
    left: 84.13%;
    width: 270px;
  }
  .deco-sp-05 {
    bottom: 0;
    left: 53.48%;
    width: 322px;
  }
  .deco-sp-06 {
    bottom: 0;
    right: 73.07%;
    width: 385px;
  }
  .deco-sp-07 {
    bottom: 0;
    right: 38.43%;
    transform: translateY(100%);
    width: 569px;
  }
  .deco-sp-08 {
    top: 0;
    left: 72%;
    transform: translateY(-50%);
    width: 654px;
  }
  .deco-sp-09 {
    top: 0;
    left: 232.27%;
    width: 732px;
  }
  .deco-sp-10 {
    top: 0;
    right: 73%;
    width: 775px;
  }
  .deco-sp-11 {
    bottom: 0;
    left: 148.8%;
    width: 287px;
  }
  .deco-sp-12 {
    top: 0;
    right: 40%;
    width: 639px;
  }
  .deco-sp-13 {
    top: 0;
    left: 74%;
    width: 422px;
  }
  .deco-sp-14 {
    top: 1512px;
    right: 78%;
    width: 557px;
  }
  .deco-sp-15 {
    top: 1400px;
    left: 74%;
    width: 403px;
  }
}
@media (min-width: 768px) {
  .deco-sp {
    display: none !important;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-font-weight: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
