@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 {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

:root {
  --main: #f9f9f9;
  --accent: #222120;
  --base: #ffffff;
  /* 案件によって必要なサブカラーを追加する
  $sub-1: #ffffff;
  $sub-2: #ffffff;
  */
  --text-cl-01: var(--accent);
  --text-cl-02: #555555;
  --text-cl-03: #777777;
  --text-cl-04: #ffffff;
  --link-01: #005cd1;
  --text-cl-placeholder: var(--text-cl-03);
  --text-cl-alert: #f0a3a3;
  --border-cl-01: #dddddd;
  --border-cl-02: #e9eaef;
  --border-size-l: 3px;
  --border-size-m: 2px;
  --border-size-s: 1px;
  --radius-m: 4px;
  --bg-01: var(--main);
  --bg-02:#ebebeb;
  --bg-03:#cfcfcf;
  --bg-alert: #fceded;
  --bg-about: #f9f9f9;
  --shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  --font-jp-01: "yu-gothic-pr6n", sans-serif;
  --font-jp-02: "Ryumin Regular KL", sans-serif;
  --font-en-01: "avenir-lt-pro", sans-serif;
  --font-en-02: "adobe-garamond-pro", sans-serif;
  --font-awesome: "Font Awesome 6 Pro";
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;
  --lh-normal: 2;
  --lh-narrow: 1.5;
  --lh-fit: 1;
  --duration: 0.3s ease;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
}

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

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

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

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

@media screen and (min-width: 1195px) {
  a [href^="tel:"] {
    pointer-events: none;
  }
}

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

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

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

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

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

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

:root {
  --z-header: 100;
  --z-header-hamburger: 120;
  --z-header-menu-sp: 110;
}

@media screen and (min-width: 835px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: var(--z-header);
    padding: min(13.2px, 0.833vw) min(22px, 1.389vw) min(4.4px, 0.278vw);
  }
}
@media screen and (max-width: 834px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: var(--z-header);
    padding-inline: min(22px, 5.128vw);
  }
}
.l-header__title {
  font-family: var(--font-jp-01);
  font-weight: var(--fw-regular);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: var(--text-cl-01);
  position: absolute;
  display: none;
}
.l-header__title__left, .l-header__title__right, .l-header__title__main, .l-header__title__sub {
  line-height: 1.7;
  letter-spacing: 0.06em;
}
.l-header__title__left {
  line-height: 1;
  display: block;
}
@media screen and (min-width: 835px) {
  .l-header__title__left img {
    width: clamp(187px, 15.278vw, 242px);
    margin-inline: auto;
  }
}
.l-header__title__right {
  line-height: 1;
  display: block;
}
@media screen and (min-width: 835px) {
  .l-header__title__right img {
    width: clamp(125.8px, 10.278vw, 162.8px);
    margin-inline: auto;
  }
}
.l-header__title__main {
  line-height: 1;
  display: block;
}
@media screen and (max-width: 834px) {
  .l-header__title__main img {
    width: clamp(140.25px, 42.308vw, 181.5px);
  }
}
.l-header__title__sub {
  line-height: 1;
  display: block;
}
@media screen and (max-width: 834px) {
  .l-header__title__sub img {
    width: clamp(105.4px, 31.795vw, 136.4px);
    margin-top: min(12.1px, 2.821vw);
  }
}
@media screen and (min-width: 835px) {
  .l-header__menu__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 834px) {
  .l-header__menu__wrapper {
    display: none;
  }
}
.l-header__menu__pc__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(rgba(61, 61, 61, 0.8)));
  background: linear-gradient(to bottom, #3d3d3d, rgba(61, 61, 61, 0.8));
  backdrop-filter: blur(5px);
  font-family: var(--font-en-01);
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media screen and (min-width: 835px) {
  .l-header__menu__pc__nav {
    border-radius: min(6.6px, 0.417vw);
    font-size: clamp(11.05px, 0.903vw, 14.3px);
    padding-inline: min(13.2px, 0.833vw);
  }
}
@media screen and (max-width: 834px) {
  .l-header__menu__pc__nav {
    display: none;
  }
}
.l-header__menu__pc__nav a {
  cursor: pointer;
  padding: min(8.8px, 0.556vw) min(13.2px, 0.833vw) min(9.9px, 0.625vw);
  color: #fff;
  text-decoration: none;
  position: relative;
}
.l-header__menu__pc__nav a::after {
  content: "";
  position: absolute;
  bottom: min(8.8px, 0.556vw);
  left: min(13.2px, 0.833vw);
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.l-header__menu__pc__nav a:hover::after, .l-header__menu__pc__nav a.--active::after {
  width: calc(100% - min(26.4px, 1.667vw));
}
.l-header__menu__pc__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(rgba(61, 61, 61, 0.8)));
  background: linear-gradient(to bottom, #3d3d3d, rgba(61, 61, 61, 0.8));
  backdrop-filter: blur(5px);
  font-family: var(--font-en-01);
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media screen and (min-width: 835px) {
  .l-header__menu__pc__sns {
    border-radius: min(6.6px, 0.417vw);
    font-size: clamp(11.05px, 0.903vw, 14.3px);
    margin-left: min(8.8px, 0.556vw);
  }
}
@media screen and (max-width: 834px) {
  .l-header__menu__pc__sns {
    display: none;
  }
}
.l-header__menu__pc__sns a {
  cursor: pointer;
  padding: min(8.8px, 0.556vw) min(15.4px, 0.972vw) min(9.9px, 0.625vw);
  color: #fff;
  text-decoration: none;
  position: relative;
}
.l-header__menu__pc__sns a::after {
  content: "";
  position: absolute;
  bottom: min(8.8px, 0.556vw);
  left: min(15.4px, 0.972vw);
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.l-header__menu__pc__sns a:hover::after {
  width: calc(100% - min(30.8px, 1.944vw));
}
.l-header__menu__pc__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#3d3d3d), to(rgba(61, 61, 61, 0.8)));
  background: linear-gradient(to right, #3d3d3d, rgba(61, 61, 61, 0.8));
  backdrop-filter: blur(5px);
}
@media screen and (min-width: 835px) {
  .l-header__menu__pc__language {
    padding: min(1.1px, 0.069vw);
    border-radius: min(4.4px, 0.278vw);
    margin-left: min(17.6px, 1.111vw);
  }
}
@media screen and (max-width: 834px) {
  .l-header__menu__pc__language {
    display: none;
    border-radius: min(4.4px, 1.026vw);
  }
}
.l-header__menu__pc__language__btn {
  font-family: var(--font-en-01);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #bbb;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .l-header__menu__pc__language__btn {
    font-size: clamp(10.2px, 0.833vw, 13.2px);
  }
  .l-header__menu__pc__language__btn:first-child {
    padding: min(4.4px, 0.278vw) min(9.9px, 0.625vw) min(4.4px, 0.278vw) min(7.7px, 0.486vw);
    border-radius: min(4.4px, 0.278vw) 0 0 min(4.4px, 0.278vw);
    height: calc(100% - min(4.4px, 0.278vw));
  }
  .l-header__menu__pc__language__btn:last-child {
    padding: min(4.4px, 0.278vw) min(7.7px, 0.486vw) min(4.4px, 0.278vw) min(9.9px, 0.625vw);
    border-radius: 0 min(4.4px, 0.278vw) min(4.4px, 0.278vw) 0;
    height: calc(100% - min(4.4px, 1.026vw));
  }
}
.l-header__menu__pc__language__btn.--active {
  background-color: #222120;
  color: #fff;
}
.l-header__menu__pc__language__btn {
  position: relative;
}
.l-header__menu__pc__language__btn:not(.--active)::after {
  content: "";
  position: absolute;
  bottom: min(4.4px, 0.278vw);
  left: min(2.2px, 0.139vw);
  width: 0;
  height: 1px;
  background-color: #bbb;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.l-header__menu__pc__language__btn:hover:not(.--active)::after {
  width: calc(100% - min(4.4px, 0.278vw));
}
.l-header__menu__sp {
  position: fixed;
  left: 0;
  width: 100%;
  height: calc(var(--vh, 1svh) * 100);
  padding-top: min(83.6px, 19.487vw);
  background-color: rgba(34, 33, 32, 0.8);
  backdrop-filter: blur(10px);
  z-index: var(--z-header-menu-sp);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.7s, visibility 0.7s;
  transition: opacity 0.7s, visibility 0.7s;
}
.l-header__menu__sp.--active {
  opacity: 1;
  visibility: visible;
}
.l-header__menu__sp__title {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  margin-bottom: min(44px, 10.256vw);
}
.l-header__menu__sp__title__main {
  line-height: 1;
}
.l-header__menu__sp__title__main img {
  display: block;
  margin-inline: auto;
  width: clamp(212.5px, 64.103vw, 275px);
}
.l-header__menu__sp__title__sub {
  line-height: 1;
  margin-top: min(26.4px, 6.154vw);
}
.l-header__menu__sp__title__sub img {
  display: block;
  margin-inline: auto;
  width: clamp(115.6px, 34.872vw, 149.6px);
}
.l-header__menu__sp__nav {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--font-en-01);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-bottom: min(26.4px, 6.154vw);
}
.l-header__menu__sp__nav a {
  color: #fff;
  text-decoration: none;
  padding-block: min(17.6px, 4.103vw);
  position: relative;
  display: inline-block;
}
.l-header__menu__sp__nav a::after {
  content: "";
  position: absolute;
  bottom: min(17.6px, 4.103vw);
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.l-header__menu__sp__nav a:hover::after, .l-header__menu__sp__nav a.--active::after {
  width: 100%;
}
.l-header__menu__sp__instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__menu__sp__instagram a {
  min-width: min(94.6px, 22.051vw);
  background-color: rgba(34, 34, 34, 0.8);
  backdrop-filter: blur(5px);
  font-family: var(--font-en-01);
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #fff;
  text-decoration: none;
  padding: min(7.7px, 1.795vw) min(13.2px, 3.077vw) min(8.8px, 2.051vw);
  border-radius: min(6.6px, 1.538vw);
  font-size: clamp(12.75px, 3.846vw, 16.5px);
  position: relative;
  display: inline-block;
}
.l-header__menu__sp__instagram a::after {
  content: "";
  position: absolute;
  bottom: min(7.7px, 1.795vw);
  left: min(13.2px, 3.077vw);
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.l-header__menu__sp__instagram a:hover::after {
  width: calc(100% - min(26.4px, 6.154vw));
}
.l-header__menu__sp__bottom {
  position: absolute;
  left: 50%;
  bottom: min(22px, 5.128vw);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-header__menu__sp__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  margin-inline: auto;
  margin-bottom: min(11px, 2.564vw);
  padding: min(1.1px, 0.256vw);
  border-radius: min(4.4px, 1.026vw);
}
.l-header__menu__sp__language__btn {
  font-family: var(--font-en-01);
  letter-spacing: 0.03em;
  color: #222120;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: clamp(11.9px, 3.59vw, 15.4px);
  padding: min(5.5px, 1.282vw) min(13.2px, 3.077vw) min(6.6px, 1.538vw);
}
.l-header__menu__sp__language__btn:first-child {
  border-radius: min(4.4px, 1.026vw) 0 0 min(4.4px, 1.026vw);
}
.l-header__menu__sp__language__btn:last-child {
  border-radius: 0 min(4.4px, 1.026vw) min(4.4px, 1.026vw) 0;
}
.l-header__menu__sp__language__btn.--active {
  background: rgba(34, 34, 34, 0.8);
  backdrop-filter: blur(5px);
  color: #fff;
}
.l-header__menu__sp__language__btn {
  position: relative;
}
.l-header__menu__sp__language__btn:not(.--active)::after {
  content: "";
  position: absolute;
  bottom: min(5.5px, 1.282vw);
  left: min(2.2px, 0.513vw);
  width: 0;
  height: 1px;
  background-color: #222120;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.l-header__menu__sp__language__btn:hover:not(.--active)::after {
  width: calc(100% - min(4.4px, 1.026vw));
}
.l-header__menu__sp__copyright {
  font-family: var(--font-en-01);
  color: #999;
  text-align: center;
  font-size: clamp(8.5px, 2.564vw, 11px);
  font-weight: 300;
  line-height: 1.6;
}
.l-header__hamburger {
  cursor: pointer;
  position: fixed;
  z-index: var(--z-header-hamburger);
}
@media screen and (min-width: 835px) {
  .l-header__hamburger {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .l-header__hamburger {
    display: block;
    width: min(35.2px, 8.205vw);
    height: min(12.1px, 2.821vw);
    top: min(27.5px, 6.41vw);
    right: min(22px, 5.128vw);
  }
}
.l-header__hamburger span {
  display: block;
  height: 1px;
  background: #CFCFCF;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__hamburger span:nth-child(1) {
  width: 100%;
  top: 0;
}
.l-header__hamburger span:nth-child(2) {
  width: 50%;
  top: min(9.9px, 2.308vw);
  right: 0;
}
.l-header__hamburger.--active span {
  background-color: #fff;
}
.l-header__hamburger.--active span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(20deg);
          transform: translateY(-50%) rotate(20deg);
}
.l-header__hamburger.--active span:nth-child(2) {
  width: 100%;
  top: 50%;
  right: unset;
  -webkit-transform: translateY(-50%) rotate(-20deg);
          transform: translateY(-50%) rotate(-20deg);
}

@media screen and (min-width: 835px) {
  .--body-en .l-header__title__left img {
    width: clamp(272px, 22.222vw, 352px);
  }
}
@media screen and (min-width: 835px) {
  .--body-en .l-header__title__right img {
    width: clamp(188.7px, 15.417vw, 244.2px);
  }
}
@media screen and (max-width: 834px) {
  .--body-en .l-header__title__main img {
    width: clamp(102px, 30.769vw, 132px);
  }
}
@media screen and (max-width: 834px) {
  .--body-en .l-header__title__sub img {
    width: clamp(136px, 41.026vw, 176px);
    margin-top: min(12.1px, 2.821vw);
  }
}
.--body-en .l-header__menu__sp__title__main img {
  width: clamp(204px, 61.538vw, 264px);
}
.--body-en .l-header__menu__sp__title__sub img {
  width: clamp(204px, 61.538vw, 264px);
}

.js-nav-hidden {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.js-nav-hidden.is-visible {
  opacity: 1;
}

.l-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--bg-about);
  text-align: center;
  width: 100vw;
}
@media screen and (min-width: 835px) {
  .l-footer {
    padding: 0 min(44px, 2.778vw) min(26.4px, 1.667vw);
  }
}
@media screen and (max-width: 834px) {
  .l-footer {
    padding: 0 min(22px, 5.128vw) min(52.8px, 12.308vw);
  }
}
.l-footer__title {
  font-family: var(--font-jp-01);
  font-weight: var(--fw-medium);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .l-footer__title {
    margin-bottom: min(79.2px, 5vw);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__title {
    margin-bottom: min(70.4px, 16.41vw);
  }
}
.l-footer__title__main {
  line-height: 1;
  display: block;
}
@media screen and (min-width: 835px) {
  .l-footer__title__main img {
    width: clamp(295.8px, 24.167vw, 382.8px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 834px) {
  .l-footer__title__main img {
    width: clamp(212.5px, 64.103vw, 275px);
  }
}
.l-footer__title__sub {
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 835px) {
  .l-footer__title__sub {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__title__sub {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
  }
}
@media screen and (min-width: 835px) {
  .l-footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: min(26.4px, 1.667vw);
    margin-bottom: min(44px, 2.778vw);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__row {
    display: contents;
  }
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--font-en-01);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 835px) {
  .l-footer__nav {
    gap: min(26.4px, 1.667vw);
    font-size: clamp(13.6px, 1.111vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: min(35.2px, 8.205vw);
    font-size: clamp(13.6px, 4.103vw, 17.6px);
    margin-bottom: min(44px, 10.256vw);
  }
}
.l-footer__nav a {
  color: var(--text-cl-01);
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.l-footer__nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--text-cl-01);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.l-footer__nav a:hover::after, .l-footer__nav a.--active::after {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .l-footer__instagram {
    margin-bottom: min(44px, 10.256vw);
  }
}
.l-footer__instagram a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--bg-02);
  backdrop-filter: blur(5px);
  font-family: var(--font-en-01);
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: var(--text-cl-01);
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 835px) {
  .l-footer__instagram a {
    font-size: clamp(11.9px, 0.972vw, 15.4px);
    padding: min(9.9px, 0.625vw) min(15.4px, 0.972vw) min(11px, 0.694vw);
    border-radius: min(6.6px, 0.417vw);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__instagram a {
    font-size: clamp(12.75px, 3.846vw, 16.5px);
    width: min(121px, 28.205vw);
    height: min(40.7px, 9.487vw);
    padding: min(7.7px, 1.795vw) min(22px, 5.128vw);
    border-radius: min(6.6px, 1.538vw);
  }
}
.l-footer__instagram a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: var(--text-cl-01);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media screen and (min-width: 835px) {
  .l-footer__instagram a::after {
    bottom: min(9.9px, 0.625vw);
    left: min(15.4px, 0.972vw);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__instagram a::after {
    bottom: min(7.7px, 1.795vw);
    left: min(22px, 5.128vw);
  }
}
@media screen and (min-width: 835px) {
  .l-footer__instagram a:hover::after {
    width: calc(100% - min(30.8px, 1.944vw));
  }
}
@media screen and (max-width: 834px) {
  .l-footer__instagram a:hover::after {
    width: calc(100% - min(44px, 10.256vw));
  }
}
.l-footer__language {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--bg-02);
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .l-footer__language {
    height: min(31.9px, 2.014vw);
    width: min(69.3px, 4.375vw);
    border-radius: min(4.4px, 0.278vw);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__language {
    height: min(40.7px, 9.487vw);
    width: min(90.2px, 21.026vw);
    margin-bottom: min(61.6px, 14.359vw);
    border-radius: min(4.4px, 1.026vw);
  }
}
.l-footer__language__btn {
  font-family: var(--font-en-01);
  line-height: 1.6;
  letter-spacing: 0.03em;
  border: none;
  background: transparent;
  color: var(--text-cl-01);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 835px) {
  .l-footer__language__btn {
    font-size: clamp(10.2px, 0.833vw, 13.2px);
    height: calc(100% - min(4.4px, 0.278vw));
  }
}
@media screen and (max-width: 834px) {
  .l-footer__language__btn {
    font-size: clamp(11.9px, 3.59vw, 15.4px);
    height: calc(100% - min(4.4px, 1.026vw));
  }
}
.l-footer__language__btn.--active {
  background-color: var(--bg-03);
}
@media screen and (min-width: 835px) {
  .l-footer__language__btn.--active {
    border-radius: min(4.4px, 0.278vw) 0 0 min(4.4px, 0.278vw);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__language__btn.--active {
    border-radius: min(4.4px, 1.026vw) 0 0 min(4.4px, 1.026vw);
  }
}
.l-footer__language__btn {
  position: relative;
}
.l-footer__language__btn:not(.--active)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: var(--text-cl-01);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media screen and (min-width: 835px) {
  .l-footer__language__btn:not(.--active)::after {
    bottom: min(2.2px, 0.139vw);
    left: min(4.4px, 0.278vw);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__language__btn:not(.--active)::after {
    bottom: min(2.2px, 0.513vw);
    left: min(4.4px, 1.026vw);
  }
}
.l-footer__language__btn:hover:not(.--active)::after {
  width: calc(100% - min(8.8px, 0.556vw));
}
.l-footer__copyright {
  font-family: var(--font-en-01);
  font-size: clamp(8.5px, 0.694vw, 11px);
  line-height: 1.6;
  color: var(--text-cl-03);
}
@media screen and (max-width: 834px) {
  .l-footer__copyright {
    font-size: clamp(8.5px, 2.564vw, 11px);
  }
}

@media screen and (min-width: 835px) {
  .--body-en .l-footer__title__main img {
    width: clamp(255px, 20.833vw, 330px);
  }
}
@media screen and (max-width: 834px) {
  .--body-en .l-footer__title__main img {
    width: clamp(212.5px, 64.103vw, 275px);
  }
}

.l-body {
  width: auto;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all var(--duration);
  transition: all var(--duration);
  overflow-x: clip;
}

.l-main {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  position: relative;
  z-index: 5;
}
.l-main__inner {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .l-main__inner {
    max-width: min(1320px, 83.333vw);
  }
}
@media screen and (min-width: 835px) {
  .l-main__inner.--wide {
    max-width: min(1408px, 88.889vw);
  }
}
@media screen and (min-width: 835px) {
  .l-main__inner.--narrow {
    max-width: min(1034px, 65.278vw);
  }
}
@media screen and (max-width: 834px) {
  .l-main__inner {
    padding-left: min(22px, 5.128vw);
    padding-right: min(22px, 5.128vw);
  }
}

[class*=l-section] {
  width: 100%;
  padding: min(88px, 5.556vw) 0;
  position: relative;
}
@media screen and (max-width: 834px) {
  [class*=l-section] {
    padding: min(66px, 15.385vw) 0;
  }
}
[class*=l-section]:last-child {
  padding-bottom: min(88px, 5.556vw);
}
@media screen and (max-width: 834px) {
  [class*=l-section]:last-child {
    padding-bottom: min(66px, 15.385vw);
  }
}
[class*=l-section] + [class*=l-section] {
  padding-top: 0;
}
[class*=l-section][class*=u-color--bg] {
  padding-top: min(88px, 5.556vw);
}
@media screen and (max-width: 834px) {
  [class*=l-section][class*=u-color--bg] {
    padding-top: min(66px, 15.385vw);
  }
}
[class*=l-section][class*=u-color--bg] + [class*=l-section] {
  padding-top: min(88px, 5.556vw);
}
@media screen and (max-width: 834px) {
  [class*=l-section][class*=u-color--bg] + [class*=l-section] {
    padding-top: min(66px, 15.385vw);
  }
}

.l-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 835px) {
  .l-content {
    padding: min(88px, 5.556vw) 0;
  }
}
@media screen and (max-width: 834px) {
  .l-content {
    display: block;
    padding: min(66px, 15.385vw) 0;
  }
}
.l-content__main {
  width: calc(100% - min(506px, 31.944vw));
}
@media screen and (max-width: 834px) {
  .l-content__main {
    width: calc(100% - min(506px, 117.949vw));
    margin-bottom: min(66px, 15.385vw);
  }
}
.l-content__main.--wide {
  width: calc(100% - min(451px, 28.472vw));
}
@media screen and (max-width: 834px) {
  .l-content__main.--wide {
    width: calc(100% - min(451px, 105.128vw));
  }
}
@media screen and (min-width: 835px) {
  .l-content__side {
    width: min(418px, 26.389vw);
  }
}
@media screen and (max-width: 834px) {
  .l-content__main, .l-content__side {
    width: 100%;
  }
}
.l-content__main > *:first-child, .l-content__side > *:first-child {
  margin-top: 0;
}
.l-content__main > *:last-child, .l-content__side > *:last-child {
  margin-bottom: 0;
}

.l-section > *:first-child,
.l-main__inner > *:first-child {
  margin-top: 0;
}
.l-section > *:last-child,
.l-main__inner > *:last-child {
  margin-bottom: 0;
}

.c-video-player {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #222120;
}
.c-video-player__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-video-player__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.c-video-thumbnail:nth-child(1) .c-video-thumbnail__image {
  opacity: 1;
}
.c-video-thumbnail:nth-child(2) .c-video-thumbnail__image {
  opacity: 0.95;
}
.c-video-thumbnail:nth-child(3) .c-video-thumbnail__image {
  opacity: 0.9;
}
.c-video-thumbnail:nth-child(4) .c-video-thumbnail__image {
  opacity: 0.85;
}
.c-video-thumbnail:nth-child(5) .c-video-thumbnail__image {
  opacity: 0.8;
}
.c-video-thumbnail:nth-child(6) .c-video-thumbnail__image {
  opacity: 0.75;
}
.c-video-thumbnail:nth-child(7) .c-video-thumbnail__image {
  opacity: 0.7;
}
.c-video-thumbnail:nth-child(8) .c-video-thumbnail__image {
  opacity: 0.65;
}
.c-video-thumbnail:nth-child(9) .c-video-thumbnail__image {
  opacity: 0.6;
}
.c-video-thumbnail:nth-child(10) .c-video-thumbnail__image {
  opacity: 0.55;
}
.c-video-thumbnail:nth-child(11) .c-video-thumbnail__image {
  opacity: 0.5;
}
.c-video-thumbnail:nth-child(12) .c-video-thumbnail__image {
  opacity: 0.45;
}
.c-video-thumbnail:nth-child(13) .c-video-thumbnail__image {
  opacity: 0.4;
}
.c-video-thumbnail:nth-child(14) .c-video-thumbnail__image {
  opacity: 0.35;
}
.c-video-thumbnail:nth-child(15) .c-video-thumbnail__image {
  opacity: 0.3;
}
.c-video-thumbnail:nth-child(16) .c-video-thumbnail__image {
  opacity: 0.25;
}
.c-video-thumbnail:nth-child(17) .c-video-thumbnail__image {
  opacity: 0.2;
}
.c-video-thumbnail__wrapper {
  position: absolute;
  z-index: 10;
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 835px) {
  .c-video-thumbnail__wrapper {
    gap: min(18.7px, 1.181vw);
    top: min(22px, 1.389vw);
  }
}
@media screen and (max-width: 834px) {
  .c-video-thumbnail__wrapper {
    gap: min(35.2px, 8.205vw);
    top: min(66px, 15.385vw);
  }
}
@media screen and (min-width: 835px) {
  .c-video-thumbnail__wrapper.--left {
    left: min(22px, 1.389vw);
  }
}
@media screen and (max-width: 834px) {
  .c-video-thumbnail__wrapper.--left {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .c-video-thumbnail__wrapper.--left .c-video-thumbnail__button:not(.--active) {
    margin-left: min(8.8px, 0.556vw);
  }
}
@media screen and (min-width: 835px) {
  .c-video-thumbnail__wrapper.--right {
    right: min(22px, 1.389vw);
  }
}
@media screen and (max-width: 834px) {
  .c-video-thumbnail__wrapper.--right {
    right: min(11px, 2.564vw);
  }
}
.c-video-thumbnail__wrapper.--right .c-video-thumbnail__button:not(.--active) {
  margin-left: auto;
}
@media screen and (min-width: 835px) {
  .c-video-thumbnail__wrapper.--right .c-video-thumbnail__button:not(.--active) {
    margin-right: min(8.8px, 0.556vw);
  }
}
@media screen and (max-width: 834px) {
  .c-video-thumbnail__wrapper.--right .c-video-thumbnail__button:not(.--active) {
    margin-right: min(8.8px, 2.051vw);
  }
}
.c-video-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .c-video-thumbnail {
    gap: min(11px, 0.694vw);
  }
}
.c-video-thumbnail:has(.c-video-thumbnail__button.--active) .c-video-thumbnail__text {
  opacity: 1;
  visibility: visible;
}
.c-video-thumbnail__button {
  display: block;
  aspect-ratio: 48/35.07;
  line-height: 1;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
@media screen and (min-width: 835px) {
  .c-video-thumbnail__button {
    width: min(35.2px, 2.222vw);
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  .c-video-thumbnail__button {
    width: min(44px, 10.256vw);
  }
}
.c-video-thumbnail__button.--active {
  opacity: 1 !important;
}
@media screen and (min-width: 835px) {
  .c-video-thumbnail__button.--active {
    width: min(52.8px, 3.333vw);
  }
}
.c-video-thumbnail__button.--active .c-video-thumbnail__image {
  border: 1px solid #FFF;
}
.c-video-thumbnail__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and (min-width: 835px) {
  .c-video-thumbnail__image {
    border-radius: min(4.4px, 0.278vw);
  }
}
@media screen and (max-width: 834px) {
  .c-video-thumbnail__image {
    border-radius: min(4.4px, 1.026vw);
  }
}
.c-video-thumbnail__text {
  opacity: 0;
  visibility: hidden;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.03em;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (min-width: 835px) {
  .c-video-thumbnail__text {
    font-size: clamp(10.2px, 0.833vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .c-video-thumbnail__text {
    display: none;
  }
}

.c-video-seekbar {
  position: relative;
  z-index: 10;
}
.c-video-seekbar__container {
  position: relative;
}
.c-video-seekbar__track {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  height: 1px;
}
.c-video-seekbar__progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
@media screen and (min-width: 835px) {
  .c-video-seekbar {
    width: min(899.8px, 56.806vw);
  }
}
@media screen and (max-width: 834px) {
  .c-video-seekbar {
    width: min(343.2px, 80vw);
  }
}

.p-archive__filter__container {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-archive__filter__container {
    margin-bottom: min(55px, 3.472vw);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__filter__container {
    margin-bottom: min(55px, 12.821vw);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__filter__container {
    width: 48%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: min(33px, 7.692vw);
  }
  .p-archive__filter__container + .p-archive__filter__container {
    margin-left: 2%;
  }
}
.p-archive__filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-archive__filter__list {
    gap: min(13.2px, 0.833vw) min(8.8px, 0.556vw);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__filter__list {
    gap: min(13.2px, 3.077vw) min(8.8px, 2.051vw);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__filter__list {
    gap: min(22px, 5.128vw) min(15.4px, 3.59vw);
  }
}
@media screen and (min-width: 835px) {
  .p-archive__filter__head {
    margin-bottom: min(44px, 2.778vw);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__filter__head {
    margin-bottom: min(33px, 7.692vw);
  }
}
.p-archive__filter__head span {
  font-weight: var(--fw-bold);
  line-height: var(--lh-narrow);
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-archive__filter__head span {
    font-size: clamp(20.4px, 1.667vw, 26.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__filter__head span {
    font-size: clamp(17px, 5.128vw, 22px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__filter__head span {
    font-size: clamp(11.475px, 3.462vw, 14.85px);
  }
}
.p-archive__filter__head span::before {
  font-family: var(--font-awesome);
  content: "\f002";
}
@media screen and (min-width: 835px) {
  .p-archive__filter__head span::before {
    font-size: clamp(17.85px, 1.458vw, 23.1px);
    margin-right: min(11px, 0.694vw);
  }
}
@media screen and (min-width: 541px) {
  .p-archive__filter__head span::before {
    font-size: clamp(15.3px, 4.615vw, 19.8px);
    margin-right: min(6.6px, 1.538vw);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__filter__head span::before {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
    margin-right: min(3.3px, 0.769vw);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__filter__head {
    width: 100%;
    height: min(50.6px, 11.795vw);
    background-color: #fff;
    border: var(--border-cl-01) solid var(--border-size-s);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: 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(154px, 35.897vw) min(44px, 10.256vw) min(44px, 10.256vw);
    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(99px, 23.077vw);
    right: min(22px, 5.128vw);
    z-index: 10;
  }
  .p-archive__filter__close::before {
    font-family: var(--font-awesome);
    content: "\f00d";
    color: var(--text-cl-01);
    font-size: min(26.4px, 6.154vw);
  }
}
.p-archive__tag__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-archive__tag__wrapper {
    gap: min(13.2px, 0.833vw) min(8.8px, 0.556vw);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__tag__wrapper {
    gap: min(11px, 2.564vw) min(11px, 2.564vw);
  }
}
.p-archive__tag {
  width: auto;
  background-color: #fff;
  color: var(--text-cl-01);
  border: var(--border-cl-01) solid var(--border-size-s);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.75em;
  -webkit-transition: all var(--duration);
  transition: all var(--duration);
}
@media screen and (min-width: 835px) {
  .p-archive__tag {
    height: min(36.3px, 2.292vw);
    font-size: clamp(10.2px, 0.833vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__tag {
    height: min(36.3px, 8.462vw);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__tag {
    font-size: clamp(13.6px, 4.103vw, 17.6px);
  }
}
.p-archive__tag.is-active {
  border-color: var(--accent);
  color: var(--accent);
}
@media (any-hover: hover) {
  .p-archive__tag:hover {
    border-color: var(--accent);
    color: var(--accent);
  }
}
.p-archive__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 835px) {
  .p-archive__header {
    margin-bottom: min(44px, 2.778vw);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__header {
    margin-bottom: min(33px, 7.692vw);
  }
}
.p-archive__header > *:first-child {
  margin-top: 0;
}
.p-archive__header > *:last-child {
  margin-bottom: 0;
}
.p-archive__header__title {
  margin: 0;
}
@media screen and (min-width: 835px) {
  .p-archive__header__title {
    width: calc(100% - min(286px, 18.056vw));
  }
}
@media screen and (max-width: 834px) {
  .p-archive__header__title {
    width: calc(100% - min(286px, 18.056vw));
  }
}
@media screen and (max-width: 540px) {
  .p-archive__header__title {
    width: calc(100% - min(48.4px, 11.282vw));
  }
}
@media screen and (min-width: 835px) {
  .p-archive__header__select {
    max-width: min(253px, 15.972vw);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__header__select {
    max-width: min(253px, 58.974vw);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__header__select {
    width: min(26.4px, 6.154vw);
    height: min(26.4px, 6.154vw);
    border: none;
    padding: 0;
  }
  .p-archive__header__select::after {
    font-family: var(--font-awesome);
    content: "\f03a";
    font-size: clamp(20.4px, 1.667vw, 26.4px);
    right: 0;
  }
}
@media screen and (max-width: 540px) and (max-width: 834px) {
  .p-archive__header__select::after {
    font-size: clamp(20.4px, 1.667vw, 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(66px, 4.167vw);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__row {
    row-gap: min(33px, 7.692vw);
  }
}
.p-archive__list {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .p-archive__list {
    margin-bottom: min(66px, 4.167vw);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__list {
    margin-bottom: min(44px, 10.256vw);
  }
}
.p-archive__list__item {
  border-bottom: var(--border-cl-01) solid var(--border-size-s);
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-archive__list__item {
    padding: min(44px, 2.778vw) 0 min(30.8px, 1.944vw);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__list__item {
    display: block;
    padding: min(22px, 5.128vw) 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: var(--fw-medium);
  line-height: var(--lh-narrow);
  margin: 1em 0 1.5em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 835px) {
  .p-archive__list__lead {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__list__lead {
    font-size: clamp(11.9px, 3.59vw, 15.4px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__list__lead {
    -webkit-line-clamp: 3;
  }
}
.p-archive__list__lead a {
  color: var(--text-cl-01);
  text-decoration: none;
}
.p-archive__list__date {
  color: var(--text-cl-02);
  display: block;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-archive__list__date {
    font-size: clamp(12.75px, 1.042vw, 16.5px);
    margin-top: min(11px, 0.694vw);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__list__date {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
    margin-top: min(11px, 2.564vw);
  }
}
.p-archive__category__list {
  border-top: var(--border-cl-01) solid var(--border-size-s);
  border-bottom: var(--border-cl-01) solid var(--border-size-s);
}
.p-archive__category__item::marker {
  content: none;
}
.p-archive__category__item {
  list-style-type: none;
}
.p-archive__category__item:not(:last-child) {
  border-bottom: var(--border-cl-01) dashed var(--border-size-s);
}
.p-archive__category__item a {
  width: 100%;
  font-weight: var(--fw-medium);
  line-height: var(--lh-narrow);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-archive__category__item a {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
    padding: min(17.6px, 1.111vw) min(71.5px, 4.514vw) min(17.6px, 1.111vw) 0;
  }
}
@media screen and (max-width: 834px) {
  .p-archive__category__item a {
    font-size: clamp(11.9px, 3.59vw, 15.4px);
    padding: min(17.6px, 4.103vw) min(44px, 10.256vw) min(17.6px, 4.103vw) 0;
  }
}
.p-archive__category__item a::after {
  font-family: var(--font-awesome);
  content: "\f105";
  color: var(--accent);
  font-weight: var(--fw-medium);
  line-height: var(--lh-fit);
  border-radius: calc(infinity * 1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all var(--duration);
  transition: all var(--duration);
}
@media screen and (min-width: 835px) {
  .p-archive__category__item a::after {
    font-size: clamp(17px, 1.389vw, 22px);
    right: min(22px, 1.389vw);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__category__item a::after {
    font-size: clamp(17px, 5.128vw, 22px);
    right: min(11px, 2.564vw);
  }
}
@media (any-hover: hover) {
  .p-archive__category__item a:hover {
    opacity: 0.7;
  }
}
.p-archive__category__sub__head {
  width: 100%;
  height: auto;
  color: var(--text-cl-01);
  font-weight: var(--fw-medium);
  position: relative;
  cursor: pointer;
  -webkit-transition: all var(--duration);
  transition: all var(--duration);
}
@media screen and (min-width: 835px) {
  .p-archive__category__sub__head {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
    padding: min(22px, 1.389vw) min(71.5px, 4.514vw) min(22px, 1.389vw) 0;
  }
}
@media screen and (max-width: 834px) {
  .p-archive__category__sub__head {
    font-size: clamp(11.9px, 3.59vw, 15.4px);
    padding: min(22px, 5.128vw) min(71.5px, 16.667vw) min(22px, 5.128vw) 0;
  }
}
.p-archive__category__sub__head::after {
  font-family: var(--font-awesome);
  content: "\f067";
  color: var(--accent);
  padding-left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all var(--duration);
  transition: all var(--duration);
}
@media screen and (min-width: 835px) {
  .p-archive__category__sub__head::after {
    font-size: clamp(15.3px, 1.25vw, 19.8px);
    right: min(19.8px, 1.25vw);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__category__sub__head::after {
    font-size: clamp(15.3px, 4.615vw, 19.8px);
    right: min(8.8px, 2.051vw);
  }
}
@media (any-hover: hover) {
  .p-archive__category__sub__head:hover {
    opacity: 0.7;
  }
}
.p-archive__category__sub__head.is-active {
  color: var(--text-cl-01);
}
.p-archive__category__sub__head.is-active::after {
  color: var(--accent);
  content: "\f068";
}
.p-archive__category__sub__wrapper {
  display: none;
}
@media screen and (min-width: 835px) {
  .p-archive__category__sub__wrapper {
    padding-bottom: min(22px, 1.389vw);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__category__sub__wrapper {
    padding-bottom: min(22px, 5.128vw);
  }
}
@media screen and (min-width: 835px) {
  .p-archive__category__sub__item {
    padding-left: min(27.5px, 1.736vw);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__category__sub__item {
    padding-left: min(27.5px, 6.41vw);
  }
}
.p-archive__category__sub__item a {
  padding: 0;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-archive__category__sub__item a {
    padding-left: min(16.5px, 1.042vw);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__category__sub__item a {
    padding-left: min(16.5px, 3.846vw);
  }
}
.p-archive__category__sub__item a::after {
  content: none;
}
.p-archive__category__sub__item a::before {
  font-family: var(--font-awesome);
  content: "\f105";
  color: var(--accent);
  font-weight: var(--fw-medium);
  line-height: var(--lh-fit);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all var(--duration);
  transition: all var(--duration);
}
@media screen and (min-width: 835px) {
  .p-archive__category__sub__item a::before {
    font-size: min(19.8px, 1.25vw);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__category__sub__item a::before {
    font-size: min(19.8px, 4.615vw);
  }
}
@media screen and (min-width: 835px) {
  .p-archive__category__sub__item:not(:last-child) {
    margin-bottom: min(22px, 1.389vw);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__category__sub__item:not(:last-child) {
    margin-bottom: min(22px, 5.128vw);
  }
}
.p-archive__banner {
  margin: auto;
}
@media screen and (min-width: 835px) {
  .p-archive__banner {
    max-width: min(429px, 27.083vw);
  }
}
@media screen and (max-width: 834px) {
  .p-archive__banner {
    width: calc(100% - min(44px, 10.256vw));
    max-width: min(429px, 100vw);
  }
}

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

@media screen and (min-width: 835px) {
  .p-single__container {
    padding-top: clamp(85px, 6.944vw, 110px);
  }
}
@media screen and (max-width: 1194px) {
  .p-single__container {
    padding-top: clamp(59.5px, 4.861vw, 77px);
  }
}
@media screen and (max-width: 834px) {
  .p-single__container {
    padding-top: clamp(59.5px, 17.949vw, 77px);
  }
}
@media screen and (min-width: 835px) {
  .p-single__content {
    padding: min(88px, 5.556vw) 0;
  }
}
@media screen and (max-width: 834px) {
  .p-single__content {
    padding: min(66px, 15.385vw) 0;
  }
}
@media screen and (min-width: 835px) {
  .p-single__header {
    margin-bottom: min(88px, 5.556vw);
  }
}
@media screen and (max-width: 834px) {
  .p-single__header {
    margin-bottom: min(55px, 12.821vw);
  }
}
.p-single__header__date {
  display: block;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-single__header__date {
    font-size: clamp(12.75px, 1.042vw, 16.5px);
  }
}
@media screen and (max-width: 834px) {
  .p-single__header__date {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
  }
}
.p-single__header__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .p-single__header__labels {
    margin-bottom: min(4.4px, 0.278vw);
  }
}
@media screen and (max-width: 834px) {
  .p-single__header__labels {
    margin-bottom: min(4.4px, 1.026vw);
  }
}
@media screen and (max-width: 540px) {
  .p-single__header__labels {
    display: block;
  }
}
@media screen and (min-width: 835px) {
  .p-single__header__labels li:not(:last-child) {
    margin-right: min(22px, 1.389vw);
  }
}
@media screen and (max-width: 834px) {
  .p-single__header__labels li:not(:last-child) {
    margin-right: min(22px, 5.128vw);
  }
}
@media screen and (max-width: 540px) {
  .p-single__header__labels li:not(:last-child) {
    margin-right: 0;
    margin-bottom: min(11px, 2.564vw);
  }
}
.p-single__header__img {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .p-single__header__img {
    margin: min(66px, 4.167vw) auto min(88px, 5.556vw);
  }
}
@media screen and (max-width: 834px) {
  .p-single__header__img {
    margin: min(44px, 10.256vw) auto min(30.8px, 7.179vw);
  }
}
.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: 835px) {
  .p-single__share {
    margin: min(66px, 4.167vw) 0;
  }
}
@media screen and (max-width: 834px) {
  .p-single__share {
    margin: min(66px, 15.385vw) 0 min(33px, 7.692vw);
  }
}
.p-single__share__title {
  font-weight: var(--fw-bold);
  line-height: var(--lh-narrow);
  position: relative;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .p-single__share__title {
    font-size: clamp(15.3px, 1.25vw, 19.8px);
    margin-bottom: min(22px, 1.389vw);
  }
}
@media screen and (max-width: 834px) {
  .p-single__share__title {
    font-size: clamp(15.3px, 4.615vw, 19.8px);
    margin-bottom: min(22px, 5.128vw);
  }
}
.p-single__share ul li {
  display: inline-block;
}
@media screen and (min-width: 835px) {
  .p-single__share ul li {
    margin: 0 min(11px, 0.694vw);
    width: min(55px, 3.472vw);
  }
}
@media screen and (max-width: 834px) {
  .p-single__share ul li {
    margin: 0 min(11px, 2.564vw);
    width: min(55px, 12.821vw);
  }
}
@media screen and (min-width: 835px) {
  .p-single__related {
    margin-top: min(88px, 5.556vw);
  }
}
@media screen and (max-width: 834px) {
  .p-single__related {
    margin-top: min(66px, 15.385vw);
  }
}

.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: var(--lh-narrow);
  position: relative;
}
.wp-editor h1,
.wp-editor h2,
.wp-editor h3,
.wp-editor h4,
.wp-editor h5,
.wp-editor h6 {
  font-weight: var(--fw-bold);
}
@media screen and (min-width: 835px) {
  .wp-editor h1 {
    font-size: clamp(30.6px, 2.5vw, 39.6px);
    margin-bottom: min(46.2px, 2.917vw);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor h1 {
    font-size: clamp(23.8px, 7.179vw, 30.8px);
    margin-bottom: min(35.2px, 8.205vw);
  }
}
@media screen and (min-width: 835px) {
  .wp-editor h2 {
    font-size: clamp(23.8px, 1.944vw, 30.8px);
    padding-bottom: min(22px, 1.389vw);
    margin-top: min(88px, 5.556vw);
    margin-bottom: min(57.2px, 3.611vw);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor h2 {
    font-size: clamp(18.7px, 5.641vw, 24.2px);
    padding-bottom: min(22px, 5.128vw);
    margin-top: min(44px, 10.256vw);
    margin-bottom: min(30.8px, 7.179vw);
  }
}
.wp-editor h2::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--accent);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 835px) {
  .wp-editor h3 {
    font-size: clamp(18.7px, 1.528vw, 24.2px);
    color: var(--accent);
    margin-top: min(55px, 3.472vw);
    margin-bottom: min(44px, 2.778vw);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor h3 {
    font-size: clamp(17px, 5.128vw, 22px);
    margin-top: min(44px, 10.256vw);
    margin-bottom: min(44px, 10.256vw);
  }
}
@media screen and (min-width: 835px) {
  .wp-editor h4 {
    font-size: clamp(17px, 1.389vw, 22px);
    margin-top: min(44px, 2.778vw);
    margin-bottom: min(44px, 2.778vw);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor h4 {
    font-size: clamp(15.3px, 4.615vw, 19.8px);
    margin-top: min(44px, 10.256vw);
    margin-bottom: min(44px, 10.256vw);
  }
}
@media screen and (min-width: 835px) {
  .wp-editor h5,
  .wp-editor h6 {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
    margin-top: min(44px, 2.778vw);
    margin-bottom: min(44px, 2.778vw);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor h5,
  .wp-editor h6 {
    font-size: clamp(11.9px, 3.59vw, 15.4px);
    margin-top: min(44px, 10.256vw);
    margin-bottom: min(44px, 10.256vw);
  }
}
.wp-editor > *:first-child {
  margin-top: 0;
}
@media screen and (min-width: 835px) {
  .wp-editor p {
    margin-top: min(44px, 2.778vw);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor p {
    margin-top: min(44px, 10.256vw);
  }
}
@media screen and (min-width: 835px) {
  .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(66px, 4.167vw);
  }
}
@media screen and (max-width: 834px) {
  .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(44px, 10.256vw);
  }
}
@media screen and (min-width: 835px) {
  .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(66px, 4.167vw);
  }
}
@media screen and (max-width: 834px) {
  .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(44px, 10.256vw);
  }
}
.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: var(--link-01);
  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: var(--fw-medium);
}
.wp-editor em {
  font-style: italic;
}
@media screen and (min-width: 835px) {
  .wp-editor small,
  .wp-editor figcaption {
    font-size: clamp(10.2px, 0.833vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor small,
  .wp-editor figcaption {
    font-size: clamp(9.35px, 2.821vw, 12.1px);
  }
}
.wp-editor blockquote {
  width: 100%;
  background-color: var(--main);
  position: relative;
}
@media screen and (min-width: 835px) {
  .wp-editor blockquote {
    padding: min(52.8px, 3.333vw);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor blockquote {
    padding: min(22px, 5.128vw);
  }
}
.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: 835px) {
  .wp-editor ul li {
    padding-left: min(22px, 1.389vw);
    margin-bottom: min(11px, 0.694vw);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor ul li {
    padding-left: min(16.5px, 3.846vw);
    margin-bottom: min(11px, 2.564vw);
  }
}
.wp-editor ul li::before {
  content: "";
  background-color: var(--accent);
  border-radius: calc(infinity * 1px);
  position: absolute;
  left: 0;
}
@media screen and (min-width: 835px) {
  .wp-editor ul li::before {
    width: min(6.6px, 0.417vw);
    height: min(6.6px, 0.417vw);
    top: min(13.2px, 0.833vw);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor ul li::before {
    width: min(6.6px, 1.538vw);
    height: min(6.6px, 1.538vw);
    top: min(11px, 2.564vw);
  }
}
.wp-editor ol > *:first-child {
  margin-top: 0;
}
.wp-editor ol > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 835px) {
  .wp-editor ol {
    padding-left: min(14.3px, 0.903vw);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor ol {
    padding-left: min(14.3px, 3.333vw);
  }
}
.wp-editor ol li {
  list-style-type: decimal;
  position: relative;
}
@media screen and (min-width: 835px) {
  .wp-editor ol li {
    padding-left: min(7.7px, 0.486vw);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor ol li {
    padding-left: min(16.5px, 3.846vw);
  }
}
.wp-editor table {
  width: 100%;
  border: var(--border-cl-01) solid var(--border-size-s);
  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: var(--border-cl-01) solid var(--border-size-s);
}
@media screen and (min-width: 835px) {
  .wp-editor table th,
  .wp-editor table td {
    padding: min(22px, 5.128vw) min(27.5px, 6.41vw);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor table th,
  .wp-editor table td {
    padding: min(22px, 5.128vw) min(27.5px, 6.41vw);
  }
}
@media screen and (min-width: 835px) {
  .wp-editor table td {
    min-width: min(159.5px, 10.069vw);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor table td {
    min-width: min(159.5px, 10.069vw);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor table td {
    min-width: min(110px, 25.641vw);
  }
}
.wp-editor table th {
  background-color: var(--main);
  font-weight: var(--fw-medium);
}
@media screen and (min-width: 835px) {
  .wp-editor table th {
    width: min(154px, 9.722vw);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor table th {
    width: min(154px, 35.897vw);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor table th {
    width: min(118.8px, 27.692vw);
  }
}
.wp-editor table tr:not(:last-child) {
  border-bottom: var(--border-cl-01) solid var(--border-size-s);
}
.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: 834px) {
  .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: var(--radius-m);
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  .wp-editor img {
    width: 100%;
  }
}
@media screen and (min-width: 835px) {
  .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(66px, 4.167vw);
  }
}
@media screen and (max-width: 834px) {
  .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(66px, 15.385vw);
  }
}
@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(44px, 10.256vw);
  }
}
@media screen and (min-width: 835px) {
  .wp-editor .alignleft,
  .wp-editor .alignright {
    max-width: min(462px, 29.167vw);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .alignleft,
  .wp-editor .alignright {
    max-width: min(308px, 71.795vw);
  }
}
@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;
  text-align: left;
}
@media screen and (min-width: 835px) {
  .wp-editor .alignleft {
    margin-right: min(39.6px, 2.5vw);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .alignleft {
    margin-right: min(22px, 5.128vw);
  }
}
@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: 834px) {
  .wp-editor .aligncenter {
    margin: min(22px, 5.128vw) auto;
  }
}
.wp-editor .alignright {
  float: right;
  text-align: right;
}
@media screen and (min-width: 835px) {
  .wp-editor .alignright {
    margin-left: min(39.6px, 2.5vw);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .alignright {
    margin-left: min(22px, 5.128vw);
  }
}
@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: 835px) {
  .wp-editor .wp-block-image {
    margin-bottom: min(33px, 2.083vw);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .wp-block-image {
    margin-bottom: min(33px, 7.692vw);
  }
}
.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: var(--border-cl-01) solid var(--border-size-s);
  border-top: var(--border-size-l) solid var(--accent);
}
@media screen and (min-width: 835px) {
  .wp-editor .toc_white {
    padding: min(33px, 2.083vw);
    margin-top: min(66px, 4.167vw);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .toc_white {
    margin-top: min(44px, 10.256vw);
    padding: min(22px, 5.128vw);
  }
}
.wp-editor .toc_title {
  color: var(--text-cl-01);
  font-weight: var(--fw-bold);
}
@media screen and (min-width: 835px) {
  .wp-editor .toc_title {
    margin: 0 0 min(22px, 1.389vw);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .toc_title {
    margin: 0 0 min(22px, 5.128vw);
  }
}
.wp-editor .toc_list {
  margin: 0;
}
.wp-editor .toc_list > li {
  list-style: none;
  padding-left: 0;
}
@media screen and (min-width: 835px) {
  .wp-editor .toc_list > li {
    text-indent: max(-16.5px, -1.042vw);
    margin-left: min(16.5px, 1.042vw);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .toc_list > li {
    text-indent: max(-16.5px, -3.846vw);
    margin-left: min(16.5px, 3.846vw);
  }
}
.wp-editor .toc_list > li::before {
  content: none;
}
.wp-editor .toc_list > li .toc_number::after {
  content: ". ";
}
@media screen and (min-width: 835px) {
  .wp-editor .toc_list > li > ul > li {
    padding-left: min(22px, 1.389vw);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .toc_list > li > ul > li {
    padding-left: min(22px, 5.128vw);
  }
}
.wp-editor .toc_list a {
  color: var(--link-01);
  text-decoration: underline;
}
@media (any-hover: hover) {
  .wp-editor .toc_list a:hover {
    text-decoration: none;
  }
}
.wp-editor .toc_list ul {
  margin: 0;
}
@media screen and (min-width: 835px) {
  .wp-editor .toc_list li {
    margin-top: min(11px, 0.694vw);
  }
}
@media screen and (max-width: 834px) {
  .wp-editor .toc_list li {
    margin-top: min(11px, 2.564vw);
  }
}
.wp-editor .toc_list li::before {
  content: none;
}

.p-top {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #222120;
  color: #fff;
  overflow: hidden;
}
.p-top__content {
  position: relative;
  width: 100%;
  height: 100vh;
}
.p-top__background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.p-top__background picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-top__title {
  position: absolute;
  text-align: center;
  z-index: 10;
  font-family: var(--font-jp-01);
  font-weight: 400;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 835px) {
  .p-top__title {
    top: 43.4444444444vh;
  }
}
@media screen and (max-width: 834px) {
  .p-top__title {
    top: calc(0.4025477707 * var(--vh, 1svh) * 100);
  }
}
.p-top__title-main {
  line-height: 1;
  display: block;
}
@media screen and (min-width: 835px) {
  .p-top__title-main img {
    width: clamp(408px, 33.333vw, 528px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 834px) {
  .p-top__title-main img {
    width: clamp(255px, 76.923vw, 330px);
  }
}
.p-top__description__wrapper {
  position: absolute;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 835px) {
  .p-top__description__wrapper {
    top: 56.7777777778vh;
  }
}
@media screen and (max-width: 834px) {
  .p-top__description__wrapper {
    top: calc(0.5006369427 * var(--vh, 1svh) * 100);
  }
}
.p-top__description {
  text-align: center;
  z-index: 10;
  font-family: var(--font-jp-02);
  font-weight: 400;
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .p-top__description {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: clamp(13.6px, 1.111vw, 17.6px);
    line-height: 2.2;
    letter-spacing: 0.14em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media screen and (max-width: 834px) {
  .p-top__description {
    width: min(385px, 89.744vw);
    font-size: clamp(11.05px, 3.333vw, 14.3px);
    line-height: 2.2;
    letter-spacing: 0.1em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.p-top__description * {
  font-family: inherit;
}
@media screen and (min-width: 835px) {
  .p-top__description + .p-top__description {
    margin-top: min(17.6px, 1.111vw);
  }
}
@media screen and (max-width: 834px) {
  .p-top__description + .p-top__description {
    margin-top: min(19.8px, 4.615vw);
  }
}
.p-top__bottom {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 835px) {
  .p-top__bottom {
    bottom: 7.3333333333vh;
  }
}
@media screen and (max-width: 834px) {
  .p-top__bottom {
    bottom: 7.1337579618vh;
  }
}
.p-top__date {
  z-index: 10;
  font-family: var(--font-en-01);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: center;
  color: #FFF;
}
@media screen and (min-width: 835px) {
  .p-top__date {
    font-size: clamp(11.05px, 0.903vw, 14.3px);
    margin-bottom: min(26.4px, 1.667vw);
  }
}
@media screen and (max-width: 834px) {
  .p-top__date {
    font-size: clamp(10.2px, 3.077vw, 13.2px);
    margin-bottom: min(13.2px, 3.077vw);
  }
}
.p-top__copyright__pc {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  font-family: var(--font-en-01);
  color: #999;
  text-align: center;
  font-weight: 300;
  line-height: 1.6;
  bottom: min(11px, 0.694vw);
  font-size: clamp(8.5px, 0.694vw, 11px);
}
@media screen and (max-width: 834px) {
  .p-top__copyright__pc {
    display: none;
  }
}

@media screen and (min-width: 835px) {
  .--body-en .p-top__title {
    top: 37.3333333333vh;
  }
}
@media screen and (max-width: 834px) {
  .--body-en .p-top__title {
    top: calc(0.3414012739 * var(--vh, 1svh) * 100);
  }
}
@media screen and (min-width: 835px) {
  .--body-en .p-top__title-main img {
    width: clamp(331.5px, 27.083vw, 429px);
  }
}
@media screen and (max-width: 834px) {
  .--body-en .p-top__title-main img {
    width: clamp(238px, 71.795vw, 308px);
  }
}
.--body-en .p-top__description-en {
  text-align: center;
  font-family: var(--font-en-02);
  font-weight: 400;
  color: #FFF;
  line-height: 1.5;
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .--body-en .p-top__description-en {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: clamp(13.6px, 1.111vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .--body-en .p-top__description-en {
    width: min(385px, 89.744vw);
    font-size: clamp(11.05px, 3.333vw, 14.3px);
  }
}
@media screen and (min-width: 835px) {
  .--body-en .p-top__description-en + .p-top__description-en {
    margin-top: min(17.6px, 1.111vw);
  }
}
@media screen and (max-width: 834px) {
  .--body-en .p-top__description-en + .p-top__description-en {
    margin-top: min(17.6px, 4.103vw);
  }
}
.--body-en .p-top__description-en * {
  font-family: inherit;
}
@media screen and (min-width: 835px) {
  .--body-en .p-top__description__wrapper {
    top: 56.6666666667vh;
  }
}
@media screen and (max-width: 834px) {
  .--body-en .p-top__description__wrapper {
    top: calc(0.5006369427 * var(--vh, 1svh) * 100);
  }
}

.p-lower .l-header {
  width: 100vw;
  background-color: var(--bg-01);
}
@media screen and (max-width: 834px) {
  .p-lower .l-header {
    height: min(78.1px, 18.205vw);
  }
}
@media screen and (min-width: 835px) {
  .p-lower .l-header__title.--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - min(44px, 2.778vw));
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 834px) {
  .p-lower .l-header__title.--pc {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .p-lower .l-header__title.--sp {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .p-lower .l-header__title.--sp {
    display: block;
    top: min(17.6px, 4.103vw);
    left: min(22px, 5.128vw);
  }
}
.p-lower {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: var(--bg-about);
  color: var(--text-cl-01);
}
.p-lower__subnav {
  position: fixed;
  z-index: 90;
  background-color: var(--bg-about);
}
@media screen and (min-width: 835px) {
  .p-lower__subnav {
    top: min(58.3px, 3.681vw);
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    padding: min(22px, 1.389vw) min(44px, 2.778vw);
  }
}
@media screen and (max-width: 834px) {
  .p-lower__subnav {
    top: min(78.1px, 18.205vw);
    right: 0;
    padding: min(26.4px, 6.154vw) min(22px, 5.128vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: min(26.4px, 6.154vw);
  }
}
.p-lower__subnav__item {
  font-family: var(--font-jp-01);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: var(--text-cl-03);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-lower__subnav__item {
    font-weight: var(--fw-medium);
    font-size: clamp(11.9px, 0.972vw, 15.4px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: min(4.4px, 0.278vw);
  }
}
@media screen and (max-width: 834px) {
  .p-lower__subnav__item {
    font-weight: var(--fw-regular);
    font-size: clamp(11.05px, 3.333vw, 14.3px);
  }
}
.p-lower__subnav__item.--active {
  color: var(--text-cl-01);
}
@media screen and (min-width: 835px) {
  .p-lower__subnav__item.--active::before {
    content: "";
    display: block;
    width: min(13.2px, 0.833vw);
    height: min(1.1px, 0.069vw);
    background-color: var(--text-cl-01);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 834px) {
  .p-lower__subnav__item.--active {
    font-weight: var(--fw-medium);
  }
}
.p-lower__subnav__item:hover {
  color: var(--text-cl-01);
}

.p-about__content {
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .p-about__content {
    padding-top: min(114.4px, 7.222vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__content {
    padding-top: min(308px, 71.795vw);
  }
}
.p-about__notice {
  font-weight: var(--fw-medium);
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: var(--text-cl-02);
  text-align: right;
}
@media screen and (min-width: 835px) {
  .p-about__notice {
    font-size: clamp(11.9px, 0.972vw, 15.4px);
    margin-top: min(11px, 0.694vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__notice {
    font-size: clamp(10.2px, 3.077vw, 13.2px);
    margin-top: min(6.6px, 1.538vw);
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 835px) {
  .p-about__notice.--mv {
    margin: min(11px, 0.694vw) min(17.6px, 1.111vw) 0 0;
  }
}
@media screen and (max-width: 834px) {
  .p-about__notice.--mv {
    margin: min(3.3px, 0.769vw) min(11px, 2.564vw) 0 0;
  }
}
@media screen and (min-width: 835px) {
  .p-about__notice.--room {
    margin-left: max(-22px, -1.389vw);
  }
}
@media screen and (min-width: 835px) {
  .p-about__notice.--flower {
    margin-right: min(22px, 1.389vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__notice.--flower {
    margin-right: min(11px, 2.564vw);
  }
}
.p-about__section {
  font-family: var(--font-jp-01);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.p-about__section__h1 {
  line-height: 1;
  display: block;
}
@media screen and (min-width: 835px) {
  .p-about__section__h1 img {
    width: 34.8611111111vw;
    margin-left: 2.6388888889vw;
  }
}
@media screen and (max-width: 834px) {
  .p-about__section__h1 img {
    width: clamp(253.3px, 76.41vw, 327.8px);
    margin-left: min(22px, 5.128vw);
  }
}
.p-about__section__h1 p {
  font-family: var(--font-jp-02);
  font-weight: var(--fw-medium);
  line-height: var(--lh-fit);
  letter-spacing: 0.03em;
  color: var(--text-cl-01);
}
@media screen and (min-width: 835px) {
  .p-about__section__h1 p {
    font-size: clamp(30.6px, 2.5vw, 39.6px);
    margin-top: min(17.6px, 1.111vw);
    margin-left: 2.6388888889vw;
  }
}
@media screen and (max-width: 834px) {
  .p-about__section__h1 p {
    font-size: clamp(20.4px, 6.154vw, 26.4px);
    margin-top: min(13.2px, 3.077vw);
    margin-left: min(22px, 5.128vw);
  }
}
.p-about__section__h2 {
  font-family: var(--font-jp-02);
  font-weight: var(--fw-medium);
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--text-cl-01);
}
@media screen and (min-width: 835px) {
  .p-about__section__h2 {
    font-size: clamp(23.8px, 1.944vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-about__section__h2 {
    font-size: clamp(18.7px, 5.641vw, 24.2px);
  }
}
.p-about__section__message {
  line-height: 1;
  display: block;
}
@media screen and (min-width: 835px) {
  .p-about__section__message img {
    width: clamp(324.7px, 26.528vw, 420.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-about__section__message img {
    width: clamp(263.5px, 79.487vw, 341px);
  }
}
.p-about__section__hirono {
  line-height: 1;
  display: block;
}
@media screen and (min-width: 835px) {
  .p-about__section__hirono img {
    width: clamp(158.1px, 12.917vw, 204.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-about__section__hirono img {
    width: clamp(125.8px, 37.949vw, 162.8px);
  }
}
.p-about__section__profile {
  line-height: 1;
  display: block;
}
@media screen and (max-width: 834px) {
  .p-about__section__profile {
    width: min(335.5px, 78.205vw);
    margin-left: auto;
  }
}
@media screen and (min-width: 835px) {
  .p-about__section__profile img {
    width: clamp(146.2px, 11.944vw, 189.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-about__section__profile img {
    width: clamp(114.75px, 34.615vw, 148.5px);
  }
}
.p-about__section__sakamotocommon {
  font-family: var(--font-en-02);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: var(--fw-medium);
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--text-cl-01);
}
@media screen and (min-width: 835px) {
  .p-about__section__sakamotocommon {
    font-size: clamp(23.8px, 1.944vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-about__section__sakamotocommon {
    font-size: clamp(17px, 5.128vw, 22px);
  }
}
.p-about__section__sakamoto {
  line-height: 1;
  display: block;
}
@media screen and (min-width: 835px) {
  .p-about__section__sakamoto img {
    width: clamp(110.5px, 9.028vw, 143px);
    margin-bottom: min(8.8px, 0.556vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__section__sakamoto img {
    width: clamp(75.65px, 22.821vw, 97.9px);
    margin-bottom: min(6.6px, 1.538vw);
  }
}
.p-about__section__seitaro {
  line-height: 1;
  display: block;
}
@media screen and (min-width: 835px) {
  .p-about__section__seitaro img {
    width: clamp(136px, 11.111vw, 176px);
    margin-bottom: min(8.8px, 0.556vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__section__seitaro img {
    width: clamp(90.1px, 27.179vw, 116.6px);
    margin-bottom: min(6.6px, 1.538vw);
  }
}
@media screen and (min-width: 835px) {
  .p-about__overview {
    margin-bottom: min(193.6px, 12.222vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__overview {
    margin-bottom: min(157.3px, 36.667vw);
  }
}
.p-about__overview__inner {
  display: -ms-grid;
  display: grid;
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .p-about__overview__inner {
    -ms-grid-columns: 31.25vw 57.5vw;
    grid-template-columns: 31.25vw 57.5vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 834px) {
  .p-about__overview__inner {
    width: min(100%, min(429px, 100vw));
    -ms-grid-rows: auto min(17.6px, 4.103vw) auto;
    grid-template-rows: auto auto;
    gap: min(17.6px, 4.103vw);
  }
}
@media screen and (min-width: 835px) {
  .p-about__overview__visual {
    overflow: hidden;
  }
}
@media screen and (max-width: 834px) {
  .p-about__overview__visual {
    width: min(429px, 100vw);
    overflow: hidden;
  }
}
.p-about__overview__visual picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-about__overview__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about__overview__content {
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 835px) {
  .p-about__overview__content {
    width: min(1118.7px, 70.625vw);
    -ms-grid-columns: min(301.4px, 19.028vw) min(138.6px, 8.75vw) 1fr;
    grid-template-columns: min(301.4px, 19.028vw) 1fr;
    gap: min(138.6px, 8.75vw);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: min(193.6px, 12.222vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__overview__content {
    width: min(385px, 89.744vw);
    padding-top: min(49.5px, 11.538vw);
    gap: 40px;
  }
}
@media screen and (min-width: 835px) {
  .p-about__overview__subimage {
    width: min(301.4px, 19.028vw);
    height: min(449.9px, 28.403vw);
    overflow: hidden;
  }
}
@media screen and (max-width: 834px) {
  .p-about__overview__subimage {
    width: min(236.5px, 55.128vw);
    height: min(341px, 79.487vw);
    overflow: hidden;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
.p-about__overview__subimage picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-about__overview__subimage img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (min-width: 835px) {
  .p-about__overview__subimage img {
    width: min(301.4px, 19.028vw);
    height: min(520.3px, 32.847vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__overview__subimage img {
    width: min(236.5px, 55.128vw);
    height: min(358.6px, 83.59vw);
  }
}
.p-about__overview__text-wrap {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 835px) {
  .p-about__overview__text-wrap {
    gap: min(61.6px, 3.889vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__overview__text-wrap {
    gap: min(35.2px, 8.205vw);
  }
}
.p-about__overview__text {
  font-weight: var(--fw-medium);
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 835px) {
  .p-about__overview__text {
    font-size: clamp(14.45px, 1.181vw, 18.7px);
  }
}
@media screen and (max-width: 834px) {
  .p-about__overview__text {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
  }
}
@media screen and (min-width: 835px) {
  .p-about__overview__text p {
    margin-bottom: min(26.4px, 1.667vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__overview__text p {
    margin-bottom: min(26.4px, 6.154vw);
  }
}
.p-about__overview__text p:last-child {
  margin-bottom: 0;
}
.p-about__overview__credit {
  font-weight: var(--fw-regular);
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: var(--text-cl-02);
}
@media screen and (min-width: 835px) {
  .p-about__overview__credit {
    font-size: clamp(11.9px, 0.972vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-about__overview__credit {
    font-size: clamp(10.2px, 3.077vw, 13.2px);
  }
}
.p-about__divider-image {
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .p-about__divider-image {
    width: min(1118.7px, 70.625vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__divider-image {
    width: min(385px, 89.744vw);
  }
}
.p-about__divider-image__images {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .p-about__divider-image__images {
    width: min(1118.7px, 70.625vw);
    height: min(606.1px, 38.264vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__divider-image__images {
    width: min(385px, 89.744vw);
    height: min(491.7px, 114.615vw);
  }
}
.p-about__divider-image__images picture {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-about__divider-image__images picture.js-weathered-winter {
  opacity: 0;
}
.p-about__divider-image__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about__divider-image__notice {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 835px) {
  .p-about__divider-image__notice {
    bottom: max(-37.4px, -2.361vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__divider-image__notice {
    bottom: max(-28.6px, -6.667vw);
  }
}
.p-about__message {
  display: -ms-grid;
  display: grid;
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .p-about__message {
    padding-top: min(308px, 19.444vw);
    width: min(1245.2px, 78.611vw);
    -ms-grid-columns: auto min(678.7px, 42.847vw);
    grid-template-columns: auto min(678.7px, 42.847vw);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: min(308px, 19.444vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__message {
    padding-top: min(200.2px, 46.667vw);
    width: min(385px, 89.744vw);
    gap: min(35.2px, 8.205vw);
    margin-bottom: min(202.4px, 47.179vw);
  }
}
.p-about__message__content {
  font-weight: var(--fw-medium);
  line-height: 1.7;
  letter-spacing: 0.05em;
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 835px) {
  .p-about__message__content {
    font-size: clamp(14.45px, 1.181vw, 18.7px);
    gap: min(26.4px, 1.667vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__message__content {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
    gap: min(26.4px, 6.154vw);
  }
}
.p-about__hirono {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .p-about__hirono {
    width: min(1584px, 100vw);
    -ms-grid-columns: min(785.4px, 49.583vw) min(115.5px, 7.292vw) min(552.2px, 34.861vw);
    grid-template-columns: min(785.4px, 49.583vw) min(552.2px, 34.861vw);
    gap: min(115.5px, 7.292vw);
    margin-bottom: min(158.4px, 10vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__hirono {
    width: min(385px, 89.744vw);
    gap: min(70.4px, 16.41vw);
    margin-bottom: min(52.8px, 12.308vw);
  }
}
@media screen and (min-width: 835px) {
  .p-about__hirono__visual {
    width: min(785.4px, 49.583vw);
    height: min(990px, 62.5vw);
    overflow: hidden;
  }
}
@media screen and (max-width: 834px) {
  .p-about__hirono__visual {
    height: min(470.8px, 109.744vw);
    overflow: hidden;
  }
}
.p-about__hirono__visual picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-about__hirono__visual img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (min-width: 835px) {
  .p-about__hirono__visual img {
    width: min(785.4px, 49.583vw);
    height: min(1225.4px, 77.361vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__hirono__visual img {
    width: min(385px, 89.744vw);
    height: min(1177px, 274.359vw);
  }
}
.p-about__hirono__content {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 835px) {
  .p-about__hirono__content {
    padding-top: min(220px, 13.889vw);
    gap: min(35.2px, 2.222vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__hirono__content {
    gap: min(35.2px, 8.205vw);
    width: min(385px, 89.744vw);
  }
}
.p-about__hirono__text {
  font-weight: var(--fw-medium);
  line-height: 1.7;
  letter-spacing: 0.05em;
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 835px) {
  .p-about__hirono__text {
    font-size: clamp(14.45px, 1.181vw, 18.7px);
    gap: min(26.4px, 1.667vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__hirono__text {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
    gap: min(26.4px, 6.154vw);
  }
}
.p-about__visual-flower__wrapper {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .p-about__visual-flower__wrapper {
    width: min(1584px, 100vw);
    margin-bottom: min(246.4px, 15.556vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__visual-flower__wrapper {
    width: min(429px, 100vw);
    margin-bottom: min(132px, 30.769vw);
  }
}
.p-about__visual-flower {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .p-about__visual-flower {
    height: min(481.8px, 30.417vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__visual-flower {
    height: min(300.3px, 70vw);
  }
}
.p-about__visual-flower picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-about__visual-flower img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (min-width: 835px) {
  .p-about__visual-flower img {
    width: min(1584px, 100vw);
    height: min(645.7px, 40.764vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__visual-flower img {
    width: min(429px, 100vw);
    height: min(335.5px, 78.205vw);
  }
}
.p-about__profile {
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .p-about__profile {
    width: min(1375px, 86.806vw);
    margin-bottom: min(220px, 13.889vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__profile {
    width: min(385px, 89.744vw);
    margin-bottom: min(132px, 30.769vw);
  }
}
@media screen and (min-width: 835px) {
  .p-about__profile__heading {
    margin-bottom: min(62.7px, 3.958vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__profile__heading {
    margin-bottom: min(44px, 10.256vw);
  }
}
@media screen and (min-width: 835px) {
  .p-about__profile__des {
    margin-bottom: min(140.8px, 8.889vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__profile__des {
    margin-bottom: min(114.4px, 26.667vw);
    width: min(335.5px, 78.205vw);
  }
}
@media screen and (min-width: 835px) {
  .p-about__profile__des__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 834px) {
  .p-about__profile__des__info {
    display: -ms-grid;
    display: grid;
    gap: min(17.6px, 4.103vw);
  }
}
.p-about__profile__des__name {
  font-weight: var(--fw-medium);
  line-height: 1.7;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 835px) {
  .p-about__profile__des__name {
    font-size: clamp(23.8px, 1.944vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-about__profile__des__name {
    font-size: clamp(17px, 5.128vw, 22px);
  }
}
.p-about__profile__item {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 835px) {
  .p-about__profile__item {
    -ms-grid-columns: 1fr min(40.7px, 2.569vw) min(553.3px, 34.931vw);
    grid-template-columns: 1fr min(553.3px, 34.931vw);
    gap: min(40.7px, 2.569vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__profile__item {
    gap: min(17.6px, 4.103vw);
    width: min(335.5px, 78.205vw);
    margin-left: auto;
  }
}
@media screen and (min-width: 835px) {
  .p-about__profile__item + .p-about__profile__item {
    margin-top: min(140.8px, 8.889vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__profile__item + .p-about__profile__item {
    margin-top: min(114.4px, 26.667vw);
  }
}
.p-about__profile__info {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 835px) {
  .p-about__profile__info {
    grid-auto-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 834px) {
  .p-about__profile__info {
    gap: min(17.6px, 4.103vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__profile__header {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
.p-about__profile__name {
  font-weight: var(--fw-medium);
  line-height: 1.7;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 835px) {
  .p-about__profile__name {
    font-size: clamp(23.8px, 1.944vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-about__profile__name {
    font-size: clamp(17px, 5.128vw, 22px);
  }
}
.p-about__profile__name-en {
  font-family: var(--font-en-02);
  font-weight: var(--fw-regular);
  letter-spacing: 0.02em;
  color: var(--text-cl-02);
}
@media screen and (min-width: 835px) {
  .p-about__profile__name-en {
    line-height: 1.5;
    font-size: clamp(14.45px, 1.181vw, 18.7px);
  }
}
@media screen and (max-width: 834px) {
  .p-about__profile__name-en {
    line-height: 1.7;
    font-size: clamp(10.2px, 3.077vw, 13.2px);
  }
}
.p-about__profile__image {
  aspect-ratio: 1;
}
@media screen and (min-width: 835px) {
  .p-about__profile__image {
    width: min(299.2px, 18.889vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__profile__image {
    width: min(335.5px, 78.205vw);
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
.p-about__profile__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about__profile__image.--common {
  aspect-ratio: 272/189;
}
.p-about__profile__image__notice {
  font-weight: var(--fw-medium);
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--text-cl-02);
  text-align: right;
}
@media screen and (min-width: 835px) {
  .p-about__profile__image__notice {
    font-size: clamp(11.05px, 0.903vw, 14.3px);
    margin-top: min(11px, 0.694vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__profile__image__notice {
    font-size: clamp(10.2px, 3.077vw, 13.2px);
    margin-top: min(6.6px, 1.538vw);
  }
}
.p-about__profile__text {
  font-weight: var(--fw-medium);
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 835px) {
  .p-about__profile__text {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-about__profile__text {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
    line-height: 1.7;
  }
}
.p-about__profile__text p {
  margin-bottom: 0;
}
@media screen and (min-width: 835px) {
  .p-about__profile__text:not(.--image-text) {
    max-width: min(552.2px, 34.861vw);
  }
}
.p-about__profile__link {
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: var(--text-cl-02);
  text-decoration: underline;
  display: block;
}
@media screen and (min-width: 835px) {
  .p-about__profile__link {
    margin-top: min(8.8px, 0.556vw);
  }
}
@media screen and (max-width: 834px) {
  .p-about__profile__link {
    margin-top: min(8.8px, 2.051vw);
  }
}
.p-about__profile__link:hover {
  opacity: 0.8;
}

.js-parallax-wrap {
  overflow: hidden;
}

.--body-en * {
  font-family: var(--font-en-01);
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 835px) {
  .--body-en .p-about__section__h1 img {
    width: 23.6111111111vw;
  }
}
@media screen and (max-width: 834px) {
  .--body-en .p-about__section__h1 img {
    width: min(308px, 71.795vw);
  }
}
.--body-en .p-about__section__h1 p {
  font-family: var(--font-en-02);
  font-weight: var(--fw-medium);
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--text-cl-01);
}
@media screen and (min-width: 835px) {
  .--body-en .p-about__section__h1 p {
    font-size: clamp(27.2px, 2.222vw, 35.2px);
    margin-top: min(19.8px, 1.25vw);
    margin-left: 2.6388888889vw;
  }
}
@media screen and (max-width: 834px) {
  .--body-en .p-about__section__h1 p {
    font-size: clamp(20.4px, 6.154vw, 26.4px);
    margin-top: min(15.4px, 3.59vw);
    margin-left: min(22px, 5.128vw);
  }
}
.--body-en .p-about__section__h2 {
  font-family: var(--font-en-02);
  font-weight: var(--fw-medium);
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 835px) {
  .--body-en .p-about__section__h2 {
    font-size: clamp(23.8px, 1.944vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .--body-en .p-about__section__h2 {
    font-size: clamp(18.7px, 5.641vw, 24.2px);
  }
}
@media screen and (min-width: 835px) {
  .--body-en .p-about__notice {
    font-size: min(14.3px, 0.903vw);
  }
}
.--body-en .p-about__profile__text {
  display: -ms-grid;
  display: grid;
  gap: 1em;
}

.p-access__content {
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .p-access__content {
    padding-top: min(114.4px, 7.222vw);
    width: min(100%, min(1245.2px, 78.611vw));
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr min(741.4px, 46.806vw);
    grid-template-columns: 1fr min(741.4px, 46.806vw);
  }
}
@media screen and (max-width: 834px) {
  .p-access__content {
    padding-top: min(78.1px, 18.205vw);
    width: min(100%, min(385px, 89.744vw));
  }
}
.p-access__title {
  line-height: 1;
  display: block;
  font-family: var(--font-jp-02);
  font-weight: var(--fw-medium);
  line-height: var(--lh-fit);
  letter-spacing: 0.03em;
}
@media screen and (min-width: 835px) {
  .p-access__title {
    font-size: clamp(23.8px, 1.944vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-access__title {
    font-size: clamp(20.4px, 6.154vw, 26.4px);
    margin-bottom: min(44px, 10.256vw);
  }
}
.p-access__main {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 835px) {
  .p-access__main {
    gap: min(70.4px, 4.444vw);
    padding-top: min(94.6px, 5.972vw);
    padding-bottom: min(158.4px, 10vw);
  }
}
@media screen and (max-width: 834px) {
  .p-access__main {
    gap: min(88px, 20.513vw);
    width: min(385px, 89.744vw);
    margin-inline: auto;
    padding-bottom: min(132px, 30.769vw);
  }
}
.p-access__section {
  font-family: var(--font-jp-01);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.p-access__location {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 835px) {
  .p-access__location {
    gap: min(52.8px, 3.333vw);
  }
}
@media screen and (max-width: 834px) {
  .p-access__location {
    gap: min(26.4px, 6.154vw);
  }
}
.p-access__location__header {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 835px) {
  .p-access__location__header {
    gap: min(6.6px, 0.417vw);
    margin-bottom: min(26.4px, 1.667vw);
  }
}
@media screen and (max-width: 834px) {
  .p-access__location__header {
    gap: min(2.2px, 0.513vw);
    margin-bottom: min(26.4px, 6.154vw);
  }
}
.p-access__location__label {
  font-weight: var(--fw-regular);
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: var(--text-cl-02);
}
@media screen and (min-width: 835px) {
  .p-access__location__label {
    font-size: clamp(11.9px, 0.972vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-access__location__label {
    font-size: clamp(10.2px, 3.077vw, 13.2px);
  }
}
.p-access__location__name {
  line-height: 1;
  display: block;
  font-family: var(--font-jp-02);
  font-weight: var(--fw-medium);
  line-height: var(--lh-fit);
  letter-spacing: 0.03em;
}
@media screen and (min-width: 835px) {
  .p-access__location__name {
    font-size: clamp(23.8px, 1.944vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-access__location__name {
    font-size: clamp(15.3px, 4.615vw, 19.8px);
  }
}
.p-access__location__image img {
  width: 100%;
  height: auto;
}
.p-access__location__about {
  display: -ms-grid;
  display: grid;
}
.p-access__location__about__title {
  font-weight: var(--fw-medium);
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: var(--text-cl-01);
}
@media screen and (min-width: 835px) {
  .p-access__location__about__title {
    font-size: clamp(18.7px, 1.528vw, 24.2px);
    margin-bottom: min(11px, 0.694vw);
  }
}
@media screen and (max-width: 834px) {
  .p-access__location__about__title {
    font-size: clamp(15.3px, 4.615vw, 19.8px);
    margin-bottom: min(11px, 2.564vw);
  }
}
.p-access__location__about__text {
  font-weight: var(--fw-medium);
  letter-spacing: 0.06em;
  color: var(--text-cl-01);
}
@media screen and (min-width: 835px) {
  .p-access__location__about__text {
    font-size: clamp(14.45px, 1.181vw, 18.7px);
    line-height: 1.8;
    margin-bottom: min(11px, 0.694vw);
  }
}
@media screen and (max-width: 834px) {
  .p-access__location__about__text {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
    line-height: 1.7;
    margin-bottom: min(8.8px, 2.051vw);
  }
}
.p-access__location__about__hours {
  font-weight: var(--fw-regular);
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: var(--text-cl-02);
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 835px) {
  .p-access__location__about__hours {
    font-size: clamp(11.9px, 0.972vw, 15.4px);
    -ms-grid-columns: min(79.2px, 5vw) min(418px, 26.389vw);
    grid-template-columns: min(79.2px, 5vw) min(418px, 26.389vw);
  }
}
@media screen and (max-width: 834px) {
  .p-access__location__about__hours {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
    -ms-grid-columns: min(70.4px, 16.41vw) min(314.6px, 73.333vw);
    grid-template-columns: min(70.4px, 16.41vw) min(314.6px, 73.333vw);
  }
}
.p-access__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 835px) {
  .p-access__map {
    gap: min(8.8px, 0.556vw);
  }
}
@media screen and (max-width: 834px) {
  .p-access__map {
    gap: min(13.2px, 3.077vw);
  }
}
.p-access__map__image iframe {
  width: 100%;
  height: auto;
  border: 0;
}
@media screen and (min-width: 835px) {
  .p-access__map__image iframe {
    height: min(456.5px, 28.819vw);
  }
}
@media screen and (max-width: 834px) {
  .p-access__map__image iframe {
    height: min(389.4px, 90.769vw);
  }
}
.p-access__map__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 835px) {
  .p-access__map__info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 834px) {
  .p-access__map__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(13.2px, 3.077vw);
  }
}
.p-access__map__address {
  font-weight: var(--fw-medium);
  letter-spacing: 0.06em;
  color: var(--text-cl-01);
}
@media screen and (min-width: 835px) {
  .p-access__map__address {
    font-size: clamp(14.45px, 1.181vw, 18.7px);
    line-height: 1.8;
  }
}
@media screen and (max-width: 834px) {
  .p-access__map__address {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
    line-height: 1.7;
  }
}
.p-access__map__link {
  font-family: var(--font-jp-01);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: var(--fw-regular);
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: var(--text-cl-02);
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 835px) {
  .p-access__map__link {
    font-size: clamp(14.45px, 1.181vw, 18.7px);
  }
}
@media screen and (max-width: 834px) {
  .p-access__map__link {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
    text-align: right;
  }
}
.p-access__map__link:hover {
  opacity: 0.7;
}

.--body-en * {
  font-family: var(--font-en-01);
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.--body-en .p-access__title {
  font-family: var(--font-en-02);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: var(--fw-medium);
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--text-cl-01);
}
@media screen and (min-width: 835px) {
  .--body-en .p-access__title {
    font-size: clamp(27.2px, 2.222vw, 35.2px);
    padding-top: min(35.2px, 2.222vw);
  }
}
@media screen and (max-width: 834px) {
  .--body-en .p-access__title {
    font-size: clamp(23.8px, 7.179vw, 30.8px);
    padding: min(44px, 10.256vw) 0 min(44px, 10.256vw);
    margin-bottom: 0;
  }
}
.--body-en .p-access__location__name {
  font-family: var(--font-en-02);
  font-weight: var(--fw-medium);
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--text-cl-01);
}
@media screen and (min-width: 835px) {
  .--body-en .p-access__location__name {
    font-size: clamp(23.8px, 1.944vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .--body-en .p-access__location__name {
    font-size: clamp(18.7px, 5.641vw, 24.2px);
  }
}
@media screen and (min-width: 835px) {
  .--body-en .p-access__location__about__title {
    font-size: clamp(18.7px, 1.528vw, 24.2px);
  }
}
@media screen and (max-width: 834px) {
  .--body-en .p-access__location__about__title {
    font-size: clamp(14.45px, 4.359vw, 18.7px);
  }
}
.--body-en .p-access__location__about__text__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 0.5em;
}
@media screen and (min-width: 835px) {
  .--body-en .p-access__location__about__text__wrapper {
    margin-bottom: min(11px, 0.694vw);
  }
}
@media screen and (max-width: 834px) {
  .--body-en .p-access__location__about__text__wrapper {
    margin-bottom: min(17.6px, 4.103vw);
  }
}
@media screen and (min-width: 835px) {
  .--body-en .p-access__location__about__text {
    font-size: clamp(14.45px, 1.181vw, 18.7px);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 834px) {
  .--body-en .p-access__location__about__text {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 835px) {
  .--body-en .p-access__map__address {
    font-size: clamp(14.45px, 1.181vw, 18.7px);
  }
}
@media screen and (max-width: 834px) {
  .--body-en .p-access__map__address {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
    margin-bottom: min(17.6px, 4.103vw);
  }
}
@media screen and (min-width: 835px) {
  .--body-en .p-access__location__about__hours {
    -ms-grid-columns: min(121px, 7.639vw) min(620.4px, 39.167vw);
    grid-template-columns: min(121px, 7.639vw) min(620.4px, 39.167vw);
  }
}

.p-live__content {
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .p-live__content {
    width: min(100%, min(1245.2px, 78.611vw));
    padding-top: min(149.6px, 9.444vw);
    padding-bottom: min(132px, 8.333vw);
  }
}
@media screen and (max-width: 834px) {
  .p-live__content {
    width: min(100%, min(385px, 89.744vw));
    padding-top: min(122.1px, 28.462vw);
    padding-bottom: min(132px, 30.769vw);
  }
}
@media screen and (min-width: 835px) {
  .p-live__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: min(44px, 2.778vw);
  }
}
@media screen and (max-width: 834px) {
  .p-live__header {
    display: -ms-grid;
    display: grid;
    margin-bottom: min(44px, 10.256vw);
  }
}
.p-live__title {
  line-height: 1;
  display: block;
  font-family: var(--font-jp-02);
  font-weight: var(--fw-medium);
  line-height: var(--lh-fit);
  letter-spacing: 0.03em;
}
@media screen and (min-width: 835px) {
  .p-live__title {
    font-size: clamp(23.8px, 1.944vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-live__title {
    font-size: clamp(20.4px, 6.154vw, 26.4px);
    margin-bottom: min(17.6px, 4.103vw);
  }
}
.p-live__description__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 0.5em;
}
.p-live__description {
  font-family: var(--font-jp-01);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: var(--fw-medium);
  letter-spacing: 0.06em;
  color: var(--text-cl-01);
}
@media screen and (min-width: 835px) {
  .p-live__description {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
    line-height: 1.8;
    width: min(553.3px, 34.931vw);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 834px) {
  .p-live__description {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
    line-height: 1.7;
  }
}
.p-live__video__wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-live__video__wrapper iframe {
  aspect-ratio: 16/9;
}

.--body-en .p-live__title {
  font-family: var(--font-en-02);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: var(--fw-medium);
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--text-cl-01);
}
@media screen and (min-width: 835px) {
  .--body-en .p-live__title {
    font-size: clamp(27.2px, 2.222vw, 35.2px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 834px) {
  .--body-en .p-live__title {
    font-size: clamp(23.8px, 7.179vw, 30.8px);
    margin-bottom: min(3.3px, 0.769vw);
  }
}
.--body-en .p-live__description {
  font-family: var(--font-en-01);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: var(--fw-medium);
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--text-cl-01);
}
@media screen and (min-width: 835px) {
  .--body-en .p-live__description {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .--body-en .p-live__description {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
  }
}

.p-contact__steps {
  position: absolute;
  font-family: var(--font-jp-01);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: var(--fw-medium);
  line-height: 1.7;
  letter-spacing: 0.06em;
  z-index: 100;
}
@media screen and (min-width: 835px) {
  .p-contact__steps {
    top: min(79.2px, 5vw);
    left: 0;
    right: 0;
    width: 100vw;
    padding-inline: min(44px, 2.778vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 834px) {
  .p-contact__steps {
    top: min(104.5px, 24.359vw);
    right: min(22px, 5.128vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: min(26.4px, 6.154vw);
  }
}
.p-contact__steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(4.4px, 0.278vw);
  color: var(--text-cl-03);
  font-size: clamp(11.9px, 0.972vw, 15.4px);
}
@media screen and (max-width: 834px) {
  .p-contact__steps__item {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
    gap: min(4.4px, 1.026vw);
  }
}
.p-contact__steps__item.--active {
  color: var(--text-cl-01);
}
.p-contact__steps__line {
  width: min(13.2px, 0.833vw);
  height: 1px;
  background-color: var(--text-cl-01);
  display: none;
}
@media screen and (min-width: 835px) {
  .p-contact__steps__line {
    width: min(13.2px, 0.833vw);
  }
}
@media screen and (max-width: 834px) {
  .p-contact__steps__line {
    width: min(13.2px, 3.077vw);
  }
}
.--active .p-contact__steps__line {
  display: block;
}
.p-contact__steps__text {
  line-height: 1;
}
.p-contact__content {
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .p-contact__content {
    padding-top: min(149.6px, 9.444vw);
    padding-bottom: min(132px, 8.333vw);
    width: min(100%, min(1245.2px, 78.611vw));
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: min(440px, 27.778vw) min(614.9px, 38.819vw);
    grid-template-columns: min(440px, 27.778vw) min(614.9px, 38.819vw);
    margin-top: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 834px) {
  .p-contact__content {
    padding-top: min(239.8px, 55.897vw);
    padding-bottom: min(132px, 30.769vw);
    width: min(100%, min(385px, 89.744vw));
  }
}
.p-contact__header {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: start;
      align-content: start;
}
@media screen and (min-width: 835px) {
  .p-contact__header {
    gap: min(17.6px, 1.111vw);
  }
}
@media screen and (max-width: 834px) {
  .p-contact__header {
    gap: min(8.8px, 2.051vw);
    margin-bottom: min(61.6px, 14.359vw);
  }
  .p-contact__header:has(.p-contact__description.is-hidden) {
    margin-bottom: 0;
  }
}
.p-contact__title {
  font-family: var(--font-jp-02);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: var(--fw-medium);
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: var(--text-cl-01);
}
@media screen and (min-width: 835px) {
  .p-contact__title {
    font-size: clamp(27.2px, 2.222vw, 35.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-contact__title {
    font-size: clamp(18.7px, 5.641vw, 24.2px);
  }
}
.p-contact__description {
  font-family: var(--font-jp-01);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: var(--fw-medium);
  letter-spacing: 0.06em;
  color: var(--text-cl-01);
}
@media screen and (min-width: 835px) {
  .p-contact__description {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
    line-height: 1.8;
  }
}
@media screen and (max-width: 834px) {
  .p-contact__description {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
    line-height: 1.7;
  }
}
@media screen and (min-width: 835px) {
  .p-contact__form-wrapper {
    width: min(614.9px, 38.819vw);
    padding-top: min(140.8px, 8.889vw);
  }
}
@media screen and (max-width: 834px) {
  .p-contact__form-wrapper {
    width: min(385px, 89.744vw);
  }
}
.p-contact__form {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 835px) {
  .p-contact__form {
    gap: min(35.2px, 2.222vw);
  }
}
@media screen and (max-width: 834px) {
  .p-contact__form {
    gap: min(26.4px, 6.154vw);
  }
}
.p-contact__form__group {
  display: -ms-grid;
  display: grid;
  gap: min(4.4px, 0.278vw);
}
@media screen and (max-width: 834px) {
  .p-contact__form__group {
    gap: min(4.4px, 1.026vw);
  }
}
.p-contact__form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: min(4.4px, 0.278vw);
  font-family: var(--font-jp-01);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: var(--fw-medium);
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 835px) {
  .p-contact__form__label {
    font-size: clamp(14.45px, 1.181vw, 18.7px);
  }
}
@media screen and (max-width: 834px) {
  .p-contact__form__label {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
    line-height: 1.7;
    gap: min(4.4px, 1.026vw);
  }
}
.p-contact__form__label__text {
  color: var(--text-cl-01);
}
.p-contact__form__label__required {
  color: var(--text-cl-03);
  font-weight: var(--fw-regular);
}
@media screen and (min-width: 835px) {
  .p-contact__form__label__required {
    font-size: clamp(11.05px, 0.903vw, 14.3px);
    line-height: 1.7;
  }
}
@media screen and (max-width: 834px) {
  .p-contact__form__label__required {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
    line-height: 1.7;
  }
}
.p-contact__form__input {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid var(--bg-03);
  font-family: var(--font-jp-01);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: var(--fw-regular);
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: var(--text-cl-01);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media screen and (min-width: 835px) {
  .p-contact__form__input {
    padding: min(11px, 0.694vw) min(13.2px, 0.833vw) min(13.2px, 0.833vw) min(13.2px, 0.833vw);
    font-size: clamp(12.75px, 1.042vw, 16.5px);
    width: min(425.7px, 26.875vw);
    border-radius: min(6.6px, 0.417vw);
  }
}
@media screen and (max-width: 834px) {
  .p-contact__form__input {
    padding: min(15.4px, 3.59vw) min(13.2px, 3.077vw) min(17.6px, 4.103vw) min(13.2px, 3.077vw);
    font-size: clamp(11.05px, 3.333vw, 14.3px);
    width: min(385px, 89.744vw);
    border-radius: min(6.6px, 1.538vw);
  }
}
.p-contact__form__input::-webkit-input-placeholder {
  color: #aaaaaa;
}
.p-contact__form__input::-moz-placeholder {
  color: #aaaaaa;
}
.p-contact__form__input:-ms-input-placeholder {
  color: #aaaaaa;
}
.p-contact__form__input::-ms-input-placeholder {
  color: #aaaaaa;
}
.p-contact__form__input::placeholder {
  color: #aaaaaa;
}
@media screen and (min-width: 835px) {
  .p-contact__form__input::-webkit-input-placeholder {
    font-size: clamp(12.75px, 1.042vw, 16.5px);
  }
  .p-contact__form__input::-moz-placeholder {
    font-size: clamp(12.75px, 1.042vw, 16.5px);
  }
  .p-contact__form__input:-ms-input-placeholder {
    font-size: clamp(12.75px, 1.042vw, 16.5px);
  }
  .p-contact__form__input::-ms-input-placeholder {
    font-size: clamp(12.75px, 1.042vw, 16.5px);
  }
  .p-contact__form__input::placeholder {
    font-size: clamp(12.75px, 1.042vw, 16.5px);
  }
}
@media screen and (max-width: 834px) {
  .p-contact__form__input::-webkit-input-placeholder {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
  }
  .p-contact__form__input::-moz-placeholder {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
  }
  .p-contact__form__input:-ms-input-placeholder {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
  }
  .p-contact__form__input::-ms-input-placeholder {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
  }
  .p-contact__form__input::placeholder {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
  }
}
.p-contact__form__input:focus {
  outline: none;
  border-color: var(--text-cl-01);
}
.p-contact__form__textarea {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid var(--bg-03);
  border-radius: min(6.6px, 0.417vw);
  font-family: var(--font-jp-01);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: var(--fw-regular);
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: var(--text-cl-01);
  resize: vertical;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media screen and (min-width: 835px) {
  .p-contact__form__textarea {
    height: min(271.7px, 17.153vw);
    padding: min(8.8px, 0.556vw) min(13.2px, 0.833vw) min(13.2px, 0.833vw) min(13.2px, 0.833vw);
    font-size: clamp(12.75px, 1.042vw, 16.5px);
    width: min(614.9px, 38.819vw);
  }
}
@media screen and (max-width: 834px) {
  .p-contact__form__textarea {
    height: min(271.7px, 63.333vw);
    padding: min(18.7px, 4.359vw) min(13.2px, 3.077vw) min(17.6px, 4.103vw) min(13.2px, 3.077vw);
    font-size: clamp(11.05px, 3.333vw, 14.3px);
    width: min(385px, 89.744vw);
  }
}
.p-contact__form__textarea::-webkit-input-placeholder {
  color: #aaaaaa;
}
.p-contact__form__textarea::-moz-placeholder {
  color: #aaaaaa;
}
.p-contact__form__textarea:-ms-input-placeholder {
  color: #aaaaaa;
}
.p-contact__form__textarea::-ms-input-placeholder {
  color: #aaaaaa;
}
.p-contact__form__textarea::placeholder {
  color: #aaaaaa;
}
@media screen and (min-width: 835px) {
  .p-contact__form__textarea::-webkit-input-placeholder {
    font-size: clamp(12.75px, 1.042vw, 16.5px);
  }
  .p-contact__form__textarea::-moz-placeholder {
    font-size: clamp(12.75px, 1.042vw, 16.5px);
  }
  .p-contact__form__textarea:-ms-input-placeholder {
    font-size: clamp(12.75px, 1.042vw, 16.5px);
  }
  .p-contact__form__textarea::-ms-input-placeholder {
    font-size: clamp(12.75px, 1.042vw, 16.5px);
  }
  .p-contact__form__textarea::placeholder {
    font-size: clamp(12.75px, 1.042vw, 16.5px);
  }
}
@media screen and (max-width: 834px) {
  .p-contact__form__textarea::-webkit-input-placeholder {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
  }
  .p-contact__form__textarea::-moz-placeholder {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
  }
  .p-contact__form__textarea:-ms-input-placeholder {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
  }
  .p-contact__form__textarea::-ms-input-placeholder {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
  }
  .p-contact__form__textarea::placeholder {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
  }
}
.p-contact__form__textarea:focus {
  outline: none;
  border-color: var(--text-cl-01);
}
.p-contact__form__button {
  background-color: var(--bg-02);
  color: var(--text-cl-01);
  border: none;
  cursor: pointer;
  font-family: var(--font-jp-01);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: var(--fw-medium);
  line-height: 1.8;
  letter-spacing: 0.06em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 835px) {
  .p-contact__form__button {
    padding: min(8.8px, 0.556vw) min(26.4px, 1.667vw) min(11px, 0.694vw) min(26.4px, 1.667vw);
    font-size: clamp(13.6px, 1.111vw, 17.6px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: min(6.6px, 0.417vw);
  }
}
@media screen and (max-width: 834px) {
  .p-contact__form__button {
    padding: min(8.8px, 2.051vw) min(26.4px, 6.154vw) min(11px, 2.564vw) min(26.4px, 6.154vw);
    font-size: clamp(12.75px, 3.846vw, 16.5px);
    line-height: 1.7;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: min(6.6px, 1.538vw);
  }
}
.p-contact__form__button:hover {
  opacity: 0.7;
}
.p-contact__confirm {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 835px) {
  .p-contact__confirm {
    gap: min(35.2px, 2.222vw);
  }
}
@media screen and (max-width: 834px) {
  .p-contact__confirm {
    gap: min(26.4px, 6.154vw);
  }
}
.p-contact__confirm__group {
  display: -ms-grid;
  display: grid;
  gap: min(4.4px, 0.278vw);
}
@media screen and (max-width: 834px) {
  .p-contact__confirm__group {
    gap: min(4.4px, 1.026vw);
  }
}
.p-contact__confirm__label {
  font-family: var(--font-jp-01);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: var(--fw-medium);
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: var(--text-cl-03);
}
@media screen and (min-width: 835px) {
  .p-contact__confirm__label {
    font-size: clamp(14.45px, 1.181vw, 18.7px);
  }
}
@media screen and (max-width: 834px) {
  .p-contact__confirm__label {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
    line-height: 1.7;
  }
}
.p-contact__confirm__value {
  font-family: var(--font-jp-01);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: var(--fw-medium);
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: var(--text-cl-01);
  word-break: break-word;
}
@media screen and (min-width: 835px) {
  .p-contact__confirm__value {
    font-size: clamp(14.45px, 1.181vw, 18.7px);
    max-width: min(614.9px, 38.819vw);
  }
}
@media screen and (max-width: 834px) {
  .p-contact__confirm__value {
    font-size: clamp(11.9px, 3.59vw, 15.4px);
    line-height: 1.7;
    max-width: min(385px, 89.744vw);
  }
}
.p-contact__confirm__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 835px) {
  .p-contact__confirm__buttons {
    gap: min(17.6px, 1.111vw);
    margin-top: min(8.8px, 0.556vw);
  }
}
@media screen and (max-width: 834px) {
  .p-contact__confirm__buttons {
    gap: min(17.6px, 4.103vw);
    margin-top: min(8.8px, 2.051vw);
  }
}
.p-contact__confirm__button {
  background-color: var(--bg-02);
  color: var(--text-cl-01);
  border: none;
  cursor: pointer;
  font-family: var(--font-jp-01);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: var(--fw-medium);
  line-height: 1.8;
  letter-spacing: 0.06em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 835px) {
  .p-contact__confirm__button {
    padding: min(8.8px, 0.556vw) min(26.4px, 1.667vw) min(11px, 0.694vw) min(26.4px, 1.667vw);
    font-size: clamp(13.6px, 1.111vw, 17.6px);
    border-radius: min(6.6px, 0.417vw);
  }
}
@media screen and (max-width: 834px) {
  .p-contact__confirm__button {
    padding: min(8.8px, 2.051vw) min(26.4px, 6.154vw) min(11px, 2.564vw) min(26.4px, 6.154vw);
    font-size: clamp(12.75px, 3.846vw, 16.5px);
    line-height: 1.7;
    border-radius: min(6.6px, 1.538vw);
  }
}
.p-contact__confirm__button:hover {
  opacity: 0.7;
}
.p-contact__confirm__back {
  font-family: var(--font-jp-01);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: var(--fw-regular);
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: var(--text-cl-02);
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 835px) {
  .p-contact__confirm__back {
    font-size: clamp(11.9px, 0.972vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-contact__confirm__back {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
  }
}
.p-contact__confirm__back:hover {
  opacity: 0.7;
}
.p-contact__complete__message {
  font-family: var(--font-jp-01);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: var(--fw-medium);
  letter-spacing: 0.06em;
  color: var(--text-cl-01);
}
@media screen and (min-width: 835px) {
  .p-contact__complete__message {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
    line-height: 1.8;
  }
}
@media screen and (max-width: 834px) {
  .p-contact__complete__message {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
    line-height: 1.7;
    width: min(385px, 89.744vw);
  }
}
.p-contact__complete__message p {
  margin: 0;
}
@media screen and (min-width: 835px) {
  .p-contact__complete__message p:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 834px) {
  .p-contact__complete__message p:not(:last-child) {
    margin-bottom: 0;
  }
}

.is-hidden {
  display: none !important;
}

.--body-en .p-contact__title {
  font-family: var(--font-en-02);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: var(--fw-medium);
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--text-cl-01);
}
@media screen and (min-width: 835px) {
  .--body-en .p-contact__title {
    font-size: clamp(27.2px, 2.222vw, 35.2px);
  }
}
@media screen and (max-width: 834px) {
  .--body-en .p-contact__title {
    font-size: clamp(23.8px, 7.179vw, 30.8px);
  }
}
.--body-en .p-contact__description, .--body-en .p-contact__complete__message {
  font-family: var(--font-en-01);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: var(--fw-medium);
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--text-cl-01);
}
@media screen and (min-width: 835px) {
  .--body-en .p-contact__description, .--body-en .p-contact__complete__message {
    font-size: clamp(14.45px, 1.181vw, 18.7px);
  }
}
@media screen and (max-width: 834px) {
  .--body-en .p-contact__description, .--body-en .p-contact__complete__message {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
  }
}
.--body-en .p-contact__steps__text {
  font-family: var(--font-en-01);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: var(--fw-medium);
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 835px) {
  .--body-en .p-contact__steps__text {
    font-size: clamp(11.05px, 0.903vw, 14.3px);
  }
}
@media screen and (max-width: 834px) {
  .--body-en .p-contact__steps__text {
    font-size: clamp(11.05px, 3.333vw, 14.3px);
  }
}

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

.u-color--accent {
  color: var(--accent);
}
.u-color--main {
  color: var(--main);
}
.u-color--base {
  color: var(--base);
}
.u-color {
  /* 案件によって必要なサブカラーを追加する
  &--sub-1{
    color: $sub-1;
  }
  &--sub-1{
    color: $sub-1;
  }
  */
}
.u-color--text {
  color: var(--text-cl-01);
}
.u-color--text-second {
  color: var(--text-cl-02);
}
.u-color--text-third {
  color: var(--text-cl-03);
}
.u-color--text-white {
  color: var(--text-cl-04);
}
.u-color--text-link {
  color: var(--link-01);
}
.u-color--text-placeholder {
  color: var(--text-cl-placeholder);
}
.u-color--text-alert {
  color: var(--text-cl-alert);
}
.u-color--border {
  border: var(--border-cl-01) solid var(--border-size-s);
}
.u-color--bg-gray {
  background-color: var(--bg-01);
}
.u-color--bg-alert {
  background-color: var(--bg-alert);
}

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

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

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

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

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

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

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

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

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-flex-ai-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .d-lg-flex-ai-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .d-lg-flex-ai-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .d-lg-flex-jc-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .d-lg-flex-jc-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .d-lg-flex-jc-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .d-lg-flex-jc-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  table.d-lg-inline-block, table.d-lg-block {
    display: table !important;
  }
  table th.d-lg-inline-block, table th.d-lg-block,
  table td.d-lg-inline-block,
  table td.d-lg-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 1194px) {
  .d-tb-none {
    display: none !important;
  }
  .d-tb-inline {
    display: inline !important;
  }
  .d-tb-inline-block {
    display: inline-block !important;
  }
  .d-tb-block {
    display: block !important;
  }
  .d-tb-table {
    display: table !important;
  }
  .d-tb-table-row {
    display: table-row !important;
  }
  .d-tb-table-cell {
    display: table-cell !important;
  }
  .d-tb-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-tb-flex-ai-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .d-tb-flex-ai-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .d-tb-flex-ai-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .d-tb-flex-jc-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .d-tb-flex-jc-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .d-tb-flex-jc-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .d-tb-flex-jc-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .d-tb-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  table.d-tb-inline-block, table.d-tb-block {
    display: table !important;
  }
  table th.d-tb-inline-block, table th.d-tb-block,
  table td.d-tb-inline-block,
  table td.d-tb-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 834px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-flex-ai-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .d-md-flex-ai-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .d-md-flex-ai-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .d-md-flex-jc-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .d-md-flex-jc-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .d-md-flex-jc-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .d-md-flex-jc-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-flex-ai-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .d-sm-flex-ai-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .d-sm-flex-ai-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .d-sm-flex-jc-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .d-sm-flex-jc-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .d-sm-flex-jc-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .d-sm-flex-jc-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  table.d-sm-inline-block, table.d-sm-block {
    display: table !important;
  }
  table th.d-sm-inline-block, table th.d-sm-block,
  table td.d-sm-inline-block,
  table td.d-sm-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 360px) {
  .d-xsm-none {
    display: none !important;
  }
  .d-xsm-inline {
    display: inline !important;
  }
  .d-xsm-inline-block {
    display: inline-block !important;
  }
  .d-xsm-block {
    display: block !important;
  }
}
.u-m-0 {
  margin: 0 !important;
}
.u-m-auto {
  margin: auto !important;
}
.u-m-left {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.u-m-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.u-m-right {
  margin-left: auto !important;
  margin-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 834px) {
  .u-pt-pr-0 {
    padding-top: min(0px, 0vw) !important;
  }
  .u-pb-pr-0 {
    padding-bottom: min(0px, 0vw) !important;
  }
  .u-pl-pr-0 {
    padding-left: min(0px, 0vw) !important;
  }
  .u-pr-pr-0 {
    padding-right: min(0px, 0vw) !important;
  }
  .u-pt-pr-4 {
    padding-top: min(4.4px, 1.026vw) !important;
  }
  .u-pb-pr-4 {
    padding-bottom: min(4.4px, 1.026vw) !important;
  }
  .u-pl-pr-4 {
    padding-left: min(4.4px, 1.026vw) !important;
  }
  .u-pr-pr-4 {
    padding-right: min(4.4px, 1.026vw) !important;
  }
  .u-pt-pr-8 {
    padding-top: min(8.8px, 2.051vw) !important;
  }
  .u-pb-pr-8 {
    padding-bottom: min(8.8px, 2.051vw) !important;
  }
  .u-pl-pr-8 {
    padding-left: min(8.8px, 2.051vw) !important;
  }
  .u-pr-pr-8 {
    padding-right: min(8.8px, 2.051vw) !important;
  }
  .u-pt-pr-12 {
    padding-top: min(13.2px, 3.077vw) !important;
  }
  .u-pb-pr-12 {
    padding-bottom: min(13.2px, 3.077vw) !important;
  }
  .u-pl-pr-12 {
    padding-left: min(13.2px, 3.077vw) !important;
  }
  .u-pr-pr-12 {
    padding-right: min(13.2px, 3.077vw) !important;
  }
  .u-pt-pr-16 {
    padding-top: min(17.6px, 4.103vw) !important;
  }
  .u-pb-pr-16 {
    padding-bottom: min(17.6px, 4.103vw) !important;
  }
  .u-pl-pr-16 {
    padding-left: min(17.6px, 4.103vw) !important;
  }
  .u-pr-pr-16 {
    padding-right: min(17.6px, 4.103vw) !important;
  }
  .u-pt-pr-20 {
    padding-top: min(22px, 5.128vw) !important;
  }
  .u-pb-pr-20 {
    padding-bottom: min(22px, 5.128vw) !important;
  }
  .u-pl-pr-20 {
    padding-left: min(22px, 5.128vw) !important;
  }
  .u-pr-pr-20 {
    padding-right: min(22px, 5.128vw) !important;
  }
  .u-pt-pr-24 {
    padding-top: min(26.4px, 6.154vw) !important;
  }
  .u-pb-pr-24 {
    padding-bottom: min(26.4px, 6.154vw) !important;
  }
  .u-pl-pr-24 {
    padding-left: min(26.4px, 6.154vw) !important;
  }
  .u-pr-pr-24 {
    padding-right: min(26.4px, 6.154vw) !important;
  }
  .u-pt-pr-28 {
    padding-top: min(30.8px, 7.179vw) !important;
  }
  .u-pb-pr-28 {
    padding-bottom: min(30.8px, 7.179vw) !important;
  }
  .u-pl-pr-28 {
    padding-left: min(30.8px, 7.179vw) !important;
  }
  .u-pr-pr-28 {
    padding-right: min(30.8px, 7.179vw) !important;
  }
  .u-pt-pr-32 {
    padding-top: min(35.2px, 8.205vw) !important;
  }
  .u-pb-pr-32 {
    padding-bottom: min(35.2px, 8.205vw) !important;
  }
  .u-pl-pr-32 {
    padding-left: min(35.2px, 8.205vw) !important;
  }
  .u-pr-pr-32 {
    padding-right: min(35.2px, 8.205vw) !important;
  }
  .u-pt-pr-36 {
    padding-top: min(39.6px, 9.231vw) !important;
  }
  .u-pb-pr-36 {
    padding-bottom: min(39.6px, 9.231vw) !important;
  }
  .u-pl-pr-36 {
    padding-left: min(39.6px, 9.231vw) !important;
  }
  .u-pr-pr-36 {
    padding-right: min(39.6px, 9.231vw) !important;
  }
  .u-pt-pr-40 {
    padding-top: min(44px, 10.256vw) !important;
  }
  .u-pb-pr-40 {
    padding-bottom: min(44px, 10.256vw) !important;
  }
  .u-pl-pr-40 {
    padding-left: min(44px, 10.256vw) !important;
  }
  .u-pr-pr-40 {
    padding-right: min(44px, 10.256vw) !important;
  }
  .u-pt-pr-44 {
    padding-top: min(48.4px, 11.282vw) !important;
  }
  .u-pb-pr-44 {
    padding-bottom: min(48.4px, 11.282vw) !important;
  }
  .u-pl-pr-44 {
    padding-left: min(48.4px, 11.282vw) !important;
  }
  .u-pr-pr-44 {
    padding-right: min(48.4px, 11.282vw) !important;
  }
  .u-pt-pr-48 {
    padding-top: min(52.8px, 12.308vw) !important;
  }
  .u-pb-pr-48 {
    padding-bottom: min(52.8px, 12.308vw) !important;
  }
  .u-pl-pr-48 {
    padding-left: min(52.8px, 12.308vw) !important;
  }
  .u-pr-pr-48 {
    padding-right: min(52.8px, 12.308vw) !important;
  }
  .u-pt-pr-52 {
    padding-top: min(57.2px, 13.333vw) !important;
  }
  .u-pb-pr-52 {
    padding-bottom: min(57.2px, 13.333vw) !important;
  }
  .u-pl-pr-52 {
    padding-left: min(57.2px, 13.333vw) !important;
  }
  .u-pr-pr-52 {
    padding-right: min(57.2px, 13.333vw) !important;
  }
  .u-pt-pr-56 {
    padding-top: min(61.6px, 14.359vw) !important;
  }
  .u-pb-pr-56 {
    padding-bottom: min(61.6px, 14.359vw) !important;
  }
  .u-pl-pr-56 {
    padding-left: min(61.6px, 14.359vw) !important;
  }
  .u-pr-pr-56 {
    padding-right: min(61.6px, 14.359vw) !important;
  }
  .u-pt-pr-60 {
    padding-top: min(66px, 15.385vw) !important;
  }
  .u-pb-pr-60 {
    padding-bottom: min(66px, 15.385vw) !important;
  }
  .u-pl-pr-60 {
    padding-left: min(66px, 15.385vw) !important;
  }
  .u-pr-pr-60 {
    padding-right: min(66px, 15.385vw) !important;
  }
}
.u-text--bold {
  font-weight: var(--fw-bold) !important;
}
.u-text--normal {
  font-weight: var(--fw-regular) !important;
}
@media screen and (min-width: 835px) {
  .u-text--size--lg {
    font-size: clamp(20.4px, 1.667vw, 26.4px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-text--size--lg {
    font-size: clamp(13.6px, 4.103vw, 17.6px) !important;
  }
}
@media screen and (min-width: 835px) {
  .u-text--size--md {
    font-size: clamp(13.6px, 1.111vw, 17.6px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-text--size--md {
    font-size: clamp(13.6px, 4.103vw, 17.6px) !important;
  }
}
@media screen and (min-width: 835px) {
  .u-text--size--sm {
    font-size: clamp(11.9px, 0.972vw, 15.4px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-text--size--sm {
    font-size: clamp(11.9px, 3.59vw, 15.4px) !important;
  }
}
@media screen and (min-width: 835px) {
  .u-text--size--xsm {
    font-size: clamp(10.2px, 0.833vw, 13.2px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-text--size--xsm {
    font-size: clamp(10.2px, 3.077vw, 13.2px) !important;
  }
}

.u-textlink {
  display: inline-block;
  position: relative;
}
.u-textlink.--arrow {
  padding-left: min(26.4px, 1.667vw);
  text-decoration: none;
}
@media screen and (max-width: 834px) {
  .u-textlink.--arrow {
    padding-left: min(26.4px, 6.154vw);
  }
}
.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(11px, 0.694vw) !important;
  min-width: min(11px, 0.694vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-10 {
    width: min(11px, 2.564vw) !important;
    min-width: min(11px, 2.564vw) !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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