@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --ivory: #e3ded2;
  --ivory-2: #eae6dd;
  --ivory-3: #ccc6b7;
  --ivory-4: #eaecec;
  --black: #1a1a1a;
  --white: #ffffff;
  --red: #e61b46;
  --gray: #b0b4b4;
  --gold: #AA9761;
  --text-cl-01: var(--black);
  --text-cl-02: #202020;
  --text-cl-03: var(--white);
  --text-cl-04: #ff2323;
  --border-cl-01: var(--ivory-2);
  --border-cl-02: var(--gray);
  --border-size-m: 2px;
  --border-size-s: 1px;
}
@media screen and (min-width: 835px) {
  :root {
    --radius-section: 260px;
  }
}
@media screen and (max-width: 834px) {
  :root {
    --radius-section: 120px;
  }
}
:root {
  --radius-block: 80px;
  --radius-card: 16px;
  --radius-btn-map: 8px;
  --radius-pill: 50px;
  --shadow-card: 0 14px 30px rgba(0, 0, 0, 0.25);
  --bg-base: var(--ivory);
  --font-display: "Libre Bodoni", Georgia, serif;
  --font-jp: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  --font-en: "Lato", Arial, sans-serif;
  --font-vertical: YuGothic, "游ゴシック体", "Yu Gothic", sans-serif;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;
  --lh-fit: 1;
  --lh-narrow: 1.5;
  --lh-base: 1.6;
  --lh-loose: 2;
  --ls-display: -0.02em;
  --ls-en: 0.04em;
  --duration: 0.3s ease;
}

