@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] {
  -webkit-text-decoration: underline dotted;
          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: 50%;
  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 { /* 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;
}

/* 案件によって必要なサブカラーを追加する
$sub-1: #ffffff;
$sub-2: #ffffff;
*/
html, body {
  width: 100%;
  min-height: 100%;
}

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

body {
  -webkit-overflow-scrolling: touch;
}

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

#wrap {
  -webkit-text-size-adjust: 100%;
  color: #000000;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 2;
  margin: 0;
  overflow-x: clip;
  position: relative;
}
@media screen and (min-width: 480px) {
  #wrap {
    min-width: 810px;
  }
}
@media screen and (min-width: 769px) {
  #wrap {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (max-width: 768px) {
  #wrap {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}

img, svg {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  img, svg {
    width: 100%;
  }
}

svg {
  fill: currentcolor;
}

:not(footer) ul, :not(footer) ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
:not(footer) a {
  transition: all 0.3s ease;
}
:not(footer) a img {
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  :not(footer) a:hover {
    text-decoration: none;
  }
  :not(footer) a:hover img {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1043px) {
  :not(footer) a [href^="tel:"] {
    pointer-events: none;
  }
}
:not(footer) i[class^=fa] {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
@media screen and (min-width: 769px) {
  :not(footer) p small {
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  :not(footer) p small {
    font-size: clamp(10px, 2.933vw, 12.1px);
  }
}
:not(footer) strong {
  font-weight: 700;
}
:not(footer) p a, :not(footer) td a, :not(footer) th a, :not(footer) blockquote a {
  color: #005cd1;
  text-decoration: underline;
}
@media (any-hover: hover) {
  :not(footer) p a:hover, :not(footer) td a:hover, :not(footer) th a:hover, :not(footer) blockquote a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
:not(footer) dt, :not(footer) dd {
  font-weight: 400;
}
:not(footer) figcaption {
  line-height: 1.5;
}
:not(footer) hr {
  height: 1px;
  background-color: #f2f2f2;
  border: none;
  margin: min(1.464vw, 22px) 0;
}
@media screen and (max-width: 768px) {
  :not(footer) hr {
    margin: min(5.333vw, 22px) 0;
  }
}

.l-header {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1001;
  width: 100%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .l-header {
    padding: min(1.464vw, 22px) 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: min(4vw, 16.5px) 0;
  }
}
.l-header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__logo {
  color: #177CBA;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .l-header__logo {
    width: min(8.638vw, 129.8px);
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: min(20vw, 82.5px);
  }
}
@media (any-hover: hover) {
  .l-header__logo {
    cursor: pointer;
  }
  .l-header__logo:hover {
    opacity: 0.7;
  }
}
.l-header__drawer {
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .l-header__drawer {
    width: min(4.246vw, 63.8px);
    height: min(1.903vw, 28.6px);
  }
}
@media screen and (max-width: 768px) {
  .l-header__drawer {
    width: min(14.4vw, 59.4px);
    height: min(5.333vw, 22px);
  }
}
@media (any-hover: hover) {
  .l-header__drawer {
    cursor: pointer;
  }
  .l-header__drawer:hover {
    opacity: 0.3;
  }
}
.l-header__drawer__icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.l-header__drawer__icon::before, .l-header__drawer__icon::after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.l-header__drawer__icon::before {
  top: 0;
  left: 0;
  width: 100%;
}
.l-header__drawer__icon::after {
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .l-header__drawer__icon::after {
    width: min(2.05vw, 30.8px);
  }
}
@media screen and (max-width: 768px) {
  .l-header__drawer__icon::after {
    width: min(6.4vw, 26.4px);
  }
}

.is-drawer-open {
  overflow: hidden;
}
.is-drawer-open .l-header {
  position: fixed !important;
  top: 0 !important;
  transform: translate(-50%, 0%) !important;
}
.is-drawer-open .l-header__drawer__icon::before, .is-drawer-open .l-header__drawer__icon::after {
  box-shadow: none;
  top: 50%;
  left: 50%;
  width: 100%;
  transform-origin: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .is-drawer-open .l-header__drawer__icon::before, .is-drawer-open .l-header__drawer__icon::after {
    width: 70%;
  }
}
.is-drawer-open .l-header__drawer__icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.is-drawer-open .l-header__drawer__icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.l-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .l-nav {
    padding: min(10.615vw, 159.5px) 0 min(7.174vw, 107.8px);
  }
}
@media screen and (max-width: 768px) {
  .l-nav {
    padding: min(32.8vw, 135.3px) 0 min(21.867vw, 90.2px);
  }
}
.l-nav__body {
  height: auto;
}
@media screen and (min-width: 769px) {
  .l-nav__wrap {
    display: flex;
    gap: min(3.953vw, 59.4px);
    width: 100%;
    max-width: min(100vw, 1502.6px);
    margin-inline: auto;
    padding-right: min(3.807vw, 57.2px);
  }
}
@media screen and (max-width: 768px) {
  .l-nav__wrap {
    padding: 0 min(5.333vw, 22px);
  }
}
@media screen and (min-width: 769px) {
  .l-nav__img {
    width: min(54.685vw, 821.7px);
  }
}
@media screen and (max-width: 768px) {
  .l-nav__img {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .l-nav__desc {
    flex: 1;
  }
}
.l-nav__title {
  display: block;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .l-nav__title {
    width: min(31.479vw, 473px);
    margin-top: min(2.635vw, 39.6px);
  }
}
@media screen and (max-width: 768px) {
  .l-nav__title {
    width: min(100%, min(89.333vw, 368.5px));
  }
}
.l-nav__list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .l-nav__list {
    gap: min(1.757vw, 26.4px);
    margin-top: min(5.124vw, 77px);
  }
}
@media screen and (max-width: 768px) {
  .l-nav__list {
    gap: min(9.6vw, 39.6px);
    margin-top: min(16.533vw, 68.2px);
  }
}
.l-nav__link {
  display: grid;
  grid-template-rows: auto auto;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .l-nav__link {
    gap: min(-0.293vw, -4.4px) 1px;
    grid-template-columns: min(2.196vw, 33px) 1fr;
  }
}
@media screen and (max-width: 768px) {
  .l-nav__link {
    gap: 2px 1px;
    grid-template-columns: min(6.133vw, 25.3px) 1fr;
  }
}
@media (any-hover: hover) {
  .l-nav__link:hover {
    opacity: 0.5;
  }
}
.l-nav__link:not(:has(.en)) {
  grid-template-rows: auto;
  align-items: center;
  row-gap: 0;
}
@media screen and (min-width: 769px) {
  .l-nav__link:not(:has(.en)) {
    margin-bottom: min(1.391vw, 20.9px);
  }
}
@media screen and (max-width: 768px) {
  .l-nav__link:not(:has(.en)) {
    margin-bottom: min(3.733vw, 15.4px);
  }
}
.l-nav__link:not(:has(.en)) .ja {
  color: #000000;
  line-height: 1;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .l-nav__link:not(:has(.en)) .ja {
    font-size: clamp(19.55px, 1.684vw, 25.3px);
  }
}
@media screen and (max-width: 768px) {
  .l-nav__link:not(:has(.en)) .ja {
    font-size: clamp(19.55px, 6.133vw, 25.3px);
  }
}
.l-nav__link .num {
  grid-row: 1/3;
  grid-column: 1/2;
}
@media screen and (min-width: 769px) {
  .l-nav__link .num {
    width: clamp(10.897px, 0.939vw, 14.102px);
  }
}
@media screen and (max-width: 768px) {
  .l-nav__link .num {
    width: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.l-nav__link .en {
  grid-row: 1/2;
  grid-column: 2/3;
}
@media screen and (min-width: 769px) {
  .l-nav__link .en {
    width: min(11.095vw, 166.716px);
  }
}
@media screen and (max-width: 768px) {
  .l-nav__link .en {
    width: max-content;
  }
}
.l-nav__link .ja {
  grid-row: 2/3;
  grid-column: 2/3;
  font-weight: 400;
  color: #5C5C5C;
}
@media screen and (min-width: 769px) {
  .l-nav__link .ja {
    font-size: clamp(10px, 0.732vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  .l-nav__link .ja {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
@media screen and (min-width: 769px) {
  .l-nav__link[data-nav=bauhaus] .en {
    width: clamp(127.5px, 10.981vw, 165px);
  }
}
@media screen and (max-width: 768px) {
  .l-nav__link[data-nav=bauhaus] .en {
    width: clamp(122.4px, 38.4vw, 158.4px);
  }
}
.l-nav__link[data-nav=collection] .num {
  transform: translateY(0.5em);
}
@media screen and (min-width: 769px) {
  .l-nav__link[data-nav=collection] .en {
    width: clamp(361.114px, 31.101vw, 467.324px);
  }
}
@media screen and (max-width: 768px) {
  .l-nav__link[data-nav=collection] .en {
    width: clamp(263.5px, 82.667vw, 341px);
  }
}
@media screen and (min-width: 769px) {
  .l-nav__link[data-nav=misawa] .en {
    width: clamp(124.1px, 10.688vw, 160.6px);
  }
}
@media screen and (max-width: 768px) {
  .l-nav__link[data-nav=misawa] .en {
    width: clamp(100.3px, 31.467vw, 129.8px);
  }
}
.l-nav__link[data-nav=misawa] .ja {
  transform: translateY(-0.5em);
}
.l-nav__banner {
  display: block;
}
@media screen and (min-width: 769px) {
  .l-nav__banner {
    margin-top: min(3.66vw, 55px);
  }
}
@media screen and (max-width: 768px) {
  .l-nav__banner {
    width: min(100%, min(89.333vw, 368.5px));
    margin-top: min(16vw, 66px);
  }
}

.l-main {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: auto;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .l-main__nav {
    margin: min(5.857vw, 88px) 0;
  }
}
@media screen and (max-width: 768px) {
  .l-main__nav {
    margin: min(21.333vw, 88px) 0;
  }
}
.l-main__nav__list {
  display: flex;
  flex-direction: column;
  align-items: end;
  line-height: 1.5;
  text-decoration: underline;
  border-right: 1px solid #000;
}
@media screen and (min-width: 769px) {
  .l-main__nav__list {
    gap: 1.15em;
    padding-right: min(2.196vw, 33px);
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .l-main__nav__list {
    gap: 1.5em;
    padding-right: min(4.267vw, 17.6px);
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}

.l-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .l-inner {
    max-width: min(100vw, 1502.6px);
    padding-left: min(6.076vw, 91.3px);
    padding-right: min(6.076vw, 91.3px);
  }
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-left: min(5.333vw, 22px);
    padding-right: min(5.333vw, 22px);
  }
}
@media screen and (min-width: 769px) {
  .l-inner.--middle {
    padding-left: min(14.861vw, 223.3px);
    padding-right: min(14.861vw, 223.3px);
  }
}
@media screen and (min-width: 769px) {
  .l-inner.--slim {
    max-width: min(54.173vw, 814px);
    padding-left: min(1.464vw, 22px);
    padding-right: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .l-inner.--slim {
    padding-left: min(9.333vw, 38.5px);
    padding-right: min(9.333vw, 38.5px);
  }
}
@media screen and (min-width: 769px) {
  .l-inner.--left {
    padding-left: min(14.934vw, 224.4px);
    padding-right: min(24.524vw, 368.5px);
  }
}
@media screen and (min-width: 769px) {
  .l-inner.--right {
    padding-left: min(24.378vw, 366.3px);
    padding-right: min(14.861vw, 223.3px);
  }
}

@media screen and (min-width: 541px) {
  footer .to-top {
    display: none !important;
  }
}

.footer_sp {
  padding-top: 0 !important;
}

.js-fadein {
  opacity: 0;
}

.lity-close {
  top: 30px !important;
  right: 30px !important;
  text-indent: -9999px;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .lity-close {
    width: min(2.709vw, 40.7px);
    height: min(2.709vw, 40.7px);
  }
}
@media screen and (max-width: 768px) {
  .lity-close {
    width: min(5.6vw, 23.1px);
    height: min(5.6vw, 23.1px);
  }
}
@media (any-hover: hover) {
  .lity-close {
    cursor: pointer;
  }
  .lity-close:hover {
    opacity: 0.6;
  }
}
.lity-close::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.3));
  background-size: cover;
  background-image: url(/bauhaus/assets/img/lity_close.svg) !important;
}

.c-button {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding: 0 clamp(23.8px, 2.05vw, 30.8px) 0 clamp(22.1px, 1.903vw, 28.6px);
  text-decoration: none;
  line-height: 1;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.3s ease-in-out;
  background-color: white;
}
@media (any-hover: hover) {
  .c-button:hover {
    background-color: rgba(255, 255, 255, 0.75);
  }
  .c-button:hover .c-button__arrow {
    transform: scaleX(1.2);
    transform-origin: left center;
  }
}

@media screen and (min-width: 769px) {
  .c-button {
    width: clamp(234.6px, 20.205vw, 303.6px);
    height: clamp(40.8px, 3.514vw, 52.8px);
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    width: clamp(259.25px, 81.333vw, 335.5px);
    height: clamp(44.2px, 13.867vw, 57.2px);
  }
}
@media screen and (min-width: 769px) {
  .c-button__more {
    width: clamp(86.7px, 7.467vw, 112.2px);
  }
}
@media screen and (max-width: 768px) {
  .c-button__more {
    width: clamp(86.7px, 27.2vw, 112.2px);
  }
}
.c-button__text {
  color: #000000;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .c-button__text {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (max-width: 768px) {
  .c-button__text {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}
.c-button__arrow {
  max-width: none;
  transition: transform 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .c-button__arrow {
    width: clamp(49.3px, 4.246vw, 63.8px);
  }
}
@media screen and (max-width: 768px) {
  .c-button__arrow {
    width: clamp(49.3px, 15.467vw, 63.8px);
  }
}
@media screen and (min-width: 769px) {
  .c-button__target {
    width: clamp(17.85px, 1.537vw, 23.1px);
  }
}
@media screen and (max-width: 768px) {
  .c-button__target {
    width: clamp(17.85px, 5.6vw, 23.1px);
  }
}

.c-card {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  margin: auto;
  position: relative;
  transition: none;
  outline: none;
}
.c-card.--shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.c-card.--radius {
  border-radius: 4px;
  overflow: hidden;
}
.c-card__wrapper {
  gap: min(3.514vw, 52.8px) 0;
}
@media screen and (max-width: 768px) {
  .c-card__wrapper {
    gap: min(12.8vw, 52.8px) 0;
  }
}
@media screen and (max-width: 540px) {
  .c-card__wrapper {
    gap: min(5.333vw, 22px) 0;
  }
}
.c-card__inner > *:first-child {
  margin-top: 0;
}
.c-card__inner > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .c-card__inner {
    padding: min(2.05vw, 30.8px) min(2.343vw, 35.2px);
  }
}
@media screen and (max-width: 768px) {
  .c-card__inner {
    padding: min(6.4vw, 26.4px) min(5.333vw, 22px) min(7.467vw, 30.8px);
  }
}
.c-card__thumb {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}
.c-card__thumb img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.c-card__block {
  cursor: pointer;
  outline: none;
}
@media (any-hover: hover) {
  .c-card__block:hover, .c-card__block:focus {
    outline: none;
  }
}
.c-card__lead {
  min-height: 3em;
  color: #000000;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 769px) {
  .c-card__lead {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
    margin-top: min(1.171vw, 17.6px);
  }
}
@media screen and (max-width: 768px) {
  .c-card__lead {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    margin-top: min(3.2vw, 13.2px);
  }
}
.c-card__lead a {
  color: #000000;
  text-decoration: none;
}
.c-card__lead a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-card__text {
  color: #5C5C5C;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 769px) {
  .c-card__text {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
    margin-top: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .c-card__text {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
    margin-top: min(5.333vw, 22px);
  }
}
.c-card__subtext {
  color: #5C5C5C;
  display: block;
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-card__subtext {
    font-size: clamp(12.75px, 1.098vw, 16.5px);
    margin-top: min(1.171vw, 17.6px);
  }
}
@media screen and (max-width: 768px) {
  .c-card__subtext {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
    margin-top: min(3.2vw, 13.2px);
  }
}

@media (any-hover: hover) {
  a.c-card:hover h3, a.c-card:hover h4, a.c-card:hover h5, a.c-card:hover p, .c-card__link:hover h3, .c-card__link:hover h4, .c-card__link:hover h5, .c-card__link:hover p {
    opacity: 0.7;
  }
}

.c-row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: min(1.464vw, 22px);
}
@media screen and (max-width: 768px) {
  .c-row {
    gap: min(4.267vw, 17.6px);
  }
}
.c-row:where(.--gap-wide) {
  gap: min(3.66vw, 55px);
}
@media screen and (max-width: 768px) {
  .c-row:where(.--gap-wide) {
    gap: min(8.533vw, 35.2px);
  }
}
.c-row:where(.--gap-narrow) {
  gap: min(0.586vw, 8.8px);
}
@media screen and (max-width: 768px) {
  .c-row:where(.--gap-narrow) {
    gap: min(1.067vw, 4.4px);
  }
}
.c-row:where(.--gap-none) {
  gap: min(0vw, 0px);
}

.c-col-1 {
  grid-column: span 1;
}
@media screen and (max-width: 479px) {
  .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: 768px) {
  .c-col-md-1 {
    grid-column: span 1 !important;
  }
}
@media screen and (max-width: 1042px) {
  .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: 479px) {
  .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: 768px) {
  .c-col-md-2 {
    grid-column: span 2 !important;
  }
}
@media screen and (max-width: 1042px) {
  .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: 479px) {
  .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: 768px) {
  .c-col-md-3 {
    grid-column: span 3 !important;
  }
}
@media screen and (max-width: 1042px) {
  .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: 479px) {
  .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: 768px) {
  .c-col-md-4 {
    grid-column: span 4 !important;
  }
}
@media screen and (max-width: 1042px) {
  .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: 479px) {
  .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: 768px) {
  .c-col-md-5 {
    grid-column: span 5 !important;
  }
}
@media screen and (max-width: 1042px) {
  .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: 479px) {
  .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: 768px) {
  .c-col-md-6 {
    grid-column: span 6 !important;
  }
}
@media screen and (max-width: 1042px) {
  .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: 479px) {
  .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: 768px) {
  .c-col-md-7 {
    grid-column: span 7 !important;
  }
}
@media screen and (max-width: 1042px) {
  .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: 479px) {
  .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: 768px) {
  .c-col-md-8 {
    grid-column: span 8 !important;
  }
}
@media screen and (max-width: 1042px) {
  .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: 479px) {
  .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: 768px) {
  .c-col-md-9 {
    grid-column: span 9 !important;
  }
}
@media screen and (max-width: 1042px) {
  .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: 479px) {
  .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: 768px) {
  .c-col-md-10 {
    grid-column: span 10 !important;
  }
}
@media screen and (max-width: 1042px) {
  .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: 479px) {
  .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: 768px) {
  .c-col-md-11 {
    grid-column: span 11 !important;
  }
}
@media screen and (max-width: 1042px) {
  .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: 479px) {
  .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: 768px) {
  .c-col-md-12 {
    grid-column: span 12 !important;
  }
}
@media screen and (max-width: 1042px) {
  .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;
  }
}

.c-list li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-list li {
    padding-left: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .c-list li {
    padding-left: min(4vw, 16.5px);
  }
}
.c-list li::before {
  content: "";
  width: min(0.439vw, 6.6px);
  height: min(0.439vw, 6.6px);
  background-color: #E35824;
  border-radius: 50%;
  position: absolute;
  top: clamp(10.2px, 0.878vw, 13.2px);
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-list li::before {
    width: clamp(10px, 1.6vw, 6.6px);
    height: clamp(10px, 1.6vw, 6.6px);
    top: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.c-list li:not(:last-child) {
  margin-bottom: min(0.293vw, 4.4px);
}
@media screen and (max-width: 768px) {
  .c-list li:not(:last-child) {
    margin-bottom: min(1.067vw, 4.4px);
  }
}
.c-list.--large li {
  font-size: clamp(17px, 1.464vw, 22px);
}
@media screen and (max-width: 768px) {
  .c-list.--large li {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    padding-left: min(5.333vw, 22px);
  }
}
.c-list.--large li::before {
  width: clamp(10px, 0.732vw, 11px);
  height: clamp(10px, 0.732vw, 11px);
  top: clamp(11.9px, 1.025vw, 15.4px);
}
@media screen and (max-width: 768px) {
  .c-list.--large li::before {
    width: clamp(10px, 2.667vw, 11px);
    height: clamp(10px, 2.667vw, 11px);
    top: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.c-list.--notice li {
  color: #aaaaaa;
  font-size: 85%;
  text-indent: -1.5em;
  padding-left: 1.5em;
  vertical-align: text-top;
  line-height: 1.5;
}
.c-list.--notice li::before {
  content: none;
}

ol.c-list li {
  list-style: decimal;
  padding-left: 0.5em;
  margin-left: 1em;
}
ol.c-list li::before {
  content: none;
}

.c-title {
  position: relative;
  line-height: 1.5;
}
.c-title__border {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .c-title__border {
    max-width: min(54.905vw, 825px);
    padding-left: min(4.539vw, 68.2px);
    row-gap: min(1.757vw, 26.4px);
  }
  .c-title__border::before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    bottom: 0;
    width: min(1.171vw, 17.6px);
    background-color: #000;
  }
}
@media screen and (max-width: 768px) {
  .c-title__border {
    row-gap: min(13.867vw, 57.2px);
  }
}
.c-title__border.--heading {
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 769px) {
  .c-title__border.--heading {
    padding-left: min(3.294vw, 49.5px);
  }
}
@media screen and (max-width: 768px) {
  .c-title__border.--heading {
    padding-left: min(9.333vw, 38.5px);
    padding-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .c-title__border.--heading::before {
    top: 0;
    bottom: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .c-title__border.--heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0.5em;
    width: min(2.667vw, 11px);
    background-color: #000;
  }
}
@media screen and (min-width: 769px) {
  .c-title__border.--heading .c-title__main {
    padding-top: min(5.857vw, 88px);
  }
}
@media screen and (max-width: 768px) {
  .c-title__border.--heading .c-title__main {
    padding-top: min(12.8vw, 52.8px);
  }
  .c-title__border.--heading .c-title__main::before {
    content: none;
  }
}
.c-title__main {
  line-height: 1.7142857143;
}
@media screen and (min-width: 769px) {
  .c-title__main {
    font-size: clamp(23.8px, 2.05vw, 30.8px);
  }
}
@media screen and (max-width: 768px) {
  .c-title__main {
    position: relative;
    padding-left: min(9.333vw, 38.5px);
    font-size: clamp(17px, 5.333vw, 22px);
  }
  .c-title__main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(2.667vw, 11px);
    background-color: #000;
  }
}
.c-title__text {
  line-height: 1.7142857143;
  text-align: justify;
  text-justify: inter-word;
}
@media screen and (min-width: 769px) {
  .c-title__text {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 768px) {
  .c-title__text {
    padding: 0 min(4vw, 16.5px);
  }
}

/*
modal
----------------------------------------------- */
.c-modal {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.c-modal.is-modal {
  opacity: 1;
  pointer-events: auto;
}
.c-modal__container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
.c-modal__body {
  position: absolute;
  left: 50%;
  z-index: 10;
  background-color: #fff;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .c-modal__body {
    top: clamp(79.9px, 6.881vw, 103.4px);
    width: calc(100% - min(12.152vw, 182.6px));
    height: calc(100svh - clamp(129.2px, 11.127vw, 167.2px));
    max-width: min(100vw, 1502.6px);
    max-height: min(58.565vw, 880px);
    padding: min(4.758vw, 71.5px) 0;
  }
}
@media screen and (max-width: 768px) {
  .c-modal__body {
    top: clamp(42.5px, 13.333vw, 55px);
    max-width: none;
    width: calc(100% - min(10.667vw, 44px));
    height: calc(100svh - clamp(65.45px, 20.533vw, 84.7px));
    padding: min(5.333vw, 22px) 0 min(10.667vw, 44px);
  }
}
.c-modal__wrap {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: start;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: #fff;
  overflow-y: auto;
}
@media screen and (min-width: 769px) {
  .c-modal__wrap {
    padding: 0 min(8.785vw, 132px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal__wrap {
    padding: 0 min(4vw, 16.5px);
  }
}
.c-modal__wrap__box {
  display: flex;
  align-items: end;
  column-gap: min(3.075vw, 46.2px);
  width: 100%;
  height: max-content;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .c-modal__wrap__box {
    align-items: end;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .c-modal__wrap__box {
    flex-direction: column-reverse;
    gap: min(5.867vw, 24.2px);
  }
}
.c-modal__main {
  flex: 1;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-modal__main {
    width: 100%;
  }
}
.c-modal__author {
  font-size: clamp(10px, 0.732vw, 11px);
}
@media screen and (max-width: 768px) {
  .c-modal__author {
    font-size: clamp(10px, 2.667vw, 11px);
  }
}
.c-modal__en {
  font-size: clamp(20.4px, 1.757vw, 26.4px);
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .c-modal__en {
    margin-top: 0.1em;
    font-size: clamp(17px, 5.333vw, 22px);
  }
}
.c-modal__ja {
  margin-top: 0.5em;
  font-size: clamp(10.2px, 0.878vw, 13.2px);
}
@media screen and (max-width: 768px) {
  .c-modal__ja {
    margin-top: 0.1em;
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.c-modal__info {
  display: flex;
  flex-direction: column;
  margin-top: 1.5em;
  font-size: clamp(10px, 0.732vw, 11px);
}
@media screen and (max-width: 768px) {
  .c-modal__info {
    margin-top: 2.5em;
    font-size: clamp(10px, 2.667vw, 11px);
  }
}
.c-modal__desc {
  margin-top: 1.5em;
  line-height: 1.6666666667;
  font-size: clamp(10.2px, 0.878vw, 13.2px);
}
@media screen and (max-width: 768px) {
  .c-modal__desc {
    margin-top: 2.15em;
    font-size: min(2.933vw, 12.1px);
  }
}
.c-modal__image {
  position: relative;
  aspect-ratio: 1/1;
  width: min(35.505vw, 533.5px);
}
@media screen and (max-width: 768px) {
  .c-modal__image {
    width: 100%;
  }
}
.c-modal__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-modal__close {
  position: absolute;
  top: clamp(-30.8px, -2.05vw, 10px);
  right: 0;
  width: clamp(25.5px, 2.196vw, 33px);
  height: clamp(25.5px, 2.196vw, 33px);
  background-size: cover;
  background-image: url("/bauhaus/assets/img/lity_close.svg");
  transform: translateY(-100%);
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .c-modal__close {
    top: clamp(-13.2px, -3.2vw, 10px);
    width: clamp(18.7px, 5.867vw, 24.2px);
    height: clamp(18.7px, 5.867vw, 24.2px);
  }
}
@media (any-hover: hover) {
  .c-modal__close {
    cursor: pointer;
  }
  .c-modal__close:hover {
    opacity: 0.7;
  }
}
.c-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #000;
}
.c-modal__work {
  display: grid;
}
@media screen and (min-width: 769px) {
  .c-modal__work {
    grid-template-columns: 1fr 1fr;
    gap: 0 min(2.782vw, 41.8px);
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-modal__work {
    grid-template-columns: 1fr;
    gap: min(5.333vw, 22px);
    width: 100%;
    margin-top: min(8.533vw, 35.2px);
  }
}
.c-modal__work__thumb {
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-modal__work__thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top left;
  }
}
@media screen and (min-width: 769px) {
  .c-modal__work__data {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .c-modal__work__data {
    align-self: end;
  }
}
.c-modal__work .en {
  line-height: 1.1875;
}
@media screen and (min-width: 769px) {
  .c-modal__work .en {
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  .c-modal__work .en {
    font-size: min(3.733vw, 15.4px);
  }
}
.c-modal__work .ja {
  margin-top: 0.5em;
  font-size: clamp(10.2px, 0.878vw, 13.2px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-modal__work .ja {
    font-size: min(2.667vw, 11px);
  }
}
.c-modal__work .info {
  line-height: 1.5;
  margin-top: 1.5em;
}
@media screen and (min-width: 769px) {
  .c-modal__work .info {
    font-size: clamp(10px, 0.732vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal__work .info {
    margin-top: 1em;
    font-size: clamp(10px, 2.667vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal__work__block {
    display: grid;
    grid-template-columns: min(25.067vw, 103.4px) 1fr;
    gap: min(3.733vw, 15.4px);
  }
}
.c-modal.--meister .c-modal__body {
  padding: min(4.758vw, 71.5px) 0;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .c-modal.--meister .c-modal__wrap {
    display: flex;
    gap: 0;
    flex-direction: row;
    padding: 0 min(4.392vw, 66px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal.--meister .c-modal__wrap {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .c-modal.--meister .c-modal__wrap__box {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-modal.--meister .c-modal__wrap__box {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .c-modal.--meister .c-modal__main {
    flex: none;
    width: min(29.283vw, 440px);
    padding: 0 min(4.978vw, 74.8px) 0 0;
  }
}
@media screen and (max-width: 768px) {
  .c-modal.--meister .c-modal__main {
    width: 100%;
  }
}
.c-modal.--meister .c-modal__main__head {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .c-modal.--meister .c-modal__main__head {
    align-items: center;
    text-align: center;
    margin-bottom: min(2.489vw, 37.4px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal.--meister .c-modal__main__head {
    position: relative;
    width: 100%;
    margin-bottom: min(7.467vw, 30.8px);
    padding-top: min(3.2vw, 13.2px);
    padding-bottom: min(3.2vw, 13.2px);
    border-bottom: 1px solid #000000;
  }
}
.c-modal.--meister .c-modal__main__head .img {
  width: min(12.152vw, 182.6px);
}
@media screen and (max-width: 768px) {
  .c-modal.--meister .c-modal__main__head .img {
    position: absolute;
    right: 0;
    bottom: min(-2.133vw, -8.8px);
    width: min(28.533vw, 117.7px);
  }
}
.c-modal.--meister .c-modal__main__head .title {
  position: relative;
  z-index: 2;
  margin-top: min(1.025vw, 15.4px);
}
@media screen and (max-width: 768px) {
  .c-modal.--meister .c-modal__main__head .title {
    width: max-content;
    max-width: min(62.667vw, 258.5px);
    margin-top: min(3.2vw, 13.2px);
  }
}
.c-modal.--meister .c-modal__main__head .name {
  line-height: 1.6666666667;
}
@media screen and (min-width: 769px) {
  .c-modal.--meister .c-modal__main__head .name {
    margin-top: min(1.318vw, 19.8px);
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal.--meister .c-modal__main__head .name {
    margin-top: min(2.133vw, 8.8px);
    font-size: clamp(10px, 2.667vw, 11px);
  }
}
.c-modal.--meister .c-modal__main__text {
  font-size: clamp(11.9px, 1.025vw, 15.4px);
  line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
  .c-modal.--meister .c-modal__main__text {
    margin-top: min(7.467vw, 30.8px);
  }
}
.c-modal.--meister .c-modal__main__text .note {
  display: block;
  margin-top: 1.25em;
  font-size: clamp(10px, 0.732vw, 11px);
}
@media screen and (max-width: 768px) {
  .c-modal.--meister .c-modal__main__text .note {
    font-size: clamp(10px, 2.667vw, 11px);
  }
}

@media screen and (min-width: 769px) {
  #gropius .c-modal__work__block {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
  }
}
@media screen and (min-width: 769px) {
  #gropius .c-modal__work__thumb {
    aspect-ratio: 80/89;
  }
}

#itten .c-modal__work__thumb img {
  position: static;
}

@media screen and (min-width: 769px) {
  #klee .c-modal__work, #kandinsky .c-modal__work {
    align-items: end;
    margin-top: min(2.562vw, 38.5px);
  }
}
@media screen and (max-width: 768px) {
  #klee .c-modal__work, #kandinsky .c-modal__work {
    grid-template-columns: min(25.067vw, 103.4px) 1fr;
  }
}
@media screen and (max-width: 768px) {
  #klee .c-modal__work__block, #kandinsky .c-modal__work__block {
    display: block;
    align-self: end;
  }
}
@media screen and (min-width: 769px) {
  #klee .c-modal__work__thumb img, #kandinsky .c-modal__work__thumb img {
    position: static;
  }
}

@media screen and (min-width: 769px) {
  #breuer .c-modal__work__block, #gunta .c-modal__work__block, #wagenfeld .c-modal__work__block, #mies .c-modal__work__block {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
  }
}
@media screen and (min-width: 769px) {
  #breuer .c-modal__work__thumb, #gunta .c-modal__work__thumb, #wagenfeld .c-modal__work__thumb, #mies .c-modal__work__thumb {
    aspect-ratio: 1/1;
  }
}

@media screen and (max-width: 768px) {
  #mies .title {
    width: min(58.667vw, 242px);
  }
}

.modal-open {
  overflow: hidden;
}

.js-modal, .js-modal-close {
  cursor: pointer;
}

.p-archive__filter__container {
  width: 100%;
  margin-bottom: min(3.66vw, 55px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-archive__filter__container {
    margin-bottom: min(13.333vw, 55px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__filter__container {
    width: 48%;
    display: inline-flex;
    margin-bottom: min(8vw, 33px);
  }
  .p-archive__filter__container + .p-archive__filter__container {
    margin-left: 2%;
  }
}
.p-archive__filter__list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-archive__filter__list {
    gap: min(0.878vw, 13.2px) min(0.586vw, 8.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-archive__filter__list {
    gap: min(3.2vw, 13.2px) min(2.133vw, 8.8px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__filter__list {
    gap: min(5.333vw, 22px) min(3.733vw, 15.4px);
  }
}
@media screen and (min-width: 769px) {
  .p-archive__filter__head {
    margin-bottom: min(2.928vw, 44px);
  }
}
@media screen and (max-width: 768px) {
  .p-archive__filter__head {
    margin-bottom: min(8vw, 33px);
  }
}
.p-archive__filter__head span {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-archive__filter__head span {
    font-size: clamp(20.4px, 1.757vw, 26.4px);
  }
}
@media screen and (max-width: 768px) {
  .p-archive__filter__head span {
    font-size: clamp(17px, 5.333vw, 22px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__filter__head span {
    font-size: clamp(11.475px, 3.6vw, 14.85px);
  }
}
.p-archive__filter__head span::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f002";
}
@media screen and (min-width: 769px) {
  .p-archive__filter__head span::before {
    font-size: clamp(17.85px, 1.537vw, 23.1px);
    margin-right: min(0.732vw, 11px);
  }
}
@media screen and (min-width: 541px) {
  .p-archive__filter__head span::before {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    margin-right: min(1.6vw, 6.6px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__filter__head span::before {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
    margin-right: min(0.8vw, 3.3px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__filter__head {
    width: 100%;
    height: min(12.267vw, 50.6px);
    background-color: #fff;
    border: #dddddd solid 1px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 540px) {
  .p-archive__filter__wrapper {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding: min(37.333vw, 154px) min(10.667vw, 44px) min(10.667vw, 44px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: auto;
  }
}
.p-archive__filter__close {
  display: none;
}
@media screen and (max-width: 540px) {
  .p-archive__filter__close {
    display: block;
    position: fixed;
    top: min(24vw, 99px);
    right: min(5.333vw, 22px);
    z-index: 10;
  }
  .p-archive__filter__close::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f00d";
    color: #000000;
    font-size: min(6.4vw, 26.4px);
  }
}
.p-archive__tag {
  width: auto;
  background-color: #fff;
  color: #000000;
  border: #dddddd solid 1px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.75em;
  transition: all 0.3s ease;
}
.p-archive__tag__wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-archive__tag__wrapper {
    gap: min(0.878vw, 13.2px) min(0.586vw, 8.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-archive__tag__wrapper {
    gap: min(2.667vw, 11px) min(2.667vw, 11px);
  }
}
@media screen and (min-width: 769px) {
  .p-archive__tag {
    height: min(2.416vw, 36.3px);
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-archive__tag {
    height: min(8.8vw, 36.3px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__tag {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.p-archive__tag.is-active {
  border-color: #E35824;
  color: #E35824;
}
@media (any-hover: hover) {
  .p-archive__tag:hover {
    border-color: #E35824;
    color: #E35824;
  }
}
.p-archive__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .p-archive__header {
    margin-bottom: min(2.928vw, 44px);
  }
}
@media screen and (max-width: 768px) {
  .p-archive__header {
    margin-bottom: min(8vw, 33px);
  }
}
.p-archive__header > *:first-child {
  margin-top: 0;
}
.p-archive__header > *:last-child {
  margin-bottom: 0;
}
.p-archive__header__title {
  width: calc(100% - min(19.034vw, 286px));
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-archive__header__title {
    width: calc(100% - min(19.034vw, 286px));
  }
}
@media screen and (max-width: 540px) {
  .p-archive__header__title {
    width: calc(100% - min(11.733vw, 48.4px));
  }
}
.p-archive__header__select {
  max-width: min(16.837vw, 253px);
}
@media screen and (max-width: 768px) {
  .p-archive__header__select {
    max-width: min(61.333vw, 253px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__header__select {
    width: min(6.4vw, 26.4px);
    height: min(6.4vw, 26.4px);
    border: none;
    padding: 0;
  }
  .p-archive__header__select::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f03a";
    font-size: clamp(20.4px, 1.757vw, 26.4px);
    right: 0;
  }
}
@media screen and (max-width: 540px) and (max-width: 768px) {
  .p-archive__header__select::after {
    font-size: clamp(20.4px, 1.757vw, 26.4px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__header__select select {
    text-indent: -999em;
    padding: 0;
  }
}
.p-archive__row {
  width: 100%;
}
@media screen and (min-width: 541px) {
  .p-archive__row {
    row-gap: min(4.392vw, 66px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__row {
    row-gap: min(8vw, 33px);
  }
}
.p-archive__list {
  width: 100%;
  margin-bottom: min(4.392vw, 66px);
}
@media screen and (max-width: 768px) {
  .p-archive__list {
    margin-bottom: min(10.667vw, 44px);
  }
}
.p-archive__list__item {
  padding: min(2.928vw, 44px) 0 min(2.05vw, 30.8px);
  border-bottom: #dddddd solid 1px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-archive__list__item {
    display: block;
    padding: min(5.333vw, 22px) 0;
  }
}
.p-archive__list__item:first-child {
  padding-top: 0;
}
.p-archive__list__item .p-archive__list__lead a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (any-hover: hover) {
  .p-archive__list__item:hover {
    cursor: pointer;
  }
  .p-archive__list__item:hover .p-archive__list__lead a {
    opacity: 0.6;
  }
}
.p-archive__list__item > *:first-child {
  margin-top: 0;
}
.p-archive__list__item > *:last-child {
  margin-bottom: 0;
}
.p-archive__list__lead {
  width: 100%;
  font-weight: 500;
  line-height: 1.5;
  margin: 1em 0 1.5em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 769px) {
  .p-archive__list__lead {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (max-width: 768px) {
  .p-archive__list__lead {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__list__lead {
    -webkit-line-clamp: 3;
  }
}
.p-archive__list__lead a {
  color: #000000;
  text-decoration: none;
}
.p-archive__list__date {
  color: #5C5C5C;
  display: block;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-archive__list__date {
    font-size: clamp(12.75px, 1.098vw, 16.5px);
    margin-top: min(0.732vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  .p-archive__list__date {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
    margin-top: min(2.667vw, 11px);
  }
}
.p-archive__category__list {
  border-top: #dddddd solid 1px;
  border-bottom: #dddddd solid 1px;
}
.p-archive__category__item {
  list-style-type: none;
}
.p-archive__category__item::marker {
  content: none;
}
.p-archive__category__item:not(:last-child) {
  border-bottom: #dddddd dashed 1px;
}
.p-archive__category__item a {
  width: 100%;
  font-size: clamp(13.6px, 1.171vw, 17.6px);
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: center;
  padding: min(1.171vw, 17.6px) min(4.758vw, 71.5px) min(1.171vw, 17.6px) 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-archive__category__item a {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    padding: min(4.267vw, 17.6px) min(10.667vw, 44px) min(4.267vw, 17.6px) 0;
  }
}
.p-archive__category__item a::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  color: #E35824;
  font-size: clamp(17px, 1.464vw, 22px);
  font-weight: 500;
  line-height: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: min(1.464vw, 22px);
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-archive__category__item a::after {
    font-size: clamp(17px, 5.333vw, 22px);
    right: min(2.667vw, 11px);
  }
}
@media (any-hover: hover) {
  .p-archive__category__item a:hover {
    opacity: 0.7;
  }
}
.p-archive__category__sub__head {
  width: 100%;
  height: auto;
  color: #000000;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .p-archive__category__sub__head {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
    padding: min(1.464vw, 22px) min(4.758vw, 71.5px) min(1.464vw, 22px) 0;
  }
}
@media screen and (max-width: 768px) {
  .p-archive__category__sub__head {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    padding: min(5.333vw, 22px) min(17.333vw, 71.5px) min(5.333vw, 22px) 0;
  }
}
.p-archive__category__sub__head::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f067";
  color: #E35824;
  padding-left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .p-archive__category__sub__head::after {
    font-size: clamp(15.3px, 1.318vw, 19.8px);
    right: min(1.318vw, 19.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-archive__category__sub__head::after {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    right: min(2.133vw, 8.8px);
  }
}
@media (any-hover: hover) {
  .p-archive__category__sub__head:hover {
    opacity: 0.7;
  }
}
.p-archive__category__sub__head.is-active {
  color: #000000;
}
.p-archive__category__sub__head.is-active::after {
  color: #E35824;
  content: "\f068";
}
.p-archive__category__sub__wrapper {
  display: none;
  padding-bottom: min(1.464vw, 22px);
}
@media screen and (max-width: 768px) {
  .p-archive__category__sub__wrapper {
    padding-bottom: min(5.333vw, 22px);
  }
}
.p-archive__category__sub__item {
  padding-left: min(1.83vw, 27.5px);
}
@media screen and (max-width: 768px) {
  .p-archive__category__sub__item {
    padding-left: min(6.667vw, 27.5px);
  }
}
.p-archive__category__sub__item a {
  padding: 0;
  padding-left: min(1.098vw, 16.5px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-archive__category__sub__item a {
    padding-left: min(4vw, 16.5px);
  }
}
.p-archive__category__sub__item a::after {
  content: none;
}
.p-archive__category__sub__item a::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  color: #E35824;
  font-size: min(1.318vw, 19.8px);
  font-weight: 500;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-archive__category__sub__item a::before {
    font-size: min(4.8vw, 19.8px);
  }
}
.p-archive__category__sub__item:not(:last-child) {
  margin-bottom: min(1.464vw, 22px);
}
@media screen and (max-width: 768px) {
  .p-archive__category__sub__item:not(:last-child) {
    margin-bottom: min(5.333vw, 22px);
  }
}
.p-archive__banner {
  max-width: min(28.551vw, 429px);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-archive__banner {
    width: calc(100% - min(10.667vw, 44px));
    max-width: min(104vw, 429px);
  }
}

@media (any-hover: hover) {
  a.p-archive__tag:hover {
    border-color: #E35824;
    color: #E35824;
  }
}

@media screen and (min-width: 769px) {
  .p-single__container {
    padding-top: clamp(85px, 7.321vw, 110px);
  }
}
@media screen and (max-width: 1042px) {
  .p-single__container {
    padding-top: clamp(59.5px, 5.124vw, 77px);
  }
}
@media screen and (max-width: 768px) {
  .p-single__container {
    padding-top: clamp(59.5px, 18.667vw, 77px);
  }
}
@media screen and (min-width: 769px) {
  .p-single__content {
    padding: min(5.857vw, 88px) 0;
  }
}
@media screen and (max-width: 768px) {
  .p-single__content {
    padding: min(16vw, 66px) 0;
  }
}
.p-single__header {
  margin-bottom: min(5.857vw, 88px);
}
@media screen and (max-width: 768px) {
  .p-single__header {
    margin-bottom: min(13.333vw, 55px);
  }
}
.p-single__header__date {
  display: block;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-single__header__date {
    font-size: clamp(12.75px, 1.098vw, 16.5px);
  }
}
@media screen and (max-width: 768px) {
  .p-single__header__date {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.p-single__header__labels {
  display: flex;
  align-items: center;
  margin-bottom: min(0.293vw, 4.4px);
}
@media screen and (max-width: 768px) {
  .p-single__header__labels {
    margin-bottom: min(1.067vw, 4.4px);
  }
}
@media screen and (max-width: 540px) {
  .p-single__header__labels {
    display: block;
  }
}
.p-single__header__labels li:not(:last-child) {
  margin-right: min(1.464vw, 22px);
}
@media screen and (max-width: 768px) {
  .p-single__header__labels li:not(:last-child) {
    margin-right: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 540px) {
  .p-single__header__labels li:not(:last-child) {
    margin-right: 0;
    margin-bottom: min(2.667vw, 11px);
  }
}
.p-single__header__img {
  width: 100%;
  margin: min(4.392vw, 66px) auto min(5.857vw, 88px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-single__header__img {
    margin: min(10.667vw, 44px) auto min(7.467vw, 30.8px);
  }
}
.p-single__header__img img {
  width: 100%;
}
.p-single__header > *:first-child {
  margin-top: 0;
}
.p-single__header > *:last-child {
  margin-bottom: 0;
}
.p-single__share {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-single__share {
    margin: min(4.392vw, 66px) 0;
  }
}
@media screen and (max-width: 768px) {
  .p-single__share {
    margin: min(16vw, 66px) 0 min(8vw, 33px);
  }
}
.p-single__share__title {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-single__share__title {
    font-size: clamp(15.3px, 1.318vw, 19.8px);
    margin-bottom: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .p-single__share__title {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    margin-bottom: min(5.333vw, 22px);
  }
}
.p-single__share ul li {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .p-single__share ul li {
    margin: 0 min(0.732vw, 11px);
    width: min(3.66vw, 55px);
  }
}
@media screen and (max-width: 768px) {
  .p-single__share ul li {
    margin: 0 min(2.667vw, 11px);
    width: min(13.333vw, 55px);
  }
}
@media screen and (min-width: 769px) {
  .p-single__related {
    margin-top: min(5.857vw, 88px);
  }
}
@media screen and (max-width: 768px) {
  .p-single__related {
    margin-top: min(16vw, 66px);
  }
}

.wp-editor > *:first-child {
  margin-top: 0;
}
.wp-editor > *:last-child {
  margin-bottom: 0;
}
.wp-editor h1,
.wp-editor h2,
.wp-editor h3,
.wp-editor h4,
.wp-editor h5,
.wp-editor h6 {
  line-height: 1.5;
  position: relative;
}
.wp-editor h1,
.wp-editor h2,
.wp-editor h3,
.wp-editor h4,
.wp-editor h5,
.wp-editor h6 {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .wp-editor h1 {
    font-size: clamp(30.6px, 2.635vw, 39.6px);
    margin-bottom: min(3.075vw, 46.2px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor h1 {
    font-size: clamp(23.8px, 7.467vw, 30.8px);
    margin-bottom: min(8.533vw, 35.2px);
  }
}
@media screen and (min-width: 769px) {
  .wp-editor h2 {
    font-size: clamp(23.8px, 2.05vw, 30.8px);
    padding-bottom: min(1.464vw, 22px);
    margin-top: min(5.857vw, 88px);
    margin-bottom: min(3.807vw, 57.2px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor h2 {
    font-size: clamp(18.7px, 5.867vw, 24.2px);
    padding-bottom: min(5.333vw, 22px);
    margin-top: min(10.667vw, 44px);
    margin-bottom: min(7.467vw, 30.8px);
  }
}
.wp-editor h2::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #E35824;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .wp-editor h3 {
    font-size: clamp(18.7px, 1.611vw, 24.2px);
    color: #E35824;
    margin-top: min(3.66vw, 55px);
    margin-bottom: min(2.928vw, 44px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor h3 {
    font-size: clamp(17px, 5.333vw, 22px);
    margin-top: min(10.667vw, 44px);
    margin-bottom: min(10.667vw, 44px);
  }
}
@media screen and (min-width: 769px) {
  .wp-editor h4 {
    font-size: clamp(17px, 1.464vw, 22px);
    margin-top: min(2.928vw, 44px);
    margin-bottom: min(2.928vw, 44px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor h4 {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    margin-top: min(10.667vw, 44px);
    margin-bottom: min(10.667vw, 44px);
  }
}
@media screen and (min-width: 769px) {
  .wp-editor h5,
  .wp-editor h6 {
    font-size: clamp(13.6px, 1.171vw, 17.6px);
    margin-top: min(2.928vw, 44px);
    margin-bottom: min(2.928vw, 44px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor h5,
  .wp-editor h6 {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    margin-top: min(10.667vw, 44px);
    margin-bottom: min(10.667vw, 44px);
  }
}
.wp-editor > *:first-child {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .wp-editor p {
    margin-top: min(2.928vw, 44px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor p {
    margin-top: min(10.667vw, 44px);
  }
}
@media screen and (min-width: 769px) {
  .wp-editor img,
  .wp-editor table,
  .wp-editor blockquote,
  .wp-editor figure,
  .wp-editor ul,
  .wp-editor ol,
  .wp-editor .wp-block-columns {
    margin-top: min(4.392vw, 66px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor img,
  .wp-editor table,
  .wp-editor blockquote,
  .wp-editor figure,
  .wp-editor ul,
  .wp-editor ol,
  .wp-editor .wp-block-columns {
    margin-top: min(10.667vw, 44px);
  }
}
@media screen and (min-width: 769px) {
  .wp-editor img + *,
  .wp-editor table + *,
  .wp-editor blockquote + *,
  .wp-editor figure + *,
  .wp-editor ul + *,
  .wp-editor ol + *,
  .wp-editor .wp-block-columns + * {
    margin-top: min(4.392vw, 66px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor img + *,
  .wp-editor table + *,
  .wp-editor blockquote + *,
  .wp-editor figure + *,
  .wp-editor ul + *,
  .wp-editor ol + *,
  .wp-editor .wp-block-columns + * {
    margin-top: min(10.667vw, 44px);
  }
}
.wp-editor figcaption {
  margin-top: 0.5em;
}
.wp-editor p a,
.wp-editor table a,
.wp-editor blockquote a,
.wp-editor figcaption a,
.wp-editor ul a,
.wp-editor ol a {
  color: #005cd1;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .wp-editor p a:hover,
  .wp-editor table a:hover,
  .wp-editor blockquote a:hover,
  .wp-editor figcaption a:hover,
  .wp-editor ul a:hover,
  .wp-editor ol a:hover {
    text-decoration: none;
  }
}
.wp-editor strong {
  font-weight: 500;
}
.wp-editor em {
  font-style: italic;
}
@media screen and (min-width: 769px) {
  .wp-editor small,
  .wp-editor figcaption {
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor small,
  .wp-editor figcaption {
    font-size: clamp(10px, 2.933vw, 12.1px);
  }
}
.wp-editor blockquote {
  width: 100%;
  background-color: #f2f2f2;
  position: relative;
}
@media screen and (min-width: 769px) {
  .wp-editor blockquote {
    padding: min(3.514vw, 52.8px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor blockquote {
    padding: min(5.333vw, 22px);
  }
}
.wp-editor ul > *:first-child {
  margin-top: 0;
}
.wp-editor ul > *:last-child {
  margin-bottom: 0;
}
.wp-editor ul li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .wp-editor ul li {
    padding-left: min(1.464vw, 22px);
    margin-bottom: min(0.732vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor ul li {
    padding-left: min(4vw, 16.5px);
    margin-bottom: min(2.667vw, 11px);
  }
}
.wp-editor ul li::before {
  content: "";
  background-color: #E35824;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 769px) {
  .wp-editor ul li::before {
    width: min(0.439vw, 6.6px);
    height: min(0.439vw, 6.6px);
    top: min(0.878vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor ul li::before {
    width: min(1.6vw, 6.6px);
    height: min(1.6vw, 6.6px);
    top: min(2.667vw, 11px);
  }
}
.wp-editor ol > *:first-child {
  margin-top: 0;
}
.wp-editor ol > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .wp-editor ol {
    padding-left: min(0.952vw, 14.3px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor ol {
    padding-left: min(3.467vw, 14.3px);
  }
}
.wp-editor ol li {
  list-style-type: decimal;
  position: relative;
}
@media screen and (min-width: 769px) {
  .wp-editor ol li {
    padding-left: min(0.512vw, 7.7px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor ol li {
    padding-left: min(4vw, 16.5px);
  }
}
.wp-editor table {
  width: 100%;
  border: #dddddd solid 1px;
  table-layout: fixed;
}
.wp-editor table th,
.wp-editor table td {
  text-align: left;
  overflow-wrap: break-word;
}
.wp-editor table th > *:first-child,
.wp-editor table td > *:first-child {
  margin-top: 0;
}
.wp-editor table th > *:last-child,
.wp-editor table td > *:last-child {
  margin-bottom: 0;
}
.wp-editor table th:not(:last-child),
.wp-editor table td:not(:last-child) {
  border-right: #dddddd solid 1px;
}
@media screen and (min-width: 769px) {
  .wp-editor table th,
  .wp-editor table td {
    padding: min(5.333vw, 22px) min(6.667vw, 27.5px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor table th,
  .wp-editor table td {
    padding: min(5.333vw, 22px) min(6.667vw, 27.5px);
  }
}
@media screen and (min-width: 769px) {
  .wp-editor table td {
    min-width: min(10.615vw, 159.5px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor table td {
    min-width: min(10.615vw, 159.5px);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor table td {
    min-width: min(26.667vw, 110px);
  }
}
.wp-editor table th {
  background-color: #f2f2f2;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .wp-editor table th {
    width: min(10.249vw, 154px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor table th {
    width: min(37.333vw, 154px);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor table th {
    width: min(28.8vw, 118.8px);
  }
}
.wp-editor table tr:not(:last-child) {
  border-bottom: #dddddd solid 1px;
}
.wp-editor p > img,
.wp-editor p > img.alignnone,
.wp-editor p > img.alignleft,
.wp-editor p > img.aligncenter,
.wp-editor p > img.alignright,
.wp-editor ul > img,
.wp-editor ul > img.alignnone,
.wp-editor ul > img.alignleft,
.wp-editor ul > img.aligncenter,
.wp-editor ul > img.alignright,
.wp-editor ol > img,
.wp-editor ol > img.alignnone,
.wp-editor ol > img.alignleft,
.wp-editor ol > img.aligncenter,
.wp-editor ol > img.alignright,
.wp-editor table > img,
.wp-editor table > img.alignnone,
.wp-editor table > img.alignleft,
.wp-editor table > img.aligncenter,
.wp-editor table > img.alignright {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .wp-editor p > img,
  .wp-editor p > img.alignnone,
  .wp-editor p > img.alignleft,
  .wp-editor p > img.aligncenter,
  .wp-editor p > img.alignright,
  .wp-editor ul > img,
  .wp-editor ul > img.alignnone,
  .wp-editor ul > img.alignleft,
  .wp-editor ul > img.aligncenter,
  .wp-editor ul > img.alignright,
  .wp-editor ol > img,
  .wp-editor ol > img.alignnone,
  .wp-editor ol > img.alignleft,
  .wp-editor ol > img.aligncenter,
  .wp-editor ol > img.alignright,
  .wp-editor table > img,
  .wp-editor table > img.alignnone,
  .wp-editor table > img.alignleft,
  .wp-editor table > img.aligncenter,
  .wp-editor table > img.alignright {
    margin: 0 auto;
    float: none;
    display: block;
  }
}
.wp-editor img,
.wp-editor img[width],
.wp-editor img[height] {
  max-width: 100%;
}
.wp-editor img {
  max-width: 100%;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  .wp-editor img {
    width: 100%;
  }
}
.wp-editor img + p,
.wp-editor img + ul,
.wp-editor img + ol,
.wp-editor img + h3,
.wp-editor img + h4,
.wp-editor img + h5,
.wp-editor img + h6,
.wp-editor img + img,
.wp-editor img + p,
.wp-editor img + ul,
.wp-editor img + ol + table {
  margin-top: min(4.392vw, 66px);
}
@media screen and (max-width: 768px) {
  .wp-editor img + p,
  .wp-editor img + ul,
  .wp-editor img + ol,
  .wp-editor img + h3,
  .wp-editor img + h4,
  .wp-editor img + h5,
  .wp-editor img + h6,
  .wp-editor img + img,
  .wp-editor img + p,
  .wp-editor img + ul,
  .wp-editor img + ol + table {
    margin-top: min(16vw, 66px);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor img + p,
  .wp-editor img + ul,
  .wp-editor img + ol,
  .wp-editor img + h3,
  .wp-editor img + h4,
  .wp-editor img + h5,
  .wp-editor img + h6,
  .wp-editor img + img,
  .wp-editor img + p,
  .wp-editor img + ul,
  .wp-editor img + ol + table {
    margin-top: min(10.667vw, 44px);
  }
}
@media screen and (min-width: 769px) {
  .wp-editor .alignleft,
  .wp-editor .alignright {
    max-width: min(30.747vw, 462px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor .alignleft,
  .wp-editor .alignright {
    max-width: min(74.667vw, 308px);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor .alignleft,
  .wp-editor .alignright {
    width: 100%;
    max-width: none;
    float: none !important;
  }
}
.wp-editor .alignleft {
  float: left;
  margin-right: min(2.635vw, 39.6px);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .wp-editor .alignleft {
    margin-right: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor .alignleft {
    margin-right: 0;
  }
}
.wp-editor .aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .wp-editor .aligncenter {
    margin: min(5.333vw, 22px) auto;
  }
}
.wp-editor .alignright {
  float: right;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .wp-editor .alignright {
    margin-left: min(2.635vw, 39.6px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor .alignright {
    margin-left: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor .alignright {
    margin-left: 0;
  }
}
.wp-editor .wp-block-spacer {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .wp-editor .wp-block-image {
    margin-bottom: min(2.196vw, 33px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor .wp-block-image {
    margin-bottom: min(8vw, 33px);
  }
}
.wp-editor .wp-block-image .aligncenter > figcaption,
.wp-editor .wp-block-image .alignleft > figcaption,
.wp-editor .wp-block-image .alignright > figcaption {
  text-align: left;
}
.wp-editor .wp-block-column > *:first-child {
  margin-top: 0;
}
.wp-editor .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.wp-editor .wp-block-column .wp-block-image {
  width: 100%;
}
.wp-editor .wp-block-column .wp-block-image img {
  width: 100%;
  max-width: none;
}
.wp-editor .clear::after {
  content: "";
  display: block;
  clear: both;
}
.wp-editor .toc_white {
  border: 1px solid #dddddd;
  border-top: 3px solid #E35824;
}
@media screen and (min-width: 769px) {
  .wp-editor .toc_white {
    padding: min(2.196vw, 33px);
    margin-top: min(4.392vw, 66px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor .toc_white {
    margin-top: min(10.667vw, 44px);
    padding: min(5.333vw, 22px);
  }
}
.wp-editor .toc_title {
  color: #000000;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .wp-editor .toc_title {
    margin: 0 0 min(1.464vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor .toc_title {
    margin: 0 0 min(5.333vw, 22px);
  }
}
.wp-editor .toc_list {
  margin: 0;
}
.wp-editor .toc_list > li {
  list-style: none;
  padding-left: 0;
}
@media screen and (min-width: 769px) {
  .wp-editor .toc_list > li {
    text-indent: min(-1.098vw, -16.5px);
    margin-left: min(1.098vw, 16.5px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor .toc_list > li {
    text-indent: min(-4vw, -16.5px);
    margin-left: min(4vw, 16.5px);
  }
}
.wp-editor .toc_list > li::before {
  content: none;
}
.wp-editor .toc_list > li .toc_number::after {
  content: ". ";
}
@media screen and (min-width: 769px) {
  .wp-editor .toc_list > li > ul > li {
    padding-left: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor .toc_list > li > ul > li {
    padding-left: min(5.333vw, 22px);
  }
}
.wp-editor .toc_list a {
  color: #005cd1;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .wp-editor .toc_list a:hover {
    text-decoration: none;
  }
}
.wp-editor .toc_list ul {
  margin: 0;
}
.wp-editor .toc_list li {
  margin-top: min(0.732vw, 11px);
}
@media screen and (max-width: 768px) {
  .wp-editor .toc_list li {
    margin-top: min(2.667vw, 11px);
  }
}
.wp-editor .toc_list li::before {
  content: none;
}

.p-top {
  /*
  cm
  ----------------------------------------------- */
  /*
  media
  ----------------------------------------------- */
  /*
    request
  ----------------------------------------------- */
  /*
  banner
  ----------------------------------------------- */
}
@media screen and (min-width: 769px) {
  .p-top {
    padding-bottom: min(4.392vw, 66px);
  }
}
@media screen and (max-width: 768px) {
  .p-top {
    padding-bottom: min(26.667vw, 110px);
  }
}
.p-top__mv__thumb {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 541px) {
  .p-top__mv__thumb {
    aspect-ratio: 683/384;
    max-height: 100svh;
  }
}
@media screen and (max-width: 540px) {
  .p-top__mv__thumb {
    aspect-ratio: 375/640;
  }
}
.p-top__mv__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.p-top__mv__slide .swiper-slide img {
  width: 100%;
  max-width: none;
  transition: 3.7s 1s ease-out;
}
.p-top__mv__slide .swiper-slide[class*=-active] img {
  transition-delay: 0s;
  transform: scale(1.05);
}
.p-top__mv__scroll {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 541px) {
  .p-top__mv__scroll {
    right: min(2.782vw, 41.8px);
    gap: 10px;
  }
}
@media screen and (max-width: 540px) {
  .p-top__mv__scroll {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 540px) {
  .p-top__mv__scroll__icon {
    width: 10px;
    gap: 16px;
    transform: rotate(-90deg);
  }
}
.p-top__mv__scroll__border {
  position: relative;
  display: block;
  width: 1px;
  overflow: hidden;
}
@media screen and (min-width: 541px) {
  .p-top__mv__scroll__border {
    height: 25px;
  }
}
@media screen and (max-width: 540px) {
  .p-top__mv__scroll__border {
    height: 30px;
  }
}
.p-top__mv__scroll__border::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  animation: scroll 2.4s linear infinite;
}
.p-top__mv__title {
  position: absolute;
  left: 50%;
  bottom: min(3.221vw, 48.4px);
  z-index: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
}
@media screen and (max-width: 540px) {
  .p-top__mv__title {
    bottom: min(27.733vw, 114.4px);
  }
}
.p-top__mv__title .main {
  max-width: none;
  filter: drop-shadow(0 0px 10px rgba(0, 0, 0, 0.3));
}
@media screen and (min-width: 769px) {
  .p-top__mv__title .main {
    width: clamp(596.7px, 51.391vw, 772.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__mv__title .main {
    width: clamp(284.75px, 89.333vw, 368.5px);
  }
}
.p-top__mv__title .sub {
  display: block;
  width: 100%;
  margin-top: 1em;
  font-weight: 400;
  filter: drop-shadow(0 0px 9px rgba(0, 0, 0, 0.4));
}
@media screen and (min-width: 769px) {
  .p-top__mv__title .sub {
    font-size: clamp(15.3px, 1.318vw, 19.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__mv__title .sub {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.p-top__mv__desc {
  margin-top: 2em;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-top__mv__desc {
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__mv__desc {
    font-size: clamp(10px, 2.667vw, 11px);
  }
}
@media screen and (min-width: 769px) {
  .p-top__cm {
    margin-top: min(8.712vw, 130.9px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__cm {
    margin-top: min(15.467vw, 63.8px);
  }
}
.p-top__cm__wrap {
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-top__cm__wrap {
    align-items: start;
  }
}
@media screen and (max-width: 768px) {
  .p-top__cm__wrap {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 769px) {
  .p-top__cm__thumb {
    position: sticky;
    top: 15%;
    aspect-ratio: 16/9;
    width: min(58.272vw, 875.6px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__cm__thumb {
    width: 100vw;
    margin: min(15.467vw, 63.8px) calc(-50vw + 50%) 0;
  }
}
.p-top__cm__thumb__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-top__cm__thumb__img {
    transform: translateX(min(-6.076vw, -91.3px));
  }
}
@media screen and (min-width: 769px) {
  .p-top__cm__thumb figcaption {
    display: inline-block;
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  .p-top__cm__thumb figcaption {
    font-size: clamp(10px, 2.667vw, 11px);
    padding: 0 min(5.333vw, 22px);
  }
}
@media screen and (min-width: 769px) {
  .p-top__cm__thumb__btn {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: clamp(64.6px, 5.564vw, 83.6px);
    transform: translateX(min(-6.076vw, -91.3px));
  }
}
@media screen and (max-width: 768px) {
  .p-top__cm__thumb__btn {
    display: block;
    width: clamp(64.6px, 20.267vw, 83.6px);
    margin-top: min(2.667vw, 11px);
    margin-left: min(5.333vw, 22px);
  }
}
@media screen and (min-width: 769px) {
  .p-top__cm__desc {
    flex: 1;
    margin-top: min(14.641vw, 220px);
    padding: 0 0 min(3.514vw, 52.8px) min(0.439vw, 6.6px);
  }
}
@media screen and (max-width: 1042px) {
  .p-top__cm__desc {
    margin-left: min(-2.196vw, -33px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__cm__desc {
    margin: 0;
  }
}
.p-top__cm__title {
  white-space: pre-wrap;
  word-break: keep-all;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .p-top__cm__title {
    font-size: clamp(23.8px, 2.05vw, 30.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__cm__title {
    text-align: center;
    font-size: clamp(17px, 5.333vw, 22px);
  }
}
.p-top__cm__text {
  line-height: 2.875;
}
@media screen and (min-width: 769px) {
  .p-top__cm__text {
    white-space: pre-wrap;
    word-break: keep-all;
    margin-top: min(4.1vw, 61.6px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__cm__text {
    margin-top: min(10.667vw, 44px);
    padding: 0 min(4vw, 16.5px);
    line-height: 2.4285714286;
  }
}
.p-top__media {
  margin-top: min(8.785vw, 132px);
  --filter: grayscale(1);
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .p-top__media {
    --filter: grayscale(0);
    margin-top: min(19.2vw, 79.2px);
  }
}
.p-top__media .l-inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top__media .l-inner {
    padding-left: min(18.302vw, 275px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__media .l-inner {
    padding-left: min(9.333vw, 38.5px);
    padding-right: min(9.333vw, 38.5px);
  }
}
.p-top__media__item {
  color: #fff;
}
@media (any-hover: hover) {
  .p-top__media__item:has(.c-button:hover) {
    --filter: grayscale(0);
  }
}
.p-top__media__item .num {
  position: absolute;
  z-index: -1;
  color: rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 769px) {
  .p-top__media__item .num {
    width: clamp(96.9px, 8.346vw, 125.4px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__media__item .num {
    width: clamp(59.5px, 18.667vw, 77px);
  }
}
.p-top__media__item.--bauhaus, .p-top__media__item.--misawa {
  filter: var(--filter);
}
.p-top__media__item.--bauhaus {
  background-size: cover;
  transition: filter 0.5s ease-in-out;
}
@media screen and (min-width: 769px) {
  .p-top__media__item.--bauhaus {
    background-image: url(/bauhaus/assets/img/top/sec_bauhaus.jpg);
  }
}
@media screen and (max-width: 768px) {
  .p-top__media__item.--bauhaus {
    background-image: url(/bauhaus/assets/img/top/sec_bauhaus_sp.jpg);
  }
}
@media screen and (min-width: 769px) {
  .p-top__media__item.--bauhaus .l-inner {
    padding-top: min(8.785vw, 132px);
    padding-bottom: min(10.835vw, 162.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__media__item.--bauhaus .l-inner {
    padding-top: min(24vw, 99px);
    padding-bottom: min(26.667vw, 110px);
  }
}
@media screen and (min-width: 769px) {
  .p-top__media__item.--bauhaus .num {
    top: min(5.71vw, 85.8px);
    left: min(13.397vw, 201.3px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__media__item.--bauhaus .num {
    top: min(7.467vw, 30.8px);
    left: min(5.333vw, 22px);
    width: clamp(69.7px, 21.867vw, 90.2px);
    color: rgba(255, 255, 255, 0.5);
  }
}
.p-top__media__item.--collection {
  background-color: #E35824;
}
@media screen and (min-width: 769px) {
  .p-top__media__item.--collection {
    padding: min(9.37vw, 140.8px) 0 min(5.857vw, 88px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__media__item.--collection {
    padding: min(21.333vw, 88px) 0 min(21.333vw, 88px);
  }
}
.p-top__media__item.--collection .p-top__media__text, .p-top__media__item.--collection .p-top__media__title {
  filter: none;
}
@media screen and (min-width: 769px) {
  .p-top__media__item.--collection .num {
    top: min(-1.171vw, -17.6px);
    left: min(12.079vw, 181.5px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__media__item.--collection .num {
    top: min(-9.6vw, -39.6px);
    left: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__media__item.--collection .c-button {
    order: 100;
    margin-top: min(10.667vw, 44px);
  }
}
.p-top__media__item.--misawa {
  background-size: cover;
  transition: filter 0.5s ease-in-out;
}
@media screen and (min-width: 769px) {
  .p-top__media__item.--misawa {
    background-image: url(/bauhaus/assets/img/top/sec_design.jpg);
  }
}
@media screen and (max-width: 768px) {
  .p-top__media__item.--misawa {
    background-image: url(/bauhaus/assets/img/top/sec_design_sp.jpg);
  }
}
@media screen and (min-width: 769px) {
  .p-top__media__item.--misawa .l-inner {
    padding-top: min(10.102vw, 151.8px);
    padding-bottom: min(9.37vw, 140.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__media__item.--misawa .l-inner {
    padding-top: min(24vw, 99px);
    padding-bottom: min(21.333vw, 88px);
  }
}
@media screen and (min-width: 769px) {
  .p-top__media__item.--misawa .num {
    top: min(6.076vw, 91.3px);
    left: min(12.299vw, 184.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__media__item.--misawa .num {
    top: min(7.467vw, 30.8px);
    left: min(4.8vw, 19.8px);
  }
}
@media screen and (min-width: 769px) {
  .p-top__media__title, .p-top__media__text {
    filter: drop-shadow(0 0px 6px rgba(0, 0, 0, 0.16));
  }
}
@media screen and (max-width: 768px) {
  .p-top__media__title, .p-top__media__text {
    filter: drop-shadow(0 0px 6px rgba(0, 0, 0, 0.3));
  }
}
.p-top__media__title {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .p-top__media__title {
    gap: min(0.586vw, 8.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__media__title {
    gap: min(2.133vw, 8.8px);
  }
}
@media screen and (min-width: 769px) {
  .--bauhaus .p-top__media__title .en {
    width: clamp(282.7185px, 24.349vw, 365.871px);
  }
}
@media screen and (max-width: 768px) {
  .--bauhaus .p-top__media__title .en {
    width: clamp(191.25px, 60vw, 247.5px);
  }
}
@media screen and (min-width: 769px) {
  .--collection .p-top__media__title .en {
    width: clamp(238px, 20.498vw, 308px);
  }
}
@media screen and (max-width: 768px) {
  .--collection .p-top__media__title .en {
    width: clamp(163.2px, 51.2vw, 211.2px);
  }
}
@media screen and (min-width: 769px) {
  .--misawa .p-top__media__title .en {
    width: clamp(272.85px, 85.6vw, 353.1px);
  }
}
@media screen and (max-width: 768px) {
  .--misawa .p-top__media__title .en {
    width: clamp(211.65px, 66.4vw, 273.9px);
  }
}
.p-top__media__text {
  margin-top: 2em;
  font-weight: 600;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-top__media__text {
    line-height: 1.5;
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.p-top__media__wrap {
  display: flex;
  column-gap: 14px;
}
@media screen and (min-width: 769px) {
  .p-top__media__wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .p-top__media__wrap {
    flex-direction: column;
  }
}
.p-top__media__desc {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-top__media__desc {
    display: contents;
  }
}
.p-top__media__img {
  filter: var(--filter);
  transition: filter 0.5s ease-in-out;
}
@media screen and (min-width: 769px) {
  .p-top__media__img {
    width: min(46.34vw, 696.3px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__media__img {
    width: 100%;
    margin-top: min(8.533vw, 35.2px);
  }
}
.p-top__media__slide {
  margin-top: min(6.149vw, 92.4px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top__media__slide {
    display: none;
  }
}
.p-top__media__slide .swiper {
  width: 100%;
  height: auto;
}
.p-top__media__slide .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.p-top__media__slide .swiper .swiper-slide {
  width: auto;
}
.p-top__media__slide .swiper .swiper-slide img {
  width: 110.102489019vw;
}
.p-top__media .c-button {
  margin-top: min(3.514vw, 52.8px);
}
@media screen and (max-width: 768px) {
  .p-top__media .c-button {
    margin-top: min(24.533vw, 101.2px);
  }
}
.p-top__request {
  margin-top: min(8.785vw, 132px);
  background-color: #101010;
}
@media screen and (max-width: 768px) {
  .p-top__request {
    margin-top: min(13.333vw, 55px);
  }
}
.p-top__request__wrap {
  position: relative;
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-top__request__wrap {
    justify-content: space-between;
    align-items: center;
    gap: min(5.857vw, 88px);
    padding: min(4.1vw, 61.6px) 0 min(2.928vw, 44px) min(9.297vw, 139.7px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__request__wrap {
    flex-direction: column;
    padding: min(15.467vw, 63.8px) min(4vw, 16.5px) min(20.267vw, 83.6px);
  }
}
.p-top__request__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  background-color: #E35824;
}
@media screen and (min-width: 769px) {
  .p-top__request__wrap::before {
    left: min(4.1vw, 61.6px);
    width: min(7.76vw, 116.6px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__request__wrap::before {
    left: 0;
    width: min(8.533vw, 35.2px);
  }
}
.p-top__request__img {
  position: relative;
  aspect-ratio: 414/245;
}
@media screen and (min-width: 769px) {
  .p-top__request__img {
    width: min(30.82vw, 463.1px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__request__img {
    width: 100%;
    margin-top: min(5.333vw, 22px);
  }
}
.p-top__request__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top__request__desc {
  flex: 1;
  padding-top: 1em;
  font-size: clamp(17px, 1.464vw, 22px);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top__request__desc {
    display: contents;
  }
}
.p-top__request__text {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-top__request__text {
    order: -1;
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .p-top__request .c-button {
    margin-top: min(3.514vw, 52.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__request .c-button {
    margin-top: min(14.4vw, 59.4px);
  }
}
@media screen and (min-width: 769px) {
  .p-top__banner {
    margin-top: min(6.149vw, 92.4px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__banner {
    margin-top: min(21.333vw, 88px);
  }
}
.p-top__banner__list {
  display: grid;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-top__banner__list {
    grid-template-columns: repeat(2, 1fr);
    gap: min(2.05vw, 30.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-top__banner__list {
    gap: min(7.467vw, 30.8px);
  }
}

@keyframes scroll {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(100%);
  }
}
#mv {
  opacity: 0;
}

.p-mv__thumb {
  position: relative;
}
@media screen and (min-width: 541px) {
  .p-mv__thumb {
    aspect-ratio: 683/305;
  }
}
@media screen and (max-width: 540px) {
  .p-mv__thumb {
    aspect-ratio: 375/434;
  }
}
.p-mv__thumb__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-mv__title {
  position: absolute;
  z-index: 1;
  color: #fff;
  display: flex;
  flex-direction: column-reverse;
  width: max-content;
}
@media screen and (min-width: 769px) {
  .p-mv__title {
    row-gap: 0.5em;
    font-size: clamp(17px, 1.464vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .p-mv__title {
    margin-bottom: 0.15em;
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.p-mv__title.--left {
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .p-mv__title.--left {
    left: min(6.076vw, 91.3px);
  }
}
@media screen and (max-width: 768px) {
  .p-mv__title.--left {
    left: min(5.333vw, 22px);
    bottom: -2px;
  }
}
.p-mv__title.--right {
  bottom: 0;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .p-mv__title.--right {
    right: min(6.076vw, 91.3px);
  }
}
@media screen and (max-width: 768px) {
  .p-mv__title.--right {
    right: min(5.333vw, 22px);
  }
}
.p-mv__title.--center {
  top: 50%;
  left: 50%;
  flex-direction: column;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-mv__title.--center {
    align-items: center;
    margin: 0;
    row-gap: min(7.467vw, 30.8px);
  }
}
@media screen and (max-width: 540px) {
  .p-mv__title.--center {
    top: min(36.8vw, 151.8px);
    transform: translate(-50%, 0);
  }
}
.p-mv__title .en {
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .p-design .p-mv__title .en {
    width: clamp(343.4px, 29.575vw, 444.4px);
  }
}
@media screen and (max-width: 768px) {
  .p-design .p-mv__title .en {
    width: clamp(170px, 53.333vw, 220px);
  }
}
@media screen and (min-width: 769px) {
  .p-misawa .p-mv__title .en {
    width: clamp(320.45px, 27.599vw, 414.7px);
  }
}
@media screen and (max-width: 768px) {
  .p-misawa .p-mv__title .en {
    width: clamp(143.65px, 45.067vw, 185.9px);
  }
}
.p-collection .p-mv__title .en {
  filter: drop-shadow(0 0px 10px rgba(0, 0, 0, 0.3));
}
@media screen and (min-width: 769px) {
  .p-collection .p-mv__title .en {
    width: clamp(802.4px, 69.107vw, 1038.4px);
  }
}
@media screen and (max-width: 1042px) {
  .p-collection .p-mv__title .en {
    width: min(69.107vw, 1038.4px);
  }
}
@media screen and (max-width: 768px) {
  .p-collection .p-mv__title .en {
    width: clamp(149.6px, 46.933vw, 193.6px);
  }
}
.p-mv__title .ja {
  display: block;
  width: 100%;
  filter: drop-shadow(0 0px 9px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 768px) {
  .p-mv__title .ja {
    line-height: 1.5;
  }
}
.p-mv__desc {
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (min-width: 769px) {
  .p-mv__desc {
    text-align: center;
    margin-top: min(6.003vw, 90.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-mv__desc {
    margin-top: min(10.667vw, 44px);
  }
}
.p-mv__desc__title {
  white-space: pre-wrap;
  word-break: keep-all;
}
@media screen and (min-width: 769px) {
  .p-mv__desc__title {
    font-size: clamp(23.8px, 2.05vw, 30.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-mv__desc__title {
    text-align: center;
    font-size: clamp(17px, 5.333vw, 22px);
    line-height: 1.5;
  }
}
.p-mv__desc__text {
  margin-top: 1.5em;
}
@media screen and (min-width: 769px) {
  .p-mv__desc__text {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
    white-space: pre-wrap;
    word-break: keep-all;
    line-height: 3.2857142857;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__desc__text {
    margin-top: min(10.667vw, 44px);
    line-height: 2.4285714286;
  }
}

@media screen and (min-width: 769px) {
  .p-design__article {
    margin-top: min(8.638vw, 129.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-design__article {
    margin-top: min(21.333vw, 88px);
  }
}
.p-design__article__table {
  border: 1px solid #000;
}
@media screen and (min-width: 769px) {
  .p-design__article__table {
    width: clamp(418.2px, 36.018vw, 541.2px);
    margin: min(3.953vw, 59.4px) 0 min(4.539vw, 68.2px) 0;
    padding: min(1.757vw, 26.4px) min(1.757vw, 26.4px) min(1.464vw, 22px) 0;
  }
}
@media screen and (max-width: 768px) {
  .p-design__article__table {
    margin: min(14.933vw, 61.6px) auto min(26.667vw, 110px);
    padding: min(6.4vw, 26.4px) min(5.333vw, 22px) min(4.8vw, 19.8px) 0;
  }
}
@media screen and (min-width: 769px) {
  .p-design__article__table dt, .p-design__article__table dd {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
.p-design__article__table dt {
  display: inline-block;
  padding: 0 1em 1em min(1.464vw, 22px);
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .p-design__article__table dt {
    padding: 0 1em 1em min(5.333vw, 22px);
  }
}
.p-design__article__table dd {
  text-indent: -1em;
}
@media screen and (min-width: 769px) {
  .p-design__article__table dd {
    line-height: 2.4285714286;
    padding-left: calc(min(1.464vw, 22px) + 1em);
  }
}
@media screen and (max-width: 768px) {
  .p-design__article__table dd {
    padding-left: calc(min(4vw, 16.5px) + 1em);
    font-size: clamp(10.2px, 3.2vw, 13.2px);
    line-height: 2.5;
  }
}
.p-design__article__table dd:first-of-type {
  position: relative;
  padding-top: 1em;
}
@media screen and (max-width: 768px) {
  .p-design__article__table dd:first-of-type {
    padding-top: 1.5em;
  }
}
.p-design__article__table dd:first-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 60%;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-design__article__img {
    margin-top: min(2.343vw, 35.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-design__article__img {
    margin-top: min(16vw, 66px);
  }
}
@media screen and (min-width: 769px) {
  .p-design__article__img figcaption {
    margin-top: 0.8em;
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-design__article__img figcaption {
    margin-top: 2em;
    font-size: clamp(10px, 2.667vw, 11px);
  }
}
.p-design__building {
  background-color: #F4F4F4;
}
@media screen and (min-width: 769px) {
  .p-design__building {
    margin-top: min(14.641vw, 220px);
  }
}
@media screen and (max-width: 768px) {
  .p-design__building {
    margin-top: min(21.333vw, 88px);
  }
}
.p-design__building__lead {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-design__building__lead {
    align-items: end;
    column-gap: min(6.589vw, 99px);
    max-width: 1366;
    margin: min(3.953vw, 59.4px) auto 0;
    padding: 0 min(10.176vw, 152.9px) 0 min(6.076vw, 91.3px);
  }
}
@media screen and (max-width: 768px) {
  .p-design__building__lead {
    flex-direction: column;
    row-gap: min(14.933vw, 61.6px);
    margin-top: min(13.867vw, 57.2px);
  }
}
@media screen and (min-width: 769px) {
  .p-design__building__lead__img {
    width: min(42.826vw, 643.5px);
    padding-left: min(4.1vw, 61.6px);
  }
}
@media screen and (max-width: 768px) {
  .p-design__building__lead__img {
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  .p-design__building__lead__desc {
    flex: 1;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p-design__building__lead__desc {
    width: 100%;
    padding: 0 min(9.333vw, 38.5px);
  }
}
.p-design__building__lead__desc dt {
  font-size: clamp(18.7px, 1.611vw, 24.2px);
  margin-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
  .p-design__building__lead__desc dt {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}
.p-design__building__lead__desc dd {
  display: grid;
  align-items: start;
  line-height: 1.7142857143;
}
@media screen and (min-width: 769px) {
  .p-design__building__lead__desc dd {
    grid-template-columns: min(1.903vw, 28.6px) 1fr;
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 768px) {
  .p-design__building__lead__desc dd {
    grid-template-columns: min(6.933vw, 28.6px) 1fr;
  }
}
.p-design__building__lead__desc dd + dd {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .p-design__building__lead__desc dd + dd {
    margin-top: 1.8em;
  }
}
.p-design__building__lead__desc .num {
  width: clamp(10px, 0.805vw, 12.1px);
  transform: translateY(0.4em);
}
@media screen and (max-width: 768px) {
  .p-design__building__lead__desc .num {
    width: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.p-design__building__lead__desc .text {
  flex: 1;
}
.p-design__building__lead__desc .note {
  display: block;
  margin-top: 1em;
  font-size: clamp(10px, 0.732vw, 11px);
}
@media screen and (min-width: 769px) {
  .p-design__building__wrap {
    display: flex;
    align-items: flex-start;
    column-gap: min(3.075vw, 46.2px);
    margin-top: min(9.663vw, 145.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-design__building__wrap {
    margin-top: min(8vw, 33px);
  }
}
.p-design__building__contents {
  flex: 1;
}
@media screen and (min-width: 769px) {
  .p-design__building__side {
    width: clamp(187.85px, 16.179vw, 243.1px);
    position: sticky;
    top: 58%;
    padding-top: clamp(27.2px, 2.343vw, 35.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-design__building__side {
    display: none;
  }
}
.p-design__building__side svg a {
  transition: all 0.8s ease;
}
.p-design__building__side svg a :hover {
  color: #E35824;
}
.p-design__building__side svg a.is-show {
  color: #E35824;
}
.p-design__building__title {
  width: min(43.924vw, 660px);
}
@media screen and (max-width: 768px) {
  .p-design__building__title {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-design__building__block {
    display: block !important;
  }
  .p-design__building__block:not(:nth-of-type(1)) {
    margin-top: min(9.663vw, 145.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-design__building__block {
    display: none;
  }
  .p-design__building__block:not(:last-of-type) {
    padding-bottom: min(26.667vw, 110px);
  }
  .p-design__building__block:last-of-type .p-design__building__item {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-design__building__item:nth-of-type(1) {
    margin-top: min(8vw, 33px);
  }
}
@media screen and (min-width: 769px) {
  .p-design__building__item + .p-design__building__item {
    margin-top: min(9.663vw, 145.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-design__building__item + .p-design__building__item {
    margin-top: min(26.667vw, 110px);
  }
}
.p-design__building__desc {
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-design__building__desc {
    align-items: center;
    column-gap: min(3.514vw, 52.8px);
    margin-top: min(3.514vw, 52.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-design__building__desc {
    flex-direction: column;
    padding: 0 min(4vw, 16.5px);
  }
}
.p-design__building__desc .term {
  display: block;
  text-align: center;
  padding: 1.25em clamp(10px, 0.732vw, 11px);
  line-height: 1.5;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 769px) {
  .p-design__building__desc .term {
    width: clamp(219.3px, 18.887vw, 283.8px);
    font-size: clamp(15.3px, 1.318vw, 19.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-design__building__desc .term {
    width: 100%;
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}
.p-design__building__desc .text {
  line-height: 1.7142857143;
}
@media screen and (min-width: 769px) {
  .p-design__building__desc .text {
    flex: 1;
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 768px) {
  .p-design__building__desc .text {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .p-design__building__desc .note {
    display: block;
    margin-top: 1.5em;
    font-size: clamp(10px, 2.667vw, 11px);
  }
}
@media screen and (min-width: 769px) {
  .p-design__building__thumb {
    margin-top: min(2.562vw, 38.5px);
  }
}
@media screen and (max-width: 768px) {
  .p-design__building__thumb {
    margin-top: min(8.533vw, 35.2px);
  }
}
@media screen and (min-width: 769px) {
  .p-design__building__data {
    display: flex;
    align-items: start;
    gap: min(3.221vw, 48.4px);
    margin-top: min(1.171vw, 17.6px);
  }
}
@media screen and (min-width: 769px) {
  .p-design__building__data__img {
    display: flex;
    flex-wrap: wrap;
    gap: min(0.586vw, 8.8px);
    width: min(29.722vw, 446.6px);
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .p-design__building__data__img {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    margin-top: min(13.867vw, 57.2px);
    gap: min(2.667vw, 11px);
  }
}
.p-design__building__data__img__thumb {
  position: relative;
  aspect-ratio: 1/1;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 769px) {
  .p-design__building__data__img__thumb {
    flex-shrink: 0;
    width: calc((min(29.722vw, 446.6px) - min(0.586vw, 8.8px) * 8) / 9);
  }
}
@media (any-hover: hover) {
  .p-design__building__data__img__thumb:hover {
    opacity: 0.7;
  }
}
.p-design__building__data__img img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  transition: border-color 0.3s ease;
}
.p-design__building__data__img img.is-active {
  outline: 2px solid #E35824;
  outline-offset: -2px;
}
.p-design__building__data__text {
  position: relative;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-design__building__data__text {
    flex: 1;
    font-size: clamp(10.2px, 0.878vw, 13.2px);
    min-height: 4em;
  }
}
@media screen and (max-width: 768px) {
  .p-design__building__data__text {
    min-height: 6em;
    margin-top: 1em;
    padding: 0 min(4vw, 16.5px);
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.p-design__building__data__text p:not(.is-active) {
  display: none;
}
.p-design__building__data__text p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.3s ease;
}
.p-design__building__toggle {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: clamp(51px, 4.392vw, 66px);
  padding-left: min(4vw, 16.5px);
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .p-design__building__toggle {
    display: none;
  }
}
.p-design__building__toggle:not(:last-of-type) {
  margin-bottom: min(5.333vw, 22px);
}
.p-design__building__toggle .text {
  width: clamp(141.1px, 44.267vw, 182.6px);
}
.p-design__building__toggle .icon {
  position: absolute;
  top: 50%;
  right: min(4vw, 16.5px);
  width: clamp(12.886px, 4.043vw, 16.676px);
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.p-design__building__toggle.is-active .icon {
  transform: translateY(-50%) rotate(180deg);
}

.p-misawa__anchor {
  display: grid;
  margin-top: min(7.321vw, 110px);
}
@media screen and (min-width: 769px) {
  .p-misawa__anchor {
    grid-template-columns: repeat(4, 1fr);
    gap: min(3.075vw, 46.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-misawa__anchor {
    grid-template-columns: repeat(2, 1fr);
    gap: min(7.467vw, 30.8px) min(4.8vw, 19.8px);
    margin-top: min(19.2vw, 79.2px);
  }
}
.p-misawa__anchor__box {
  position: relative;
  grid-template-rows: subgrid;
  grid-row: span 3;
  text-align: center;
  border: 1px solid #000;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .p-misawa__anchor__box {
    padding: min(3.075vw, 46.2px) 0 min(4.026vw, 60.5px);
  }
}
@media screen and (max-width: 768px) {
  .p-misawa__anchor__box {
    padding: min(6.4vw, 26.4px) 0 min(8.533vw, 35.2px);
  }
}
@media (any-hover: hover) {
  .p-misawa__anchor__box:is(a):hover {
    opacity: 0.5;
  }
}
.p-misawa__anchor__box:nth-of-type(4) {
  background-color: #EDEDED;
}
.p-misawa__anchor__box::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: min(1.684vw, 25.3px);
  width: min(1.171vw, 17.6px);
  height: min(0.805vw, 12.1px);
  background-size: cover;
  background-image: url(/bauhaus/assets/img/misawa/arrow.svg);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-misawa__anchor__box::after {
    bottom: min(2.667vw, 11px);
    width: min(2.667vw, 11px);
    height: min(2.133vw, 8.8px);
  }
}
.p-misawa__anchor__box .head, .p-misawa__anchor__box .main, .p-misawa__anchor__box .foot {
  display: block;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-misawa__anchor__box .head {
    font-size: clamp(10px, 0.732vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  .p-misawa__anchor__box .head {
    font-size: clamp(10px, 2.667vw, 11px);
  }
}
.p-misawa__anchor__box .main {
  font-size: clamp(25.5px, 2.196vw, 33px);
}
@media screen and (max-width: 768px) {
  .p-misawa__anchor__box .main {
    margin-top: min(1.6vw, 6.6px);
    font-size: clamp(17px, 5.333vw, 22px);
  }
}
.p-misawa__anchor__box .foot {
  position: relative;
  font-size: clamp(11.05px, 0.952vw, 14.3px);
  margin-top: 0.4em;
  padding-top: 0.8em;
}
@media screen and (max-width: 768px) {
  .p-misawa__anchor__box .foot {
    margin-top: 0.5em;
    padding-top: 0.6em;
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.p-misawa__anchor__box .foot::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: min(0.878vw, 13.2px);
  height: 1px;
  background-color: #000000;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-misawa__anchor__box .foot::before {
    width: 8px;
  }
}
.p-misawa__contents {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-misawa__contents {
    margin-top: min(11.933vw, 179.3px);
  }
}
@media screen and (max-width: 768px) {
  .p-misawa__contents {
    margin-top: min(18.667vw, 77px);
  }
}
.p-misawa__contents__mv {
  position: sticky;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media screen and (min-width: 769px) {
  .p-misawa__contents__mv {
    background-image: url(/bauhaus/assets/img/misawa/contents_img.jpg);
  }
}
@media screen and (max-width: 768px) {
  .p-misawa__contents__mv {
    background-image: url(/bauhaus/assets/img/misawa/contents_img_sp.jpg);
  }
}
.p-misawa__contents__block {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-misawa__contents__block {
    padding: min(17.57vw, 264px) 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-misawa__contents__block {
    padding: min(58.667vw, 242px) 0 0;
  }
}
.p-misawa__contents__block:not(.--housing) {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-misawa__contents__block.--design .p-misawa__contents__img {
    width: min(48.389vw, 727.1px);
  }
}
@media screen and (min-width: 769px) {
  .p-misawa__contents__block.--design .p-misawa__contents__main {
    margin-top: min(-7.467vw, -112.2px);
  }
}
@media screen and (min-width: 769px) {
  .p-misawa__contents__block.--life {
    padding-bottom: min(6.589vw, 99px);
  }
}
@media screen and (max-width: 768px) {
  .p-misawa__contents__block.--life {
    padding-bottom: min(16.533vw, 68.2px);
  }
}
@media screen and (min-width: 769px) {
  .p-misawa__contents__block.--space .p-misawa__contents__main {
    margin-top: -14%;
  }
}
.p-misawa__contents__block.--housing {
  position: relative;
  background-color: #EDEDED;
}
@media screen and (max-width: 768px) {
  .p-misawa__contents__block.--housing {
    padding: min(45.333vw, 187px) 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-misawa__contents__block:nth-of-type(odd) .p-misawa__contents__head {
    padding-left: min(8.785vw, 132px);
  }
}
@media screen and (max-width: 768px) {
  .p-misawa__contents__block:nth-of-type(odd) .p-misawa__contents__head {
    padding-left: min(4vw, 16.5px);
  }
}
.p-misawa__contents__block:nth-of-type(odd) .p-misawa__anchor__box {
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-misawa__contents__block:nth-of-type(even) .p-misawa__contents__head {
    padding-right: min(8.785vw, 132px);
    transform: translateX(min(-6.076vw, -91.3px));
  }
}
@media screen and (max-width: 768px) {
  .p-misawa__contents__block:nth-of-type(even) .p-misawa__contents__head {
    padding-right: min(4vw, 16.5px);
    transform: translateX(min(-5.333vw, -22px));
  }
}
@media screen and (min-width: 769px) {
  .p-misawa__contents__block:nth-of-type(even) .p-misawa__contents__wrap {
    flex-direction: row-reverse;
  }
}
.p-misawa__contents__block:nth-of-type(even) .p-misawa__anchor__box {
  right: 0;
}
.p-misawa__contents__block .p-misawa__anchor__box {
  position: absolute;
  z-index: 1;
  transform: translateY(-100%);
}
@media screen and (min-width: 769px) {
  .p-misawa__contents__block .p-misawa__anchor__box {
    top: min(2.928vw, 44px);
    width: clamp(170px, 14.641vw, 220px);
  }
}
@media screen and (max-width: 768px) {
  .p-misawa__contents__block .p-misawa__anchor__box {
    top: min(4.8vw, 19.8px);
    width: clamp(125.8px, 39.467vw, 162.8px);
  }
}
.p-misawa__contents__block .p-misawa__anchor__box::after {
  content: none;
}
@media screen and (min-width: 769px) {
  .p-misawa__contents__inner {
    margin-inline: auto;
    max-width: min(87.848vw, 1320px);
  }
}
@media screen and (max-width: 768px) {
  .p-misawa__contents__inner {
    padding: 0 min(5.333vw, 22px);
  }
}
.p-misawa__contents__head {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-misawa__contents__head {
    width: calc(100% + min(6.076vw, 91.3px));
  }
}
@media screen and (max-width: 768px) {
  .p-misawa__contents__head {
    width: calc(100% + min(5.333vw, 22px));
  }
}
.p-misawa__contents__wrap {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-misawa__contents__wrap {
    align-items: center;
    justify-content: space-between;
    gap: min(4.978vw, 74.8px);
    margin-top: min(6.003vw, 90.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-misawa__contents__wrap {
    flex-direction: column;
    gap: min(14.4vw, 59.4px);
    margin-top: min(7.467vw, 30.8px);
  }
}
.p-misawa__contents__wrap .note {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-misawa__contents__wrap .note {
    margin-top: 2em;
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-misawa__contents__wrap .note {
    margin-top: 1em;
    font-size: clamp(10px, 2.667vw, 11px);
  }
}
@media screen and (min-width: 769px) {
  .p-misawa__contents__main {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-misawa__contents__main {
    padding: 0 min(4vw, 16.5px);
  }
}
.p-misawa__contents__main__title {
  margin-bottom: 1.5em;
  line-height: 1.625;
}
@media screen and (min-width: 769px) {
  .p-misawa__contents__main__title {
    font-size: clamp(20.4px, 1.757vw, 26.4px);
  }
}
@media screen and (max-width: 768px) {
  .p-misawa__contents__main__title {
    font-size: clamp(17px, 5.333vw, 22px);
  }
}
.p-misawa__contents__main__text {
  line-height: 1.7142857143;
}
@media screen and (min-width: 769px) {
  .p-misawa__contents__main__text {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (min-width: 769px) {
  .p-misawa__contents__img {
    width: min(44.656vw, 671px);
  }
}
@media screen and (max-width: 768px) {
  .p-misawa__contents__img {
    width: 100%;
  }
}
.p-misawa__contents__img figcaption {
  margin-top: 0.8em;
}
@media screen and (min-width: 769px) {
  .p-misawa__contents__img figcaption {
    font-size: clamp(11.9px, 1.025vw, 15.4px);
  }
}
@media screen and (max-width: 768px) {
  .p-misawa__contents__img figcaption {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.p-misawa__contents__foot {
  display: grid;
  margin-top: min(5.857vw, 88px);
}
@media screen and (min-width: 769px) {
  .p-misawa__contents__foot {
    grid-template-columns: 1fr 1fr;
    gap: min(3.66vw, 55px);
  }
}
@media screen and (max-width: 768px) {
  .p-misawa__contents__foot {
    margin-top: min(8.533vw, 35.2px);
    gap: min(8.533vw, 35.2px);
  }
}
.p-misawa__contents__foot h3 {
  margin-bottom: 0.25em;
}
@media screen and (min-width: 769px) {
  .p-misawa__contents__foot h3 {
    font-size: clamp(20.4px, 1.757vw, 26.4px);
  }
}
.p-misawa__contents__foot figcaption {
  font-size: clamp(11.9px, 1.025vw, 15.4px);
  margin-top: 0.8em;
}
@media screen and (max-width: 768px) {
  .p-misawa__contents__foot figcaption {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.p-misawa__banner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-misawa__banner {
    width: min(41.435vw, 622.6px);
    margin: min(6.003vw, 90.2px) auto min(5.857vw, 88px);
  }
}
@media screen and (max-width: 768px) {
  .p-misawa__banner {
    width: min(89.333vw, 368.5px);
    margin: min(13.333vw, 55px) auto min(16vw, 66px);
  }
}

@media screen and (min-width: 769px) {
  .p-collection__contents {
    display: flex;
    align-items: start;
    width: 100%;
    margin-top: min(13.324vw, 200.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-collection__contents {
    margin-top: min(24.533vw, 101.2px);
    max-width: min(160vw, 660px);
  }
}
.p-collection__main {
  flex: 1;
}
@media screen and (min-width: 769px) {
  .p-collection__block:not(:nth-of-type(1)) {
    margin-top: min(14.275vw, 214.5px);
  }
}
@media screen and (max-width: 768px) {
  .p-collection__block:not(:nth-of-type(1)) {
    margin-top: min(5.333vw, 22px);
  }
}
@media screen and (min-width: 769px) {
  .p-collection__grid {
    position: relative;
    display: grid !important;
    grid-template-rows: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-collection__grid {
    display: none;
    margin-top: min(8vw, 33px);
    padding-bottom: min(26.667vw, 110px);
  }
}
@media screen and (min-width: 769px) {
  .p-collection__grid > * {
    position: absolute;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-collection__grid > * + * {
    margin-top: min(10.667vw, 44px);
  }
}
@media screen and (min-width: 769px) {
  .--furniture .p-collection__grid {
    position: relative;
    width: 100%;
    height: min(97.438vw, 1464.1px);
    background-image: url(/bauhaus/assets/img/collection/bg_furniture.svg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 769px) {
  .--furniture .p-collection__grid > :nth-child(1) {
    width: min(15.813vw, 237.6px);
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .--furniture .p-collection__grid > :nth-child(2) {
    top: min(5.71vw, 85.8px);
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .--furniture .p-collection__grid > :nth-child(2) .p-collection__thumb {
    width: min(33.748vw, 507.1px);
  }
}
@media screen and (min-width: 769px) {
  .--furniture .p-collection__grid > :nth-child(3) {
    top: min(48.609vw, 730.4px);
    right: min(31.332vw, 470.8px);
  }
}
@media screen and (min-width: 769px) {
  .--furniture .p-collection__grid > :nth-child(3) .p-collection__thumb {
    width: min(14.861vw, 223.3px);
  }
}
@media screen and (max-width: 768px) {
  .--furniture .p-collection__grid > :nth-child(3) .p-collection__thumb {
    width: min(44.533vw, 183.7px);
  }
}
.--furniture .p-collection__grid > :nth-child(4) {
  right: min(49.048vw, 737px);
  bottom: min(9.297vw, 139.7px);
}
.--furniture .p-collection__grid > :nth-child(4) .p-collection__thumb {
  width: min(11.493vw, 172.7px);
}
@media screen and (max-width: 768px) {
  .--furniture .p-collection__grid > :nth-child(4) .p-collection__thumb {
    width: min(37.6vw, 155.1px);
  }
}
.--furniture .p-collection__grid > :nth-child(5) {
  top: 0;
  right: min(4.978vw, 74.8px);
}
.--furniture .p-collection__grid > :nth-child(5) .p-collection__thumb {
  width: min(16.545vw, 248.6px);
}
@media screen and (max-width: 768px) {
  .--furniture .p-collection__grid > :nth-child(5) .p-collection__thumb {
    width: min(37.867vw, 156.2px);
  }
}
.--furniture .p-collection__grid > :nth-child(6) {
  top: min(27.233vw, 409.2px);
  right: min(4.978vw, 74.8px);
}
.--furniture .p-collection__grid > :nth-child(6) .p-collection__thumb {
  width: min(16.471vw, 247.5px);
}
@media screen and (max-width: 768px) {
  .--furniture .p-collection__grid > :nth-child(6) .p-collection__thumb {
    width: min(37.867vw, 156.2px);
  }
}
@media screen and (min-width: 769px) {
  .--furniture .p-collection__grid > :nth-child(7) {
    right: min(2.343vw, 35.2px);
    bottom: 0;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .--furniture .p-collection__grid > :nth-child(7) {
    flex-direction: column;
    text-align: left;
    width: max-content;
    margin-inline: auto;
  }
}
.--furniture .p-collection__grid > :nth-child(7) .p-collection__thumb {
  width: min(26.574vw, 399.3px);
}
@media screen and (max-width: 768px) {
  .--furniture .p-collection__grid > :nth-child(7) .p-collection__thumb {
    width: min(81.6vw, 336.6px);
  }
}
.--furniture .p-collection__grid > :nth-child(7) dt {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .--vessel .p-collection__grid {
    position: relative;
    width: 100%;
    height: min(98.829vw, 1485px);
    background-image: url(/bauhaus/assets/img/collection/bg_vessel.svg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
.--vessel .p-collection__grid > :nth-child(1) {
  top: 0;
  left: 0;
  width: min(11.567vw, 173.8px);
}
.--vessel .p-collection__grid > :nth-child(2) {
  top: 0;
  left: min(17.936vw, 269.5px);
}
.--vessel .p-collection__grid > :nth-child(2) .p-collection__thumb {
  width: min(19.912vw, 299.2px);
}
@media screen and (max-width: 768px) {
  .--vessel .p-collection__grid > :nth-child(2) .p-collection__thumb {
    width: min(89.333vw, 368.5px);
  }
}
.--vessel .p-collection__grid > :nth-child(3) {
  top: 0;
  right: min(2.196vw, 33px);
}
.--vessel .p-collection__grid > :nth-child(3) .p-collection__thumb {
  width: min(26.501vw, 398.2px);
}
@media screen and (max-width: 768px) {
  .--vessel .p-collection__grid > :nth-child(3) .p-collection__thumb {
    width: min(37.867vw, 156.2px);
  }
}
.--vessel .p-collection__grid > :nth-child(4) {
  top: min(34.993vw, 525.8px);
  left: 0;
}
.--vessel .p-collection__grid > :nth-child(4) .p-collection__thumb {
  width: min(13.177vw, 198px);
}
@media screen and (max-width: 768px) {
  .--vessel .p-collection__grid > :nth-child(4) .p-collection__thumb {
    width: min(37.867vw, 156.2px);
  }
}
.--vessel .p-collection__grid > :nth-child(5) {
  top: min(57.613vw, 865.7px);
  left: 0;
}
.--vessel .p-collection__grid > :nth-child(5) .p-collection__thumb {
  width: min(13.177vw, 198px);
}
@media screen and (max-width: 768px) {
  .--vessel .p-collection__grid > :nth-child(5) .p-collection__thumb {
    width: min(37.867vw, 156.2px);
  }
}
.--vessel .p-collection__grid > :nth-child(6) {
  left: 0;
  bottom: min(5.344vw, 80.3px);
}
.--vessel .p-collection__grid > :nth-child(6) .p-collection__thumb {
  width: min(13.177vw, 198px);
}
@media screen and (max-width: 768px) {
  .--vessel .p-collection__grid > :nth-child(6) .p-collection__thumb {
    width: min(37.867vw, 156.2px);
  }
}
.--vessel .p-collection__grid > :nth-child(7) {
  left: min(31.406vw, 471.9px);
  bottom: min(46.779vw, 702.9px);
}
.--vessel .p-collection__grid > :nth-child(7) .p-collection__thumb {
  width: min(16.545vw, 248.6px);
}
@media screen and (max-width: 768px) {
  .--vessel .p-collection__grid > :nth-child(7) .p-collection__thumb {
    width: min(37.867vw, 156.2px);
  }
}
@media screen and (min-width: 769px) {
  .--vessel .p-collection__grid > :nth-child(8) {
    left: min(25.622vw, 385px);
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .--vessel .p-collection__grid > :nth-child(8) {
    flex-direction: column;
    align-items: start;
    margin-right: auto;
  }
}
.--vessel .p-collection__grid > :nth-child(8) .p-collection__thumb {
  width: min(33.236vw, 499.4px);
}
@media screen and (max-width: 768px) {
  .--vessel .p-collection__grid > :nth-child(8) .p-collection__thumb {
    width: min(67.467vw, 278.3px);
  }
}
@media screen and (min-width: 769px) {
  .--textile .p-collection__grid {
    position: relative;
    width: 100%;
    height: min(92.679vw, 1392.6px);
    background-image: url(/bauhaus/assets/img/collection/bg_textile.svg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
.--textile .p-collection__grid > :nth-child(1) {
  top: 0;
  left: 0;
  width: min(17.204vw, 258.5px);
}
@media screen and (min-width: 769px) {
  .--textile .p-collection__grid > :nth-child(2) {
    top: min(6.003vw, 90.2px);
  }
}
@media screen and (max-width: 768px) {
  .--textile .p-collection__grid > :nth-child(2) {
    flex-direction: column;
    align-items: start;
    margin: 0 auto 0 0;
  }
}
.--textile .p-collection__grid > :nth-child(2) .p-collection__thumb {
  width: min(25.842vw, 388.3px);
}
@media screen and (max-width: 768px) {
  .--textile .p-collection__grid > :nth-child(2) .p-collection__thumb {
    width: min(68.8vw, 283.8px);
  }
}
.--textile .p-collection__grid > :nth-child(3) {
  left: 0;
  bottom: min(8.931vw, 134.2px);
}
.--textile .p-collection__grid > :nth-child(3) .p-collection__thumb {
  width: min(16.252vw, 244.2px);
}
@media screen and (max-width: 768px) {
  .--textile .p-collection__grid > :nth-child(3) .p-collection__thumb {
    width: min(42.133vw, 173.8px);
  }
}
.--textile .p-collection__grid > :nth-child(4) {
  top: min(6.003vw, 90.2px);
  right: min(7.174vw, 107.8px);
}
.--textile .p-collection__grid > :nth-child(4) .p-collection__thumb {
  width: min(27.818vw, 418px);
}
@media screen and (max-width: 768px) {
  .--textile .p-collection__grid > :nth-child(4) .p-collection__thumb {
    width: min(57.333vw, 236.5px);
  }
}
@media screen and (min-width: 769px) {
  .--textile .p-collection__grid > :nth-child(5) {
    right: min(9.37vw, 140.8px);
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .--textile .p-collection__grid > :nth-child(5) {
    flex-direction: column;
    width: max-content;
    margin-inline: auto;
    text-align: left;
  }
}
.--textile .p-collection__grid > :nth-child(5) .p-collection__thumb {
  width: min(22.255vw, 334.4px);
}
@media screen and (max-width: 768px) {
  .--textile .p-collection__grid > :nth-child(5) .p-collection__thumb {
    width: min(66.133vw, 272.8px);
  }
}
@media screen and (max-width: 768px) {
  .--textile .p-collection__grid > :nth-child(5) dt {
    width: 100%;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .--advertising .p-collection__grid {
    position: relative;
    width: 100%;
    height: min(94.583vw, 1421.2px);
    background-image: url(/bauhaus/assets/img/collection/bg_advertising.svg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
.--advertising .p-collection__grid > :nth-child(1) {
  top: 0;
  left: 0;
  width: min(35.944vw, 540.1px);
}
@media screen and (max-width: 1042px) {
  .--advertising .p-collection__grid > :nth-child(1) {
    transform: translateY(-100%);
  }
}
@media screen and (min-width: 769px) {
  .--advertising .p-collection__grid > :nth-child(2) {
    top: min(13.031vw, 195.8px);
    left: 0;
  }
}
@media screen and (max-width: 1042px) {
  .--advertising .p-collection__grid > :nth-child(2) {
    top: min(9.37vw, 140.8px);
  }
}
.--advertising .p-collection__grid > :nth-child(2) .p-collection__thumb {
  width: min(15.666vw, 235.4px);
}
@media screen and (max-width: 768px) {
  .--advertising .p-collection__grid > :nth-child(2) .p-collection__thumb {
    width: min(89.333vw, 368.5px);
  }
}
@media screen and (min-width: 769px) {
  .--advertising .p-collection__grid > :nth-child(3) {
    top: min(36.823vw, 553.3px);
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .--advertising .p-collection__grid > :nth-child(3) {
    flex-direction: row;
    text-align: left;
  }
}
.--advertising .p-collection__grid > :nth-child(3) .p-collection__thumb {
  width: min(29.941vw, 449.9px);
}
@media screen and (max-width: 768px) {
  .--advertising .p-collection__grid > :nth-child(3) .p-collection__thumb {
    width: min(37.867vw, 156.2px);
  }
}
@media screen and (min-width: 769px) {
  .--advertising .p-collection__grid > :nth-child(4) {
    left: 0;
    bottom: min(3.807vw, 57.2px);
  }
}
@media screen and (max-width: 768px) {
  .--advertising .p-collection__grid > :nth-child(4) {
    flex-direction: row-reverse;
    text-align: right;
  }
}
.--advertising .p-collection__grid > :nth-child(4) .p-collection__thumb {
  width: min(21.01vw, 315.7px);
}
@media screen and (max-width: 768px) {
  .--advertising .p-collection__grid > :nth-child(4) .p-collection__thumb {
    width: min(53.333vw, 220px);
  }
}
.--advertising .p-collection__grid > :nth-child(5) {
  top: min(1.464vw, 22px);
  right: min(2.05vw, 30.8px);
}
@media screen and (max-width: 768px) {
  .--advertising .p-collection__grid > :nth-child(5) {
    flex-direction: row;
    text-align: left;
  }
}
.--advertising .p-collection__grid > :nth-child(5) .p-collection__thumb {
  width: min(22.84vw, 343.2px);
}
@media screen and (max-width: 768px) {
  .--advertising .p-collection__grid > :nth-child(5) .p-collection__thumb {
    width: min(46.667vw, 192.5px);
  }
}
.--advertising .p-collection__grid > :nth-child(6) {
  top: min(27.965vw, 420.2px);
  right: min(2.05vw, 30.8px);
}
@media screen and (max-width: 768px) {
  .--advertising .p-collection__grid > :nth-child(6) {
    flex-direction: row-reverse;
    text-align: right;
  }
}
.--advertising .p-collection__grid > :nth-child(6) .p-collection__thumb {
  width: min(22.84vw, 343.2px);
}
@media screen and (max-width: 768px) {
  .--advertising .p-collection__grid > :nth-child(6) .p-collection__thumb {
    width: min(56.8vw, 234.3px);
  }
}
.--advertising .p-collection__grid > :nth-child(7) {
  right: min(5.857vw, 88px);
  bottom: min(16.984vw, 255.2px);
}
@media screen and (max-width: 768px) {
  .--advertising .p-collection__grid > :nth-child(7) {
    flex-direction: row;
    text-align: left;
  }
}
.--advertising .p-collection__grid > :nth-child(7) .p-collection__thumb {
  width: min(19.107vw, 287.1px);
}
@media screen and (max-width: 768px) {
  .--advertising .p-collection__grid > :nth-child(7) .p-collection__thumb {
    width: min(38.133vw, 157.3px);
  }
}
@media screen and (min-width: 769px) {
  .--prints .p-collection__grid {
    position: relative;
    width: 100%;
    height: min(94.802vw, 1424.5px);
    background-image: url(/bauhaus/assets/img/collection/bg_prints.svg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
.--prints .p-collection__grid > :nth-child(1) {
  top: 0;
  left: 0;
  width: min(11.274vw, 169.4px);
}
@media screen and (min-width: 769px) {
  .--prints .p-collection__grid > :nth-child(2) {
    top: min(9.663vw, 145.2px);
    left: 0;
  }
}
.--prints .p-collection__grid > :nth-child(2) .p-collection__thumb {
  width: min(17.862vw, 268.4px);
}
@media screen and (max-width: 768px) {
  .--prints .p-collection__grid > :nth-child(2) .p-collection__thumb {
    width: min(65.067vw, 268.4px);
    margin-right: auto;
  }
}
.--prints .p-collection__grid > :nth-child(3) {
  top: min(37.042vw, 556.6px);
  left: 0;
}
@media screen and (max-width: 1042px) {
  .--prints .p-collection__grid > :nth-child(3) {
    top: min(31.479vw, 473px);
  }
}
.--prints .p-collection__grid > :nth-child(3) .p-collection__thumb {
  width: min(9.297vw, 139.7px);
}
@media screen and (max-width: 768px) {
  .--prints .p-collection__grid > :nth-child(3) .p-collection__thumb {
    width: min(37.867vw, 156.2px);
  }
}
.--prints .p-collection__grid > :nth-child(4) {
  left: 0;
  bottom: min(3.294vw, 49.5px);
}
.--prints .p-collection__grid > :nth-child(4) .p-collection__thumb {
  width: min(22.914vw, 344.3px);
}
@media screen and (max-width: 768px) {
  .--prints .p-collection__grid > :nth-child(4) .p-collection__thumb {
    width: min(37.867vw, 156.2px);
  }
}
.--prints .p-collection__grid > :nth-child(5) {
  top: min(6.589vw, 99px);
  right: min(7.76vw, 116.6px);
}
@media screen and (max-width: 768px) {
  .--prints .p-collection__grid > :nth-child(5) {
    flex-direction: column;
    text-align: left;
    align-items: unset;
    margin-inline: auto;
  }
}
.--prints .p-collection__grid > :nth-child(5) .p-collection__thumb {
  width: min(24.158vw, 363px);
}
@media screen and (max-width: 768px) {
  .--prints .p-collection__grid > :nth-child(5) .p-collection__thumb {
    width: min(89.333vw, 368.5px);
  }
}
.--prints .p-collection__grid > :nth-child(6) {
  top: min(37.921vw, 569.8px);
  right: min(1.391vw, 20.9px);
}
@media screen and (max-width: 768px) {
  .--prints .p-collection__grid > :nth-child(6) {
    flex-direction: row-reverse;
    text-align: right;
  }
}
.--prints .p-collection__grid > :nth-child(6) .p-collection__thumb {
  width: min(30.527vw, 458.7px);
}
@media screen and (max-width: 768px) {
  .--prints .p-collection__grid > :nth-child(6) .p-collection__thumb {
    width: min(48.267vw, 199.1px);
  }
}
@media screen and (min-width: 769px) {
  .--basic .p-collection__grid {
    position: relative;
    width: 100%;
    height: min(99.048vw, 1488.3px);
    background-image: url(/bauhaus/assets/img/collection/bg_basic.svg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
.--basic .p-collection__grid > :nth-child(1) {
  top: 0;
  left: 0;
  width: min(53.953vw, 810.7px);
}
.--basic .p-collection__grid > :nth-child(2) {
  top: min(9.37vw, 140.8px);
  left: 0;
}
.--basic .p-collection__grid > :nth-child(2) .p-collection__thumb {
  width: min(36.091vw, 542.3px);
}
@media screen and (max-width: 768px) {
  .--basic .p-collection__grid > :nth-child(2) .p-collection__thumb {
    width: min(89.333vw, 368.5px);
  }
}
.--basic .p-collection__grid > :nth-child(3) {
  top: min(17.423vw, 261.8px);
  right: min(6.808vw, 102.3px);
}
@media screen and (max-width: 768px) {
  .--basic .p-collection__grid > :nth-child(3) {
    flex-direction: row;
    text-align: left;
  }
}
.--basic .p-collection__grid > :nth-child(3) .p-collection__thumb {
  width: min(16.911vw, 254.1px);
}
@media screen and (max-width: 768px) {
  .--basic .p-collection__grid > :nth-child(3) .p-collection__thumb {
    width: min(44.8vw, 184.8px);
  }
}
.--basic .p-collection__grid > :nth-child(4) {
  top: min(53.075vw, 797.5px);
  left: 0;
}
@media screen and (max-width: 768px) {
  .--basic .p-collection__grid > :nth-child(4) {
    flex-direction: row-reverse;
    text-align: right;
  }
}
.--basic .p-collection__grid > :nth-child(4) .p-collection__thumb {
  width: min(24.963vw, 375.1px);
}
@media screen and (max-width: 768px) {
  .--basic .p-collection__grid > :nth-child(4) .p-collection__thumb {
    width: min(53.867vw, 222.2px);
  }
}
.--basic .p-collection__grid > :nth-child(5) {
  right: min(7.394vw, 111.1px);
  bottom: min(3.66vw, 55px);
}
@media screen and (max-width: 768px) {
  .--basic .p-collection__grid > :nth-child(5) {
    flex-direction: row;
    text-align: left;
  }
}
.--basic .p-collection__grid > :nth-child(5) .p-collection__thumb {
  width: min(30.307vw, 455.4px);
}
@media screen and (max-width: 768px) {
  .--basic .p-collection__grid > :nth-child(5) .p-collection__thumb {
    width: min(37.867vw, 156.2px);
  }
}
.--basic .p-collection__grid > :nth-child(6) {
  right: 0;
  bottom: 0;
}
.--basic .p-collection__grid > :nth-child(6) .p-collection__thumb {
  width: min(16.618vw, 249.7px);
}
@media screen and (min-width: 769px) {
  .--meister .p-collection__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: min(3.807vw, 57.2px) min(8.492vw, 127.6px);
    margin-top: min(5.564vw, 83.6px);
  }
}
@media screen and (max-width: 1042px) {
  .--meister .p-collection__grid {
    grid-template-columns: 1fr;
    row-gap: min(14.933vw, 61.6px);
    max-width: min(144vw, 594px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .--meister .p-collection__grid {
    margin-top: min(14.933vw, 61.6px);
    padding-bottom: 0;
  }
}
.--meister .p-collection__grid .p-collection__title {
  position: static;
  grid-column: 1/3;
  margin-bottom: min(2.928vw, 44px);
}
@media screen and (max-width: 1042px) {
  .--meister .p-collection__grid .p-collection__title {
    grid-column: 1;
  }
}
.--meister .p-collection__grid .en {
  position: static;
  width: min(29.136vw, 437.8px);
}
.p-collection__grid__item {
  display: flex;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-collection__grid__item {
    align-items: end;
    gap: 1em;
  }
}
@media screen and (max-width: 768px) {
  .p-collection__grid__item:nth-of-type(1) {
    flex-direction: column;
    width: max-content;
    margin-inline: auto;
  }
  .p-collection__grid__item:nth-of-type(1) .p-collection__thumb {
    width: min(89.333vw, 368.5px);
  }
  .p-collection__grid__item:nth-of-type(1) dt {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .p-collection__grid__item:nth-of-type(even) {
    flex-direction: row-reverse;
    text-align: right;
  }
}
@media (any-hover: hover) {
  .p-collection__grid__item:hover {
    cursor: pointer;
    opacity: 0.5;
  }
}
.p-collection__grid__meister {
  position: relative;
  width: 100%;
  border-top: 1px solid #000;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .p-collection__grid__meister {
    margin-top: min(1.903vw, 28.6px);
    padding-top: min(3.075vw, 46.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-collection__grid__meister {
    padding-top: min(6.4vw, 26.4px);
  }
}
@media (any-hover: hover) {
  .p-collection__grid__meister:hover {
    cursor: pointer;
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .p-collection__grid__meister + .p-collection__grid__meister {
    margin-top: min(21.333vw, 88px);
  }
}
@media screen and (min-width: 769px) {
  .p-collection__grid__meister .title {
    max-width: min(19.034vw, 286px);
  }
}
@media screen and (max-width: 768px) {
  .p-collection__grid__meister .title {
    position: relative;
    z-index: 2;
    width: max-content;
    max-width: min(59.733vw, 246.4px);
  }
}
.p-collection__grid__meister .data {
  line-height: 1.6666666667;
  margin-top: 1em;
  font-size: clamp(10.2px, 0.878vw, 13.2px);
  padding-bottom: 1.8em;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .p-collection__grid__meister .data {
    padding-bottom: min(2.667vw, 11px);
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.p-collection__grid__meister .img {
  position: absolute;
  bottom: min(1.318vw, 19.8px);
  right: 0;
  width: min(12.152vw, 182.6px);
}
@media screen and (max-width: 1042px) {
  .p-collection__grid__meister .img {
    width: clamp(141.1px, 12.152vw, 182.6px);
  }
}
@media screen and (max-width: 768px) {
  .p-collection__grid__meister .img {
    bottom: min(3.2vw, 13.2px);
    width: min(35.2vw, 145.2px);
  }
}
.p-collection__grid__meister[data-item=wagenfeld]::before {
  content: attr(data-note);
  position: absolute;
  bottom: -0.8em;
  line-height: 1.5;
  transform: translateY(100%);
}
@media screen and (min-width: 769px) {
  .p-collection__grid__meister[data-item=wagenfeld]::before {
    font-size: clamp(10px, 0.732vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  .p-collection__grid__meister[data-item=wagenfeld]::before {
    font-size: clamp(10px, 2.667vw, 11px);
  }
}
@media screen and (max-width: 1042px) {
  .p-collection__grid__meister[data-item=mies] {
    margin-top: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .p-collection__grid__meister[data-item=mies] {
    margin-top: min(29.867vw, 123.2px);
    padding-top: min(5.333vw, 22px);
  }
  .p-collection__grid__meister[data-item=mies] .title {
    width: min(56vw, 231px);
  }
  .p-collection__grid__meister[data-item=mies] .img {
    bottom: 1px;
  }
}
.p-collection__grid__note {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-collection__grid__note {
    text-align: right;
    margin-top: min(6.149vw, 92.4px);
    font-size: clamp(10.2px, 0.878vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-collection__grid__note {
    margin-top: 2em;
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.p-collection__title {
  display: flex;
  align-items: center;
  gap: min(1.757vw, 26.4px);
  height: max-content;
}
@media screen and (max-width: 768px) {
  .p-collection__title {
    display: none;
  }
}
.p-collection__name {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-collection__name {
    position: absolute;
    bottom: -0.5em;
    width: max-content;
    transform: translateY(100%);
  }
}
@media screen and (max-width: 768px) {
  .p-collection__name {
    flex: 1;
  }
}
@media screen and (min-width: 1043px) {
  .p-collection__name.--left {
    left: min(-1.025vw, -15.4px);
    bottom: 0;
    transform: translate(-100%, 0);
  }
}
@media screen and (min-width: 1043px) {
  .p-collection__name.--right {
    right: -1em;
    bottom: 0;
    transform: translate(100%, 0);
  }
}
@media screen and (min-width: 1043px) {
  .p-collection__name.--right-b {
    right: 0;
  }
}
@media screen and (min-width: 1043px) {
  .p-collection__name.--right-t {
    top: -0.5em;
    right: 0;
    bottom: auto;
    transform: translate(0, -100%);
  }
}
@media screen and (min-width: 769px) {
  .p-collection__aside {
    position: sticky;
    top: 18%;
    left: 0;
    width: min(15.154vw, 227.7px);
    padding-right: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .p-collection__aside {
    display: none;
  }
}
.p-collection__aside__list {
  display: grid;
  row-gap: 0.8em;
}
.p-collection__aside__item {
  position: relative;
  display: block;
  color: #A3A3A3;
  line-height: 1.5;
}
.p-collection__aside__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: min(-0.878vw, -13.2px);
  width: min(0.366vw, 5.5px);
  height: 95%;
  background-color: var(--active-color, transparent);
  transform: translateY(-51%);
}
.p-collection__aside__item.is-active {
  color: #000000;
  --active-color: #000;
}
.p-collection__banner {
  position: relative;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .p-collection__banner {
    height: clamp(377.4px, 32.504vw, 488.4px);
    margin-top: min(5.857vw, 88px);
    background-image: url("/bauhaus/assets/img/collection/banner.jpg");
  }
}
@media screen and (max-width: 768px) {
  .p-collection__banner {
    height: auto;
    margin-top: min(13.333vw, 55px);
    background-image: url("/bauhaus/assets/img/collection/banner_sp.jpg");
  }
}
.p-collection__banner__wrap {
  display: flex;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-collection__banner__wrap {
    width: min(100vw, 1502.6px);
    gap: min(11.713vw, 176px);
    padding: min(7.76vw, 116.6px) min(6.076vw, 91.3px) 0 min(16.105vw, 242px);
  }
}
@media screen and (max-width: 768px) {
  .p-collection__banner__wrap {
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: min(13.333vw, 55px) min(1.333vw, 5.5px) min(18.667vw, 77px);
  }
}
.p-collection__banner__logo {
  width: min(16.398vw, 246.4px);
}
@media screen and (max-width: 768px) {
  .p-collection__banner__logo {
    width: min(31.2vw, 128.7px);
  }
}
.p-collection__banner__body {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .p-collection__banner__body {
    gap: min(2.343vw, 35.2px);
    padding-top: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .p-collection__banner__body {
    align-items: center;
    gap: min(9.6vw, 39.6px);
    padding-top: min(7.467vw, 30.8px);
  }
}
.p-collection__banner__text {
  font-weight: 600;
  font-size: clamp(17px, 1.464vw, 22px);
  line-height: 2.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-collection__banner__text {
    line-height: 1.75;
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.p-collection__banner__note {
  position: absolute;
  right: min(6.076vw, 91.3px);
  bottom: min(1.757vw, 26.4px);
  color: #fff;
  font-size: clamp(11.9px, 1.025vw, 15.4px);
}
@media screen and (max-width: 768px) {
  .p-collection__banner__note {
    right: min(9.333vw, 38.5px);
    bottom: min(4.267vw, 17.6px);
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.p-collection .p-design__building__toggle.--color {
  background-color: #E24B09;
}
.p-collection .p-design__building__toggle .text {
  width: min(73.6vw, 303.6px);
}

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

.u-color {
  /* 案件によって必要なサブカラーを追加する
  &--sub-1{
    color: $sub-1;
  }
  &--sub-1{
    color: $sub-1;
  }
  */
}
.u-color--accent {
  color: #E35824;
}
.u-color--main {
  color: #f2f2f2;
}
.u-color--base {
  color: #F4F4F4;
}
.u-color--text {
  color: #000000;
}
.u-color--text-second {
  color: #5C5C5C;
}
.u-color--text-third {
  color: #aaaaaa;
}
.u-color--text-white {
  color: #ffffff;
}
.u-color--text-link {
  color: #005cd1;
}
.u-color--text-placeholder {
  color: #aaaaaa;
}
.u-color--text-alert {
  color: #f0a3a3;
}
.u-color--border {
  border: 1px solid #dddddd;
}
.u-color--bg-gray {
  background-color: #f2f2f2;
}
.u-color--bg-alert {
  background-color: #fceded;
}

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

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

.is-tb {
  display: none;
}
@media screen and (max-width: 1042px) {
  .is-tb {
    display: block;
  }
}

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

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

.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: 1042px) {
  .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: 768px) {
  .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: 479px) {
  .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(7.321vw, 110px);
}
.u-mt-120 {
  margin-top: min(8.785vw, 132px);
}
.u-mt-160 {
  margin-top: min(11.713vw, 176px);
}
.u-mt-200 {
  margin-top: min(14.641vw, 220px);
}
@media screen and (max-width: 768px) {
  .u-mt-100 {
    margin-top: min(26.667vw, 110px);
  }
  .u-mt-120 {
    margin-top: min(32vw, 132px);
  }
  .u-mt-160 {
    margin-top: min(42.667vw, 176px);
  }
  .u-mt-200 {
    margin-top: min(53.333vw, 220px);
  }
}

.u-mr-100 {
  margin-right: min(7.321vw, 110px);
}
.u-mr-120 {
  margin-right: min(8.785vw, 132px);
}
.u-mr-160 {
  margin-right: min(11.713vw, 176px);
}
.u-mr-200 {
  margin-right: min(14.641vw, 220px);
}
@media screen and (max-width: 768px) {
  .u-mr-100 {
    margin-right: min(26.667vw, 110px);
  }
  .u-mr-120 {
    margin-right: min(32vw, 132px);
  }
  .u-mr-160 {
    margin-right: min(42.667vw, 176px);
  }
  .u-mr-200 {
    margin-right: min(53.333vw, 220px);
  }
}

.u-mb-100 {
  margin-bottom: min(7.321vw, 110px);
}
.u-mb-120 {
  margin-bottom: min(8.785vw, 132px);
}
.u-mb-160 {
  margin-bottom: min(11.713vw, 176px);
}
.u-mb-200 {
  margin-bottom: min(14.641vw, 220px);
}
@media screen and (max-width: 768px) {
  .u-mb-100 {
    margin-bottom: min(26.667vw, 110px);
  }
  .u-mb-120 {
    margin-bottom: min(32vw, 132px);
  }
  .u-mb-160 {
    margin-bottom: min(42.667vw, 176px);
  }
  .u-mb-200 {
    margin-bottom: min(53.333vw, 220px);
  }
}

.u-ml-100 {
  margin-left: min(7.321vw, 110px);
}
.u-ml-120 {
  margin-left: min(8.785vw, 132px);
}
.u-ml-160 {
  margin-left: min(11.713vw, 176px);
}
.u-ml-200 {
  margin-left: min(14.641vw, 220px);
}
@media screen and (max-width: 768px) {
  .u-ml-100 {
    margin-left: min(26.667vw, 110px);
  }
  .u-ml-120 {
    margin-left: min(32vw, 132px);
  }
  .u-ml-160 {
    margin-left: min(42.667vw, 176px);
  }
  .u-ml-200 {
    margin-left: min(53.333vw, 220px);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .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(0vw, 0px) !important;
  }
  .u-mb-md-0 {
    margin-bottom: min(0vw, 0px) !important;
  }
  .u-ml-md-0 {
    margin-left: min(0vw, 0px) !important;
  }
  .u-mr-md-0 {
    margin-right: min(0vw, 0px) !important;
  }
  .u-mt-md-4 {
    margin-top: min(1.067vw, 4.4px) !important;
  }
  .u-mb-md-4 {
    margin-bottom: min(1.067vw, 4.4px) !important;
  }
  .u-ml-md-4 {
    margin-left: min(1.067vw, 4.4px) !important;
  }
  .u-mr-md-4 {
    margin-right: min(1.067vw, 4.4px) !important;
  }
  .u-mt-md-8 {
    margin-top: min(2.133vw, 8.8px) !important;
  }
  .u-mb-md-8 {
    margin-bottom: min(2.133vw, 8.8px) !important;
  }
  .u-ml-md-8 {
    margin-left: min(2.133vw, 8.8px) !important;
  }
  .u-mr-md-8 {
    margin-right: min(2.133vw, 8.8px) !important;
  }
  .u-mt-md-12 {
    margin-top: min(3.2vw, 13.2px) !important;
  }
  .u-mb-md-12 {
    margin-bottom: min(3.2vw, 13.2px) !important;
  }
  .u-ml-md-12 {
    margin-left: min(3.2vw, 13.2px) !important;
  }
  .u-mr-md-12 {
    margin-right: min(3.2vw, 13.2px) !important;
  }
  .u-mt-md-16 {
    margin-top: min(4.267vw, 17.6px) !important;
  }
  .u-mb-md-16 {
    margin-bottom: min(4.267vw, 17.6px) !important;
  }
  .u-ml-md-16 {
    margin-left: min(4.267vw, 17.6px) !important;
  }
  .u-mr-md-16 {
    margin-right: min(4.267vw, 17.6px) !important;
  }
  .u-mt-md-20 {
    margin-top: min(5.333vw, 22px) !important;
  }
  .u-mb-md-20 {
    margin-bottom: min(5.333vw, 22px) !important;
  }
  .u-ml-md-20 {
    margin-left: min(5.333vw, 22px) !important;
  }
  .u-mr-md-20 {
    margin-right: min(5.333vw, 22px) !important;
  }
  .u-mt-md-24 {
    margin-top: min(6.4vw, 26.4px) !important;
  }
  .u-mb-md-24 {
    margin-bottom: min(6.4vw, 26.4px) !important;
  }
  .u-ml-md-24 {
    margin-left: min(6.4vw, 26.4px) !important;
  }
  .u-mr-md-24 {
    margin-right: min(6.4vw, 26.4px) !important;
  }
  .u-mt-md-28 {
    margin-top: min(7.467vw, 30.8px) !important;
  }
  .u-mb-md-28 {
    margin-bottom: min(7.467vw, 30.8px) !important;
  }
  .u-ml-md-28 {
    margin-left: min(7.467vw, 30.8px) !important;
  }
  .u-mr-md-28 {
    margin-right: min(7.467vw, 30.8px) !important;
  }
  .u-mt-md-32 {
    margin-top: min(8.533vw, 35.2px) !important;
  }
  .u-mb-md-32 {
    margin-bottom: min(8.533vw, 35.2px) !important;
  }
  .u-ml-md-32 {
    margin-left: min(8.533vw, 35.2px) !important;
  }
  .u-mr-md-32 {
    margin-right: min(8.533vw, 35.2px) !important;
  }
  .u-mt-md-36 {
    margin-top: min(9.6vw, 39.6px) !important;
  }
  .u-mb-md-36 {
    margin-bottom: min(9.6vw, 39.6px) !important;
  }
  .u-ml-md-36 {
    margin-left: min(9.6vw, 39.6px) !important;
  }
  .u-mr-md-36 {
    margin-right: min(9.6vw, 39.6px) !important;
  }
  .u-mt-md-40 {
    margin-top: min(10.667vw, 44px) !important;
  }
  .u-mb-md-40 {
    margin-bottom: min(10.667vw, 44px) !important;
  }
  .u-ml-md-40 {
    margin-left: min(10.667vw, 44px) !important;
  }
  .u-mr-md-40 {
    margin-right: min(10.667vw, 44px) !important;
  }
  .u-mt-md-44 {
    margin-top: min(11.733vw, 48.4px) !important;
  }
  .u-mb-md-44 {
    margin-bottom: min(11.733vw, 48.4px) !important;
  }
  .u-ml-md-44 {
    margin-left: min(11.733vw, 48.4px) !important;
  }
  .u-mr-md-44 {
    margin-right: min(11.733vw, 48.4px) !important;
  }
  .u-mt-md-48 {
    margin-top: min(12.8vw, 52.8px) !important;
  }
  .u-mb-md-48 {
    margin-bottom: min(12.8vw, 52.8px) !important;
  }
  .u-ml-md-48 {
    margin-left: min(12.8vw, 52.8px) !important;
  }
  .u-mr-md-48 {
    margin-right: min(12.8vw, 52.8px) !important;
  }
  .u-mt-md-52 {
    margin-top: min(13.867vw, 57.2px) !important;
  }
  .u-mb-md-52 {
    margin-bottom: min(13.867vw, 57.2px) !important;
  }
  .u-ml-md-52 {
    margin-left: min(13.867vw, 57.2px) !important;
  }
  .u-mr-md-52 {
    margin-right: min(13.867vw, 57.2px) !important;
  }
  .u-mt-md-56 {
    margin-top: min(14.933vw, 61.6px) !important;
  }
  .u-mb-md-56 {
    margin-bottom: min(14.933vw, 61.6px) !important;
  }
  .u-ml-md-56 {
    margin-left: min(14.933vw, 61.6px) !important;
  }
  .u-mr-md-56 {
    margin-right: min(14.933vw, 61.6px) !important;
  }
  .u-mt-md-60 {
    margin-top: min(16vw, 66px) !important;
  }
  .u-mb-md-60 {
    margin-bottom: min(16vw, 66px) !important;
  }
  .u-ml-md-60 {
    margin-left: min(16vw, 66px) !important;
  }
  .u-mr-md-60 {
    margin-right: min(16vw, 66px) !important;
  }
  .u-mt-md-64 {
    margin-top: min(17.067vw, 70.4px) !important;
  }
  .u-mb-md-64 {
    margin-bottom: min(17.067vw, 70.4px) !important;
  }
  .u-ml-md-64 {
    margin-left: min(17.067vw, 70.4px) !important;
  }
  .u-mr-md-64 {
    margin-right: min(17.067vw, 70.4px) !important;
  }
  .u-mt-md-68 {
    margin-top: min(18.133vw, 74.8px) !important;
  }
  .u-mb-md-68 {
    margin-bottom: min(18.133vw, 74.8px) !important;
  }
  .u-ml-md-68 {
    margin-left: min(18.133vw, 74.8px) !important;
  }
  .u-mr-md-68 {
    margin-right: min(18.133vw, 74.8px) !important;
  }
  .u-mt-md-72 {
    margin-top: min(19.2vw, 79.2px) !important;
  }
  .u-mb-md-72 {
    margin-bottom: min(19.2vw, 79.2px) !important;
  }
  .u-ml-md-72 {
    margin-left: min(19.2vw, 79.2px) !important;
  }
  .u-mr-md-72 {
    margin-right: min(19.2vw, 79.2px) !important;
  }
  .u-mt-md-76 {
    margin-top: min(20.267vw, 83.6px) !important;
  }
  .u-mb-md-76 {
    margin-bottom: min(20.267vw, 83.6px) !important;
  }
  .u-ml-md-76 {
    margin-left: min(20.267vw, 83.6px) !important;
  }
  .u-mr-md-76 {
    margin-right: min(20.267vw, 83.6px) !important;
  }
  .u-mt-md-80 {
    margin-top: min(21.333vw, 88px) !important;
  }
  .u-mb-md-80 {
    margin-bottom: min(21.333vw, 88px) !important;
  }
  .u-ml-md-80 {
    margin-left: min(21.333vw, 88px) !important;
  }
  .u-mr-md-80 {
    margin-right: min(21.333vw, 88px) !important;
  }
}
.u-pt-0 {
  padding-top: min(0vw, 0px) !important;
}
@media screen and (max-width: 768px) {
  .u-pt-0 {
    padding-top: min(0vw, 0px) !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .u-pt-pr-0 {
    padding-top: min(0vw, 0px) !important;
  }
  .u-pb-pr-0 {
    padding-bottom: min(0vw, 0px) !important;
  }
  .u-pl-pr-0 {
    padding-left: min(0vw, 0px) !important;
  }
  .u-pr-pr-0 {
    padding-right: min(0vw, 0px) !important;
  }
  .u-pt-pr-4 {
    padding-top: min(1.067vw, 4.4px) !important;
  }
  .u-pb-pr-4 {
    padding-bottom: min(1.067vw, 4.4px) !important;
  }
  .u-pl-pr-4 {
    padding-left: min(1.067vw, 4.4px) !important;
  }
  .u-pr-pr-4 {
    padding-right: min(1.067vw, 4.4px) !important;
  }
  .u-pt-pr-8 {
    padding-top: min(2.133vw, 8.8px) !important;
  }
  .u-pb-pr-8 {
    padding-bottom: min(2.133vw, 8.8px) !important;
  }
  .u-pl-pr-8 {
    padding-left: min(2.133vw, 8.8px) !important;
  }
  .u-pr-pr-8 {
    padding-right: min(2.133vw, 8.8px) !important;
  }
  .u-pt-pr-12 {
    padding-top: min(3.2vw, 13.2px) !important;
  }
  .u-pb-pr-12 {
    padding-bottom: min(3.2vw, 13.2px) !important;
  }
  .u-pl-pr-12 {
    padding-left: min(3.2vw, 13.2px) !important;
  }
  .u-pr-pr-12 {
    padding-right: min(3.2vw, 13.2px) !important;
  }
  .u-pt-pr-16 {
    padding-top: min(4.267vw, 17.6px) !important;
  }
  .u-pb-pr-16 {
    padding-bottom: min(4.267vw, 17.6px) !important;
  }
  .u-pl-pr-16 {
    padding-left: min(4.267vw, 17.6px) !important;
  }
  .u-pr-pr-16 {
    padding-right: min(4.267vw, 17.6px) !important;
  }
  .u-pt-pr-20 {
    padding-top: min(5.333vw, 22px) !important;
  }
  .u-pb-pr-20 {
    padding-bottom: min(5.333vw, 22px) !important;
  }
  .u-pl-pr-20 {
    padding-left: min(5.333vw, 22px) !important;
  }
  .u-pr-pr-20 {
    padding-right: min(5.333vw, 22px) !important;
  }
  .u-pt-pr-24 {
    padding-top: min(6.4vw, 26.4px) !important;
  }
  .u-pb-pr-24 {
    padding-bottom: min(6.4vw, 26.4px) !important;
  }
  .u-pl-pr-24 {
    padding-left: min(6.4vw, 26.4px) !important;
  }
  .u-pr-pr-24 {
    padding-right: min(6.4vw, 26.4px) !important;
  }
  .u-pt-pr-28 {
    padding-top: min(7.467vw, 30.8px) !important;
  }
  .u-pb-pr-28 {
    padding-bottom: min(7.467vw, 30.8px) !important;
  }
  .u-pl-pr-28 {
    padding-left: min(7.467vw, 30.8px) !important;
  }
  .u-pr-pr-28 {
    padding-right: min(7.467vw, 30.8px) !important;
  }
  .u-pt-pr-32 {
    padding-top: min(8.533vw, 35.2px) !important;
  }
  .u-pb-pr-32 {
    padding-bottom: min(8.533vw, 35.2px) !important;
  }
  .u-pl-pr-32 {
    padding-left: min(8.533vw, 35.2px) !important;
  }
  .u-pr-pr-32 {
    padding-right: min(8.533vw, 35.2px) !important;
  }
  .u-pt-pr-36 {
    padding-top: min(9.6vw, 39.6px) !important;
  }
  .u-pb-pr-36 {
    padding-bottom: min(9.6vw, 39.6px) !important;
  }
  .u-pl-pr-36 {
    padding-left: min(9.6vw, 39.6px) !important;
  }
  .u-pr-pr-36 {
    padding-right: min(9.6vw, 39.6px) !important;
  }
  .u-pt-pr-40 {
    padding-top: min(10.667vw, 44px) !important;
  }
  .u-pb-pr-40 {
    padding-bottom: min(10.667vw, 44px) !important;
  }
  .u-pl-pr-40 {
    padding-left: min(10.667vw, 44px) !important;
  }
  .u-pr-pr-40 {
    padding-right: min(10.667vw, 44px) !important;
  }
  .u-pt-pr-44 {
    padding-top: min(11.733vw, 48.4px) !important;
  }
  .u-pb-pr-44 {
    padding-bottom: min(11.733vw, 48.4px) !important;
  }
  .u-pl-pr-44 {
    padding-left: min(11.733vw, 48.4px) !important;
  }
  .u-pr-pr-44 {
    padding-right: min(11.733vw, 48.4px) !important;
  }
  .u-pt-pr-48 {
    padding-top: min(12.8vw, 52.8px) !important;
  }
  .u-pb-pr-48 {
    padding-bottom: min(12.8vw, 52.8px) !important;
  }
  .u-pl-pr-48 {
    padding-left: min(12.8vw, 52.8px) !important;
  }
  .u-pr-pr-48 {
    padding-right: min(12.8vw, 52.8px) !important;
  }
  .u-pt-pr-52 {
    padding-top: min(13.867vw, 57.2px) !important;
  }
  .u-pb-pr-52 {
    padding-bottom: min(13.867vw, 57.2px) !important;
  }
  .u-pl-pr-52 {
    padding-left: min(13.867vw, 57.2px) !important;
  }
  .u-pr-pr-52 {
    padding-right: min(13.867vw, 57.2px) !important;
  }
  .u-pt-pr-56 {
    padding-top: min(14.933vw, 61.6px) !important;
  }
  .u-pb-pr-56 {
    padding-bottom: min(14.933vw, 61.6px) !important;
  }
  .u-pl-pr-56 {
    padding-left: min(14.933vw, 61.6px) !important;
  }
  .u-pr-pr-56 {
    padding-right: min(14.933vw, 61.6px) !important;
  }
  .u-pt-pr-60 {
    padding-top: min(16vw, 66px) !important;
  }
  .u-pb-pr-60 {
    padding-bottom: min(16vw, 66px) !important;
  }
  .u-pl-pr-60 {
    padding-left: min(16vw, 66px) !important;
  }
  .u-pr-pr-60 {
    padding-right: min(16vw, 66px) !important;
  }
}
.u-text--bold {
  font-weight: 700 !important;
}
.u-text--normal {
  font-weight: 400 !important;
}
.u-text--size--lg {
  font-size: clamp(20.4px, 1.757vw, 26.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-text--size--lg {
    font-size: clamp(13.6px, 4.267vw, 17.6px) !important;
  }
}
.u-text--size--md {
  font-size: clamp(13.6px, 1.171vw, 17.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-text--size--md {
    font-size: clamp(13.6px, 4.267vw, 17.6px) !important;
  }
}
.u-text--size--sm {
  font-size: clamp(11.9px, 1.025vw, 15.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-text--size--sm {
    font-size: clamp(11.9px, 3.733vw, 15.4px) !important;
  }
}
.u-text--size--xsm {
  font-size: clamp(10.2px, 0.878vw, 13.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-text--size--xsm {
    font-size: clamp(10.2px, 3.2vw, 13.2px) !important;
  }
}

.u-textlink {
  display: inline-block;
  position: relative;
}
.u-textlink.--arrow {
  padding-left: min(1.757vw, 26.4px);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .u-textlink.--arrow {
    padding-left: min(6.4vw, 26.4px);
  }
}
.u-textlink.--arrow i:first-child {
  margin-right: 0.5em;
  margin-left: 0;
}

p a[href$=".pdf"]::after,
p a[target=_blank]::after {
  display: inline-block;
  margin: 0 0.25em;
  font-weight: 600;
  font-size: inherit;
  font-family: "Font Awesome 6 Pro";
}
p a[href$=".pdf"]::after {
  content: "\f1c1";
}
p a[target=_blank]::after {
  content: "\f08e";
}

.u-wid-10 {
  width: min(0.732vw, 11px) !important;
  min-width: min(0.732vw, 11px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-10 {
    width: min(2.667vw, 11px) !important;
    min-width: min(2.667vw, 11px) !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-wid-1000 {
  width: min(73.206vw, 1100px) !important;
  min-width: min(73.206vw, 1100px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-1000 {
    width: min(266.667vw, 1100px) !important;
    min-width: min(266.667vw, 1100px) !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: 768px) {
  .u-wid-md-10 {
    width: min(0.732vw, 11px) !important;
    min-width: min(0.732vw, 11px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-10 {
    width: min(2.667vw, 11px) !important;
    min-width: min(2.667vw, 11px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-20 {
    width: min(1.464vw, 22px) !important;
    min-width: min(1.464vw, 22px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-20 {
    width: min(5.333vw, 22px) !important;
    min-width: min(5.333vw, 22px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-30 {
    width: min(2.196vw, 33px) !important;
    min-width: min(2.196vw, 33px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-30 {
    width: min(8vw, 33px) !important;
    min-width: min(8vw, 33px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-40 {
    width: min(2.928vw, 44px) !important;
    min-width: min(2.928vw, 44px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-40 {
    width: min(10.667vw, 44px) !important;
    min-width: min(10.667vw, 44px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-50 {
    width: min(3.66vw, 55px) !important;
    min-width: min(3.66vw, 55px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-50 {
    width: min(13.333vw, 55px) !important;
    min-width: min(13.333vw, 55px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-60 {
    width: min(4.392vw, 66px) !important;
    min-width: min(4.392vw, 66px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-60 {
    width: min(16vw, 66px) !important;
    min-width: min(16vw, 66px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-70 {
    width: min(5.124vw, 77px) !important;
    min-width: min(5.124vw, 77px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-70 {
    width: min(18.667vw, 77px) !important;
    min-width: min(18.667vw, 77px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-80 {
    width: min(5.857vw, 88px) !important;
    min-width: min(5.857vw, 88px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-80 {
    width: min(21.333vw, 88px) !important;
    min-width: min(21.333vw, 88px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-90 {
    width: min(6.589vw, 99px) !important;
    min-width: min(6.589vw, 99px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-90 {
    width: min(24vw, 99px) !important;
    min-width: min(24vw, 99px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-100 {
    width: min(7.321vw, 110px) !important;
    min-width: min(7.321vw, 110px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-100 {
    width: min(26.667vw, 110px) !important;
    min-width: min(26.667vw, 110px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-110 {
    width: min(8.053vw, 121px) !important;
    min-width: min(8.053vw, 121px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-110 {
    width: min(29.333vw, 121px) !important;
    min-width: min(29.333vw, 121px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-120 {
    width: min(8.785vw, 132px) !important;
    min-width: min(8.785vw, 132px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-120 {
    width: min(32vw, 132px) !important;
    min-width: min(32vw, 132px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-130 {
    width: min(9.517vw, 143px) !important;
    min-width: min(9.517vw, 143px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-130 {
    width: min(34.667vw, 143px) !important;
    min-width: min(34.667vw, 143px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-140 {
    width: min(10.249vw, 154px) !important;
    min-width: min(10.249vw, 154px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-140 {
    width: min(37.333vw, 154px) !important;
    min-width: min(37.333vw, 154px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-150 {
    width: min(10.981vw, 165px) !important;
    min-width: min(10.981vw, 165px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-150 {
    width: min(40vw, 165px) !important;
    min-width: min(40vw, 165px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-160 {
    width: min(11.713vw, 176px) !important;
    min-width: min(11.713vw, 176px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-160 {
    width: min(42.667vw, 176px) !important;
    min-width: min(42.667vw, 176px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-170 {
    width: min(12.445vw, 187px) !important;
    min-width: min(12.445vw, 187px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-170 {
    width: min(45.333vw, 187px) !important;
    min-width: min(45.333vw, 187px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-180 {
    width: min(13.177vw, 198px) !important;
    min-width: min(13.177vw, 198px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-180 {
    width: min(48vw, 198px) !important;
    min-width: min(48vw, 198px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-190 {
    width: min(13.909vw, 209px) !important;
    min-width: min(13.909vw, 209px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-190 {
    width: min(50.667vw, 209px) !important;
    min-width: min(50.667vw, 209px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-200 {
    width: min(14.641vw, 220px) !important;
    min-width: min(14.641vw, 220px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-200 {
    width: min(53.333vw, 220px) !important;
    min-width: min(53.333vw, 220px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-210 {
    width: min(15.373vw, 231px) !important;
    min-width: min(15.373vw, 231px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-210 {
    width: min(56vw, 231px) !important;
    min-width: min(56vw, 231px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-220 {
    width: min(16.105vw, 242px) !important;
    min-width: min(16.105vw, 242px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-220 {
    width: min(58.667vw, 242px) !important;
    min-width: min(58.667vw, 242px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-230 {
    width: min(16.837vw, 253px) !important;
    min-width: min(16.837vw, 253px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-230 {
    width: min(61.333vw, 253px) !important;
    min-width: min(61.333vw, 253px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-240 {
    width: min(17.57vw, 264px) !important;
    min-width: min(17.57vw, 264px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-240 {
    width: min(64vw, 264px) !important;
    min-width: min(64vw, 264px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-250 {
    width: min(18.302vw, 275px) !important;
    min-width: min(18.302vw, 275px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-250 {
    width: min(66.667vw, 275px) !important;
    min-width: min(66.667vw, 275px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-260 {
    width: min(19.034vw, 286px) !important;
    min-width: min(19.034vw, 286px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-260 {
    width: min(69.333vw, 286px) !important;
    min-width: min(69.333vw, 286px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-270 {
    width: min(19.766vw, 297px) !important;
    min-width: min(19.766vw, 297px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-270 {
    width: min(72vw, 297px) !important;
    min-width: min(72vw, 297px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-280 {
    width: min(20.498vw, 308px) !important;
    min-width: min(20.498vw, 308px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-280 {
    width: min(74.667vw, 308px) !important;
    min-width: min(74.667vw, 308px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-290 {
    width: min(21.23vw, 319px) !important;
    min-width: min(21.23vw, 319px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-290 {
    width: min(77.333vw, 319px) !important;
    min-width: min(77.333vw, 319px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-300 {
    width: min(21.962vw, 330px) !important;
    min-width: min(21.962vw, 330px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-300 {
    width: min(80vw, 330px) !important;
    min-width: min(80vw, 330px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-310 {
    width: min(22.694vw, 341px) !important;
    min-width: min(22.694vw, 341px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-310 {
    width: min(82.667vw, 341px) !important;
    min-width: min(82.667vw, 341px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-320 {
    width: min(23.426vw, 352px) !important;
    min-width: min(23.426vw, 352px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-320 {
    width: min(85.333vw, 352px) !important;
    min-width: min(85.333vw, 352px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-330 {
    width: min(24.158vw, 363px) !important;
    min-width: min(24.158vw, 363px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-330 {
    width: min(88vw, 363px) !important;
    min-width: min(88vw, 363px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-340 {
    width: min(24.89vw, 374px) !important;
    min-width: min(24.89vw, 374px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-340 {
    width: min(90.667vw, 374px) !important;
    min-width: min(90.667vw, 374px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-350 {
    width: min(25.622vw, 385px) !important;
    min-width: min(25.622vw, 385px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-350 {
    width: min(93.333vw, 385px) !important;
    min-width: min(93.333vw, 385px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-360 {
    width: min(26.354vw, 396px) !important;
    min-width: min(26.354vw, 396px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-360 {
    width: min(96vw, 396px) !important;
    min-width: min(96vw, 396px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-370 {
    width: min(27.086vw, 407px) !important;
    min-width: min(27.086vw, 407px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-370 {
    width: min(98.667vw, 407px) !important;
    min-width: min(98.667vw, 407px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-380 {
    width: min(27.818vw, 418px) !important;
    min-width: min(27.818vw, 418px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-380 {
    width: min(101.333vw, 418px) !important;
    min-width: min(101.333vw, 418px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-390 {
    width: min(28.551vw, 429px) !important;
    min-width: min(28.551vw, 429px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-390 {
    width: min(104vw, 429px) !important;
    min-width: min(104vw, 429px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-400 {
    width: min(29.283vw, 440px) !important;
    min-width: min(29.283vw, 440px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-400 {
    width: min(106.667vw, 440px) !important;
    min-width: min(106.667vw, 440px) !important;
  }
}
@media screen and (max-width: 768px) {
  .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;
  }
}
.coki{ height:0; }