html, body {
  width: 100%;
  min-height: 100%;
  background-color: var(--ivory);
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (min-width: 835px) {
  html {
    scroll-padding-top: min(0px, 0vw);
  }
}
@media screen and (max-width: 834px) {
  html {
    scroll-padding-top: min(0px, 0vw);
  }
}

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

body {
  -webkit-text-size-adjust: 100%;
  background-color: var(--ivory);
  color: var(--black);
  font-family: var(--font-jp);
  font-weight: var(--fw-regular);
  line-height: var(--lh-base);
  margin: 0;
  overflow-x: clip;
  position: relative;
}
@media screen and (min-width: 835px) {
  body {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  body {
    font-size: clamp(11.9px, 3.59vw, 15.4px);
  }
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  transition: all var(--duration);
}
a img {
  transition: var(--duration);
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
  }
}

i[class^=fa] {
  margin-right: 0.5em;
  margin-left: 0.5em;
}

img, svg {
  max-width: 100%;
  height: auto;
}

svg {
  fill: currentcolor;
}

@media screen and (min-width: 835px) {
  p small {
    font-size: clamp(10.2px, 0.833vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  p small {
    font-size: clamp(9.35px, 2.821vw, 12.1px);
  }
}

strong {
  font-weight: var(--fw-bold);
}

p a, td a, th a,
blockquote a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  p a:hover, td a:hover, th a:hover,
  blockquote a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

hr {
  height: 1px;
  border: none;
  margin: min(22px, 1.389vw) 0;
}
@media screen and (max-width: 834px) {
  hr {
    margin: min(22px, 5.128vw) 0;
  }
}

@keyframes heartBounce {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  55% {
    opacity: 1;
    transform: translateY(-4px);
  }
  75% {
    transform: translateY(2px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-header {
  --nav-heart: var(--red);
  --nav-text: var(--black);
  --nav-bar: var(--black);
}
.l-header.is-nav-light {
  --nav-heart: var(--white);
  --nav-text: var(--white);
  --nav-bar: var(--white);
}
.l-header.is-nav-heart {
  --nav-heart: var(--white);
  --nav-text: var(--black);
  --nav-bar: var(--black);
}
.l-header {
  position: fixed;
  z-index: 100;
  color: var(--nav-text);
}
@media screen and (min-width: 835px) {
  .l-header {
    top: 0;
    right: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 834px) {
  .l-header {
    top: 0;
    left: 0;
    right: 0;
    height: clamp(54.4px, 16.41vw, 70.4px);
  }
}
@media screen and (min-width: 835px) {
  .l-header__burger {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .l-header__burger {
    position: absolute;
    top: 50%;
    right: clamp(13.6px, 4.103vw, 17.6px);
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(5.1px, 1.538vw, 6.6px);
    width: clamp(37.4px, 11.282vw, 48.4px);
    height: clamp(37.4px, 11.282vw, 48.4px);
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
}
@media screen and (max-width: 834px) {
  .l-header__burger-bar {
    display: block;
    width: clamp(23.8px, 7.179vw, 30.8px);
    height: clamp(1.7px, 0.513vw, 2.2px);
    border-radius: clamp(1.7px, 0.513vw, 2.2px);
    background-color: var(--nav-bar);
    transition: background-color var(--duration);
  }
}
@media screen and (min-width: 835px) {
  .l-header__overlay {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .l-header__overlay {
    position: fixed;
    inset: 0;
    background: rgba(28, 28, 28, 0.9);
    z-index: 190;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }
  .l-header__overlay.is-open {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 835px) {
  .l-header__close {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .l-header__close {
    position: absolute;
    top: clamp(2.55px, 0.769vw, 3.3px);
    right: clamp(1.7px, 0.513vw, 2.2px);
    width: clamp(54.4px, 16.41vw, 70.4px);
    height: clamp(54.4px, 16.41vw, 70.4px);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
}

@media screen and (min-width: 835px) {
  .l-nav {
    width: 100%;
    padding: clamp(34px, 2.778vw, 44px) clamp(34px, 2.778vw, 44px) clamp(25.5px, 2.083vw, 33px) clamp(25.5px, 2.083vw, 33px);
    pointer-events: auto;
    transition: opacity var(--duration);
  }
  .l-nav.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 834px) {
  .l-nav {
    position: fixed;
    top: clamp(72.25px, 21.795vw, 93.5px);
    left: clamp(30.6px, 9.231vw, 39.6px);
    right: 0;
    z-index: 200;
    height: clamp(484.5px, 146.154vw, 627px);
    padding: clamp(61.2px, 18.462vw, 79.2px) clamp(54.4px, 16.41vw, 70.4px) clamp(59.5px, 17.949vw, 77px);
    background-color: var(--red);
    background-image: url("../img/common/nav_bg.webp");
    background-size: cover;
    border-radius: 80px 0 0 80px;
    opacity: 0;
    overflow: hidden;
    transform: translateX(calc(100% + clamp(30.6px, 9.231vw, 39.6px)));
    pointer-events: none;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, opacity 0.2s ease;
  }
  .l-nav.is-open {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 835px) {
  .l-nav__list {
    display: flex;
    flex-direction: column;
    gap: clamp(3.4px, 0.278vw, 4.4px);
  }
}
@media screen and (max-width: 834px) {
  .l-nav__list {
    display: grid;
    grid-template-columns: repeat(2, fit-content(100%));
    column-gap: clamp(47.6px, 14.359vw, 61.6px);
    row-gap: clamp(34px, 10.256vw, 44px);
    align-content: start;
  }
}
@media screen and (max-width: 834px) {
  .l-nav__item--top {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 835px) {
  .l-nav__item.is-current .l-nav__heart {
    animation: heartBounce 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  }
  .l-nav__item.is-current .l-nav__label {
    transform: translateX(0.5em);
  }
}
@media (any-hover: hover) {
  .l-nav__item:hover .l-nav__heart {
    animation: heartBounce 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  }
  .l-nav__item:hover .l-nav__label {
    transform: translateX(0.5em);
  }
}
.l-nav__link {
  display: flex;
  align-items: center;
  color: inherit;
}
@media screen and (min-width: 835px) {
  .l-nav__link {
    padding-block: clamp(8.5px, 0.694vw, 11px);
    transition: color var(--duration);
  }
}
@media screen and (max-width: 834px) {
  .l-nav__link {
    gap: clamp(6.8px, 2.051vw, 8.8px);
    height: clamp(30.6px, 9.231vw, 39.6px);
    padding-block: clamp(8.5px, 2.564vw, 11px);
    color: var(--white);
  }
}
.l-nav__heart {
  flex-shrink: 0;
  display: block;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 9'%3E%3Cpath d='M1.50511 0.531628C2.8127 -0.251091 4.72208 -0.164333 6.48756 0.759288L6.50032 0.765937L6.51308 0.759288C7.47671 0.25489 8.48373 0 9.41225 0C10.1841 0 10.9017 0.176048 11.4955 0.531628C12.4655 1.11265 13 2.09865 13 3.30882C13 6.66261 9.57466 9 6.5 9C3.42533 9 0 6.66261 0 3.30882C0 2.09865 0.53478 1.11265 1.50511 0.531628Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 9'%3E%3Cpath d='M1.50511 0.531628C2.8127 -0.251091 4.72208 -0.164333 6.48756 0.759288L6.50032 0.765937L6.51308 0.759288C7.47671 0.25489 8.48373 0 9.41225 0C10.1841 0 10.9017 0.176048 11.4955 0.531628C12.4655 1.11265 13 2.09865 13 3.30882C13 6.66261 9.57466 9 6.5 9C3.42533 9 0 6.66261 0 3.30882C0 2.09865 0.53478 1.11265 1.50511 0.531628Z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  opacity: 0;
}
@media screen and (min-width: 835px) {
  .l-nav__heart {
    width: clamp(11.05px, 0.903vw, 14.3px);
    height: clamp(7.65px, 0.625vw, 9.9px);
    background-color: var(--nav-heart);
    transition: background-color var(--duration);
  }
}
@media screen and (max-width: 834px) {
  .l-nav__heart {
    display: none;
  }
}
.l-nav__label {
  font-family: var(--font-en);
  font-weight: var(--fw-bold);
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 835px) {
  .l-nav__label {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
    letter-spacing: var(--ls-en);
    transition: transform 0.2s ease;
  }
}
@media screen and (max-width: 834px) {
  .l-nav__label {
    font-size: clamp(16.15px, 4.872vw, 20.9px);
    color: var(--white);
  }
}
.l-nav__icon {
  flex-shrink: 0;
  transform: translateY(-0.1em);
}
@media screen and (min-width: 835px) {
  .l-nav__icon {
    width: 12px;
    height: 12px;
    margin-left: clamp(3.4px, 0.278vw, 4.4px);
  }
}
@media screen and (max-width: 834px) {
  .l-nav__icon {
    width: 15px;
    height: 15px;
    margin-left: clamp(6.8px, 2.051vw, 8.8px);
  }
}

.l-footer {
  width: 100%;
  margin-top: min(184.8px, 11.667vw);
  padding-bottom: min(92.4px, 5.833vw);
  background-color: var(--ivory);
}
@media screen and (max-width: 834px) {
  .l-footer {
    margin-top: min(61.6px, 14.359vw);
    padding: 0 min(17.6px, 4.103vw) min(19.8px, 4.615vw);
  }
}
@media screen and (min-width: 835px) {
  .l-footer__inner {
    position: relative;
    width: min(1410.2px, 89.028vw);
    margin-inline: auto;
  }
}
.l-footer__head {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (min-width: 835px) {
  .l-footer__head {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 834px) {
  .l-footer__head {
    justify-content: flex-start;
  }
}
.l-footer__nav {
  display: flex;
  align-items: flex-start;
  gap: min(61.6px, 3.889vw);
}
@media screen and (max-width: 834px) {
  .l-footer__nav {
    flex-direction: column;
    gap: min(17.6px, 4.103vw);
    width: 100%;
  }
}
.l-footer__nav-secondary {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: start;
  column-gap: min(61.6px, 3.889vw);
}
@media screen and (max-width: 834px) {
  .l-footer__nav-secondary {
    grid-template-columns: repeat(3, 1fr);
    column-gap: min(35.2px, 8.205vw);
    row-gap: min(8.8px, 2.051vw);
    width: 100%;
  }
}
.l-footer__nav-link {
  display: flex;
  align-items: center;
  gap: min(6.6px, 0.417vw);
  padding-block: min(11px, 0.694vw);
  font-family: var(--font-en);
  font-weight: var(--fw-bold);
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .l-footer__nav-link {
    align-items: end;
    padding-block: min(11px, 2.564vw);
  }
}
@media (any-hover: hover) {
  .l-footer__nav-link:hover .l-footer__nav-heart {
    animation: heartBounce 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  }
}
@media screen and (max-width: 834px) {
  .l-footer__nav-link {
    gap: min(6.6px, 1.538vw);
    padding-block: min(11px, 2.564vw);
  }
}
.l-footer__nav-heart {
  display: block;
  flex-shrink: 0;
  width: min(14.3px, 0.903vw);
  height: min(9.9px, 0.625vw);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 9'%3E%3Cpath d='M1.50511 0.531628C2.8127 -0.251091 4.72208 -0.164333 6.48756 0.759288L6.50032 0.765937L6.51308 0.759288C7.47671 0.25489 8.48373 0 9.41225 0C10.1841 0 10.9017 0.176048 11.4955 0.531628C12.4655 1.11265 13 2.09865 13 3.30882C13 6.66261 9.57466 9 6.5 9C3.42533 9 0 6.66261 0 3.30882C0 2.09865 0.53478 1.11265 1.50511 0.531628Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 9'%3E%3Cpath d='M1.50511 0.531628C2.8127 -0.251091 4.72208 -0.164333 6.48756 0.759288L6.50032 0.765937L6.51308 0.759288C7.47671 0.25489 8.48373 0 9.41225 0C10.1841 0 10.9017 0.176048 11.4955 0.531628C12.4655 1.11265 13 2.09865 13 3.30882C13 6.66261 9.57466 9 6.5 9C3.42533 9 0 6.66261 0 3.30882C0 2.09865 0.53478 1.11265 1.50511 0.531628Z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: var(--red);
  opacity: 0;
}
@media screen and (max-width: 834px) {
  .l-footer__nav-heart {
    display: none;
  }
}
.l-footer__nav-label {
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .l-footer__nav-label {
    font-size: clamp(13.6px, 4.103vw, 17.6px);
  }
}
.l-footer__nav-icon {
  display: block;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  filter: brightness(0);
}
@media screen and (max-width: 834px) {
  .l-footer__nav-icon {
    width: 12px;
    height: 12px;
    transform: translateY(-0.1em);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__logo-area {
    padding-top: min(41.8px, 9.744vw);
  }
}
.l-footer__logo {
  display: block;
  width: 100%;
  height: auto;
}
.l-footer picture {
  display: block;
}
.l-footer__copy {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 835px) {
  .l-footer__copy {
    position: absolute;
    left: 0;
    bottom: 0;
    gap: min(5.5px, 0.347vw);
    transform: translateY(50%);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__copy {
    margin-top: min(11px, 2.564vw);
    gap: min(5.5px, 1.282vw);
  }
}
.l-footer__copyright {
  font-family: var(--font-en);
  font-size: clamp(11.05px, 0.903vw, 14.3px);
  line-height: var(--lh-base);
  color: var(--black);
}
@media screen and (max-width: 834px) {
  .l-footer__copyright {
    font-size: clamp(10.2px, 3.077vw, 13.2px);
  }
}
.l-footer__company {
  display: flex;
  align-items: baseline;
  gap: min(6.6px, 0.417vw);
  font-family: var(--font-jp);
  font-size: clamp(11.9px, 0.972vw, 15.4px);
  line-height: var(--lh-base);
  color: var(--black);
  text-decoration: none;
  transition: opacity var(--duration);
}
@media screen and (max-width: 834px) {
  .l-footer__company {
    gap: min(6.6px, 1.538vw);
    font-size: clamp(11.05px, 3.333vw, 14.3px);
  }
}
.l-footer__company img {
  display: block;
  width: min(13.2px, 0.833vw);
  height: min(13.2px, 0.833vw);
  flex-shrink: 0;
  filter: brightness(0);
}
@media (any-hover: hover) {
  .l-footer__company:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 834px) {
  .l-footer__company {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
    gap: min(6.6px, 1.538vw);
  }
  .l-footer__company img {
    width: min(13.2px, 3.077vw);
    height: min(13.2px, 3.077vw);
  }
}

.l-body {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow-x: clip;
  min-height: 100vh;
}

.l-main {
  position: relative;
  z-index: 5;
  width: 100%;
  margin: auto;
}

.l-inner {
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .l-inner {
    max-width: min(1189.1px, 75.069vw);
  }
}
@media screen and (max-width: 834px) {
  .l-inner {
    padding-inline: min(17.6px, 4.103vw);
  }
}

@media screen and (min-width: 835px) {
  .l-section {
    margin-top: min(132px, 8.333vw);
  }
}
@media screen and (max-width: 834px) {
  .l-section {
    margin-top: min(70.4px, 16.41vw);
  }
}

.c-row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (min-width: 835px) {
  .c-row {
    gap: min(22px, 1.389vw);
  }
}
@media screen and (max-width: 834px) {
  .c-row {
    gap: min(17.6px, 4.103vw);
  }
}
@media screen and (min-width: 835px) {
  .c-row:where(.--gap-wide) {
    gap: min(52.8px, 3.333vw);
  }
}
@media screen and (max-width: 834px) {
  .c-row:where(.--gap-wide) {
    gap: min(30.8px, 7.179vw);
  }
}
@media screen and (min-width: 835px) {
  .c-row:where(.--gap-narrow) {
    gap: min(8.8px, 0.556vw);
  }
}
@media screen and (max-width: 834px) {
  .c-row:where(.--gap-narrow) {
    gap: min(4.4px, 1.026vw);
  }
}
.c-row:where(.--gap-none) {
  gap: min(0px, 0vw);
}
@media screen and (max-width: 834px) {
  .c-row:has(.c-col-md-12) {
    column-gap: 0;
  }
}

.c-col-1 {
  grid-column: span 1;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-1 {
    grid-column: span 1 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-1 {
    grid-column: span 1 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-1 {
    grid-column: span 1 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-1 {
    grid-column: span 1 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-1 {
    grid-column: span 1 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-1 {
    grid-column: span 1 !important;
  }
}
.c-col-2 {
  grid-column: span 2;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-2 {
    grid-column: span 2 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-2 {
    grid-column: span 2 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-2 {
    grid-column: span 2 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-2 {
    grid-column: span 2 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-2 {
    grid-column: span 2 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-2 {
    grid-column: span 2 !important;
  }
}
.c-col-3 {
  grid-column: span 3;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-3 {
    grid-column: span 3 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-3 {
    grid-column: span 3 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-3 {
    grid-column: span 3 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-3 {
    grid-column: span 3 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-3 {
    grid-column: span 3 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-3 {
    grid-column: span 3 !important;
  }
}
.c-col-4 {
  grid-column: span 4;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-4 {
    grid-column: span 4 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-4 {
    grid-column: span 4 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-4 {
    grid-column: span 4 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-4 {
    grid-column: span 4 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-4 {
    grid-column: span 4 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-4 {
    grid-column: span 4 !important;
  }
}
.c-col-5 {
  grid-column: span 5;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-5 {
    grid-column: span 5 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-5 {
    grid-column: span 5 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-5 {
    grid-column: span 5 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-5 {
    grid-column: span 5 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-5 {
    grid-column: span 5 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-5 {
    grid-column: span 5 !important;
  }
}
.c-col-6 {
  grid-column: span 6;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-6 {
    grid-column: span 6 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-6 {
    grid-column: span 6 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-6 {
    grid-column: span 6 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-6 {
    grid-column: span 6 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-6 {
    grid-column: span 6 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-6 {
    grid-column: span 6 !important;
  }
}
.c-col-7 {
  grid-column: span 7;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-7 {
    grid-column: span 7 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-7 {
    grid-column: span 7 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-7 {
    grid-column: span 7 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-7 {
    grid-column: span 7 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-7 {
    grid-column: span 7 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-7 {
    grid-column: span 7 !important;
  }
}
.c-col-8 {
  grid-column: span 8;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-8 {
    grid-column: span 8 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-8 {
    grid-column: span 8 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-8 {
    grid-column: span 8 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-8 {
    grid-column: span 8 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-8 {
    grid-column: span 8 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-8 {
    grid-column: span 8 !important;
  }
}
.c-col-9 {
  grid-column: span 9;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-9 {
    grid-column: span 9 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-9 {
    grid-column: span 9 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-9 {
    grid-column: span 9 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-9 {
    grid-column: span 9 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-9 {
    grid-column: span 9 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-9 {
    grid-column: span 9 !important;
  }
}
.c-col-10 {
  grid-column: span 10;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-10 {
    grid-column: span 10 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-10 {
    grid-column: span 10 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-10 {
    grid-column: span 10 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-10 {
    grid-column: span 10 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-10 {
    grid-column: span 10 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-10 {
    grid-column: span 10 !important;
  }
}
.c-col-11 {
  grid-column: span 11;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-11 {
    grid-column: span 11 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-11 {
    grid-column: span 11 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-11 {
    grid-column: span 11 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-11 {
    grid-column: span 11 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-11 {
    grid-column: span 11 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-11 {
    grid-column: span 11 !important;
  }
}
.c-col-12 {
  grid-column: span 12;
}
@media screen and (max-width: 360px) {
  .c-col-xsm-12 {
    grid-column: span 12 !important;
  }
}
@media screen and (max-width: 540px) {
  .c-col-sm-12 {
    grid-column: span 12 !important;
  }
}
@media screen and (max-width: 834px) {
  .c-col-md-12 {
    grid-column: span 12 !important;
  }
}
@media screen and (max-width: 1194px) {
  .c-col-tb-12 {
    grid-column: span 12 !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-col-lg-12 {
    grid-column: span 12 !important;
  }
}
@media screen and (max-width: 1366px) {
  .c-col-xlg-12 {
    grid-column: span 12 !important;
  }
}

@keyframes titleRiseUp {
  from {
    transform: translateY(110%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes modalCloseBounce {
  0% {
    transform: translateY(8px);
  }
  55% {
    transform: translateY(-4px);
  }
  75% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(0);
  }
}
.p-top {
  background-image: url("../img/mv/bg.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(2822.6px, 178.194vw) auto;
}
@media screen and (max-width: 834px) {
  .p-top {
    background-size: 100% auto;
    background-image: url("../img/mv/bg_sp.webp");
  }
}
.p-top__title {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: min(13.2px, 0.833vw);
  flex-shrink: 0;
}
@media screen and (min-width: 835px) {
  .p-top__title {
    margin-bottom: min(70.4px, 4.444vw);
  }
}
@media screen and (max-width: 834px) {
  .p-top__title {
    gap: min(6.6px, 1.538vw);
    margin-bottom: min(44px, 10.256vw);
  }
}
@media screen and (min-width: 835px) {
  .p-top__title.--small {
    gap: min(8.8px, 0.556vw);
  }
}
@media screen and (max-width: 834px) {
  .p-top__title.--small {
    margin-inline: auto;
  }
}
@media screen and (min-width: 835px) {
  .p-top__title.--small .p-top__title__text {
    align-items: flex-start;
  }
}
@media screen and (min-width: 835px) {
  .p-top__title.--small .p-top__title__en {
    font-size: clamp(40.8px, 3.333vw, 52.8px);
  }
}
@media screen and (min-width: 835px) {
  .p-top__title.--small .p-top__title__ja {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
  }
}
.p-top__title__icon {
  display: block;
  width: min(29.7px, 1.875vw);
  flex-shrink: 0;
  color: var(--color);
}
@media screen and (max-width: 834px) {
  .p-top__title__icon {
    width: min(22px, 5.128vw);
  }
}
.p-top__title__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .p-top__title__text {
    gap: min(3.3px, 0.769vw);
  }
}
.p-top__title__en {
  display: block;
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: clamp(68px, 5.556vw, 88px);
  line-height: var(--lh-fit);
  letter-spacing: var(--ls-display);
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .p-top__title__en {
    font-size: clamp(34px, 10.256vw, 44px);
  }
}
.p-top__title__en span {
  display: inline-block;
  transform: translateY(110%);
}
.p-top__title__en.is-inview span {
  animation: titleRiseUp 0.5s cubic-bezier(0.6, 0, 0.35, 1.18) forwards;
}
.p-top__title__ja {
  display: block;
  font-weight: var(--fw-bold);
  line-height: 1.4;
  font-size: clamp(17px, 1.389vw, 22px);
}
@media screen and (max-width: 834px) {
  .p-top__title__ja {
    font-size: clamp(11.9px, 3.59vw, 15.4px);
  }
}
.p-top__cta {
  position: fixed;
  top: min(33px, 2.083vw);
  left: -42px;
  z-index: 10;
  display: block;
  width: min(302.5px, 19.097vw);
  filter: drop-shadow(0 7px 15px rgba(0, 0, 0, 0.15));
  transform: translateX(-110%);
  transition: transform 0.35s cubic-bezier(0.36, 0, 0.66, -0.35);
}
@media screen and (max-width: 834px) {
  .p-top__cta {
    top: min(17.6px, 4.103vw);
    bottom: auto;
    width: min(181.5px, 42.308vw);
  }
}
.p-top__cta.is-visible {
  transform: translateX(0%);
  transition: transform 0.35s cubic-bezier(0.34, 1.35, 0.64, 1);
}
@media screen and (max-width: 834px) {
  .p-top__cta {
    width: min(220px, 51.282vw);
  }
}
@media (any-hover: hover) {
  .p-top__cta:hover {
    transform: scale(0.92) translateX(0%);
  }
}
.p-top__ticket {
  position: fixed;
  z-index: 10;
  display: block;
}
@media screen and (min-width: 835px) {
  .p-top__ticket {
    right: min(29.7px, 1.875vw);
    bottom: min(29.7px, 1.875vw);
    width: min(323.4px, 20.417vw);
    filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.25));
    transform: rotate(-7deg);
    transition: transform 0.958217s linear(0, 0.0985, 0.342, 0.6483, 0.9442, 1.1767, 1.3179, 1.364, 1.3302, 1.2427, 1.1314, 1.0233, 0.9377, 0.8853, 0.8675, 0.8791, 0.9105, 0.9509, 0.9904, 1.0219, 1.0414, 1.0482, 1.0443, 1.033, 1.0183, 1.0039, 0.9923, 0.9851, 0.9825, 0.9838, 0.9878, 0.9932, 0.9984, 1.0027, 1.0054, 1.0064, 1.0059, 1.0045, 1.0025, 1.0006, 0.9991, 0.9981, 0.9977, 0.9978, 0.9983, 0.9991, 0.9998, 1.0003, 1.0007, 1.0008, 1.0008), right 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
}
@media screen and (max-width: 834px) {
  .p-top__ticket {
    left: 50%;
    bottom: min(17.6px, 4.103vw);
    width: min(398.2px, 92.821vw);
    filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.25));
    transform: translateX(-50%);
    transition: transform 0.35s cubic-bezier(0.34, 1.35, 0.64, 1);
  }
}
@media (any-hover: hover) {
  .p-top__ticket:hover {
    transform: rotate(0deg);
  }
}
.p-top__ticket.is-hidden {
  pointer-events: none;
}
@media screen and (min-width: 835px) {
  .p-top__ticket.is-hidden {
    right: -50%;
  }
}
@media screen and (max-width: 834px) {
  .p-top__ticket.is-hidden {
    transform: translateX(100%);
  }
}
.p-top__modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-top__modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 834px) {
  .p-top__modal {
    padding: min(88px, 20.513vw) min(17.6px, 4.103vw);
  }
}
.p-top__modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(26, 26, 26, 0.8);
  cursor: pointer;
}
.p-top__modal-dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: min(1188px, 75vw);
  max-height: calc(100vh - min(160.6px, 10.139vw));
  background: var(--white);
  border-radius: var(--radius-block);
}
@media screen and (max-width: 834px) {
  .p-top__modal-dialog {
    max-width: min(880px, 205.128vw);
    max-height: calc(100dvh - min(132px, 30.769vw));
    border-radius: min(44px, 10.256vw);
  }
}
.p-top__modal-close {
  position: absolute;
  top: min(89.1px, 5.625vw);
  right: min(101.2px, 6.389vw);
  z-index: 2;
  display: block;
  width: min(90.2px, 5.694vw);
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  filter: var(--shadow-card, drop-shadow(0 14px 30px rgba(0, 0, 0, 0.25)));
}
.p-top__modal-close img {
  display: block;
  width: 100%;
  height: auto;
}
@media (any-hover: hover) {
  .p-top__modal-close:hover img {
    animation: modalCloseBounce 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
}
@media screen and (max-width: 834px) {
  .p-top__modal-close {
    top: min(26.4px, 6.154vw);
    right: min(22px, 5.128vw);
    width: min(61.6px, 14.359vw);
  }
}
.p-top__modal-scroll {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: min(89.1px, 5.625vw) min(101.2px, 6.389vw);
}
@media screen and (max-width: 834px) {
  .p-top__modal-scroll {
    padding: min(79.2px, 18.462vw) min(26.4px, 6.154vw) min(61.6px, 14.359vw);
  }
}
.p-top__modal-head {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: min(71.5px, 4.514vw);
}
.p-top__modal-label {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: clamp(20.4px, 1.667vw, 26.4px);
  line-height: 1;
  margin-bottom: min(17.6px, 1.111vw);
}
@media screen and (max-width: 834px) {
  .p-top__modal-label {
    font-size: clamp(17px, 5.128vw, 22px);
    margin-bottom: min(13.2px, 3.077vw);
  }
}
.p-top__modal-title {
  font-family: var(--font-jp);
  font-weight: var(--fw-medium);
  font-size: clamp(34px, 2.778vw, 44px);
  line-height: 1.5;
  margin-bottom: min(2.2px, 0.139vw);
}
@media screen and (max-width: 834px) {
  .p-top__modal-title {
    font-size: clamp(22.1px, 6.667vw, 28.6px);
  }
}
.p-top__modal-date {
  font-family: var(--font-en);
  font-weight: var(--fw-bold);
  font-size: clamp(13.6px, 1.111vw, 17.6px);
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .p-top__modal-date {
    font-size: clamp(11.9px, 3.59vw, 15.4px);
  }
}
.p-top__modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(783.2px, 49.444vw);
  margin: min(44px, 2.778vw) auto 0;
}
@media screen and (max-width: 834px) {
  .p-top__modal-content {
    gap: min(26.4px, 6.154vw);
    width: calc(100% - min(35.2px, 8.205vw));
    margin-top: min(35.2px, 8.205vw);
  }
}
.p-top__modal-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 712/401;
  border-radius: var(--radius-card);
  overflow: hidden;
}
.p-top__modal-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top__modal-detail {
  display: flex;
  flex-direction: column;
  margin-top: min(35.2px, 2.222vw);
  gap: min(26.4px, 1.667vw);
}
@media screen and (max-width: 834px) {
  .p-top__modal-detail {
    gap: min(17.6px, 4.103vw);
  }
}
.p-top__modal-body > *:first-child {
  margin-top: 0;
}
.p-top__modal-body > *:last-child {
  margin-bottom: 0;
}
.p-top__modal-body h1, .p-top__modal-body h2, .p-top__modal-body h3, .p-top__modal-body h4, .p-top__modal-body h5, .p-top__modal-body h6 {
  position: relative;
  margin-bottom: 1em;
  line-height: 1.4;
  font-weight: var(--fw-bold);
}
.p-top__modal-body h1 + *, .p-top__modal-body h2 + *, .p-top__modal-body h3 + *, .p-top__modal-body h4 + *, .p-top__modal-body h5 + *, .p-top__modal-body h6 + * {
  margin-top: 0 !important;
}
.p-top__modal-body h2, .p-top__modal-body h3 {
  font-size: clamp(20.4px, 1.667vw, 26.4px);
}
@media screen and (max-width: 834px) {
  .p-top__modal-body h2, .p-top__modal-body h3 {
    font-size: clamp(15.3px, 4.615vw, 19.8px);
  }
}
.p-top__modal-body h4 {
  font-size: clamp(15.3px, 1.25vw, 19.8px);
}
@media screen and (max-width: 834px) {
  .p-top__modal-body h4 {
    font-size: clamp(13.6px, 4.103vw, 17.6px);
    margin-top: clamp(27.2px, 8.205vw, 35.2px);
    margin-bottom: clamp(17px, 5.128vw, 22px);
  }
}
.p-top__modal-body h5, .p-top__modal-body h6 {
  font-size: clamp(13.6px, 1.111vw, 17.6px);
}
@media screen and (max-width: 834px) {
  .p-top__modal-body h5, .p-top__modal-body h6 {
    font-size: clamp(11.9px, 3.59vw, 15.4px);
  }
}
.p-top__modal-body > *:first-child {
  margin-top: 0;
}
.p-top__modal-body p {
  margin-top: 1em;
  font-weight: var(--fw-regular);
  line-height: 2;
}
@media screen and (min-width: 835px) {
  .p-top__modal-body p {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-top__modal-body p {
    font-size: clamp(11.9px, 3.59vw, 15.4px);
  }
}
.p-top__modal-body hr {
  background-color: var(--border-cl-02);
}
.p-top__modal-body figcaption {
  text-align: center;
  margin-top: 0.8em;
}
.p-top__modal-body p a, .p-top__modal-body table a, .p-top__modal-body blockquote a, .p-top__modal-body figcaption a, .p-top__modal-body ul a, .p-top__modal-body ol a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-top__modal-body p a:hover, .p-top__modal-body table a:hover, .p-top__modal-body blockquote a:hover, .p-top__modal-body figcaption a:hover, .p-top__modal-body ul a:hover, .p-top__modal-body ol a:hover {
    text-decoration: none;
  }
}
.p-top__modal-body a {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .p-top__modal-body a:hover {
    opacity: 0.75;
  }
}
.p-top__modal-body strong {
  font-weight: var(--fw-bold);
}
.p-top__modal-body small, .p-top__modal-body figcaption {
  font-size: clamp(12.75px, 1.042vw, 16.5px);
}
@media screen and (max-width: 834px) {
  .p-top__modal-body small, .p-top__modal-body figcaption {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
  }
}
.p-top__modal-body blockquote {
  position: relative;
  width: 100%;
  margin: 1em 0;
  padding: clamp(27.2px, 2.222vw, 35.2px);
  line-height: 2;
  background-color: var(--ivory-2);
}
@media screen and (max-width: 834px) {
  .p-top__modal-body blockquote {
    margin: 1em 0;
    padding: clamp(17px, 5.128vw, 22px) clamp(12.75px, 3.846vw, 16.5px);
  }
}
.p-top__modal-body blockquote p {
  margin: 0;
}
.p-top__modal-body blockquote em {
  display: block;
  margin-top: 1em;
  text-align: right;
  font-size: 95%;
  line-height: 1;
}
.p-top__modal-body ul > *:first-child {
  margin-top: 0;
}
.p-top__modal-body ul > *:last-child {
  margin-bottom: 0;
}
.p-top__modal-body ul {
  margin-top: 1em;
}
.p-top__modal-body ul li {
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-top__modal-body ul li {
    padding-left: clamp(17px, 1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .p-top__modal-body ul li {
    padding-left: clamp(12.75px, 3.846vw, 16.5px);
  }
}
.p-top__modal-body ul li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--text-cl-01);
  transform: translateY(-50%);
}
@media screen and (min-width: 835px) {
  .p-top__modal-body ul li::before {
    width: clamp(3.4px, 0.278vw, 4.4px);
    height: clamp(3.4px, 0.278vw, 4.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-top__modal-body ul li::before {
    width: clamp(3.4px, 1.026vw, 4.4px);
    height: clamp(3.4px, 1.026vw, 4.4px);
  }
}
.p-top__modal-body ol > *:first-child {
  margin-top: 0;
}
.p-top__modal-body ol > *:last-child {
  margin-bottom: 0;
}
.p-top__modal-body ol {
  margin-top: 1em;
}
@media screen and (min-width: 835px) {
  .p-top__modal-body ol {
    padding-left: clamp(11.05px, 0.903vw, 14.3px);
  }
}
@media screen and (max-width: 834px) {
  .p-top__modal-body ol {
    padding-left: clamp(11.05px, 3.333vw, 14.3px);
  }
}
.p-top__modal-body ol li {
  list-style-type: decimal;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-top__modal-body ol li {
    padding-left: clamp(5.95px, 0.486vw, 7.7px);
  }
}
@media screen and (max-width: 834px) {
  .p-top__modal-body ol li {
    padding-left: clamp(2.55px, 0.769vw, 3.3px);
  }
}
.p-top__modal-body p > img,
.p-top__modal-body p > img.alignnone,
.p-top__modal-body p > img.alignleft,
.p-top__modal-body p > img.aligncenter,
.p-top__modal-body p > img.alignright, .p-top__modal-body ul > img,
.p-top__modal-body ul > img.alignnone,
.p-top__modal-body ul > img.alignleft,
.p-top__modal-body ul > img.aligncenter,
.p-top__modal-body ul > img.alignright, .p-top__modal-body ol > img,
.p-top__modal-body ol > img.alignnone,
.p-top__modal-body ol > img.alignleft,
.p-top__modal-body ol > img.aligncenter,
.p-top__modal-body ol > img.alignright, .p-top__modal-body table > img,
.p-top__modal-body table > img.alignnone,
.p-top__modal-body table > img.alignleft,
.p-top__modal-body table > img.aligncenter,
.p-top__modal-body table > img.alignright {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .p-top__modal-body p > img,
  .p-top__modal-body p > img.alignnone,
  .p-top__modal-body p > img.alignleft,
  .p-top__modal-body p > img.aligncenter,
  .p-top__modal-body p > img.alignright, .p-top__modal-body ul > img,
  .p-top__modal-body ul > img.alignnone,
  .p-top__modal-body ul > img.alignleft,
  .p-top__modal-body ul > img.aligncenter,
  .p-top__modal-body ul > img.alignright, .p-top__modal-body ol > img,
  .p-top__modal-body ol > img.alignnone,
  .p-top__modal-body ol > img.alignleft,
  .p-top__modal-body ol > img.aligncenter,
  .p-top__modal-body ol > img.alignright, .p-top__modal-body table > img,
  .p-top__modal-body table > img.alignnone,
  .p-top__modal-body table > img.alignleft,
  .p-top__modal-body table > img.aligncenter,
  .p-top__modal-body table > img.alignright {
    margin: 0 auto;
    float: none;
    display: block;
  }
}
.p-top__modal-body img, .p-top__modal-body img[width], .p-top__modal-body img[height] {
  max-width: 100%;
}
.p-top__modal-body img {
  max-width: 100%;
  display: block;
  margin-inline: auto;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  .p-top__modal-body img {
    width: 100%;
  }
}
.p-top__modal-body .wp-caption {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.p-top__modal-body .wp-caption-text {
  margin-top: clamp(12.75px, 1.042vw, 16.5px);
  text-align: center;
  font-size: clamp(12.75px, 1.042vw, 16.5px);
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .p-top__modal-body .wp-caption-text {
    margin-top: clamp(10.2px, 3.077vw, 13.2px);
    font-size: clamp(11.05px, 3.333vw, 14.3px);
  }
}
.p-top__modal-body .alignleft, .p-top__modal-body .alignright {
  max-width: clamp(357px, 29.167vw, 462px);
}
@media screen and (max-width: 834px) {
  .p-top__modal-body .alignleft, .p-top__modal-body .alignright {
    max-width: clamp(238px, 71.795vw, 308px);
  }
}
@media screen and (max-width: 540px) {
  .p-top__modal-body .alignleft, .p-top__modal-body .alignright {
    width: 100%;
    max-width: none;
    float: none !important;
  }
}
.p-top__modal-body .alignleft {
  float: left;
  margin-right: clamp(30.6px, 2.5vw, 39.6px);
  text-align: left;
}
@media screen and (max-width: 834px) {
  .p-top__modal-body .alignleft {
    margin-right: clamp(17px, 5.128vw, 22px);
  }
}
@media screen and (max-width: 540px) {
  .p-top__modal-body .alignleft {
    margin-right: 0;
  }
}
.p-top__modal-body .border {
  font-style: normal;
  font-weight: 400;
  background: linear-gradient(transparent 72%, var(--text-cl-01) 72%);
}
.p-top__modal-body .aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 834px) {
  .p-top__modal-body .aligncenter {
    margin: clamp(17px, 5.128vw, 22px) auto;
  }
}
.p-top__modal-body .alignright {
  float: right;
  margin-left: clamp(30.6px, 2.5vw, 39.6px);
  text-align: right;
}
@media screen and (max-width: 834px) {
  .p-top__modal-body .alignright {
    margin-left: clamp(17px, 5.128vw, 22px);
  }
}
@media screen and (max-width: 540px) {
  .p-top__modal-body .alignright {
    margin-left: 0;
  }
}
.p-top__modal-body .wp-block-spacer {
  margin-top: 0;
}
.p-top__modal-body .wp-block-image {
  margin-bottom: clamp(25.5px, 2.083vw, 33px);
}
@media screen and (max-width: 834px) {
  .p-top__modal-body .wp-block-image {
    margin-bottom: clamp(25.5px, 7.692vw, 33px);
  }
}
.p-top__modal-body .wp-block-image .aligncenter > figcaption,
.p-top__modal-body .wp-block-image .alignleft > figcaption,
.p-top__modal-body .wp-block-image .alignright > figcaption {
  text-align: left;
}
.p-top__modal-body .wp-block-column > *:first-child {
  margin-top: 0;
}
.p-top__modal-body .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.p-top__modal-body .wp-block-column .wp-block-image {
  width: 100%;
}
.p-top__modal-body .wp-block-column .wp-block-image img {
  width: 100%;
  max-width: none;
}
.p-top__modal-body .clear::after {
  content: "";
  display: block;
  clear: both;
}
.p-top__modal-nav {
  display: flex;
  justify-content: center;
  gap: min(70.4px, 4.444vw);
  margin-top: min(44px, 2.778vw);
}
@media screen and (max-width: 834px) {
  .p-top__modal-nav {
    gap: min(52.8px, 12.308vw);
    margin-top: min(35.2px, 8.205vw);
  }
}
.p-top__modal-nav-btn {
  display: block;
  width: min(51.7px, 3.264vw);
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  transition: transform var(--duration), opacity var(--duration);
}
.p-top__modal-nav-btn img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top__modal-nav-btn:disabled {
  opacity: 0.35;
  cursor: default;
}
@media (any-hover: hover) {
  .p-top__modal-nav-btn:not(:disabled):hover {
    transform: translateY(-3px);
  }
}
@media screen and (max-width: 834px) {
  .p-top__modal-nav-btn {
    width: min(44px, 10.256vw);
  }
}

.js-accordion-btn {
  transition: opacity var(--duration);
}
@media (any-hover: hover) {
  .js-accordion-btn:hover {
    opacity: 0.5;
  }
}

@keyframes mvCountdownIn {
  from {
    transform: translate(220px, 340px);
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  to {
    transform: translate(220px, 236px);
    opacity: 1;
  }
}
@keyframes mvRiseUp {
  from {
    transform: translateY(120%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mvCountdownInSp {
  from {
    transform: translateY(120px);
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.p-mv {
  position: relative;
  overflow: hidden;
}
.p-mv__visual {
  display: block;
  max-width: min(1584px, 100vw);
  margin-inline: auto;
}
@media screen and (max-width: 834px) {
  .p-mv__visual {
    width: min(363px, 84.615vw);
    transform: translateX(4.2424242424%);
  }
}
.p-mv__logo-upper, .p-mv__logo-lower, .p-mv__year {
  transform-box: fill-box;
  animation: mvRiseUp 0.8s cubic-bezier(0.6, 0, 0.35, 1.18) both;
}
.p-mv__logo-upper {
  animation-delay: 0.1s;
}
.p-mv__logo-lower {
  animation-delay: 0.1s;
}
.p-mv__year {
  animation-delay: 0.4s;
}
.p-mv__countdown {
  animation: mvCountdownIn 1.2s linear(0, 0.0985, 0.342, 0.6483, 0.9442, 1.1767, 1.3179, 1.364, 1.3302, 1.2427, 1.1314, 1.0233, 0.9377, 0.8853, 0.8675, 0.8791, 0.9105, 0.9509, 0.9904, 1.0219, 1.0414, 1.0482, 1.0443, 1.033, 1.0183, 1.0039, 0.9923, 0.9851, 0.9825, 0.9838, 0.9878, 0.9932, 0.9984, 1.0027, 1.0054, 1.0064, 1.0059, 1.0045, 1.0025, 1.0006, 0.9991, 0.9981, 0.9977, 0.9978, 0.9983, 0.9991, 0.9998, 1.0003, 1.0007, 1.0008, 1.0008) both;
  animation-delay: 1s;
}
.p-mv__countdown-sp {
  animation: mvCountdownInSp 1.2s linear(0, 0.0985, 0.342, 0.6483, 0.9442, 1.1767, 1.3179, 1.364, 1.3302, 1.2427, 1.1314, 1.0233, 0.9377, 0.8853, 0.8675, 0.8791, 0.9105, 0.9509, 0.9904, 1.0219, 1.0414, 1.0482, 1.0443, 1.033, 1.0183, 1.0039, 0.9923, 0.9851, 0.9825, 0.9838, 0.9878, 0.9932, 0.9984, 1.0027, 1.0054, 1.0064, 1.0059, 1.0045, 1.0025, 1.0006, 0.9991, 0.9981, 0.9977, 0.9978, 0.9983, 0.9991, 0.9998, 1.0003, 1.0007, 1.0008, 1.0008) both;
  animation-delay: 1s;
}
@media (prefers-reduced-motion: reduce) {
  .p-mv .p-mv__logo-upper, .p-mv .p-mv__logo-lower, .p-mv .p-mv__year {
    animation: none;
    transform: none;
  }
  .p-mv .p-mv__countdown, .p-mv .p-mv__countdown-sp {
    animation: none;
  }
}
.p-mv__info {
  display: flex;
  flex-direction: column;
  width: max-content;
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .p-mv__info {
    gap: min(13.2px, 0.833vw);
    margin-top: max(-49.5px, -3.125vw);
  }
}
@media screen and (max-width: 834px) {
  .p-mv__info {
    gap: min(4.4px, 1.026vw);
    margin-top: min(17.6px, 4.103vw);
  }
}
.p-mv__info__event {
  display: flex;
  align-items: flex-end;
  color: var(--black);
}
@media screen and (min-width: 835px) {
  .p-mv__info__event {
    gap: min(27.5px, 1.736vw);
  }
}
@media screen and (max-width: 834px) {
  .p-mv__info__event {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-mv__info__date {
  display: flex;
  align-items: flex-end;
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  line-height: var(--lh-fit);
  letter-spacing: var(--ls-display);
}
@media screen and (min-width: 835px) {
  .p-mv__info__date {
    gap: min(8.8px, 0.556vw);
  }
}
@media screen and (max-width: 834px) {
  .p-mv__info__date {
    gap: min(6.6px, 1.538vw);
  }
}
@media screen and (min-width: 835px) {
  .p-mv__info__date .num {
    font-size: clamp(45.9px, 3.75vw, 59.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-mv__info__date .num {
    font-size: clamp(37.4px, 11.282vw, 48.4px);
  }
}
@media screen and (min-width: 835px) {
  .p-mv__info__date .day {
    font-size: clamp(27.2px, 2.222vw, 35.2px);
    padding-bottom: 0.1em;
  }
}
@media screen and (max-width: 834px) {
  .p-mv__info__date .day {
    font-size: clamp(22.1px, 6.667vw, 28.6px);
    padding-bottom: 0.1em;
  }
}
.p-mv__info__venue {
  font-family: var(--font-en);
  font-weight: 900;
  color: var(--black);
  letter-spacing: var(--ls-en);
}
@media screen and (min-width: 835px) {
  .p-mv__info__venue {
    font-size: clamp(25.5px, 2.083vw, 33px);
  }
}
@media screen and (max-width: 834px) {
  .p-mv__info__venue {
    width: 100%;
    text-align: center;
    font-size: clamp(19.55px, 5.897vw, 25.3px);
  }
}
.p-mv__info__time {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border-radius: var(--radius-pill);
  font-family: var(--font-jp);
  font-weight: var(--fw-bold);
  line-height: 1.5;
  color: var(--black);
  text-align: center;
}
@media screen and (min-width: 835px) {
  .p-mv__info__time {
    height: min(37.4px, 2.361vw);
    font-size: clamp(17px, 1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .p-mv__info__time {
    width: fit-content;
    height: min(28.6px, 6.667vw);
    margin-inline: auto;
    padding-inline: min(70.4px, 16.41vw);
    font-size: clamp(13.6px, 4.103vw, 17.6px);
  }
}

.p-news {
  position: relative;
  overflow-x: clip;
  margin-top: min(110px, 6.944vw);
  color: var(--white);
}
@media screen and (max-width: 834px) {
  .p-news {
    margin-top: min(70.4px, 16.41vw);
  }
}
.p-news__bg {
  position: absolute;
  top: 0;
  left: 50%;
  height: auto;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  transform: translateX(-50%);
}
@media screen and (min-width: 835px) {
  .p-news__bg {
    aspect-ratio: 1491/1039;
    width: clamp(1267.35px, 103.542vw, 1640.1px);
    background-image: url("../img/news/bg.svg");
  }
}
@media screen and (max-width: 834px) {
  .p-news__bg {
    aspect-ratio: 593/651;
    width: calc(100vw + 203px);
    background-image: url("../img/news/bg_sp.svg");
  }
}
@media screen and (max-width: 834px) {
  .p-news .l-inner {
    display: contents;
  }
}
.p-news__wrap {
  position: relative;
  max-width: min(1189.1px, 75.069vw);
  margin-inline: auto;
  padding-block: min(168.3px, 10.625vw) min(137.5px, 8.681vw);
  display: flex;
  align-items: flex-start;
  gap: min(95.7px, 6.042vw);
}
@media screen and (max-width: 834px) {
  .p-news__wrap {
    flex-direction: column;
    gap: 0;
    max-width: calc(100% - min(17.6px, 4.103vw));
    padding-block: min(88px, 20.513vw) min(181.5px, 42.308vw);
  }
}
.p-news__container {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: min(95.7px, 6.042vw);
  flex: 1;
  min-width: 0;
  timeline-scope: --news-scroll;
}
.p-news__container:has(.p-news__item:nth-child(n+5))::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - min(103.4px, 6.528vw));
  height: min(68.2px, 4.306vw);
  background: linear-gradient(180deg, rgba(230, 27, 70, 0) 0%, #E61B46 69.71%);
  pointer-events: none;
  animation: news-gradient-fade linear forwards;
  animation-timeline: --news-scroll;
  animation-range: 90% 100%;
}
@media screen and (max-width: 834px) {
  .p-news__container:has(.p-news__item:nth-child(n+5))::before {
    width: calc(100% - min(16.5px, 3.846vw));
    height: min(111.1px, 25.897vw);
  }
}
.p-news__list {
  flex: 1;
  min-width: 0;
  max-height: min(668.8px, 42.222vw);
  padding-right: min(103.4px, 6.528vw);
  overflow-y: auto;
  scrollbar-color: var(--white) #c41b3f;
  scroll-timeline: --news-scroll block;
  scrollbar-width: thin;
}
@media screen and (max-width: 834px) {
  .p-news__list {
    max-height: min(440px, 102.564vw);
    margin-top: max(-17.6px, -4.103vw);
    padding-inline: min(17.6px, 4.103vw) min(30.8px, 7.179vw);
  }
}
.p-news__item {
  border-bottom: 1px solid #c41b3f;
}
.p-news__item:last-child {
  border-bottom: none;
}
.p-news__btn {
  display: flex;
  align-items: center;
  gap: min(26.4px, 1.667vw);
  width: 100%;
  padding-block: min(17.6px, 1.111vw);
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .p-news__btn {
    gap: min(17.6px, 4.103vw);
    padding-block: min(17.6px, 4.103vw);
  }
}
.p-news__btn:hover .p-news__text, .p-news__btn:focus-visible .p-news__text {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(255, 255, 255, 0.6);
}
.p-news__thumb {
  width: min(178.2px, 11.25vw);
  height: min(132px, 8.333vw);
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 834px) {
  .p-news__thumb {
    width: min(101.2px, 23.59vw);
    height: min(74.8px, 17.436vw);
  }
}
.p-news__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  gap: min(4.4px, 0.278vw);
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .p-news__body {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
  }
}
.p-news__date {
  font-family: var(--font-en);
  font-weight: var(--fw-bold);
}
.p-news__text {
  font-weight: var(--fw-medium);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-news__icon {
  display: block;
  width: min(37.4px, 2.361vw);
  height: min(25.3px, 1.597vw);
  flex-shrink: 0;
  background: url("../img/common/icon/icon_news_detail.svg") no-repeat center/contain;
}
@media screen and (max-width: 834px) {
  .p-news__icon {
    width: min(29.7px, 6.923vw);
    height: min(20.35px, 4.744vw);
  }
}
@media (any-hover: hover) {
  .p-news__item:hover .p-news__icon {
    animation: modalCloseBounce 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
}

@keyframes news-gradient-fade {
  to {
    opacity: 0;
  }
}
.p-about {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: var(--white);
}
@media screen and (min-width: 835px) {
  .p-about {
    padding-block: min(168.3px, 10.625vw) min(459.8px, 29.028vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about {
    padding-block: min(70.4px, 16.41vw) min(235.4px, 54.872vw);
  }
}
.p-about:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: calc(100vw - min(85.8px, 5.417vw));
  height: 100%;
  border-radius: var(--radius-section) 0 0 0;
  background-color: var(--black);
}
@media screen and (max-width: 834px) {
  .p-about:before {
    width: calc(100% - min(17.6px, 4.103vw));
  }
}
.p-about__inner {
  width: min(1086.8px, 68.611vw);
  margin-inline: auto;
  transform: translateX(min(42.9px, 2.708vw));
}
@media screen and (max-width: 834px) {
  .p-about__inner {
    width: min(333.3px, 77.692vw);
    transform: translateX(min(8.8px, 2.051vw));
  }
}
.p-about__lead {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 835px) {
  .p-about__lead {
    gap: min(132px, 8.333vw);
    flex-wrap: wrap;
    width: min(1091.2px, 68.889vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__lead {
    flex-direction: column;
    gap: min(26.4px, 6.154vw);
  }
}
.p-about__heading {
  flex-shrink: 0;
  font-weight: var(--fw-medium);
  font-size: clamp(34px, 2.778vw, 44px);
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .p-about__heading {
    font-size: clamp(20.4px, 6.154vw, 26.4px);
  }
}
.p-about__desc {
  flex: 1;
  line-height: 2;
  padding-top: min(4.4px, 0.278vw);
}
@media screen and (max-width: 834px) {
  .p-about__desc {
    font-size: clamp(12.75px, 3.846vw, 16.5px);
  }
}
.p-about__movie {
  width: min(1086.8px, 68.611vw);
  margin-top: min(103.4px, 6.528vw);
}
@media screen and (max-width: 834px) {
  .p-about__movie {
    width: 100%;
    margin-top: min(52.8px, 12.308vw);
  }
}
.p-about__movie-header {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.p-about__movie-deco {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(557.7px, 35.208vw);
  height: min(80.3px, 5.069vw);
  pointer-events: none;
  opacity: 0.9;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 834px) {
  .p-about__movie-deco {
    width: min(332.2px, 77.436vw);
    height: min(47.3px, 11.026vw);
  }
}
.p-about__movie-title {
  position: relative;
  font-weight: var(--fw-bold);
  font-size: clamp(20.4px, 1.667vw, 26.4px);
  line-height: var(--lh-narrow);
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-about__movie-title {
    font-size: clamp(15.3px, 4.615vw, 19.8px);
  }
}
.p-about__movie-grid {
  display: grid;
  grid-template-columns: repeat(2, min(524.7px, 33.125vw));
  gap: min(37.4px, 2.361vw);
  margin-top: min(37.4px, 2.361vw);
}
@media screen and (max-width: 834px) {
  .p-about__movie-grid {
    grid-template-columns: 1fr;
    gap: min(26.4px, 6.154vw);
    margin-top: min(26.4px, 6.154vw);
  }
}
.p-about__movie-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  aspect-ratio: 477/268;
}
.p-about iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-artist {
  position: relative;
  z-index: 1;
  margin-top: max(-322.3px, -20.347vw);
  color: var(--white);
  overflow-x: clip;
}
@media screen and (max-width: 834px) {
  .p-artist {
    margin-top: max(-162.8px, -37.949vw);
  }
}
.p-artist::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc(100vw - min(85.8px, 5.417vw));
  height: 100%;
  border-radius: 0 var(--radius-section) 0 var(--radius-section);
  background-color: var(--red);
}
@media screen and (max-width: 834px) {
  .p-artist::before {
    width: calc(100vw - min(17.6px, 4.103vw));
  }
}
.p-artist__inner {
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .p-artist__inner {
    width: min(1086.8px, 68.611vw);
    padding-block: min(168.3px, 10.625vw) min(181.5px, 11.458vw);
    transform: translateX(max(-42.9px, -2.708vw));
  }
}
@media screen and (max-width: 834px) {
  .p-artist__inner {
    width: min(333.3px, 77.692vw);
    padding-block: min(63.8px, 14.872vw) min(108.9px, 25.385vw);
    transform: translateX(max(-17.6px, -4.103vw));
  }
}
.p-artist__list {
  display: grid;
}
@media screen and (min-width: 835px) {
  .p-artist__list {
    grid-template-columns: repeat(2, min(479.6px, 30.278vw));
    justify-content: center;
    column-gap: min(127.6px, 8.056vw);
    row-gap: min(187px, 11.806vw);
    margin-top: min(200.2px, 12.639vw);
  }
}
@media screen and (max-width: 834px) {
  .p-artist__list {
    grid-template-columns: 1fr;
    row-gap: min(128.7px, 30vw);
    width: max-content;
    margin-top: min(124.3px, 28.974vw);
    transform: translateX(min(11px, 2.564vw));
  }
}
.p-artist__item {
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-artist__item:nth-child(even) .p-artist__card-comment.is-inview {
    animation-delay: 0.4s;
  }
}
.p-artist__card {
  position: relative;
}
.p-artist__card-comment {
  container-type: inline-size;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.p-artist__card-comment.is-inview {
  animation: heartBounce 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
@media screen and (min-width: 835px) {
  .p-artist__card-comment {
    top: clamp(-134.2px, -8.472vw, -103.7px);
    left: clamp(-110px, -6.944vw, -85px);
    width: clamp(189.55px, 15.486vw, 245.3px);
    height: clamp(145.35px, 11.875vw, 188.1px);
  }
}
@media screen and (max-width: 834px) {
  .p-artist__card-comment {
    top: clamp(-102.3px, -23.846vw, -79.05px);
    right: clamp(-107.8px, -25.128vw, -83.3px);
    width: clamp(146.2px, 44.103vw, 189.2px);
    height: clamp(113.05px, 34.103vw, 146.3px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-artist__card-comment {
    opacity: 1;
    animation: none;
  }
}
.p-artist__card-comment-bg {
  position: absolute;
  pointer-events: none;
}
@media screen and (min-width: 835px) {
  .p-artist__card-comment-bg {
    top: -2.4%;
    left: -3.2%;
    width: 115.8%;
    height: 125.8%;
  }
}
@media screen and (max-width: 834px) {
  .p-artist__card-comment-bg {
    top: -2.4%;
    left: -4%;
    width: 117.5%;
    height: 125.6%;
  }
}
.p-artist__card-comment-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-artist__card-comment-text {
  position: absolute;
  top: 23.3183856502cqi;
  left: 21.5246636771cqi;
  width: 67.264573991cqi;
  font-weight: var(--fw-medium);
  font-size: 6.7264573991cqi;
  line-height: 1.6;
  overflow: hidden;
  color: var(--black);
}
.p-artist__card-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 436/300;
  border-radius: 16px 16px 0 0;
  box-shadow: var(--shadow-card);
}
@media screen and (max-width: 834px) {
  .p-artist__card-img {
    width: min(282.7px, 65.897vw);
    border-radius: 9px 9px 0 0;
  }
}
.p-artist__card-img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-artist__card-name {
  text-align: center;
  width: 100%;
  padding: min(17.6px, 1.111vw) 1em;
  font-size: clamp(27.2px, 2.222vw, 35.2px);
  font-weight: var(--fw-bold);
  line-height: var(--lh-fit);
  color: var(--white);
  border-radius: 0 0 16px 16px;
  background: var(--black);
}
@media screen and (max-width: 834px) {
  .p-artist__card-name {
    padding: min(8.8px, 2.051vw) 1em min(13.2px, 3.077vw);
    font-size: clamp(15.3px, 4.615vw, 19.8px);
    border-radius: 0 0 9px 9px;
  }
}
.p-artist__more {
  margin-top: min(88px, 5.556vw);
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: clamp(34px, 2.778vw, 44px);
  letter-spacing: -0.02em;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-artist__more {
    font-size: clamp(20.4px, 6.154vw, 26.4px);
    margin-top: min(55px, 12.821vw);
  }
}
.p-artist__more.--send {
  margin-left: min(55px, 3.472vw);
}

.p-archive {
  color: var(--black);
}
.p-archive__inner {
  margin-inline: auto;
  background-color: #ccc6b7;
}
@media screen and (min-width: 835px) {
  .p-archive__inner {
    max-width: min(1188px, 75vw);
    padding: min(105.6px, 6.667vw) min(101.2px, 6.389vw) min(105.6px, 6.667vw);
    border-radius: min(88px, 5.556vw);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__inner {
    padding: min(70.4px, 16.41vw) min(17.6px, 4.103vw) min(44px, 10.256vw);
  }
}
@media screen and (min-width: 835px) {
  .p-archive__list {
    margin-top: min(70.4px, 4.444vw);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__list {
    width: min(393.8px, 91.795vw);
    margin-inline: auto;
  }
}
.p-archive__item {
  position: relative;
  padding-bottom: min(61.6px, 3.889vw);
}
@media screen and (max-width: 834px) {
  .p-archive__item {
    padding-bottom: min(26.4px, 6.154vw);
  }
}
.p-archive__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #EAE6DD 0 2px, transparent 2px 4px);
}
.p-archive__item + .p-archive__item {
  margin-top: min(61.6px, 3.889vw);
}
@media screen and (max-width: 834px) {
  .p-archive__item + .p-archive__item {
    margin-top: min(26.4px, 6.154vw);
  }
}
.p-archive__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-archive__year {
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: clamp(27.2px, 2.222vw, 35.2px);
  line-height: var(--lh-fit);
  transform: translateY(0.1em);
}
@media screen and (max-width: 834px) {
  .p-archive__year {
    font-size: clamp(20.4px, 6.154vw, 26.4px);
  }
}
.p-archive__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .p-archive__btn {
    min-width: min(211.2px, 13.333vw);
    gap: min(8.8px, 0.556vw);
    padding: min(6.6px, 0.417vw) min(44px, 2.778vw);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__btn {
    min-width: min(61.6px, 14.359vw);
    padding: min(3.3px, 0.769vw) min(16.5px, 3.846vw);
  }
}
.p-archive__btn-text {
  font-weight: var(--fw-medium);
  line-height: var(--lh-narrow);
  color: #202020;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .p-archive__btn-text {
    display: none;
  }
}
.p-archive__btn-icon {
  display: block;
  flex-shrink: 0;
  background: url("../img/common/icon/open.svg") no-repeat center/contain;
}
@media screen and (min-width: 835px) {
  .p-archive__btn-icon {
    width: min(26.4px, 1.667vw);
    height: min(26.4px, 1.667vw);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__btn-icon {
    width: min(28.6px, 6.667vw);
    height: min(28.6px, 6.667vw);
  }
}
.is-open .p-archive__btn .p-archive__btn-icon {
  background-image: url("../img/common/icon/close.svg");
}
.p-archive__body {
  margin-top: min(35.2px, 2.222vw);
}
@media screen and (max-width: 834px) {
  .p-archive__body {
    margin-top: min(17.6px, 4.103vw);
  }
}
.p-archive__content {
  display: flex;
  flex-direction: column;
  gap: min(35.2px, 2.222vw);
  background-color: #eaecec;
  border-radius: 16px;
  padding: min(70.4px, 4.444vw) min(101.2px, 6.389vw) min(44px, 2.778vw);
}
@media screen and (max-width: 834px) {
  .p-archive__content {
    gap: min(26.4px, 6.154vw);
    padding: min(44px, 10.256vw) min(26.4px, 6.154vw) min(33px, 7.692vw);
  }
}
.p-archive__text-block {
  display: flex;
  flex-direction: column;
  gap: min(26.4px, 1.667vw);
  width: min(783.2px, 49.444vw);
}
@media screen and (max-width: 834px) {
  .p-archive__text-block {
    width: 100%;
    gap: min(17.6px, 4.103vw);
  }
}
.p-archive__sub-heading {
  font-weight: var(--fw-bold);
  font-size: clamp(20.4px, 1.667vw, 26.4px);
  line-height: var(--lh-fit);
}
@media screen and (max-width: 834px) {
  .p-archive__sub-heading {
    font-size: clamp(15.3px, 4.615vw, 19.8px);
  }
}
.p-archive__text {
  line-height: var(--lh-loose);
}
@media screen and (max-width: 834px) {
  .p-archive__text {
    font-size: clamp(12.75px, 3.846vw, 16.5px);
  }
}
.p-archive__media {
  width: min(783.2px, 49.444vw);
}
@media screen and (max-width: 834px) {
  .p-archive__media {
    width: 100%;
  }
}
.p-archive__media img {
  width: 100%;
  border-radius: 16px;
}
.p-archive__close-text {
  display: block;
  font-weight: var(--fw-medium);
  line-height: var(--lh-narrow);
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 2px;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 834px) {
  .p-archive__close-text {
    font-size: clamp(13.6px, 4.103vw, 17.6px);
  }
}
.p-archive__close-text:hover {
  text-decoration: none;
}

.p-producer {
  position: relative;
  margin-top: min(132px, 8.333vw);
  padding-block: min(229.9px, 14.514vw) min(185.9px, 11.736vw);
  color: var(--white);
  overflow-x: clip;
}
@media screen and (max-width: 834px) {
  .p-producer {
    margin-top: min(70.4px, 16.41vw);
    padding-block: min(111.1px, 25.897vw) min(122.1px, 28.462vw);
  }
  .p-producer::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: -1;
    width: min(1012px, 235.897vw);
    max-width: none;
    height: 80%;
    border-radius: 0 0 48% 48%;
    transform: translateX(-50%);
    background-color: var(--black);
  }
}
.p-producer__bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  max-width: none;
  width: clamp(1411px, 115.278vw, 1826px);
  height: auto;
  transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  .p-producer__bg {
    width: min(816.2px, 190.256vw);
  }
}
.p-producer__inner {
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .p-producer__inner {
    max-width: min(985.6px, 62.222vw);
  }
}
@media screen and (max-width: 834px) {
  .p-producer__inner {
    max-width: min(393.8px, 91.795vw);
  }
}
.p-producer__body {
  display: flex;
  flex-direction: column;
  gap: min(44px, 2.778vw);
  margin-top: min(70.4px, 4.444vw);
}
@media screen and (max-width: 834px) {
  .p-producer__body {
    gap: min(35.2px, 8.205vw);
    margin-top: min(35.2px, 8.205vw);
  }
}
.p-producer__photo {
  position: relative;
  width: 100%;
  aspect-ratio: 2176/908;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .p-producer__photo {
    aspect-ratio: 358/217;
  }
}
.p-producer__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-producer__text {
  display: flex;
}
@media screen and (min-width: 835px) {
  .p-producer__text {
    align-items: flex-end;
    gap: min(125.4px, 7.917vw);
  }
}
@media screen and (max-width: 834px) {
  .p-producer__text {
    align-items: flex-start;
    flex-direction: column;
    padding-inline: min(26.4px, 6.154vw);
  }
}
.p-producer__profile {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
@media screen and (min-width: 835px) {
  .p-producer__profile {
    width: min(378.4px, 23.889vw);
    gap: min(26.4px, 1.667vw);
  }
}
@media screen and (max-width: 834px) {
  .p-producer__profile {
    width: 100%;
    gap: min(17.6px, 4.103vw);
  }
}
.p-producer__profile-head {
  display: flex;
  flex-direction: column;
  gap: min(4.4px, 0.278vw);
  font-weight: var(--fw-medium);
  line-height: 1.5;
}
.p-producer__profile-name {
  font-size: clamp(34px, 2.778vw, 44px);
}
@media screen and (max-width: 834px) {
  .p-producer__profile-name {
    font-size: clamp(27.2px, 8.205vw, 35.2px);
  }
}
.p-producer__profile-bio {
  line-height: 1.6;
}
@media screen and (min-width: 835px) {
  .p-producer__profile-bio {
    font-size: clamp(12.75px, 1.042vw, 16.5px);
  }
}
@media screen and (max-width: 834px) {
  .p-producer__profile-bio {
    line-height: 1.7;
    font-size: clamp(12.75px, 3.846vw, 16.5px);
  }
}
.p-producer__message {
  flex: 1;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .p-producer__message {
    padding-top: min(44px, 10.256vw);
    margin-top: min(44px, 10.256vw);
    font-size: clamp(12.75px, 3.846vw, 16.5px);
    line-height: 1.7;
    border-top: 1px dashed var(--white);
  }
}

.p-sponsor {
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-sponsor {
    margin-top: max(-85.8px, -5.417vw);
    padding-block: min(176px, 11.111vw);
  }
}
@media screen and (max-width: 834px) {
  .p-sponsor {
    margin-top: max(-63.8px, -14.872vw);
    padding-block: min(70.4px, 16.41vw) min(105.6px, 24.615vw);
  }
}
.p-sponsor::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: calc(100vw - min(85.8px, 5.417vw));
  height: 100%;
  border-radius: var(--radius-section) 0 0 var(--radius-section);
  background-color: var(--white);
}
.p-sponsor__inner {
  width: min(1071.4px, 67.639vw);
  margin-inline: auto;
  transform: translateX(min(42.9px, 2.708vw));
}
@media screen and (max-width: 834px) {
  .p-sponsor__inner {
    width: min(303.6px, 70.769vw);
    transform: translateX(min(17.6px, 4.103vw));
  }
}
.p-sponsor__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(57.2px, 3.611vw);
  place-items: center;
}
@media screen and (max-width: 834px) {
  .p-sponsor__list {
    grid-template-columns: repeat(2, 1fr);
    gap: min(17.6px, 4.103vw);
  }
}
.p-sponsor__item {
  position: relative;
  aspect-ratio: 204/121;
  width: 100%;
  border-radius: min(4.4px, 0.278vw);
  overflow: hidden;
}
.p-sponsor__item img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-ticket {
  margin-top: 0;
}
@media screen and (min-width: 835px) {
  .p-ticket {
    padding-top: min(132px, 8.333vw);
  }
}
@media screen and (max-width: 834px) {
  .p-ticket {
    padding-top: min(70.4px, 16.41vw);
  }
}
.p-ticket__price-heading {
  text-align: center;
  font-weight: var(--fw-bold);
  font-size: clamp(20.4px, 1.667vw, 26.4px);
  line-height: 1.5;
  margin-bottom: min(42.9px, 2.708vw);
}
@media screen and (max-width: 834px) {
  .p-ticket__price-heading {
    font-size: clamp(17px, 5.128vw, 22px);
    margin-bottom: min(26.4px, 6.154vw);
  }
}
.p-ticket__price-list {
  display: flex;
  flex-direction: column;
  gap: min(26.4px, 1.667vw);
  width: max-content;
  margin-inline: auto;
}
@media screen and (max-width: 834px) {
  .p-ticket__price-list {
    gap: min(20.9px, 4.872vw);
    width: min(334.4px, 77.949vw);
  }
}
.p-ticket__price-item {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  font-weight: var(--fw-bold);
  border-bottom: 1px dashed var(--black);
}
@media screen and (min-width: 835px) {
  .p-ticket__price-item {
    gap: min(44px, 2.778vw);
    padding-bottom: min(26.4px, 1.667vw);
  }
}
@media screen and (max-width: 834px) {
  .p-ticket__price-item {
    row-gap: min(4.4px, 1.026vw);
    padding-bottom: min(17.6px, 4.103vw);
  }
}
.p-ticket__price-category {
  line-height: 1.5;
  flex-shrink: 0;
  white-space: nowrap;
  width: auto;
}
@media screen and (min-width: 835px) {
  .p-ticket__price-category {
    font-size: clamp(20.4px, 1.667vw, 26.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-ticket__price-category {
    font-size: clamp(15.3px, 4.615vw, 19.8px);
  }
}
.p-ticket__price-fee {
  margin-left: auto;
  font-size: clamp(27.2px, 2.222vw, 35.2px);
  line-height: var(--lh-fit);
  letter-spacing: var(--ls-display);
}
@media screen and (max-width: 834px) {
  .p-ticket__price-fee {
    width: 100%;
    text-align: right;
    font-size: clamp(20.4px, 6.154vw, 26.4px);
  }
}
@media screen and (min-width: 835px) {
  .p-ticket__price-unit {
    margin-left: min(4.4px, 0.278vw);
    font-size: clamp(17px, 1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .p-ticket__price-unit {
    margin-left: min(6.6px, 1.538vw);
    font-size: clamp(17px, 5.128vw, 22px);
  }
}
.p-ticket__notes {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  background-color: #ccc6b7;
}
@media screen and (min-width: 835px) {
  .p-ticket__notes {
    gap: min(35.2px, 2.222vw);
    max-width: min(1188px, 75vw);
    border-radius: 80px;
    padding: min(79.2px, 5vw) min(101.2px, 6.389vw);
  }
}
@media screen and (max-width: 834px) {
  .p-ticket__notes {
    gap: min(30.8px, 7.179vw);
    padding: min(70.4px, 16.41vw) min(26.4px, 6.154vw);
  }
}
.p-ticket__notes-head {
  display: flex;
  flex-direction: column;
  gap: min(8.8px, 0.556vw);
  align-items: center;
  text-align: center;
  font-weight: var(--fw-bold);
  color: var(--black);
}
@media screen and (max-width: 834px) {
  .p-ticket__notes-head {
    gap: min(2.2px, 0.513vw);
  }
}
@media screen and (min-width: 835px) {
  .p-ticket__notes-title {
    font-size: clamp(27.2px, 2.222vw, 35.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-ticket__notes-title {
    font-size: clamp(20.4px, 6.154vw, 26.4px);
  }
}
.p-ticket__notes-sub {
  line-height: 1.5;
}
.p-ticket__notes-body {
  display: flex;
  flex-direction: column;
  gap: min(52.8px, 3.333vw);
  border-radius: 16px;
  padding: min(70.4px, 4.444vw) min(101.2px, 6.389vw);
  background-color: #eaecec;
}
@media screen and (max-width: 834px) {
  .p-ticket__notes-body {
    gap: min(44px, 10.256vw);
    width: min(376.2px, 87.692vw);
    margin-inline: auto;
    padding: min(44px, 10.256vw) min(35.2px, 8.205vw) min(33px, 7.692vw);
  }
}
.p-ticket__notes-block {
  display: flex;
  flex-direction: column;
  gap: min(17.6px, 1.111vw);
  width: min(783.2px, 49.444vw);
}
@media screen and (max-width: 834px) {
  .p-ticket__notes-block {
    width: 100%;
    gap: min(17.6px, 4.103vw);
  }
}
.p-ticket__notes-heading {
  font-weight: var(--fw-bold);
  font-size: clamp(17px, 1.389vw, 22px);
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .p-ticket__notes-heading {
    font-size: clamp(13.6px, 4.103vw, 17.6px);
  }
}
.p-ticket__notes-text {
  font-size: clamp(12.75px, 1.042vw, 16.5px);
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .p-ticket__notes-text {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
  }
}
@media screen and (max-width: 834px) {
  .p-ticket__purchase .l-inner {
    padding-inline: min(9.9px, 2.308vw);
  }
}
.p-ticket__purchase-heading {
  text-align: center;
  font-size: clamp(27.2px, 2.222vw, 35.2px);
  font-weight: var(--fw-bold);
  line-height: 1.5;
  color: var(--black);
  margin-bottom: min(80.3px, 5.069vw);
}
@media screen and (max-width: 834px) {
  .p-ticket__purchase-heading {
    font-size: clamp(20.4px, 6.154vw, 26.4px);
    margin-bottom: min(57.2px, 13.333vw);
  }
}
.p-ticket__purchase-grid {
  display: grid;
}
@media screen and (min-width: 835px) {
  .p-ticket__purchase-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: min(35.2px, 2.222vw) min(26.4px, 1.667vw);
    padding-inline: min(101.2px, 6.389vw);
  }
}
@media screen and (max-width: 834px) {
  .p-ticket__purchase-grid {
    grid-template-columns: 1fr;
    gap: min(17.6px, 4.103vw);
    max-width: min(419.1px, 97.692vw);
    margin-inline: auto;
    padding-left: min(15.4px, 3.59vw);
  }
}
.p-ticket__purchase-card {
  position: relative;
  background-color: var(--white);
  border-radius: var(--radius-card);
}
.p-ticket__purchase-card[data-status=end], .p-ticket__purchase-card[data-status=coming-soon] {
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.4);
}
.p-ticket__purchase-card[data-status=end] .p-ticket__purchase-card-inner, .p-ticket__purchase-card[data-status=coming-soon] .p-ticket__purchase-card-inner {
  opacity: 0.4;
}
.p-ticket__purchase-card[data-status=end] {
  overflow: clip;
}
.p-ticket__purchase-card[data-status=end]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 120%;
  height: clamp(37.4px, 3.056vw, 48.4px);
  background-color: var(--black);
  transform: translate(-50%, -55%) rotate(-15deg);
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .p-ticket__purchase-card[data-status=end]::before {
    height: clamp(37.4px, 11.282vw, 48.4px);
  }
}
.p-ticket__purchase-card[data-status=end]::after {
  content: "End";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: var(--fw-bold);
  font-size: clamp(27.2px, 2.222vw, 35.2px);
  line-height: var(--lh-fit);
  color: var(--white);
  letter-spacing: var(--ls-display);
  transform: rotate(-15deg);
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .p-ticket__purchase-card[data-status=end]::after {
    font-size: clamp(27.2px, 8.205vw, 35.2px);
  }
}
.p-ticket__purchase-card[data-status=coming-soon]::before {
  content: "";
  position: absolute;
  top: max(-81.4px, -5.139vw);
  left: max(-81.4px, -5.139vw);
  z-index: 1;
  width: min(222.2px, 14.028vw);
  aspect-ratio: 101/74;
  background-image: url("../img/ticket/bubble.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 834px) {
  .p-ticket__purchase-card[data-status=coming-soon]::before {
    top: max(-35.2px, -8.205vw);
    left: max(-14.3px, -3.333vw);
    width: min(166.1px, 38.718vw);
  }
}
.p-ticket__purchase-card-inner {
  display: flex;
  flex-direction: column;
  padding: min(35.2px, 2.222vw);
  height: 100%;
}
@media screen and (max-width: 834px) {
  .p-ticket__purchase-card-inner {
    padding: min(26.4px, 6.154vw) min(35.2px, 8.205vw);
  }
}
.p-ticket__purchase-card-title {
  margin-bottom: min(26.4px, 1.667vw);
  text-align: center;
  font-size: clamp(20.4px, 1.667vw, 26.4px);
  font-weight: var(--fw-bold);
  line-height: 1.5;
  color: var(--black);
}
@media screen and (max-width: 834px) {
  .p-ticket__purchase-card-title {
    font-size: clamp(17px, 5.128vw, 22px);
    margin-bottom: min(13.2px, 3.077vw);
  }
}
.p-ticket__purchase-card-info {
  display: flex;
  flex-direction: column;
  gap: min(11px, 0.694vw);
  font-weight: var(--fw-bold);
}
@media screen and (max-width: 834px) {
  .p-ticket__purchase-card-info {
    gap: min(17.6px, 4.103vw);
  }
}
.p-ticket__purchase-card-row {
  display: flex;
  align-items: center;
  gap: min(15.4px, 0.972vw);
}
@media screen and (max-width: 834px) {
  .p-ticket__purchase-card-row {
    gap: min(4.4px, 1.026vw);
    flex-direction: column;
  }
}
.p-ticket__purchase-card-label {
  text-align: center;
  min-width: min(132px, 8.333vw);
  flex-shrink: 0;
  background-color: #dbdddd;
  border-radius: 9999px;
  padding: min(4.4px, 0.278vw) min(22px, 1.389vw);
  font-size: clamp(13.6px, 1.111vw, 17.6px);
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .p-ticket__purchase-card-label {
    width: 100%;
    padding: min(2.2px, 0.513vw) min(22px, 5.128vw);
    font-size: clamp(12.75px, 3.846vw, 16.5px);
  }
}
.p-ticket__purchase-card-value {
  font-size: clamp(15.3px, 1.25vw, 19.8px);
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .p-ticket__purchase-card-value {
    font-size: clamp(15.3px, 4.615vw, 19.8px);
  }
}
@media screen and (min-width: 835px) {
  .p-ticket__purchase-card-note {
    margin-top: min(11px, 0.694vw);
    margin-bottom: min(26.4px, 1.667vw);
    font-size: clamp(11.9px, 0.972vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-ticket__purchase-card-note {
    margin-top: min(17.6px, 4.103vw);
    margin-bottom: min(13.2px, 3.077vw);
    font-size: clamp(11.05px, 3.333vw, 14.3px);
  }
}
.p-ticket__purchase-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(8.8px, 0.556vw);
  background-color: var(--red);
  color: var(--white);
  border-radius: 9999px;
  height: auto;
  padding: min(8.8px, 0.556vw) min(26.4px, 1.667vw);
  font-weight: var(--fw-bold);
  font-size: clamp(15.3px, 1.25vw, 19.8px);
  text-decoration: none;
  transition: opacity var(--duration);
  margin-top: auto;
}
@media screen and (max-width: 834px) {
  .p-ticket__purchase-card-btn {
    padding: min(8.8px, 2.051vw) min(26.4px, 6.154vw);
    font-size: clamp(13.6px, 4.103vw, 17.6px);
  }
}
@media (any-hover: hover) {
  .p-ticket__purchase-card-btn:hover {
    opacity: 0.8;
  }
}
.p-ticket__purchase-card-btn svg {
  width: 18px;
  flex-shrink: 0;
  color: var(--gray);
}

.p-goods {
  position: relative;
}
.p-goods::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc(100vw - min(85.8px, 5.417vw));
  height: 100%;
  background-color: var(--white);
  border-radius: 0 var(--radius-section) 0 var(--radius-section);
}
.p-goods__inner {
  padding: min(157.3px, 9.931vw) 0 min(220px, 13.889vw);
  width: min(880px, 55.556vw);
  margin-inline: auto;
  transform: translateX(max(-42.9px, -2.708vw));
}
@media screen and (max-width: 834px) {
  .p-goods__inner {
    width: min(323.4px, 75.385vw);
    padding-block: min(70.4px, 16.41vw) min(114.4px, 26.667vw);
    transform: translateX(max(-17.6px, -4.103vw));
  }
}
.p-goods__lineup {
  width: min(693px, 43.75vw);
  text-align: center;
  margin-inline: auto;
}
@media screen and (max-width: 834px) {
  .p-goods__lineup {
    width: 100%;
  }
}
.p-goods__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: min(70.4px, 4.444vw);
}
@media screen and (max-width: 834px) {
  .p-goods__info {
    margin-top: min(35.2px, 8.205vw);
  }
}
.p-goods__accordion-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: min(44px, 2.778vw);
  border-bottom: 1px dashed var(--gray);
}
@media screen and (max-width: 834px) {
  .p-goods__accordion-head {
    padding-block: min(33px, 7.692vw);
  }
}
.p-goods__accordion-title {
  font-size: clamp(27.2px, 2.222vw, 35.2px);
  font-weight: var(--fw-bold);
  line-height: var(--lh-fit);
}
@media screen and (max-width: 834px) {
  .p-goods__accordion-title {
    font-size: clamp(17px, 5.128vw, 22px);
  }
}
.p-goods__accordion-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
@media screen and (min-width: 835px) {
  .p-goods__accordion-btn {
    gap: min(8.8px, 0.556vw);
    width: min(211.2px, 13.333vw);
    padding: min(6.6px, 0.417vw) min(44px, 2.778vw);
    border: 1px solid var(--gray);
    border-radius: 40px;
    background-color: var(--white);
  }
}
@media screen and (max-width: 834px) {
  .p-goods__accordion-btn {
    width: fit-content;
  }
}
.p-goods__accordion-btn .js-accordion-text {
  font-size: clamp(13.6px, 1.111vw, 17.6px);
  font-weight: var(--fw-medium);
  line-height: 1.5;
  color: var(--text-cl-02);
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .p-goods__accordion-btn .js-accordion-text {
    display: none;
  }
}
.p-goods__accordion-btn-icon {
  display: block;
  width: min(26.4px, 1.667vw);
  height: min(26.4px, 1.667vw);
  flex-shrink: 0;
  background: url("../img/common/icon/open.svg") no-repeat center/contain;
}
@media screen and (max-width: 834px) {
  .p-goods__accordion-btn-icon {
    width: min(28.6px, 6.667vw);
    height: min(28.6px, 6.667vw);
  }
}
.is-open .p-goods__accordion-btn .p-goods__accordion-btn-icon {
  background-image: url("../img/common/icon/close.svg");
}
.p-goods__accordion-body {
  display: flex;
  flex-direction: column;
  gap: min(44px, 2.778vw);
  margin-top: min(44px, 2.778vw);
  padding-bottom: min(44px, 2.778vw);
}
@media screen and (max-width: 834px) {
  .p-goods__accordion-body {
    gap: min(44px, 10.256vw);
    margin-top: min(26.4px, 6.154vw);
    padding-bottom: min(8.8px, 2.051vw);
  }
}
.p-goods__text-block {
  display: flex;
  flex-direction: column;
  gap: min(17.6px, 1.111vw);
}
@media screen and (max-width: 834px) {
  .p-goods__text-block {
    gap: min(17.6px, 4.103vw);
  }
}
.p-goods__sub-heading {
  font-weight: var(--fw-bold);
  font-size: clamp(17px, 1.389vw, 22px);
  line-height: var(--lh-narrow);
}
.p-goods__text {
  font-size: clamp(12.75px, 1.042vw, 16.5px);
  line-height: var(--lh-base);
}
@media screen and (max-width: 834px) {
  .p-goods__text {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
  }
}

.p-access {
  position: relative;
  margin-top: max(-88px, -5.556vw);
  color: var(--white);
}
.p-access::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: calc(100vw - min(85.8px, 5.417vw));
  height: 100%;
  background-color: var(--black);
  border-radius: var(--radius-section) 0 0 var(--radius-section);
}
@media screen and (max-width: 834px) {
  .p-access::before {
    width: calc(100% - min(17.6px, 4.103vw));
  }
}
.p-access__inner {
  padding-block: min(162.8px, 10.278vw);
  width: min(1086.8px, 68.611vw);
  margin-inline: auto;
  transform: translateX(min(42.9px, 2.708vw));
}
@media screen and (max-width: 834px) {
  .p-access__inner {
    width: min(323.4px, 75.385vw);
    transform: translateX(min(8.8px, 2.051vw));
    padding-block: min(70.4px, 16.41vw) min(105.6px, 24.615vw);
  }
}
.p-access__body {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-access__venue {
  display: flex;
  align-items: flex-end;
  gap: min(70.4px, 4.444vw);
  justify-content: center;
}
.p-access__venue-wrap {
  display: flex;
  align-items: center;
  gap: min(8.8px, 0.556vw);
  width: 100%;
  margin-bottom: min(70.4px, 4.444vw);
  padding-bottom: min(70.4px, 4.444vw);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 834px) {
  .p-access__venue-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: min(35.2px, 8.205vw);
    margin-bottom: min(35.2px, 8.205vw);
    padding-bottom: min(35.2px, 8.205vw);
  }
}
.p-access__venue-info {
  display: flex;
  flex-direction: column;
  gap: min(8.8px, 0.556vw);
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 834px) {
  .p-access__venue-info {
    gap: min(8.8px, 2.051vw);
  }
}
.p-access__venue-name {
  font-size: clamp(27.2px, 2.222vw, 35.2px);
  font-weight: var(--fw-bold);
}
@media screen and (max-width: 834px) {
  .p-access__venue-name {
    font-size: clamp(20.4px, 6.154vw, 26.4px);
    text-align: center;
  }
}
.p-access__venue-address {
  font-size: clamp(15.3px, 1.25vw, 19.8px);
  line-height: var(--lh-loose);
}
@media screen and (max-width: 834px) {
  .p-access__venue-address {
    font-size: clamp(13.6px, 4.103vw, 17.6px);
  }
}
.p-access__venue-map {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(8.8px, 0.556vw);
  flex-shrink: 0;
  width: min(295.9px, 18.681vw);
  height: min(83.6px, 5.278vw);
  background-color: var(--white);
  border: 1px solid var(--gray);
  border-radius: var(--radius-btn-map);
  color: var(--text-cl-02);
  font-weight: var(--fw-bold);
  white-space: nowrap;
  text-decoration: none;
  transition: opacity var(--duration);
}
@media screen and (max-width: 834px) {
  .p-access__venue-map {
    gap: min(8.8px, 2.051vw);
    width: 100%;
    height: min(83.6px, 19.487vw);
    fzont-size: clamp(13.6px, 4.103vw, 17.6px);
  }
}
@media (any-hover: hover) {
  .p-access__venue-map:hover {
    opacity: 0.8;
  }
}
.p-access__venue-map svg {
  color: var(--gray);
  width: 18px;
}
.p-access__transport {
  display: flex;
  flex-direction: column;
}
.p-access__transport-heading {
  font-size: clamp(27.2px, 2.222vw, 35.2px);
  font-weight: var(--fw-bold);
  text-align: center;
  margin-bottom: min(44px, 2.778vw);
}
@media screen and (max-width: 834px) {
  .p-access__transport-heading {
    font-size: clamp(20.4px, 6.154vw, 26.4px);
    margin-bottom: min(35.2px, 8.205vw);
  }
}
.p-access__transport-list {
  display: flex;
  flex-direction: column;
  gap: min(44px, 2.778vw);
}
@media screen and (max-width: 834px) {
  .p-access__transport-list {
    gap: min(35.2px, 8.205vw);
  }
}
.p-access__transport-item {
  display: flex;
  flex-direction: column;
  gap: min(8.8px, 0.556vw);
}
@media screen and (max-width: 834px) {
  .p-access__transport-item {
    gap: min(8.8px, 2.051vw);
  }
}
.p-access__transport-station {
  display: flex;
  align-items: start;
  gap: clamp(6.8px, 0.556vw, 8.8px);
}
@media screen and (max-width: 834px) {
  .p-access__transport-station {
    gap: min(8.8px, 2.051vw);
  }
}
.p-access__transport-station svg {
  flex-shrink: 0;
  width: clamp(11.05px, 0.903vw, 14.3px);
  color: var(--gold);
  transform: translateY(120%);
}
@media screen and (max-width: 834px) {
  .p-access__transport-station svg {
    width: min(14.3px, 3.333vw);
  }
}
.p-access__transport-station span {
  font-size: clamp(17px, 1.389vw, 22px);
  font-weight: var(--fw-bold);
  line-height: var(--lh-narrow);
}
@media screen and (max-width: 834px) {
  .p-access__transport-station span {
    font-size: clamp(15.3px, 4.615vw, 19.8px);
  }
}
.p-access__transport-desc {
  line-height: var(--lh-loose);
}
.p-access__note {
  margin-top: min(44px, 2.778vw);
  font-size: clamp(11.9px, 0.972vw, 15.4px);
}
@media screen and (max-width: 834px) {
  .p-access__note {
    margin-top: min(35.2px, 8.205vw);
    font-size: clamp(11.05px, 3.333vw, 14.3px);
  }
}

.u-align--left {
  text-align: left !important;
}
@media screen and (max-width: 834px) {
  .u-align--left.--sp {
    text-align: left !important;
  }
}
@media screen and (min-width: 835px) {
  .u-align--left.--pc {
    text-align: left !important;
  }
}
.u-align--center {
  text-align: center !important;
}
@media screen and (max-width: 834px) {
  .u-align--center.--sp {
    text-align: center !important;
  }
}
@media screen and (min-width: 835px) {
  .u-align--center.--pc {
    text-align: center !important;
  }
}
.u-align--right {
  text-align: right !important;
}
@media screen and (max-width: 834px) {
  .u-align--right.--sp {
    text-align: right !important;
  }
}
@media screen and (min-width: 835px) {
  .u-align--right.--pc {
    text-align: right !important;
  }
}

@media screen and (min-width: 835px) {
  .is-pc {
    display: block !important;
  }
}
@media screen and (max-width: 834px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 834px) {
  .is-sp {
    display: block !important;
  }
}

.d-hide {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}
.d-flex-ai-start {
  align-items: flex-start;
}
.d-flex-ai-end {
  align-items: flex-end;
}
.d-flex-ai-center {
  align-items: center;
}
.d-flex-jc-start {
  justify-content: flex-start;
}
.d-flex-jc-end {
  justify-content: flex-end;
}
.d-flex-jc-center {
  justify-content: center;
}
.d-flex-jc-between {
  justify-content: space-between;
}

.d-inline-flex {
  display: inline-flex !important;
}

table.d-inline-block, table.d-block {
  display: table !important;
}
table th.d-inline-block, table th.d-block,
table td.d-inline-block,
table td.d-block {
  display: table-cell !important;
}

@media screen and (max-width: 1280px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-flex-ai-start {
    align-items: flex-start;
  }
  .d-lg-flex-ai-end {
    align-items: flex-end;
  }
  .d-lg-flex-ai-center {
    align-items: center;
  }
  .d-lg-flex-jc-start {
    justify-content: flex-start;
  }
  .d-lg-flex-jc-end {
    justify-content: flex-end;
  }
  .d-lg-flex-jc-center {
    justify-content: center;
  }
  .d-lg-flex-jc-between {
    justify-content: space-between;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  table.d-lg-inline-block, table.d-lg-block {
    display: table !important;
  }
  table th.d-lg-inline-block, table th.d-lg-block,
  table td.d-lg-inline-block,
  table td.d-lg-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 1194px) {
  .d-tb-none {
    display: none !important;
  }
  .d-tb-inline {
    display: inline !important;
  }
  .d-tb-inline-block {
    display: inline-block !important;
  }
  .d-tb-block {
    display: block !important;
  }
  .d-tb-table {
    display: table !important;
  }
  .d-tb-table-row {
    display: table-row !important;
  }
  .d-tb-table-cell {
    display: table-cell !important;
  }
  .d-tb-flex {
    display: flex !important;
  }
  .d-tb-flex-ai-start {
    align-items: flex-start;
  }
  .d-tb-flex-ai-end {
    align-items: flex-end;
  }
  .d-tb-flex-ai-center {
    align-items: center;
  }
  .d-tb-flex-jc-start {
    justify-content: flex-start;
  }
  .d-tb-flex-jc-end {
    justify-content: flex-end;
  }
  .d-tb-flex-jc-center {
    justify-content: center;
  }
  .d-tb-flex-jc-between {
    justify-content: space-between;
  }
  .d-tb-inline-flex {
    display: inline-flex !important;
  }
  table.d-tb-inline-block, table.d-tb-block {
    display: table !important;
  }
  table th.d-tb-inline-block, table th.d-tb-block,
  table td.d-tb-inline-block,
  table td.d-tb-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 834px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-flex-ai-start {
    align-items: flex-start;
  }
  .d-md-flex-ai-end {
    align-items: flex-end;
  }
  .d-md-flex-ai-center {
    align-items: center;
  }
  .d-md-flex-jc-start {
    justify-content: flex-start;
  }
  .d-md-flex-jc-end {
    justify-content: flex-end;
  }
  .d-md-flex-jc-center {
    justify-content: center;
  }
  .d-md-flex-jc-between {
    justify-content: space-between;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  table.d-md-inline-block, table.d-md-block {
    display: table !important;
  }
  table th.d-md-inline-block, table th.d-md-block,
  table td.d-md-inline-block,
  table td.d-md-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 540px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-flex-ai-start {
    align-items: flex-start;
  }
  .d-sm-flex-ai-end {
    align-items: flex-end;
  }
  .d-sm-flex-ai-center {
    align-items: center;
  }
  .d-sm-flex-jc-start {
    justify-content: flex-start;
  }
  .d-sm-flex-jc-end {
    justify-content: flex-end;
  }
  .d-sm-flex-jc-center {
    justify-content: center;
  }
  .d-sm-flex-jc-between {
    justify-content: space-between;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  table.d-sm-inline-block, table.d-sm-block {
    display: table !important;
  }
  table th.d-sm-inline-block, table th.d-sm-block,
  table td.d-sm-inline-block,
  table td.d-sm-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 360px) {
  .d-xsm-none {
    display: none !important;
  }
  .d-xsm-inline {
    display: inline !important;
  }
  .d-xsm-inline-block {
    display: inline-block !important;
  }
  .d-xsm-block {
    display: block !important;
  }
}
.u-m-0 {
  margin: 0 !important;
}
.u-m-auto {
  margin: auto !important;
}
.u-m-left {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.u-m-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.u-m-right {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.u-mt-100 {
  margin-top: min(110px, 6.944vw);
}
.u-mt-120 {
  margin-top: min(132px, 8.333vw);
}
.u-mt-160 {
  margin-top: min(176px, 11.111vw);
}
.u-mt-200 {
  margin-top: min(220px, 13.889vw);
}
@media screen and (max-width: 834px) {
  .u-mt-100 {
    margin-top: min(110px, 25.641vw);
  }
  .u-mt-120 {
    margin-top: min(132px, 30.769vw);
  }
  .u-mt-160 {
    margin-top: min(176px, 41.026vw);
  }
  .u-mt-200 {
    margin-top: min(220px, 51.282vw);
  }
}

.u-mr-100 {
  margin-right: min(110px, 6.944vw);
}
.u-mr-120 {
  margin-right: min(132px, 8.333vw);
}
.u-mr-160 {
  margin-right: min(176px, 11.111vw);
}
.u-mr-200 {
  margin-right: min(220px, 13.889vw);
}
@media screen and (max-width: 834px) {
  .u-mr-100 {
    margin-right: min(110px, 25.641vw);
  }
  .u-mr-120 {
    margin-right: min(132px, 30.769vw);
  }
  .u-mr-160 {
    margin-right: min(176px, 41.026vw);
  }
  .u-mr-200 {
    margin-right: min(220px, 51.282vw);
  }
}

.u-mb-100 {
  margin-bottom: min(110px, 6.944vw);
}
.u-mb-120 {
  margin-bottom: min(132px, 8.333vw);
}
.u-mb-160 {
  margin-bottom: min(176px, 11.111vw);
}
.u-mb-200 {
  margin-bottom: min(220px, 13.889vw);
}
@media screen and (max-width: 834px) {
  .u-mb-100 {
    margin-bottom: min(110px, 25.641vw);
  }
  .u-mb-120 {
    margin-bottom: min(132px, 30.769vw);
  }
  .u-mb-160 {
    margin-bottom: min(176px, 41.026vw);
  }
  .u-mb-200 {
    margin-bottom: min(220px, 51.282vw);
  }
}

.u-ml-100 {
  margin-left: min(110px, 6.944vw);
}
.u-ml-120 {
  margin-left: min(132px, 8.333vw);
}
.u-ml-160 {
  margin-left: min(176px, 11.111vw);
}
.u-ml-200 {
  margin-left: min(220px, 13.889vw);
}
@media screen and (max-width: 834px) {
  .u-ml-100 {
    margin-left: min(110px, 25.641vw);
  }
  .u-ml-120 {
    margin-left: min(132px, 30.769vw);
  }
  .u-ml-160 {
    margin-left: min(176px, 41.026vw);
  }
  .u-ml-200 {
    margin-left: min(220px, 51.282vw);
  }
}

.u-mt-0 {
  margin-top: min(0px, 0vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-0 {
    margin-top: min(0px, 0vw) !important;
  }
}

.u-mb-0 {
  margin-bottom: min(0px, 0vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-0 {
    margin-bottom: min(0px, 0vw) !important;
  }
}

.u-ml-0 {
  margin-left: min(0px, 0vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-0 {
    margin-left: min(0px, 0vw) !important;
  }
}

.u-mr-0 {
  margin-right: min(0px, 0vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-0 {
    margin-right: min(0px, 0vw) !important;
  }
}

.u-mt-4 {
  margin-top: min(4.4px, 0.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-4 {
    margin-top: min(4.4px, 1.026vw) !important;
  }
}

.u-mb-4 {
  margin-bottom: min(4.4px, 0.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-4 {
    margin-bottom: min(4.4px, 1.026vw) !important;
  }
}

.u-ml-4 {
  margin-left: min(4.4px, 0.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-4 {
    margin-left: min(4.4px, 1.026vw) !important;
  }
}

.u-mr-4 {
  margin-right: min(4.4px, 0.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-4 {
    margin-right: min(4.4px, 1.026vw) !important;
  }
}

.u-mt-8 {
  margin-top: min(8.8px, 0.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-8 {
    margin-top: min(8.8px, 2.051vw) !important;
  }
}

.u-mb-8 {
  margin-bottom: min(8.8px, 0.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-8 {
    margin-bottom: min(8.8px, 2.051vw) !important;
  }
}

.u-ml-8 {
  margin-left: min(8.8px, 0.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-8 {
    margin-left: min(8.8px, 2.051vw) !important;
  }
}

.u-mr-8 {
  margin-right: min(8.8px, 0.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-8 {
    margin-right: min(8.8px, 2.051vw) !important;
  }
}

.u-mt-12 {
  margin-top: min(13.2px, 0.833vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-12 {
    margin-top: min(13.2px, 3.077vw) !important;
  }
}

.u-mb-12 {
  margin-bottom: min(13.2px, 0.833vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-12 {
    margin-bottom: min(13.2px, 3.077vw) !important;
  }
}

.u-ml-12 {
  margin-left: min(13.2px, 0.833vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-12 {
    margin-left: min(13.2px, 3.077vw) !important;
  }
}

.u-mr-12 {
  margin-right: min(13.2px, 0.833vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-12 {
    margin-right: min(13.2px, 3.077vw) !important;
  }
}

.u-mt-16 {
  margin-top: min(17.6px, 1.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-16 {
    margin-top: min(17.6px, 4.103vw) !important;
  }
}

.u-mb-16 {
  margin-bottom: min(17.6px, 1.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-16 {
    margin-bottom: min(17.6px, 4.103vw) !important;
  }
}

.u-ml-16 {
  margin-left: min(17.6px, 1.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-16 {
    margin-left: min(17.6px, 4.103vw) !important;
  }
}

.u-mr-16 {
  margin-right: min(17.6px, 1.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-16 {
    margin-right: min(17.6px, 4.103vw) !important;
  }
}

.u-mt-20 {
  margin-top: min(22px, 1.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-20 {
    margin-top: min(22px, 5.128vw) !important;
  }
}

.u-mb-20 {
  margin-bottom: min(22px, 1.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-20 {
    margin-bottom: min(22px, 5.128vw) !important;
  }
}

.u-ml-20 {
  margin-left: min(22px, 1.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-20 {
    margin-left: min(22px, 5.128vw) !important;
  }
}

.u-mr-20 {
  margin-right: min(22px, 1.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-20 {
    margin-right: min(22px, 5.128vw) !important;
  }
}

.u-mt-24 {
  margin-top: min(26.4px, 1.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-24 {
    margin-top: min(26.4px, 6.154vw) !important;
  }
}

.u-mb-24 {
  margin-bottom: min(26.4px, 1.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-24 {
    margin-bottom: min(26.4px, 6.154vw) !important;
  }
}

.u-ml-24 {
  margin-left: min(26.4px, 1.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-24 {
    margin-left: min(26.4px, 6.154vw) !important;
  }
}

.u-mr-24 {
  margin-right: min(26.4px, 1.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-24 {
    margin-right: min(26.4px, 6.154vw) !important;
  }
}

.u-mt-28 {
  margin-top: min(30.8px, 1.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-28 {
    margin-top: min(30.8px, 7.179vw) !important;
  }
}

.u-mb-28 {
  margin-bottom: min(30.8px, 1.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-28 {
    margin-bottom: min(30.8px, 7.179vw) !important;
  }
}

.u-ml-28 {
  margin-left: min(30.8px, 1.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-28 {
    margin-left: min(30.8px, 7.179vw) !important;
  }
}

.u-mr-28 {
  margin-right: min(30.8px, 1.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-28 {
    margin-right: min(30.8px, 7.179vw) !important;
  }
}

.u-mt-32 {
  margin-top: min(35.2px, 2.222vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-32 {
    margin-top: min(35.2px, 8.205vw) !important;
  }
}

.u-mb-32 {
  margin-bottom: min(35.2px, 2.222vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-32 {
    margin-bottom: min(35.2px, 8.205vw) !important;
  }
}

.u-ml-32 {
  margin-left: min(35.2px, 2.222vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-32 {
    margin-left: min(35.2px, 8.205vw) !important;
  }
}

.u-mr-32 {
  margin-right: min(35.2px, 2.222vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-32 {
    margin-right: min(35.2px, 8.205vw) !important;
  }
}

.u-mt-36 {
  margin-top: min(39.6px, 2.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-36 {
    margin-top: min(39.6px, 9.231vw) !important;
  }
}

.u-mb-36 {
  margin-bottom: min(39.6px, 2.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-36 {
    margin-bottom: min(39.6px, 9.231vw) !important;
  }
}

.u-ml-36 {
  margin-left: min(39.6px, 2.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-36 {
    margin-left: min(39.6px, 9.231vw) !important;
  }
}

.u-mr-36 {
  margin-right: min(39.6px, 2.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-36 {
    margin-right: min(39.6px, 9.231vw) !important;
  }
}

.u-mt-40 {
  margin-top: min(44px, 2.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-40 {
    margin-top: min(44px, 10.256vw) !important;
  }
}

.u-mb-40 {
  margin-bottom: min(44px, 2.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-40 {
    margin-bottom: min(44px, 10.256vw) !important;
  }
}

.u-ml-40 {
  margin-left: min(44px, 2.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-40 {
    margin-left: min(44px, 10.256vw) !important;
  }
}

.u-mr-40 {
  margin-right: min(44px, 2.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-40 {
    margin-right: min(44px, 10.256vw) !important;
  }
}

.u-mt-44 {
  margin-top: min(48.4px, 3.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-44 {
    margin-top: min(48.4px, 11.282vw) !important;
  }
}

.u-mb-44 {
  margin-bottom: min(48.4px, 3.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-44 {
    margin-bottom: min(48.4px, 11.282vw) !important;
  }
}

.u-ml-44 {
  margin-left: min(48.4px, 3.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-44 {
    margin-left: min(48.4px, 11.282vw) !important;
  }
}

.u-mr-44 {
  margin-right: min(48.4px, 3.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-44 {
    margin-right: min(48.4px, 11.282vw) !important;
  }
}

.u-mt-48 {
  margin-top: min(52.8px, 3.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-48 {
    margin-top: min(52.8px, 12.308vw) !important;
  }
}

.u-mb-48 {
  margin-bottom: min(52.8px, 3.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-48 {
    margin-bottom: min(52.8px, 12.308vw) !important;
  }
}

.u-ml-48 {
  margin-left: min(52.8px, 3.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-48 {
    margin-left: min(52.8px, 12.308vw) !important;
  }
}

.u-mr-48 {
  margin-right: min(52.8px, 3.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-48 {
    margin-right: min(52.8px, 12.308vw) !important;
  }
}

.u-mt-52 {
  margin-top: min(57.2px, 3.611vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-52 {
    margin-top: min(57.2px, 13.333vw) !important;
  }
}

.u-mb-52 {
  margin-bottom: min(57.2px, 3.611vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-52 {
    margin-bottom: min(57.2px, 13.333vw) !important;
  }
}

.u-ml-52 {
  margin-left: min(57.2px, 3.611vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-52 {
    margin-left: min(57.2px, 13.333vw) !important;
  }
}

.u-mr-52 {
  margin-right: min(57.2px, 3.611vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-52 {
    margin-right: min(57.2px, 13.333vw) !important;
  }
}

.u-mt-56 {
  margin-top: min(61.6px, 3.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-56 {
    margin-top: min(61.6px, 14.359vw) !important;
  }
}

.u-mb-56 {
  margin-bottom: min(61.6px, 3.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-56 {
    margin-bottom: min(61.6px, 14.359vw) !important;
  }
}

.u-ml-56 {
  margin-left: min(61.6px, 3.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-56 {
    margin-left: min(61.6px, 14.359vw) !important;
  }
}

.u-mr-56 {
  margin-right: min(61.6px, 3.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-56 {
    margin-right: min(61.6px, 14.359vw) !important;
  }
}

.u-mt-60 {
  margin-top: min(66px, 4.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-60 {
    margin-top: min(66px, 15.385vw) !important;
  }
}

.u-mb-60 {
  margin-bottom: min(66px, 4.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-60 {
    margin-bottom: min(66px, 15.385vw) !important;
  }
}

.u-ml-60 {
  margin-left: min(66px, 4.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-60 {
    margin-left: min(66px, 15.385vw) !important;
  }
}

.u-mr-60 {
  margin-right: min(66px, 4.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-60 {
    margin-right: min(66px, 15.385vw) !important;
  }
}

.u-mt-64 {
  margin-top: min(70.4px, 4.444vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-64 {
    margin-top: min(70.4px, 16.41vw) !important;
  }
}

.u-mb-64 {
  margin-bottom: min(70.4px, 4.444vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-64 {
    margin-bottom: min(70.4px, 16.41vw) !important;
  }
}

.u-ml-64 {
  margin-left: min(70.4px, 4.444vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-64 {
    margin-left: min(70.4px, 16.41vw) !important;
  }
}

.u-mr-64 {
  margin-right: min(70.4px, 4.444vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-64 {
    margin-right: min(70.4px, 16.41vw) !important;
  }
}

.u-mt-68 {
  margin-top: min(74.8px, 4.722vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-68 {
    margin-top: min(74.8px, 17.436vw) !important;
  }
}

.u-mb-68 {
  margin-bottom: min(74.8px, 4.722vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-68 {
    margin-bottom: min(74.8px, 17.436vw) !important;
  }
}

.u-ml-68 {
  margin-left: min(74.8px, 4.722vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-68 {
    margin-left: min(74.8px, 17.436vw) !important;
  }
}

.u-mr-68 {
  margin-right: min(74.8px, 4.722vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-68 {
    margin-right: min(74.8px, 17.436vw) !important;
  }
}

.u-mt-72 {
  margin-top: min(79.2px, 5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-72 {
    margin-top: min(79.2px, 18.462vw) !important;
  }
}

.u-mb-72 {
  margin-bottom: min(79.2px, 5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-72 {
    margin-bottom: min(79.2px, 18.462vw) !important;
  }
}

.u-ml-72 {
  margin-left: min(79.2px, 5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-72 {
    margin-left: min(79.2px, 18.462vw) !important;
  }
}

.u-mr-72 {
  margin-right: min(79.2px, 5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-72 {
    margin-right: min(79.2px, 18.462vw) !important;
  }
}

.u-mt-76 {
  margin-top: min(83.6px, 5.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-76 {
    margin-top: min(83.6px, 19.487vw) !important;
  }
}

.u-mb-76 {
  margin-bottom: min(83.6px, 5.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-76 {
    margin-bottom: min(83.6px, 19.487vw) !important;
  }
}

.u-ml-76 {
  margin-left: min(83.6px, 5.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-76 {
    margin-left: min(83.6px, 19.487vw) !important;
  }
}

.u-mr-76 {
  margin-right: min(83.6px, 5.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-76 {
    margin-right: min(83.6px, 19.487vw) !important;
  }
}

.u-mt-80 {
  margin-top: min(88px, 5.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-80 {
    margin-top: min(88px, 20.513vw) !important;
  }
}

.u-mb-80 {
  margin-bottom: min(88px, 5.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-80 {
    margin-bottom: min(88px, 20.513vw) !important;
  }
}

.u-ml-80 {
  margin-left: min(88px, 5.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-80 {
    margin-left: min(88px, 20.513vw) !important;
  }
}

.u-mr-80 {
  margin-right: min(88px, 5.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-80 {
    margin-right: min(88px, 20.513vw) !important;
  }
}

@media screen and (max-width: 834px) {
  .u-m-md-0 {
    margin: 0 !important;
  }
  .u-m-md-auto {
    margin: auto !important;
  }
  .u-m-md-left {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .u-m-md-center {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-m-md-right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .u-mt-md-0 {
    margin-top: min(0px, 0vw) !important;
  }
  .u-mb-md-0 {
    margin-bottom: min(0px, 0vw) !important;
  }
  .u-ml-md-0 {
    margin-left: min(0px, 0vw) !important;
  }
  .u-mr-md-0 {
    margin-right: min(0px, 0vw) !important;
  }
  .u-mt-md-4 {
    margin-top: min(4.4px, 1.026vw) !important;
  }
  .u-mb-md-4 {
    margin-bottom: min(4.4px, 1.026vw) !important;
  }
  .u-ml-md-4 {
    margin-left: min(4.4px, 1.026vw) !important;
  }
  .u-mr-md-4 {
    margin-right: min(4.4px, 1.026vw) !important;
  }
  .u-mt-md-8 {
    margin-top: min(8.8px, 2.051vw) !important;
  }
  .u-mb-md-8 {
    margin-bottom: min(8.8px, 2.051vw) !important;
  }
  .u-ml-md-8 {
    margin-left: min(8.8px, 2.051vw) !important;
  }
  .u-mr-md-8 {
    margin-right: min(8.8px, 2.051vw) !important;
  }
  .u-mt-md-12 {
    margin-top: min(13.2px, 3.077vw) !important;
  }
  .u-mb-md-12 {
    margin-bottom: min(13.2px, 3.077vw) !important;
  }
  .u-ml-md-12 {
    margin-left: min(13.2px, 3.077vw) !important;
  }
  .u-mr-md-12 {
    margin-right: min(13.2px, 3.077vw) !important;
  }
  .u-mt-md-16 {
    margin-top: min(17.6px, 4.103vw) !important;
  }
  .u-mb-md-16 {
    margin-bottom: min(17.6px, 4.103vw) !important;
  }
  .u-ml-md-16 {
    margin-left: min(17.6px, 4.103vw) !important;
  }
  .u-mr-md-16 {
    margin-right: min(17.6px, 4.103vw) !important;
  }
  .u-mt-md-20 {
    margin-top: min(22px, 5.128vw) !important;
  }
  .u-mb-md-20 {
    margin-bottom: min(22px, 5.128vw) !important;
  }
  .u-ml-md-20 {
    margin-left: min(22px, 5.128vw) !important;
  }
  .u-mr-md-20 {
    margin-right: min(22px, 5.128vw) !important;
  }
  .u-mt-md-24 {
    margin-top: min(26.4px, 6.154vw) !important;
  }
  .u-mb-md-24 {
    margin-bottom: min(26.4px, 6.154vw) !important;
  }
  .u-ml-md-24 {
    margin-left: min(26.4px, 6.154vw) !important;
  }
  .u-mr-md-24 {
    margin-right: min(26.4px, 6.154vw) !important;
  }
  .u-mt-md-28 {
    margin-top: min(30.8px, 7.179vw) !important;
  }
  .u-mb-md-28 {
    margin-bottom: min(30.8px, 7.179vw) !important;
  }
  .u-ml-md-28 {
    margin-left: min(30.8px, 7.179vw) !important;
  }
  .u-mr-md-28 {
    margin-right: min(30.8px, 7.179vw) !important;
  }
  .u-mt-md-32 {
    margin-top: min(35.2px, 8.205vw) !important;
  }
  .u-mb-md-32 {
    margin-bottom: min(35.2px, 8.205vw) !important;
  }
  .u-ml-md-32 {
    margin-left: min(35.2px, 8.205vw) !important;
  }
  .u-mr-md-32 {
    margin-right: min(35.2px, 8.205vw) !important;
  }
  .u-mt-md-36 {
    margin-top: min(39.6px, 9.231vw) !important;
  }
  .u-mb-md-36 {
    margin-bottom: min(39.6px, 9.231vw) !important;
  }
  .u-ml-md-36 {
    margin-left: min(39.6px, 9.231vw) !important;
  }
  .u-mr-md-36 {
    margin-right: min(39.6px, 9.231vw) !important;
  }
  .u-mt-md-40 {
    margin-top: min(44px, 10.256vw) !important;
  }
  .u-mb-md-40 {
    margin-bottom: min(44px, 10.256vw) !important;
  }
  .u-ml-md-40 {
    margin-left: min(44px, 10.256vw) !important;
  }
  .u-mr-md-40 {
    margin-right: min(44px, 10.256vw) !important;
  }
  .u-mt-md-44 {
    margin-top: min(48.4px, 11.282vw) !important;
  }
  .u-mb-md-44 {
    margin-bottom: min(48.4px, 11.282vw) !important;
  }
  .u-ml-md-44 {
    margin-left: min(48.4px, 11.282vw) !important;
  }
  .u-mr-md-44 {
    margin-right: min(48.4px, 11.282vw) !important;
  }
  .u-mt-md-48 {
    margin-top: min(52.8px, 12.308vw) !important;
  }
  .u-mb-md-48 {
    margin-bottom: min(52.8px, 12.308vw) !important;
  }
  .u-ml-md-48 {
    margin-left: min(52.8px, 12.308vw) !important;
  }
  .u-mr-md-48 {
    margin-right: min(52.8px, 12.308vw) !important;
  }
  .u-mt-md-52 {
    margin-top: min(57.2px, 13.333vw) !important;
  }
  .u-mb-md-52 {
    margin-bottom: min(57.2px, 13.333vw) !important;
  }
  .u-ml-md-52 {
    margin-left: min(57.2px, 13.333vw) !important;
  }
  .u-mr-md-52 {
    margin-right: min(57.2px, 13.333vw) !important;
  }
  .u-mt-md-56 {
    margin-top: min(61.6px, 14.359vw) !important;
  }
  .u-mb-md-56 {
    margin-bottom: min(61.6px, 14.359vw) !important;
  }
  .u-ml-md-56 {
    margin-left: min(61.6px, 14.359vw) !important;
  }
  .u-mr-md-56 {
    margin-right: min(61.6px, 14.359vw) !important;
  }
  .u-mt-md-60 {
    margin-top: min(66px, 15.385vw) !important;
  }
  .u-mb-md-60 {
    margin-bottom: min(66px, 15.385vw) !important;
  }
  .u-ml-md-60 {
    margin-left: min(66px, 15.385vw) !important;
  }
  .u-mr-md-60 {
    margin-right: min(66px, 15.385vw) !important;
  }
  .u-mt-md-64 {
    margin-top: min(70.4px, 16.41vw) !important;
  }
  .u-mb-md-64 {
    margin-bottom: min(70.4px, 16.41vw) !important;
  }
  .u-ml-md-64 {
    margin-left: min(70.4px, 16.41vw) !important;
  }
  .u-mr-md-64 {
    margin-right: min(70.4px, 16.41vw) !important;
  }
  .u-mt-md-68 {
    margin-top: min(74.8px, 17.436vw) !important;
  }
  .u-mb-md-68 {
    margin-bottom: min(74.8px, 17.436vw) !important;
  }
  .u-ml-md-68 {
    margin-left: min(74.8px, 17.436vw) !important;
  }
  .u-mr-md-68 {
    margin-right: min(74.8px, 17.436vw) !important;
  }
  .u-mt-md-72 {
    margin-top: min(79.2px, 18.462vw) !important;
  }
  .u-mb-md-72 {
    margin-bottom: min(79.2px, 18.462vw) !important;
  }
  .u-ml-md-72 {
    margin-left: min(79.2px, 18.462vw) !important;
  }
  .u-mr-md-72 {
    margin-right: min(79.2px, 18.462vw) !important;
  }
  .u-mt-md-76 {
    margin-top: min(83.6px, 19.487vw) !important;
  }
  .u-mb-md-76 {
    margin-bottom: min(83.6px, 19.487vw) !important;
  }
  .u-ml-md-76 {
    margin-left: min(83.6px, 19.487vw) !important;
  }
  .u-mr-md-76 {
    margin-right: min(83.6px, 19.487vw) !important;
  }
  .u-mt-md-80 {
    margin-top: min(88px, 20.513vw) !important;
  }
  .u-mb-md-80 {
    margin-bottom: min(88px, 20.513vw) !important;
  }
  .u-ml-md-80 {
    margin-left: min(88px, 20.513vw) !important;
  }
  .u-mr-md-80 {
    margin-right: min(88px, 20.513vw) !important;
  }
}
.u-pt-0 {
  padding-top: min(0px, 0vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-0 {
    padding-top: min(0px, 0vw) !important;
  }
}

.u-pb-0 {
  padding-bottom: min(0px, 0vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-0 {
    padding-bottom: min(0px, 0vw) !important;
  }
}

.u-pl-0 {
  padding-left: min(0px, 0vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-0 {
    padding-left: min(0px, 0vw) !important;
  }
}

.u-pr-0 {
  padding-right: min(0px, 0vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-0 {
    padding-right: min(0px, 0vw) !important;
  }
}

.u-pt-4 {
  padding-top: min(4.4px, 0.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-4 {
    padding-top: min(4.4px, 1.026vw) !important;
  }
}

.u-pb-4 {
  padding-bottom: min(4.4px, 0.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-4 {
    padding-bottom: min(4.4px, 1.026vw) !important;
  }
}

.u-pl-4 {
  padding-left: min(4.4px, 0.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-4 {
    padding-left: min(4.4px, 1.026vw) !important;
  }
}

.u-pr-4 {
  padding-right: min(4.4px, 0.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-4 {
    padding-right: min(4.4px, 1.026vw) !important;
  }
}

.u-pt-8 {
  padding-top: min(8.8px, 0.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-8 {
    padding-top: min(8.8px, 2.051vw) !important;
  }
}

.u-pb-8 {
  padding-bottom: min(8.8px, 0.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-8 {
    padding-bottom: min(8.8px, 2.051vw) !important;
  }
}

.u-pl-8 {
  padding-left: min(8.8px, 0.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-8 {
    padding-left: min(8.8px, 2.051vw) !important;
  }
}

.u-pr-8 {
  padding-right: min(8.8px, 0.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-8 {
    padding-right: min(8.8px, 2.051vw) !important;
  }
}

.u-pt-12 {
  padding-top: min(13.2px, 0.833vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-12 {
    padding-top: min(13.2px, 3.077vw) !important;
  }
}

.u-pb-12 {
  padding-bottom: min(13.2px, 0.833vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-12 {
    padding-bottom: min(13.2px, 3.077vw) !important;
  }
}

.u-pl-12 {
  padding-left: min(13.2px, 0.833vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-12 {
    padding-left: min(13.2px, 3.077vw) !important;
  }
}

.u-pr-12 {
  padding-right: min(13.2px, 0.833vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-12 {
    padding-right: min(13.2px, 3.077vw) !important;
  }
}

.u-pt-16 {
  padding-top: min(17.6px, 1.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-16 {
    padding-top: min(17.6px, 4.103vw) !important;
  }
}

.u-pb-16 {
  padding-bottom: min(17.6px, 1.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-16 {
    padding-bottom: min(17.6px, 4.103vw) !important;
  }
}

.u-pl-16 {
  padding-left: min(17.6px, 1.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-16 {
    padding-left: min(17.6px, 4.103vw) !important;
  }
}

.u-pr-16 {
  padding-right: min(17.6px, 1.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-16 {
    padding-right: min(17.6px, 4.103vw) !important;
  }
}

.u-pt-20 {
  padding-top: min(22px, 1.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-20 {
    padding-top: min(22px, 5.128vw) !important;
  }
}

.u-pb-20 {
  padding-bottom: min(22px, 1.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-20 {
    padding-bottom: min(22px, 5.128vw) !important;
  }
}

.u-pl-20 {
  padding-left: min(22px, 1.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-20 {
    padding-left: min(22px, 5.128vw) !important;
  }
}

.u-pr-20 {
  padding-right: min(22px, 1.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-20 {
    padding-right: min(22px, 5.128vw) !important;
  }
}

.u-pt-24 {
  padding-top: min(26.4px, 1.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-24 {
    padding-top: min(26.4px, 6.154vw) !important;
  }
}

.u-pb-24 {
  padding-bottom: min(26.4px, 1.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-24 {
    padding-bottom: min(26.4px, 6.154vw) !important;
  }
}

.u-pl-24 {
  padding-left: min(26.4px, 1.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-24 {
    padding-left: min(26.4px, 6.154vw) !important;
  }
}

.u-pr-24 {
  padding-right: min(26.4px, 1.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-24 {
    padding-right: min(26.4px, 6.154vw) !important;
  }
}

.u-pt-28 {
  padding-top: min(30.8px, 1.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-28 {
    padding-top: min(30.8px, 7.179vw) !important;
  }
}

.u-pb-28 {
  padding-bottom: min(30.8px, 1.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-28 {
    padding-bottom: min(30.8px, 7.179vw) !important;
  }
}

.u-pl-28 {
  padding-left: min(30.8px, 1.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-28 {
    padding-left: min(30.8px, 7.179vw) !important;
  }
}

.u-pr-28 {
  padding-right: min(30.8px, 1.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-28 {
    padding-right: min(30.8px, 7.179vw) !important;
  }
}

.u-pt-32 {
  padding-top: min(35.2px, 2.222vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-32 {
    padding-top: min(35.2px, 8.205vw) !important;
  }
}

.u-pb-32 {
  padding-bottom: min(35.2px, 2.222vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-32 {
    padding-bottom: min(35.2px, 8.205vw) !important;
  }
}

.u-pl-32 {
  padding-left: min(35.2px, 2.222vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-32 {
    padding-left: min(35.2px, 8.205vw) !important;
  }
}

.u-pr-32 {
  padding-right: min(35.2px, 2.222vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-32 {
    padding-right: min(35.2px, 8.205vw) !important;
  }
}

.u-pt-36 {
  padding-top: min(39.6px, 2.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-36 {
    padding-top: min(39.6px, 9.231vw) !important;
  }
}

.u-pb-36 {
  padding-bottom: min(39.6px, 2.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-36 {
    padding-bottom: min(39.6px, 9.231vw) !important;
  }
}

.u-pl-36 {
  padding-left: min(39.6px, 2.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-36 {
    padding-left: min(39.6px, 9.231vw) !important;
  }
}

.u-pr-36 {
  padding-right: min(39.6px, 2.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-36 {
    padding-right: min(39.6px, 9.231vw) !important;
  }
}

.u-pt-40 {
  padding-top: min(44px, 2.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-40 {
    padding-top: min(44px, 10.256vw) !important;
  }
}

.u-pb-40 {
  padding-bottom: min(44px, 2.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-40 {
    padding-bottom: min(44px, 10.256vw) !important;
  }
}

.u-pl-40 {
  padding-left: min(44px, 2.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-40 {
    padding-left: min(44px, 10.256vw) !important;
  }
}

.u-pr-40 {
  padding-right: min(44px, 2.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-40 {
    padding-right: min(44px, 10.256vw) !important;
  }
}

.u-pt-44 {
  padding-top: min(48.4px, 3.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-44 {
    padding-top: min(48.4px, 11.282vw) !important;
  }
}

.u-pb-44 {
  padding-bottom: min(48.4px, 3.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-44 {
    padding-bottom: min(48.4px, 11.282vw) !important;
  }
}

.u-pl-44 {
  padding-left: min(48.4px, 3.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-44 {
    padding-left: min(48.4px, 11.282vw) !important;
  }
}

.u-pr-44 {
  padding-right: min(48.4px, 3.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-44 {
    padding-right: min(48.4px, 11.282vw) !important;
  }
}

.u-pt-48 {
  padding-top: min(52.8px, 3.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-48 {
    padding-top: min(52.8px, 12.308vw) !important;
  }
}

.u-pb-48 {
  padding-bottom: min(52.8px, 3.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-48 {
    padding-bottom: min(52.8px, 12.308vw) !important;
  }
}

.u-pl-48 {
  padding-left: min(52.8px, 3.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-48 {
    padding-left: min(52.8px, 12.308vw) !important;
  }
}

.u-pr-48 {
  padding-right: min(52.8px, 3.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-48 {
    padding-right: min(52.8px, 12.308vw) !important;
  }
}

.u-pt-52 {
  padding-top: min(57.2px, 3.611vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-52 {
    padding-top: min(57.2px, 13.333vw) !important;
  }
}

.u-pb-52 {
  padding-bottom: min(57.2px, 3.611vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-52 {
    padding-bottom: min(57.2px, 13.333vw) !important;
  }
}

.u-pl-52 {
  padding-left: min(57.2px, 3.611vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-52 {
    padding-left: min(57.2px, 13.333vw) !important;
  }
}

.u-pr-52 {
  padding-right: min(57.2px, 3.611vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-52 {
    padding-right: min(57.2px, 13.333vw) !important;
  }
}

.u-pt-56 {
  padding-top: min(61.6px, 3.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-56 {
    padding-top: min(61.6px, 14.359vw) !important;
  }
}

.u-pb-56 {
  padding-bottom: min(61.6px, 3.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-56 {
    padding-bottom: min(61.6px, 14.359vw) !important;
  }
}

.u-pl-56 {
  padding-left: min(61.6px, 3.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-56 {
    padding-left: min(61.6px, 14.359vw) !important;
  }
}

.u-pr-56 {
  padding-right: min(61.6px, 3.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-56 {
    padding-right: min(61.6px, 14.359vw) !important;
  }
}

.u-pt-60 {
  padding-top: min(66px, 4.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-60 {
    padding-top: min(66px, 15.385vw) !important;
  }
}

.u-pb-60 {
  padding-bottom: min(66px, 4.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-60 {
    padding-bottom: min(66px, 15.385vw) !important;
  }
}

.u-pl-60 {
  padding-left: min(66px, 4.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-60 {
    padding-left: min(66px, 15.385vw) !important;
  }
}

.u-pr-60 {
  padding-right: min(66px, 4.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-60 {
    padding-right: min(66px, 15.385vw) !important;
  }
}

@media screen and (max-width: 834px) {
  .u-pt-pr-0 {
    padding-top: min(0px, 0vw) !important;
  }
  .u-pb-pr-0 {
    padding-bottom: min(0px, 0vw) !important;
  }
  .u-pl-pr-0 {
    padding-left: min(0px, 0vw) !important;
  }
  .u-pr-pr-0 {
    padding-right: min(0px, 0vw) !important;
  }
  .u-pt-pr-4 {
    padding-top: min(4.4px, 1.026vw) !important;
  }
  .u-pb-pr-4 {
    padding-bottom: min(4.4px, 1.026vw) !important;
  }
  .u-pl-pr-4 {
    padding-left: min(4.4px, 1.026vw) !important;
  }
  .u-pr-pr-4 {
    padding-right: min(4.4px, 1.026vw) !important;
  }
  .u-pt-pr-8 {
    padding-top: min(8.8px, 2.051vw) !important;
  }
  .u-pb-pr-8 {
    padding-bottom: min(8.8px, 2.051vw) !important;
  }
  .u-pl-pr-8 {
    padding-left: min(8.8px, 2.051vw) !important;
  }
  .u-pr-pr-8 {
    padding-right: min(8.8px, 2.051vw) !important;
  }
  .u-pt-pr-12 {
    padding-top: min(13.2px, 3.077vw) !important;
  }
  .u-pb-pr-12 {
    padding-bottom: min(13.2px, 3.077vw) !important;
  }
  .u-pl-pr-12 {
    padding-left: min(13.2px, 3.077vw) !important;
  }
  .u-pr-pr-12 {
    padding-right: min(13.2px, 3.077vw) !important;
  }
  .u-pt-pr-16 {
    padding-top: min(17.6px, 4.103vw) !important;
  }
  .u-pb-pr-16 {
    padding-bottom: min(17.6px, 4.103vw) !important;
  }
  .u-pl-pr-16 {
    padding-left: min(17.6px, 4.103vw) !important;
  }
  .u-pr-pr-16 {
    padding-right: min(17.6px, 4.103vw) !important;
  }
  .u-pt-pr-20 {
    padding-top: min(22px, 5.128vw) !important;
  }
  .u-pb-pr-20 {
    padding-bottom: min(22px, 5.128vw) !important;
  }
  .u-pl-pr-20 {
    padding-left: min(22px, 5.128vw) !important;
  }
  .u-pr-pr-20 {
    padding-right: min(22px, 5.128vw) !important;
  }
  .u-pt-pr-24 {
    padding-top: min(26.4px, 6.154vw) !important;
  }
  .u-pb-pr-24 {
    padding-bottom: min(26.4px, 6.154vw) !important;
  }
  .u-pl-pr-24 {
    padding-left: min(26.4px, 6.154vw) !important;
  }
  .u-pr-pr-24 {
    padding-right: min(26.4px, 6.154vw) !important;
  }
  .u-pt-pr-28 {
    padding-top: min(30.8px, 7.179vw) !important;
  }
  .u-pb-pr-28 {
    padding-bottom: min(30.8px, 7.179vw) !important;
  }
  .u-pl-pr-28 {
    padding-left: min(30.8px, 7.179vw) !important;
  }
  .u-pr-pr-28 {
    padding-right: min(30.8px, 7.179vw) !important;
  }
  .u-pt-pr-32 {
    padding-top: min(35.2px, 8.205vw) !important;
  }
  .u-pb-pr-32 {
    padding-bottom: min(35.2px, 8.205vw) !important;
  }
  .u-pl-pr-32 {
    padding-left: min(35.2px, 8.205vw) !important;
  }
  .u-pr-pr-32 {
    padding-right: min(35.2px, 8.205vw) !important;
  }
  .u-pt-pr-36 {
    padding-top: min(39.6px, 9.231vw) !important;
  }
  .u-pb-pr-36 {
    padding-bottom: min(39.6px, 9.231vw) !important;
  }
  .u-pl-pr-36 {
    padding-left: min(39.6px, 9.231vw) !important;
  }
  .u-pr-pr-36 {
    padding-right: min(39.6px, 9.231vw) !important;
  }
  .u-pt-pr-40 {
    padding-top: min(44px, 10.256vw) !important;
  }
  .u-pb-pr-40 {
    padding-bottom: min(44px, 10.256vw) !important;
  }
  .u-pl-pr-40 {
    padding-left: min(44px, 10.256vw) !important;
  }
  .u-pr-pr-40 {
    padding-right: min(44px, 10.256vw) !important;
  }
  .u-pt-pr-44 {
    padding-top: min(48.4px, 11.282vw) !important;
  }
  .u-pb-pr-44 {
    padding-bottom: min(48.4px, 11.282vw) !important;
  }
  .u-pl-pr-44 {
    padding-left: min(48.4px, 11.282vw) !important;
  }
  .u-pr-pr-44 {
    padding-right: min(48.4px, 11.282vw) !important;
  }
  .u-pt-pr-48 {
    padding-top: min(52.8px, 12.308vw) !important;
  }
  .u-pb-pr-48 {
    padding-bottom: min(52.8px, 12.308vw) !important;
  }
  .u-pl-pr-48 {
    padding-left: min(52.8px, 12.308vw) !important;
  }
  .u-pr-pr-48 {
    padding-right: min(52.8px, 12.308vw) !important;
  }
  .u-pt-pr-52 {
    padding-top: min(57.2px, 13.333vw) !important;
  }
  .u-pb-pr-52 {
    padding-bottom: min(57.2px, 13.333vw) !important;
  }
  .u-pl-pr-52 {
    padding-left: min(57.2px, 13.333vw) !important;
  }
  .u-pr-pr-52 {
    padding-right: min(57.2px, 13.333vw) !important;
  }
  .u-pt-pr-56 {
    padding-top: min(61.6px, 14.359vw) !important;
  }
  .u-pb-pr-56 {
    padding-bottom: min(61.6px, 14.359vw) !important;
  }
  .u-pl-pr-56 {
    padding-left: min(61.6px, 14.359vw) !important;
  }
  .u-pr-pr-56 {
    padding-right: min(61.6px, 14.359vw) !important;
  }
  .u-pt-pr-60 {
    padding-top: min(66px, 15.385vw) !important;
  }
  .u-pb-pr-60 {
    padding-bottom: min(66px, 15.385vw) !important;
  }
  .u-pl-pr-60 {
    padding-left: min(66px, 15.385vw) !important;
  }
  .u-pr-pr-60 {
    padding-right: min(66px, 15.385vw) !important;
  }
}
.u-wid-10 {
  width: min(11px, 0.694vw) !important;
  min-width: min(11px, 0.694vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-10 {
    width: min(11px, 2.564vw) !important;
    min-width: min(11px, 2.564vw) !important;
  }
}

.u-wid-20 {
  width: min(22px, 1.389vw) !important;
  min-width: min(22px, 1.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-20 {
    width: min(22px, 5.128vw) !important;
    min-width: min(22px, 5.128vw) !important;
  }
}

.u-wid-30 {
  width: min(33px, 2.083vw) !important;
  min-width: min(33px, 2.083vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-30 {
    width: min(33px, 7.692vw) !important;
    min-width: min(33px, 7.692vw) !important;
  }
}

.u-wid-40 {
  width: min(44px, 2.778vw) !important;
  min-width: min(44px, 2.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-40 {
    width: min(44px, 10.256vw) !important;
    min-width: min(44px, 10.256vw) !important;
  }
}

.u-wid-50 {
  width: min(55px, 3.472vw) !important;
  min-width: min(55px, 3.472vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-50 {
    width: min(55px, 12.821vw) !important;
    min-width: min(55px, 12.821vw) !important;
  }
}

.u-wid-60 {
  width: min(66px, 4.167vw) !important;
  min-width: min(66px, 4.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-60 {
    width: min(66px, 15.385vw) !important;
    min-width: min(66px, 15.385vw) !important;
  }
}

.u-wid-70 {
  width: min(77px, 4.861vw) !important;
  min-width: min(77px, 4.861vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-70 {
    width: min(77px, 17.949vw) !important;
    min-width: min(77px, 17.949vw) !important;
  }
}

.u-wid-80 {
  width: min(88px, 5.556vw) !important;
  min-width: min(88px, 5.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-80 {
    width: min(88px, 20.513vw) !important;
    min-width: min(88px, 20.513vw) !important;
  }
}

.u-wid-90 {
  width: min(99px, 6.25vw) !important;
  min-width: min(99px, 6.25vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-90 {
    width: min(99px, 23.077vw) !important;
    min-width: min(99px, 23.077vw) !important;
  }
}

.u-wid-100 {
  width: min(110px, 6.944vw) !important;
  min-width: min(110px, 6.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-100 {
    width: min(110px, 25.641vw) !important;
    min-width: min(110px, 25.641vw) !important;
  }
}

.u-wid-110 {
  width: min(121px, 7.639vw) !important;
  min-width: min(121px, 7.639vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-110 {
    width: min(121px, 28.205vw) !important;
    min-width: min(121px, 28.205vw) !important;
  }
}

.u-wid-120 {
  width: min(132px, 8.333vw) !important;
  min-width: min(132px, 8.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-120 {
    width: min(132px, 30.769vw) !important;
    min-width: min(132px, 30.769vw) !important;
  }
}

.u-wid-130 {
  width: min(143px, 9.028vw) !important;
  min-width: min(143px, 9.028vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-130 {
    width: min(143px, 33.333vw) !important;
    min-width: min(143px, 33.333vw) !important;
  }
}

.u-wid-140 {
  width: min(154px, 9.722vw) !important;
  min-width: min(154px, 9.722vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-140 {
    width: min(154px, 35.897vw) !important;
    min-width: min(154px, 35.897vw) !important;
  }
}

.u-wid-150 {
  width: min(165px, 10.417vw) !important;
  min-width: min(165px, 10.417vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-150 {
    width: min(165px, 38.462vw) !important;
    min-width: min(165px, 38.462vw) !important;
  }
}

.u-wid-160 {
  width: min(176px, 11.111vw) !important;
  min-width: min(176px, 11.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-160 {
    width: min(176px, 41.026vw) !important;
    min-width: min(176px, 41.026vw) !important;
  }
}

.u-wid-170 {
  width: min(187px, 11.806vw) !important;
  min-width: min(187px, 11.806vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-170 {
    width: min(187px, 43.59vw) !important;
    min-width: min(187px, 43.59vw) !important;
  }
}

.u-wid-180 {
  width: min(198px, 12.5vw) !important;
  min-width: min(198px, 12.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-180 {
    width: min(198px, 46.154vw) !important;
    min-width: min(198px, 46.154vw) !important;
  }
}

.u-wid-190 {
  width: min(209px, 13.194vw) !important;
  min-width: min(209px, 13.194vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-190 {
    width: min(209px, 48.718vw) !important;
    min-width: min(209px, 48.718vw) !important;
  }
}

.u-wid-200 {
  width: min(220px, 13.889vw) !important;
  min-width: min(220px, 13.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-200 {
    width: min(220px, 51.282vw) !important;
    min-width: min(220px, 51.282vw) !important;
  }
}

.u-wid-210 {
  width: min(231px, 14.583vw) !important;
  min-width: min(231px, 14.583vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-210 {
    width: min(231px, 53.846vw) !important;
    min-width: min(231px, 53.846vw) !important;
  }
}

.u-wid-220 {
  width: min(242px, 15.278vw) !important;
  min-width: min(242px, 15.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-220 {
    width: min(242px, 56.41vw) !important;
    min-width: min(242px, 56.41vw) !important;
  }
}

.u-wid-230 {
  width: min(253px, 15.972vw) !important;
  min-width: min(253px, 15.972vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-230 {
    width: min(253px, 58.974vw) !important;
    min-width: min(253px, 58.974vw) !important;
  }
}

.u-wid-240 {
  width: min(264px, 16.667vw) !important;
  min-width: min(264px, 16.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-240 {
    width: min(264px, 61.538vw) !important;
    min-width: min(264px, 61.538vw) !important;
  }
}

.u-wid-250 {
  width: min(275px, 17.361vw) !important;
  min-width: min(275px, 17.361vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-250 {
    width: min(275px, 64.103vw) !important;
    min-width: min(275px, 64.103vw) !important;
  }
}

.u-wid-260 {
  width: min(286px, 18.056vw) !important;
  min-width: min(286px, 18.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-260 {
    width: min(286px, 66.667vw) !important;
    min-width: min(286px, 66.667vw) !important;
  }
}

.u-wid-270 {
  width: min(297px, 18.75vw) !important;
  min-width: min(297px, 18.75vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-270 {
    width: min(297px, 69.231vw) !important;
    min-width: min(297px, 69.231vw) !important;
  }
}

.u-wid-280 {
  width: min(308px, 19.444vw) !important;
  min-width: min(308px, 19.444vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-280 {
    width: min(308px, 71.795vw) !important;
    min-width: min(308px, 71.795vw) !important;
  }
}

.u-wid-290 {
  width: min(319px, 20.139vw) !important;
  min-width: min(319px, 20.139vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-290 {
    width: min(319px, 74.359vw) !important;
    min-width: min(319px, 74.359vw) !important;
  }
}

.u-wid-300 {
  width: min(330px, 20.833vw) !important;
  min-width: min(330px, 20.833vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-300 {
    width: min(330px, 76.923vw) !important;
    min-width: min(330px, 76.923vw) !important;
  }
}

.u-wid-310 {
  width: min(341px, 21.528vw) !important;
  min-width: min(341px, 21.528vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-310 {
    width: min(341px, 79.487vw) !important;
    min-width: min(341px, 79.487vw) !important;
  }
}

.u-wid-320 {
  width: min(352px, 22.222vw) !important;
  min-width: min(352px, 22.222vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-320 {
    width: min(352px, 82.051vw) !important;
    min-width: min(352px, 82.051vw) !important;
  }
}

.u-wid-330 {
  width: min(363px, 22.917vw) !important;
  min-width: min(363px, 22.917vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-330 {
    width: min(363px, 84.615vw) !important;
    min-width: min(363px, 84.615vw) !important;
  }
}

.u-wid-340 {
  width: min(374px, 23.611vw) !important;
  min-width: min(374px, 23.611vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-340 {
    width: min(374px, 87.179vw) !important;
    min-width: min(374px, 87.179vw) !important;
  }
}

.u-wid-350 {
  width: min(385px, 24.306vw) !important;
  min-width: min(385px, 24.306vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-350 {
    width: min(385px, 89.744vw) !important;
    min-width: min(385px, 89.744vw) !important;
  }
}

.u-wid-360 {
  width: min(396px, 25vw) !important;
  min-width: min(396px, 25vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-360 {
    width: min(396px, 92.308vw) !important;
    min-width: min(396px, 92.308vw) !important;
  }
}

.u-wid-370 {
  width: min(407px, 25.694vw) !important;
  min-width: min(407px, 25.694vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-370 {
    width: min(407px, 94.872vw) !important;
    min-width: min(407px, 94.872vw) !important;
  }
}

.u-wid-380 {
  width: min(418px, 26.389vw) !important;
  min-width: min(418px, 26.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-380 {
    width: min(418px, 97.436vw) !important;
    min-width: min(418px, 97.436vw) !important;
  }
}

.u-wid-390 {
  width: min(429px, 27.083vw) !important;
  min-width: min(429px, 27.083vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-390 {
    width: min(429px, 100vw) !important;
    min-width: min(429px, 100vw) !important;
  }
}

.u-wid-400 {
  width: min(440px, 27.778vw) !important;
  min-width: min(440px, 27.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-400 {
    width: min(440px, 102.564vw) !important;
    min-width: min(440px, 102.564vw) !important;
  }
}

.u-wid-410 {
  width: min(451px, 28.472vw) !important;
  min-width: min(451px, 28.472vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-410 {
    width: min(451px, 105.128vw) !important;
    min-width: min(451px, 105.128vw) !important;
  }
}

.u-wid-420 {
  width: min(462px, 29.167vw) !important;
  min-width: min(462px, 29.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-420 {
    width: min(462px, 107.692vw) !important;
    min-width: min(462px, 107.692vw) !important;
  }
}

.u-wid-430 {
  width: min(473px, 29.861vw) !important;
  min-width: min(473px, 29.861vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-430 {
    width: min(473px, 110.256vw) !important;
    min-width: min(473px, 110.256vw) !important;
  }
}

.u-wid-440 {
  width: min(484px, 30.556vw) !important;
  min-width: min(484px, 30.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-440 {
    width: min(484px, 112.821vw) !important;
    min-width: min(484px, 112.821vw) !important;
  }
}

.u-wid-450 {
  width: min(495px, 31.25vw) !important;
  min-width: min(495px, 31.25vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-450 {
    width: min(495px, 115.385vw) !important;
    min-width: min(495px, 115.385vw) !important;
  }
}

.u-wid-460 {
  width: min(506px, 31.944vw) !important;
  min-width: min(506px, 31.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-460 {
    width: min(506px, 117.949vw) !important;
    min-width: min(506px, 117.949vw) !important;
  }
}

.u-wid-470 {
  width: min(517px, 32.639vw) !important;
  min-width: min(517px, 32.639vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-470 {
    width: min(517px, 120.513vw) !important;
    min-width: min(517px, 120.513vw) !important;
  }
}

.u-wid-480 {
  width: min(528px, 33.333vw) !important;
  min-width: min(528px, 33.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-480 {
    width: min(528px, 123.077vw) !important;
    min-width: min(528px, 123.077vw) !important;
  }
}

.u-wid-490 {
  width: min(539px, 34.028vw) !important;
  min-width: min(539px, 34.028vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-490 {
    width: min(539px, 125.641vw) !important;
    min-width: min(539px, 125.641vw) !important;
  }
}

.u-wid-500 {
  width: min(550px, 34.722vw) !important;
  min-width: min(550px, 34.722vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-500 {
    width: min(550px, 128.205vw) !important;
    min-width: min(550px, 128.205vw) !important;
  }
}

.u-wid-510 {
  width: min(561px, 35.417vw) !important;
  min-width: min(561px, 35.417vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-510 {
    width: min(561px, 130.769vw) !important;
    min-width: min(561px, 130.769vw) !important;
  }
}

.u-wid-520 {
  width: min(572px, 36.111vw) !important;
  min-width: min(572px, 36.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-520 {
    width: min(572px, 133.333vw) !important;
    min-width: min(572px, 133.333vw) !important;
  }
}

.u-wid-530 {
  width: min(583px, 36.806vw) !important;
  min-width: min(583px, 36.806vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-530 {
    width: min(583px, 135.897vw) !important;
    min-width: min(583px, 135.897vw) !important;
  }
}

.u-wid-540 {
  width: min(594px, 37.5vw) !important;
  min-width: min(594px, 37.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-540 {
    width: min(594px, 138.462vw) !important;
    min-width: min(594px, 138.462vw) !important;
  }
}

.u-wid-550 {
  width: min(605px, 38.194vw) !important;
  min-width: min(605px, 38.194vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-550 {
    width: min(605px, 141.026vw) !important;
    min-width: min(605px, 141.026vw) !important;
  }
}

.u-wid-560 {
  width: min(616px, 38.889vw) !important;
  min-width: min(616px, 38.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-560 {
    width: min(616px, 143.59vw) !important;
    min-width: min(616px, 143.59vw) !important;
  }
}

.u-wid-570 {
  width: min(627px, 39.583vw) !important;
  min-width: min(627px, 39.583vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-570 {
    width: min(627px, 146.154vw) !important;
    min-width: min(627px, 146.154vw) !important;
  }
}

.u-wid-580 {
  width: min(638px, 40.278vw) !important;
  min-width: min(638px, 40.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-580 {
    width: min(638px, 148.718vw) !important;
    min-width: min(638px, 148.718vw) !important;
  }
}

.u-wid-590 {
  width: min(649px, 40.972vw) !important;
  min-width: min(649px, 40.972vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-590 {
    width: min(649px, 151.282vw) !important;
    min-width: min(649px, 151.282vw) !important;
  }
}

.u-wid-600 {
  width: min(660px, 41.667vw) !important;
  min-width: min(660px, 41.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-600 {
    width: min(660px, 153.846vw) !important;
    min-width: min(660px, 153.846vw) !important;
  }
}

.u-wid-610 {
  width: min(671px, 42.361vw) !important;
  min-width: min(671px, 42.361vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-610 {
    width: min(671px, 156.41vw) !important;
    min-width: min(671px, 156.41vw) !important;
  }
}

.u-wid-620 {
  width: min(682px, 43.056vw) !important;
  min-width: min(682px, 43.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-620 {
    width: min(682px, 158.974vw) !important;
    min-width: min(682px, 158.974vw) !important;
  }
}

.u-wid-630 {
  width: min(693px, 43.75vw) !important;
  min-width: min(693px, 43.75vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-630 {
    width: min(693px, 161.538vw) !important;
    min-width: min(693px, 161.538vw) !important;
  }
}

.u-wid-640 {
  width: min(704px, 44.444vw) !important;
  min-width: min(704px, 44.444vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-640 {
    width: min(704px, 164.103vw) !important;
    min-width: min(704px, 164.103vw) !important;
  }
}

.u-wid-650 {
  width: min(715px, 45.139vw) !important;
  min-width: min(715px, 45.139vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-650 {
    width: min(715px, 166.667vw) !important;
    min-width: min(715px, 166.667vw) !important;
  }
}

.u-wid-660 {
  width: min(726px, 45.833vw) !important;
  min-width: min(726px, 45.833vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-660 {
    width: min(726px, 169.231vw) !important;
    min-width: min(726px, 169.231vw) !important;
  }
}

.u-wid-670 {
  width: min(737px, 46.528vw) !important;
  min-width: min(737px, 46.528vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-670 {
    width: min(737px, 171.795vw) !important;
    min-width: min(737px, 171.795vw) !important;
  }
}

.u-wid-680 {
  width: min(748px, 47.222vw) !important;
  min-width: min(748px, 47.222vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-680 {
    width: min(748px, 174.359vw) !important;
    min-width: min(748px, 174.359vw) !important;
  }
}

.u-wid-690 {
  width: min(759px, 47.917vw) !important;
  min-width: min(759px, 47.917vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-690 {
    width: min(759px, 176.923vw) !important;
    min-width: min(759px, 176.923vw) !important;
  }
}

.u-wid-700 {
  width: min(770px, 48.611vw) !important;
  min-width: min(770px, 48.611vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-700 {
    width: min(770px, 179.487vw) !important;
    min-width: min(770px, 179.487vw) !important;
  }
}

.u-wid-710 {
  width: min(781px, 49.306vw) !important;
  min-width: min(781px, 49.306vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-710 {
    width: min(781px, 182.051vw) !important;
    min-width: min(781px, 182.051vw) !important;
  }
}

.u-wid-720 {
  width: min(792px, 50vw) !important;
  min-width: min(792px, 50vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-720 {
    width: min(792px, 184.615vw) !important;
    min-width: min(792px, 184.615vw) !important;
  }
}

.u-wid-730 {
  width: min(803px, 50.694vw) !important;
  min-width: min(803px, 50.694vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-730 {
    width: min(803px, 187.179vw) !important;
    min-width: min(803px, 187.179vw) !important;
  }
}

.u-wid-740 {
  width: min(814px, 51.389vw) !important;
  min-width: min(814px, 51.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-740 {
    width: min(814px, 189.744vw) !important;
    min-width: min(814px, 189.744vw) !important;
  }
}

.u-wid-750 {
  width: min(825px, 52.083vw) !important;
  min-width: min(825px, 52.083vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-750 {
    width: min(825px, 192.308vw) !important;
    min-width: min(825px, 192.308vw) !important;
  }
}

.u-wid-760 {
  width: min(836px, 52.778vw) !important;
  min-width: min(836px, 52.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-760 {
    width: min(836px, 194.872vw) !important;
    min-width: min(836px, 194.872vw) !important;
  }
}

.u-wid-770 {
  width: min(847px, 53.472vw) !important;
  min-width: min(847px, 53.472vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-770 {
    width: min(847px, 197.436vw) !important;
    min-width: min(847px, 197.436vw) !important;
  }
}

.u-wid-780 {
  width: min(858px, 54.167vw) !important;
  min-width: min(858px, 54.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-780 {
    width: min(858px, 200vw) !important;
    min-width: min(858px, 200vw) !important;
  }
}

.u-wid-790 {
  width: min(869px, 54.861vw) !important;
  min-width: min(869px, 54.861vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-790 {
    width: min(869px, 202.564vw) !important;
    min-width: min(869px, 202.564vw) !important;
  }
}

.u-wid-800 {
  width: min(880px, 55.556vw) !important;
  min-width: min(880px, 55.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-800 {
    width: min(880px, 205.128vw) !important;
    min-width: min(880px, 205.128vw) !important;
  }
}

.u-wid-810 {
  width: min(891px, 56.25vw) !important;
  min-width: min(891px, 56.25vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-810 {
    width: min(891px, 207.692vw) !important;
    min-width: min(891px, 207.692vw) !important;
  }
}

.u-wid-820 {
  width: min(902px, 56.944vw) !important;
  min-width: min(902px, 56.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-820 {
    width: min(902px, 210.256vw) !important;
    min-width: min(902px, 210.256vw) !important;
  }
}

.u-wid-830 {
  width: min(913px, 57.639vw) !important;
  min-width: min(913px, 57.639vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-830 {
    width: min(913px, 212.821vw) !important;
    min-width: min(913px, 212.821vw) !important;
  }
}

.u-wid-840 {
  width: min(924px, 58.333vw) !important;
  min-width: min(924px, 58.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-840 {
    width: min(924px, 215.385vw) !important;
    min-width: min(924px, 215.385vw) !important;
  }
}

.u-wid-850 {
  width: min(935px, 59.028vw) !important;
  min-width: min(935px, 59.028vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-850 {
    width: min(935px, 217.949vw) !important;
    min-width: min(935px, 217.949vw) !important;
  }
}

.u-wid-860 {
  width: min(946px, 59.722vw) !important;
  min-width: min(946px, 59.722vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-860 {
    width: min(946px, 220.513vw) !important;
    min-width: min(946px, 220.513vw) !important;
  }
}

.u-wid-870 {
  width: min(957px, 60.417vw) !important;
  min-width: min(957px, 60.417vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-870 {
    width: min(957px, 223.077vw) !important;
    min-width: min(957px, 223.077vw) !important;
  }
}

.u-wid-880 {
  width: min(968px, 61.111vw) !important;
  min-width: min(968px, 61.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-880 {
    width: min(968px, 225.641vw) !important;
    min-width: min(968px, 225.641vw) !important;
  }
}

.u-wid-890 {
  width: min(979px, 61.806vw) !important;
  min-width: min(979px, 61.806vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-890 {
    width: min(979px, 228.205vw) !important;
    min-width: min(979px, 228.205vw) !important;
  }
}

.u-wid-900 {
  width: min(990px, 62.5vw) !important;
  min-width: min(990px, 62.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-900 {
    width: min(990px, 230.769vw) !important;
    min-width: min(990px, 230.769vw) !important;
  }
}

.u-wid-910 {
  width: min(1001px, 63.194vw) !important;
  min-width: min(1001px, 63.194vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-910 {
    width: min(1001px, 233.333vw) !important;
    min-width: min(1001px, 233.333vw) !important;
  }
}

.u-wid-920 {
  width: min(1012px, 63.889vw) !important;
  min-width: min(1012px, 63.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-920 {
    width: min(1012px, 235.897vw) !important;
    min-width: min(1012px, 235.897vw) !important;
  }
}

.u-wid-930 {
  width: min(1023px, 64.583vw) !important;
  min-width: min(1023px, 64.583vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-930 {
    width: min(1023px, 238.462vw) !important;
    min-width: min(1023px, 238.462vw) !important;
  }
}

.u-wid-940 {
  width: min(1034px, 65.278vw) !important;
  min-width: min(1034px, 65.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-940 {
    width: min(1034px, 241.026vw) !important;
    min-width: min(1034px, 241.026vw) !important;
  }
}

.u-wid-950 {
  width: min(1045px, 65.972vw) !important;
  min-width: min(1045px, 65.972vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-950 {
    width: min(1045px, 243.59vw) !important;
    min-width: min(1045px, 243.59vw) !important;
  }
}

.u-wid-960 {
  width: min(1056px, 66.667vw) !important;
  min-width: min(1056px, 66.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-960 {
    width: min(1056px, 246.154vw) !important;
    min-width: min(1056px, 246.154vw) !important;
  }
}

.u-wid-970 {
  width: min(1067px, 67.361vw) !important;
  min-width: min(1067px, 67.361vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-970 {
    width: min(1067px, 248.718vw) !important;
    min-width: min(1067px, 248.718vw) !important;
  }
}

.u-wid-980 {
  width: min(1078px, 68.056vw) !important;
  min-width: min(1078px, 68.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-980 {
    width: min(1078px, 251.282vw) !important;
    min-width: min(1078px, 251.282vw) !important;
  }
}

.u-wid-990 {
  width: min(1089px, 68.75vw) !important;
  min-width: min(1089px, 68.75vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-990 {
    width: min(1089px, 253.846vw) !important;
    min-width: min(1089px, 253.846vw) !important;
  }
}

.u-wid-1000 {
  width: min(1100px, 69.444vw) !important;
  min-width: min(1100px, 69.444vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-1000 {
    width: min(1100px, 256.41vw) !important;
    min-width: min(1100px, 256.41vw) !important;
  }
}

.u-wid-05per {
  width: 5% !important;
  min-width: 5% !important;
}

.u-wid-10per {
  width: 10% !important;
  min-width: 10% !important;
}

.u-wid-15per {
  width: 15% !important;
  min-width: 15% !important;
}

.u-wid-20per {
  width: 20% !important;
  min-width: 20% !important;
}

.u-wid-25per {
  width: 25% !important;
  min-width: 25% !important;
}

.u-wid-30per {
  width: 30% !important;
  min-width: 30% !important;
}

.u-wid-35per {
  width: 35% !important;
  min-width: 35% !important;
}

.u-wid-40per {
  width: 40% !important;
  min-width: 40% !important;
}

.u-wid-45per {
  width: 45% !important;
  min-width: 45% !important;
}

.u-wid-50per {
  width: 50% !important;
  min-width: 50% !important;
}

.u-wid-55per {
  width: 55% !important;
  min-width: 55% !important;
}

.u-wid-60per {
  width: 60% !important;
  min-width: 60% !important;
}

.u-wid-65per {
  width: 65% !important;
  min-width: 65% !important;
}

.u-wid-70per {
  width: 70% !important;
  min-width: 70% !important;
}

.u-wid-75per {
  width: 75% !important;
  min-width: 75% !important;
}

.u-wid-80per {
  width: 80% !important;
  min-width: 80% !important;
}

.u-wid-85per {
  width: 85% !important;
  min-width: 85% !important;
}

.u-wid-90per {
  width: 90% !important;
  min-width: 90% !important;
}

.u-wid-95per {
  width: 95% !important;
  min-width: 95% !important;
}

.u-wid-100per {
  width: 100% !important;
  min-width: 100% !important;
}

.u-wid-auto {
  width: auto !important;
  min-width: 0;
}

@media screen and (max-width: 834px) {
  .u-wid-md-10 {
    width: min(11px, 0.694vw) !important;
    min-width: min(11px, 0.694vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-10 {
    width: min(11px, 2.564vw) !important;
    min-width: min(11px, 2.564vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-20 {
    width: min(22px, 1.389vw) !important;
    min-width: min(22px, 1.389vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-20 {
    width: min(22px, 5.128vw) !important;
    min-width: min(22px, 5.128vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-30 {
    width: min(33px, 2.083vw) !important;
    min-width: min(33px, 2.083vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-30 {
    width: min(33px, 7.692vw) !important;
    min-width: min(33px, 7.692vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-40 {
    width: min(44px, 2.778vw) !important;
    min-width: min(44px, 2.778vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-40 {
    width: min(44px, 10.256vw) !important;
    min-width: min(44px, 10.256vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-50 {
    width: min(55px, 3.472vw) !important;
    min-width: min(55px, 3.472vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-50 {
    width: min(55px, 12.821vw) !important;
    min-width: min(55px, 12.821vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-60 {
    width: min(66px, 4.167vw) !important;
    min-width: min(66px, 4.167vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-60 {
    width: min(66px, 15.385vw) !important;
    min-width: min(66px, 15.385vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-70 {
    width: min(77px, 4.861vw) !important;
    min-width: min(77px, 4.861vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-70 {
    width: min(77px, 17.949vw) !important;
    min-width: min(77px, 17.949vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-80 {
    width: min(88px, 5.556vw) !important;
    min-width: min(88px, 5.556vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-80 {
    width: min(88px, 20.513vw) !important;
    min-width: min(88px, 20.513vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-90 {
    width: min(99px, 6.25vw) !important;
    min-width: min(99px, 6.25vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-90 {
    width: min(99px, 23.077vw) !important;
    min-width: min(99px, 23.077vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-100 {
    width: min(110px, 6.944vw) !important;
    min-width: min(110px, 6.944vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-100 {
    width: min(110px, 25.641vw) !important;
    min-width: min(110px, 25.641vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-110 {
    width: min(121px, 7.639vw) !important;
    min-width: min(121px, 7.639vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-110 {
    width: min(121px, 28.205vw) !important;
    min-width: min(121px, 28.205vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-120 {
    width: min(132px, 8.333vw) !important;
    min-width: min(132px, 8.333vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-120 {
    width: min(132px, 30.769vw) !important;
    min-width: min(132px, 30.769vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-130 {
    width: min(143px, 9.028vw) !important;
    min-width: min(143px, 9.028vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-130 {
    width: min(143px, 33.333vw) !important;
    min-width: min(143px, 33.333vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-140 {
    width: min(154px, 9.722vw) !important;
    min-width: min(154px, 9.722vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-140 {
    width: min(154px, 35.897vw) !important;
    min-width: min(154px, 35.897vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-150 {
    width: min(165px, 10.417vw) !important;
    min-width: min(165px, 10.417vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-150 {
    width: min(165px, 38.462vw) !important;
    min-width: min(165px, 38.462vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-160 {
    width: min(176px, 11.111vw) !important;
    min-width: min(176px, 11.111vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-160 {
    width: min(176px, 41.026vw) !important;
    min-width: min(176px, 41.026vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-170 {
    width: min(187px, 11.806vw) !important;
    min-width: min(187px, 11.806vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-170 {
    width: min(187px, 43.59vw) !important;
    min-width: min(187px, 43.59vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-180 {
    width: min(198px, 12.5vw) !important;
    min-width: min(198px, 12.5vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-180 {
    width: min(198px, 46.154vw) !important;
    min-width: min(198px, 46.154vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-190 {
    width: min(209px, 13.194vw) !important;
    min-width: min(209px, 13.194vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-190 {
    width: min(209px, 48.718vw) !important;
    min-width: min(209px, 48.718vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-200 {
    width: min(220px, 13.889vw) !important;
    min-width: min(220px, 13.889vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-200 {
    width: min(220px, 51.282vw) !important;
    min-width: min(220px, 51.282vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-210 {
    width: min(231px, 14.583vw) !important;
    min-width: min(231px, 14.583vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-210 {
    width: min(231px, 53.846vw) !important;
    min-width: min(231px, 53.846vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-220 {
    width: min(242px, 15.278vw) !important;
    min-width: min(242px, 15.278vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-220 {
    width: min(242px, 56.41vw) !important;
    min-width: min(242px, 56.41vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-230 {
    width: min(253px, 15.972vw) !important;
    min-width: min(253px, 15.972vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-230 {
    width: min(253px, 58.974vw) !important;
    min-width: min(253px, 58.974vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-240 {
    width: min(264px, 16.667vw) !important;
    min-width: min(264px, 16.667vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-240 {
    width: min(264px, 61.538vw) !important;
    min-width: min(264px, 61.538vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-250 {
    width: min(275px, 17.361vw) !important;
    min-width: min(275px, 17.361vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-250 {
    width: min(275px, 64.103vw) !important;
    min-width: min(275px, 64.103vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-260 {
    width: min(286px, 18.056vw) !important;
    min-width: min(286px, 18.056vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-260 {
    width: min(286px, 66.667vw) !important;
    min-width: min(286px, 66.667vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-270 {
    width: min(297px, 18.75vw) !important;
    min-width: min(297px, 18.75vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-270 {
    width: min(297px, 69.231vw) !important;
    min-width: min(297px, 69.231vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-280 {
    width: min(308px, 19.444vw) !important;
    min-width: min(308px, 19.444vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-280 {
    width: min(308px, 71.795vw) !important;
    min-width: min(308px, 71.795vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-290 {
    width: min(319px, 20.139vw) !important;
    min-width: min(319px, 20.139vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-290 {
    width: min(319px, 74.359vw) !important;
    min-width: min(319px, 74.359vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-300 {
    width: min(330px, 20.833vw) !important;
    min-width: min(330px, 20.833vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-300 {
    width: min(330px, 76.923vw) !important;
    min-width: min(330px, 76.923vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-310 {
    width: min(341px, 21.528vw) !important;
    min-width: min(341px, 21.528vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-310 {
    width: min(341px, 79.487vw) !important;
    min-width: min(341px, 79.487vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-320 {
    width: min(352px, 22.222vw) !important;
    min-width: min(352px, 22.222vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-320 {
    width: min(352px, 82.051vw) !important;
    min-width: min(352px, 82.051vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-330 {
    width: min(363px, 22.917vw) !important;
    min-width: min(363px, 22.917vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-330 {
    width: min(363px, 84.615vw) !important;
    min-width: min(363px, 84.615vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-340 {
    width: min(374px, 23.611vw) !important;
    min-width: min(374px, 23.611vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-340 {
    width: min(374px, 87.179vw) !important;
    min-width: min(374px, 87.179vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-350 {
    width: min(385px, 24.306vw) !important;
    min-width: min(385px, 24.306vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-350 {
    width: min(385px, 89.744vw) !important;
    min-width: min(385px, 89.744vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-360 {
    width: min(396px, 25vw) !important;
    min-width: min(396px, 25vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-360 {
    width: min(396px, 92.308vw) !important;
    min-width: min(396px, 92.308vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-370 {
    width: min(407px, 25.694vw) !important;
    min-width: min(407px, 25.694vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-370 {
    width: min(407px, 94.872vw) !important;
    min-width: min(407px, 94.872vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-380 {
    width: min(418px, 26.389vw) !important;
    min-width: min(418px, 26.389vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-380 {
    width: min(418px, 97.436vw) !important;
    min-width: min(418px, 97.436vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-390 {
    width: min(429px, 27.083vw) !important;
    min-width: min(429px, 27.083vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-390 {
    width: min(429px, 100vw) !important;
    min-width: min(429px, 100vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-400 {
    width: min(440px, 27.778vw) !important;
    min-width: min(440px, 27.778vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-400 {
    width: min(440px, 102.564vw) !important;
    min-width: min(440px, 102.564vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-10per {
    width: 10% !important;
    min-width: 10% !important;
  }
  .u-wid-md-20per {
    width: 20% !important;
    min-width: 20% !important;
  }
  .u-wid-md-30per {
    width: 30% !important;
    min-width: 30% !important;
  }
  .u-wid-md-40per {
    width: 40% !important;
    min-width: 40% !important;
  }
  .u-wid-md-50per {
    width: 50% !important;
    min-width: 50% !important;
  }
  .u-wid-md-60per {
    width: 60% !important;
    min-width: 60% !important;
  }
  .u-wid-md-70per {
    width: 70% !important;
    min-width: 70% !important;
  }
  .u-wid-md-80per {
    width: 80% !important;
    min-width: 80% !important;
  }
  .u-wid-md-90per {
    width: 90% !important;
    min-width: 90% !important;
  }
  .u-wid-md-100per {
    width: 100% !important;
    min-width: 100% !important;
  }
}