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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 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 { /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

:root {
  --text: #5B5B5B;
  --accsent: #913841;
  --base: #837797;
  --dark: #5B5B5B;
  --thin: #888;
  --beige: #FAF8F3;
  --green: #75B4A3;
  --border: #DCDADF;
}

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

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

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

body {
  position: relative;
  margin: 0;
  color: var(--text);
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 769px) {
  body {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}

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

a {
  transition: all 0.3s ease;
}
a img {
  transition: 0.3s ease;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

@media screen and (min-width: 920px) {
  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: 769px) {
  p small {
    font-size: clamp(10.2px, 0.833vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  p small {
    font-size: clamp(9.35px, 2.933vw, 12.1px);
  }
}

strong {
  font-weight: 700;
}

p a, td a, th a, blockquote a {
  color: var(--base);
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  p a:hover, td a:hover, th a:hover, blockquote a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

hr {
  height: 1px;
  background-color: #f2f2f2;
  border: none;
  margin: min(1.389vw, 22px) 0;
}
@media screen and (max-width: 768px) {
  hr {
    margin: min(5.333vw, 22px) 0;
  }
}

.l-header {
  position: fixed;
  top: 0;
  z-index: 20;
  width: 100%;
}
.l-header__wrap {
  max-width: min(100vw, 1584px);
  margin-inline: auto;
  padding: min(2.222vw, 35.2px) min(3.333vw, 52.8px);
}
.l-header__logo {
  position: absolute;
  top: min(1.806vw, 28.6px);
  left: min(3.333vw, 52.8px);
  display: block;
  width: min(13.681vw, 216.7px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out;
}
@media screen and (max-width: 919px) {
  .l-header__logo {
    top: 10px;
    left: 10px;
    width: 179px;
  }
}
@media (hover: hover) {
  .l-header__logo:hover {
    opacity: 0.7 !important;
  }
}
.l-header__logo.is-scroll {
  opacity: 1;
  visibility: visible;
}
:not(.p-top) .l-header__logo {
  opacity: 1 !important;
  visibility: visible;
}
.l-header__logo img {
  vertical-align: middle;
}
@media screen and (max-width: 919px) {
  .l-header__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #FCFCFC;
    backdrop-filter: blur(12px);
    overflow-y: scroll;
  }
}
@media screen and (max-width: 919px) {
  .l-header__nav-scroll {
    height: auto;
    padding: min(19.2vw, 79.2px) 0;
  }
}
.l-header__nav__sns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: min(2.133vw, 8.8px);
  width: 100%;
  max-width: min(74.4vw, 306.9px);
  margin: min(11.2vw, 46.2px) auto 0;
}
@media screen and (min-width: 920px) {
  .l-header__nav__sns {
    display: none;
  }
}
.l-header__nav figure {
  display: none;
}
@media screen and (max-width: 919px) {
  .l-header__nav figure {
    display: block;
    width: min(48.8vw, 201.3px);
    margin: 0 auto min(8.533vw, 35.2px);
  }
}
.l-header__nav-list {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 920px) {
  .l-header__nav-list {
    column-gap: min(3.333vw, 52.8px);
  }
}
@media screen and (max-width: 919px) {
  .l-header__nav-list {
    flex-direction: column;
    width: 100%;
    margin-inline: auto;
    padding: 0 min(12.8vw, 52.8px);
  }
}
.l-header__nav-item {
  position: relative;
}
@media screen and (max-width: 919px) {
  .l-header__nav-item {
    border-bottom: 1px solid #DCDADF;
  }
}
.l-header__nav-item.is-act {
  --arrow-rotate: rotate(180deg);
}
.l-header__nav-link {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-size: clamp(13.6px, 1.111vw, 17.6px);
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "メイリオ", serif;
  line-height: 1.62;
}
@media screen and (max-width: 919px) {
  .l-header__nav-link {
    width: 100%;
    padding: 1em 0;
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.l-header__nav-link::before {
  content: "";
  width: 8px;
  height: 8px;
  background-size: cover;
  background-image: url("/salon/assets/img/common/circle.svg");
}
.l-header__nav-link:not(.--sublist)::after {
  content: "";
  width: 10px;
  height: 6px;
  margin-left: auto;
  background-size: cover;
  background-image: url("/salon/assets/img/common/arrow-right.svg");
}
@media screen and (min-width: 920px) {
  .l-header__nav-link:not(.--sublist)::after {
    content: none;
  }
}
.l-header__nav-link.--sublist:hover {
  opacity: 1;
}
.l-header__nav-link.--sublist::after {
  content: "";
  width: 10px;
  height: 10px;
  background-size: cover;
  background-image: url("/salon/assets/img/common/arrow-down.svg");
  transform: var(--arrow-rotate, rotate(0deg));
  transition: transform 0.3s ease;
}
@media screen and (max-width: 919px) {
  .l-header__nav-link.--sublist::after {
    margin-left: auto;
  }
}
.l-header__nav__sublist {
  display: none;
}
@media screen and (min-width: 920px) {
  .l-header__nav__sublist {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: auto;
    width: max-content;
    padding: min(1.667vw, 26.4px) min(2.222vw, 35.2px);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    transform: translateY(27px);
  }
}
@media screen and (max-width: 919px) {
  .l-header__nav__sublist {
    width: 100%;
    padding-left: 2em;
    padding-bottom: 1em;
  }
}
.l-header__nav__sublist > * + * {
  margin-top: 0.5em;
}
.l-header__nav__sublist-item {
  display: flex;
  align-items: center;
  column-gap: 1em;
  font-size: clamp(11.9px, 0.972vw, 15.4px);
  color: var(--thin);
}
@media screen and (max-width: 919px) {
  .l-header__nav__sublist-item {
    width: 100%;
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.l-header__nav__sublist-item::after {
  content: "";
  width: 10px;
  height: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/salon/assets/img/common/arrow-right.svg");
}
@media screen and (max-width: 919px) {
  .l-header__nav__sublist-item::after {
    margin-left: auto;
  }
}
.l-header__hamburger {
  display: none;
}
@media screen and (max-width: 919px) {
  .l-header__hamburger {
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    place-content: center;
    width: 48px;
    height: 48px;
    background-color: #fff;
    transition: background-color 0.3s ease-in-out;
  }
}
.l-header__hamburger-border {
  position: relative;
  width: 24px;
  height: 1px;
  background: var(--base);
  transition: all 0.3s ease;
}
.l-header__hamburger-border::before, .l-header__hamburger-border::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--base);
  transition: all 0.3s ease-in-out;
}
.l-header__hamburger-border::before {
  top: -7px;
}
.l-header__hamburger-border::after {
  top: 7px;
}
.nav-open .l-header__hamburger {
  background-color: var(--green);
}
.nav-open .l-header__hamburger-border {
  background: transparent;
}
.nav-open .l-header__hamburger-border::before, .nav-open .l-header__hamburger-border::after {
  background-color: #fff;
}
.nav-open .l-header__hamburger-border::before {
  transform: rotate(45deg);
  top: 0;
}
.nav-open .l-header__hamburger-border::after {
  transform: rotate(-45deg);
  top: 0;
}

.l-footer {
  width: 100%;
  margin-top: auto;
  padding: min(8.542vw, 135.3px) 0;
  overflow: hidden;
  background-color: var(--beige, #FAF8F3);
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: min(19.2vw, 79.2px) 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    margin-bottom: min(8.533vw, 35.2px);
  }
}
.l-footer__logo a {
  display: block;
  width: min(13.889vw, 220px);
}
@media screen and (max-width: 768px) {
  .l-footer__logo a {
    width: min(52.533vw, 216.7px);
  }
}
@media (hover: hover) {
  .l-footer__logo a:hover {
    opacity: 0.6;
  }
}
.l-footer__sns {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-footer__sns {
    margin-top: min(8.533vw, 35.2px);
  }
}
.l-footer__nav {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  transition: 0.3s ease;
  column-gap: min(5.833vw, 92.4px);
  margin-top: min(3.611vw, 57.2px);
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    grid-auto-flow: row;
    width: 100%;
  }
}
.l-footer__nav-list {
  display: flex;
  gap: min(3.333vw, 52.8px);
}
@media screen and (max-width: 768px) {
  .l-footer__nav-list {
    flex-direction: column;
    gap: min(4.267vw, 17.6px);
  }
}
.l-footer__nav-link {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-size: clamp(11.9px, 0.972vw, 15.4px);
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "メイリオ", serif;
}
@media screen and (max-width: 768px) {
  .l-footer__nav-link {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.l-footer__nav-link::before {
  content: "";
  width: 8px;
  height: 8px;
  background-size: cover;
  background-image: url("/salon/assets/img/common/circle.svg");
}
.l-footer__bottom {
  display: flex;
  width: 100%;
  margin-top: min(3.472vw, 55px);
}
@media screen and (max-width: 768px) {
  .l-footer__bottom {
    flex-direction: column-reverse;
    margin-top: min(8.533vw, 35.2px);
  }
}
.l-footer__links {
  display: flex;
  font-weight: 300;
  font-size: clamp(11.9px, 0.972vw, 15.4px);
}
@media screen and (min-width: 769px) {
  .l-footer__links {
    gap: min(3.333vw, 52.8px);
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__links {
    gap: min(4.267vw, 17.6px);
    flex-direction: column;
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.l-footer__copyright {
  font-family: Lato, "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: clamp(11.9px, 0.972vw, 15.4px);
  font-weight: 300;
  color: var(--dark);
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    margin-top: min(8.533vw, 35.2px);
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}

.l-body {
  width: auto;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow-x: clip;
  overscroll-behavior: none;
  overscroll-behavior-y: none;
}
.l-body.nav-open {
  overflow: clip;
}

.l-main {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l-main {
    margin-top: min(14.722vw, 233.2px);
  }
}
@media screen and (max-width: 768px) {
  .l-main {
    margin-top: min(32vw, 132px);
  }
}

.l-inner {
  max-width: min(100vw, 1584px);
  margin-inline: auto;
  padding: 0 min(8.333vw, 132px);
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 6.4vw;
  }
}
@media screen and (min-width: 769px) {
  .l-inner.--slim {
    max-width: clamp(646px, 52.778vw, 836px);
    padding: 0 clamp(17px, 1.389vw, 22px);
  }
}

.c-button__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(1.667vw, 26.4px);
}
@media screen and (max-width: 768px) {
  .c-button__list {
    flex-direction: column;
    align-items: center;
    gap: min(6.4vw, 26.4px);
  }
}
.c-button__text {
  display: block;
  margin-left: 1em;
  text-transform: uppercase;
}
.c-button__icon {
  display: block;
  width: 10px;
  margin-top: -3px;
  margin-left: clamp(20.4px, 1.667vw, 26.4px);
  line-height: 1;
  transition: transform 0.5s ease;
}
.c-button__icon svg, .c-button__icon img {
  width: 100%;
  max-width: none;
  vertical-align: middle;
}
.c-button.--primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(204px, 16.667vw, 264px);
  height: clamp(48.45px, 3.958vw, 62.7px);
  color: var(--color, var(--base));
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "メイリオ", serif;
  font-size: clamp(15.3px, 1.25vw, 19.8px);
  border: 1px solid var(--color, var(--base));
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  .c-button.--primary {
    width: min(53.333vw, 220px);
    height: min(13.333vw, 55px);
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.c-button.--primary-auto {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: auto;
  padding: 0.8em 1.2em;
  color: var(--color, var(--base));
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "メイリオ", serif;
  font-size: clamp(15.3px, 1.25vw, 19.8px);
  border: 1px solid var(--color, var(--base));
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  .c-button.--primary-auto {
    max-width: 100%;
    min-width: min(87.2vw, 359.7px);
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.c-button.--primary-wide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(27.778vw, 440px);
  height: auto;
  padding: 0.8em 1.2em;
  color: var(--color, var(--base));
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "メイリオ", serif;
  font-size: clamp(15.3px, 1.25vw, 19.8px);
  border: 1px solid var(--color, var(--base));
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  .c-button.--primary-wide {
    max-width: 100%;
    width: min(87.2vw, 359.7px);
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.c-button.--purple {
  color: #fff;
  background: var(--gradient-gradient_ppl_1, linear-gradient(134deg, #A39BB0 1.09%, #837697 98.91%));
}
.c-button.--disabled {
  pointer-events: none;
  cursor: default;
  border: none;
  background: #D1D1D1;
}
.c-button.--disabled .c-button__text {
  text-transform: none;
}

.c-row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: min(1.389vw, 22px);
}
@media screen and (max-width: 768px) {
  .c-row {
    gap: min(4.267vw, 17.6px);
  }
}
.c-row:where(.--gap-wide) {
  gap: min(3.333vw, 52.8px);
}
@media screen and (max-width: 768px) {
  .c-row:where(.--gap-wide) {
    gap: min(7.467vw, 30.8px);
  }
}
.c-row:where(.--gap-narrow) {
  gap: min(0.556vw, 8.8px);
}
@media screen and (max-width: 768px) {
  .c-row:where(.--gap-narrow) {
    gap: min(1.067vw, 4.4px);
  }
}
.c-row:where(.--gap-none) {
  gap: min(0vw, 0px);
}

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

.c-title__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: min(5vw, 79.2px);
}
@media screen and (max-width: 768px) {
  .c-title__wrap {
    display: contents;
    margin-bottom: min(10.667vw, 44px);
  }
  .c-title__wrap .c-button {
    order: 100;
    margin: min(12.8vw, 52.8px) auto 0;
  }
}
@media screen and (min-width: 769px) {
  .c-title__wrap .c-title {
    margin-bottom: 0;
  }
}
.c-title--section {
  margin-bottom: min(5vw, 79.2px);
  text-transform: var(--style, capitalize);
  color: var(--color, var(--text));
  font-size: clamp(47.6px, 3.889vw, 61.6px);
  font-family: Marcellus, "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "メイリオ", serif;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-title--section {
    margin-bottom: min(10.667vw, 44px);
    font-size: clamp(40.8px, 12.8vw, 52.8px);
  }
}
.c-title--section:has(.ja) {
  display: flex;
  flex-direction: column;
}
.c-title--section .ja {
  display: block;
  margin-top: 0.65em;
  font-size: clamp(20.4px, 1.667vw, 26.4px);
  font-weight: 400;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "メイリオ", serif;
}
@media screen and (max-width: 768px) {
  .c-title--section .ja {
    font-size: 4.8vw;
  }
}
.c-title--1 {
  text-transform: capitalize;
  font-family: var(--ff, "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "メイリオ", serif);
}
@media screen and (min-width: 769px) {
  .c-title--1 {
    margin-bottom: min(3.333vw, 52.8px);
    font-size: clamp(47.6px, 3.889vw, 61.6px);
  }
}
@media screen and (max-width: 768px) {
  .c-title--1 {
    margin-bottom: min(8.533vw, 35.2px);
    font-size: clamp(40.8px, 12.8vw, 52.8px);
  }
}
.c-title--3 {
  margin-bottom: min(3.333vw, 52.8px);
  font-size: clamp(20.4px, 1.667vw, 26.4px);
  font-weight: 400;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "メイリオ", serif;
}
@media screen and (max-width: 768px) {
  .c-title--3 {
    margin-bottom: min(12.8vw, 52.8px);
    font-size: clamp(20.4px, 6.4vw, 26.4px);
  }
}

.c-accordion {
  /* + */
}
.c-accordion__inner {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-accordion__inner {
    width: auto;
  }
}
.c-accordion__box + .c-accordion__box {
  margin-top: min(4.167vw, 66px);
}
.c-accordion__box dd {
  display: none;
}
.c-accordion__question, .c-accordion__answer {
  position: relative;
  font-size: clamp(13.6px, 1.111vw, 17.6px);
  z-index: 0;
  /* A と Q */
}
@media screen and (min-width: 769px) {
  .c-accordion__question, .c-accordion__answer {
    padding: min(1.667vw, 26.4px) min(6.597vw, 104.5px) min(1.667vw, 26.4px) min(4.722vw, 74.8px);
  }
}
@media screen and (max-width: 768px) {
  .c-accordion__question, .c-accordion__answer {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    padding: min(3.2vw, 13.2px) min(16.533vw, 68.2px) min(3.2vw, 13.2px) min(12.8vw, 52.8px);
  }
}
.c-accordion__question::before, .c-accordion__answer::before {
  position: absolute;
  z-index: 0;
  line-height: 1;
  font-size: clamp(18.7px, 1.528vw, 24.2px);
  font-weight: 700;
  color: #005cd1;
}
@media screen and (min-width: 769px) {
  .c-accordion__question::before, .c-accordion__answer::before {
    left: min(1.944vw, 30.8px);
  }
}
@media screen and (max-width: 768px) {
  .c-accordion__question::before, .c-accordion__answer::before {
    font-size: clamp(18.7px, 5.867vw, 24.2px);
    left: min(4.267vw, 17.6px);
  }
}
.c-accordion__question {
  font-weight: 500;
  border-radius: 4px;
  background: #f2f2f2;
  transition: color 0.3s ease;
  /* Q */
}
@media screen and (min-width: 769px) {
  .c-accordion__question:hover {
    cursor: pointer;
    color: #005cd1;
  }
}
.c-accordion__question::before {
  content: "Q";
}
@media screen and (min-width: 769px) {
  .c-accordion__question::before {
    top: min(1.875vw, 29.7px);
  }
}
@media screen and (max-width: 768px) {
  .c-accordion__question::before {
    top: min(4.267vw, 17.6px);
  }
}
.c-accordion__answer {
  opacity: 0;
  transform: translateY(min(-1.736vw, -27.5px));
  transition: opacity 0.3s ease, transform 0.3s ease;
  /* A */
}
.is-active .c-accordion__answer {
  opacity: 1;
  transform: translateY(0);
}
.c-accordion__answer::before {
  content: "A";
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 769px) {
  .c-accordion__answer::before {
    top: min(2.014vw, 31.9px);
  }
}
@media screen and (max-width: 768px) {
  .c-accordion__answer::before {
    top: min(4.533vw, 18.7px);
  }
}
.is-active .c-accordion__answer::before {
  opacity: 1;
}
.c-accordion__icon {
  /* 横棒 */
}
.c-accordion__icon::before, .c-accordion__icon::after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  height: 2px;
  border-radius: min(0.694vw, 11px);
  background: #005cd1;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 769px) {
  .c-accordion__icon::before, .c-accordion__icon::after {
    width: min(1.111vw, 17.6px);
    top: min(2.778vw, 44px);
    right: min(2.778vw, 44px);
  }
}
@media screen and (max-width: 768px) {
  .c-accordion__icon::before, .c-accordion__icon::after {
    width: min(4.267vw, 17.6px);
    top: min(7.467vw, 30.8px);
    right: min(4.267vw, 17.6px);
  }
}
.c-accordion__icon::after {
  transform: rotate(90deg);
}
.is-active .c-accordion__icon::after {
  transform: rotate(0);
}

.c-accordion--hide {
  /* + */
}
.c-accordion--hide__list {
  width: 0.7833333333;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-accordion--hide__list {
    width: auto;
  }
}
.c-accordion--hide__item {
  position: relative;
  z-index: 0;
}
.c-accordion--hide__item + .c-accordion--hide__item {
  margin-top: min(5.556vw, 88px);
}
.c-accordion--hide__check {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.c-accordion--hide__mask {
  position: relative;
  z-index: 0;
}
.c-accordion--hide__mask::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.501860119) 50%, rgb(255, 255, 255) 100%);
  transition: opacity 0.3s ease;
}
input:checked + .c-accordion--hide__mask::after {
  opacity: 0;
}
.c-accordion--hide__body {
  max-height: 4em;
  overflow: hidden;
  transition: 0.3s ease;
  transition: max-height 0.3s ease;
}
.c-accordion--hide__text {
  padding-bottom: min(1.111vw, 17.6px);
}
@media screen and (max-width: 768px) {
  .c-accordion--hide__text {
    padding-bottom: min(4.267vw, 17.6px);
  }
}
.c-accordion--hide__label {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: min(1.667vw, 26.4px);
  font-size: clamp(13.6px, 1.111vw, 17.6px);
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-accordion--hide__label {
    margin-top: min(6.4vw, 26.4px);
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
@media screen and (min-width: 769px) {
  .c-accordion--hide__check:hover ~ .c-accordion--hide__label {
    color: #005cd1;
  }
}
.c-accordion--hide__icon {
  position: relative;
  z-index: 0;
  display: block;
  width: min(0.972vw, 15.4px);
  height: min(0.972vw, 15.4px);
  margin-top: min(0.139vw, 2.2px);
  margin-left: min(0.833vw, 13.2px);
  /* 横棒 */
}
@media screen and (max-width: 768px) {
  .c-accordion--hide__icon {
    width: min(3.733vw, 15.4px);
    height: min(3.733vw, 15.4px);
    margin-top: min(0.533vw, 2.2px);
    margin-left: min(3.2vw, 13.2px);
  }
}
.c-accordion--hide__icon::before, .c-accordion--hide__icon::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: min(0.694vw, 11px);
  background: #005cd1;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.c-accordion--hide__icon::after {
  transform: translateY(-50%) rotate(90deg);
}
input:checked ~ .c-accordion--hide__label .c-accordion--hide__icon::after {
  transform: translateY(-50%) rotate(0);
}

.c-breadcrumbs__inner {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-breadcrumbs__inner {
    padding-left: min(1.389vw, 22px);
    padding-right: min(1.389vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs__inner {
    padding-left: min(5.333vw, 22px);
    padding-right: min(5.333vw, 22px);
  }
}
.c-breadcrumbs.--absolute {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.c-breadcrumbs__list {
  width: 100%;
  display: block;
  padding-top: clamp(10.2px, 0.833vw, 13.2px);
  padding-bottom: clamp(10.2px, 0.833vw, 13.2px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs__list {
    padding-top: clamp(10.2px, 3.2vw, 13.2px);
    padding-bottom: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.c-breadcrumbs__list__item {
  display: inline;
}
.c-breadcrumbs__list__item span {
  font-size: clamp(11.9px, 0.972vw, 15.4px);
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs__list__item span {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.c-breadcrumbs__list__item:not(:last-child) {
  margin-right: min(2.083vw, 33px);
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs__list__item:not(:last-child) {
    margin-right: min(8vw, 33px);
  }
}
.c-breadcrumbs__list__item a {
  position: relative;
}
.c-breadcrumbs__list__item a span {
  color: #005cd1;
  text-decoration: underline;
  display: inline-block;
}
.c-breadcrumbs__list__item a::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  color: #868686;
  text-decoration: none;
  position: absolute;
  top: 50%;
  right: -1.5em;
  transform: translateY(-50%);
  margin-top: min(0.208vw, 3.3px);
  pointer-events: none;
  cursor: default;
}
@media screen and (min-width: 769px) {
  .c-breadcrumbs__list__item a::after {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
  }
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs__list__item a::after {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    margin-top: min(0.533vw, 2.2px);
  }
}
@media screen and (min-width: 769px) {
  .c-breadcrumbs__list__item a:hover span {
    opacity: 0.7;
    text-decoration: none;
  }
}

.c-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  transition: none;
  outline: none;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 24px 0px rgba(91, 91, 91, 0.12);
}
@media (hover: hover) {
  .c-card:hover {
    opacity: 1;
  }
  .c-card:hover .c-card__thumb img {
    transform: scale(1.1);
  }
}
.c-card__wrapper {
  gap: min(3.333vw, 52.8px) 0;
}
@media screen and (max-width: 768px) {
  .c-card__wrapper {
    gap: min(12.8vw, 52.8px) 0;
  }
}
@media screen and (max-width: 540px) {
  .c-card__wrapper {
    gap: min(5.333vw, 22px) 0;
  }
}
.c-card__inner > *:first-child {
  margin-top: 0;
}
.c-card__inner > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .c-card__inner {
    padding: min(1.944vw, 30.8px) min(2.222vw, 35.2px);
  }
}
@media screen and (max-width: 768px) {
  .c-card__inner {
    padding: min(6.4vw, 26.4px) min(5.333vw, 22px) min(7.467vw, 30.8px);
  }
}
.c-card__thumb {
  position: relative;
  aspect-ratio: 128/77;
  width: 100%;
  display: block;
  overflow: hidden;
}
.c-card__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-card__block {
  cursor: pointer;
  outline: none;
}
.c-card__block:hover, .c-card__block:focus {
  outline: none;
}
.c-card__lead {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "メイリオ", serif;
}
@media screen and (min-width: 769px) {
  .c-card__lead {
    min-height: 3em;
  }
}
.c-card__lead a {
  color: #000000;
  text-decoration: none;
}
.c-card__lead a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-card__date {
  position: relative;
  display: block;
  font-family: Lato, "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 300;
  color: var(--thin);
}
@media screen and (min-width: 769px) {
  .c-card__date {
    font-size: clamp(11.9px, 0.972vw, 15.4px);
    margin-top: min(1.111vw, 17.6px);
  }
}
@media screen and (max-width: 768px) {
  .c-card__date {
    margin-top: min(4.267vw, 17.6px);
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.c-card__body {
  padding: min(1.667vw, 26.4px) min(1.667vw, 26.4px) min(3.333vw, 52.8px);
}
@media screen and (max-width: 768px) {
  .c-card__body {
    padding: min(6.4vw, 26.4px) min(6.4vw, 26.4px) min(8.533vw, 35.2px);
  }
}
.c-card__category {
  position: absolute;
  top: 0;
  left: 0;
  padding: min(0.556vw, 8.8px) min(0.833vw, 13.2px);
  color: #fff;
  font-weight: 300;
  font-size: clamp(11.9px, 0.972vw, 15.4px);
  border-radius: 0px 0px 16px 0px;
  background-color: var(--dark);
}
@media screen and (max-width: 768px) {
  .c-card__category {
    padding: min(2.133vw, 8.8px) min(3.2vw, 13.2px);
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}

@media screen and (min-width: 769px) {
  a.c-card:hover h3,
  a.c-card:hover h4,
  a.c-card:hover h5,
  a.c-card:hover p,
  .c-card__link:hover h3,
  .c-card__link:hover h4,
  .c-card__link:hover h5,
  .c-card__link:hover p {
    opacity: 0.7;
  }
}

.c-cta__banner {
  width: calc(100% - min(2.778vw, 44px));
  background-color: #fff;
  border: #ddd solid 1px;
  border-radius: 4px;
  margin: auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .c-cta__banner {
    max-width: min(27.083vw, 429px);
  }
}
@media screen and (max-width: 768px) {
  .c-cta__banner {
    width: calc(100% - min(10.667vw, 44px));
    max-width: min(104vw, 429px);
  }
}
.c-cta__banner.--fixed {
  display: none;
  border: none;
  border-radius: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: fixed;
  right: min(1.389vw, 22px);
  z-index: 10;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .c-cta__banner.--fixed {
    right: min(5.333vw, 22px);
  }
}
@media screen and (min-width: 769px) {
  .c-cta__banner.--wide {
    max-width: min(55.556vw, 880px);
  }
}
.c-cta__banner.--wide.--fixed {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.c-cta__banner__top {
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-cta__banner__top {
    padding: min(1.389vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .c-cta__banner__top {
    padding: min(4vw, 16.5px);
  }
}
.c-cta__banner__top::after {
  content: "";
  background-color: #f2f2f2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .c-cta__banner__top::after {
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    width: min(2.917vw, 46.2px);
    height: min(1.111vw, 17.6px);
    bottom: calc(min(1.111vw, 17.6px) * -1);
  }
}
@media screen and (max-width: 768px) {
  .c-cta__banner__top::after {
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    width: min(8.533vw, 35.2px);
    height: min(3.2vw, 13.2px);
    bottom: calc(min(3.2vw, 13.2px) * -1);
  }
}
.c-cta__banner__top img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-cta__banner__bottom {
    padding: min(1.944vw, 30.8px) min(1.389vw, 22px) min(1.667vw, 26.4px);
  }
}
@media screen and (max-width: 768px) {
  .c-cta__banner__bottom {
    padding: min(5.867vw, 24.2px) min(4vw, 16.5px) min(5.333vw, 22px);
  }
}
.c-cta__banner__image__inner a {
  display: block;
}
.c-cta__banner__image__inner a img {
  width: 100%;
}
.c-cta__banner__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: min(1.389vw, 22px);
}
@media screen and (max-width: 540px) {
  .c-cta__banner__inner {
    display: block;
    padding: min(1.736vw, 27.5px) min(1.042vw, 16.5px) min(1.042vw, 16.5px);
  }
}
.c-cta__banner__item {
  width: calc((100% - min(1.389vw, 22px)) / 2);
}
@media screen and (max-width: 540px) {
  .c-cta__banner__item {
    width: 100%;
  }
  .c-cta__banner__item:not(:last-child) {
    margin-bottom: min(1.042vw, 16.5px);
  }
}
.c-cta__banner__item.--tel {
  border: #ddd solid 1px;
}
@media screen and (max-width: 540px) {
  .c-cta__banner__item.--tel {
    height: min(14.933vw, 61.6px);
  }
}
.c-cta__banner__item__inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.c-cta__banner__button {
  width: 100%;
}
.c-cta__banner__title, .c-cta__banner__tel {
  font-weight: 500;
  line-height: 1.8;
}
.c-cta__banner__title {
  margin-right: 0.75em;
}
@media screen and (min-width: 769px) {
  .c-cta__banner__title {
    font-size: clamp(11.9px, 0.972vw, 15.4px);
  }
}
@media screen and (max-width: 540px) {
  .c-cta__banner__title {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
.c-cta__banner__tel {
  font-size: clamp(23.8px, 1.944vw, 30.8px);
  margin: 0;
  margin: 0;
}
@media screen and (max-width: 360px) {
  .c-cta__banner__tel {
    font-size: clamp(18.7px, 5.867vw, 24.2px);
  }
}
.c-cta__banner__close {
  background-color: #fff;
  border-radius: 50%;
  border: #005cd1 solid 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .c-cta__banner__close {
    width: min(2.778vw, 44px);
    height: min(2.778vw, 44px);
    top: min(-0.694vw, -11px);
    right: min(-0.694vw, -11px);
  }
}
@media screen and (max-width: 768px) {
  .c-cta__banner__close {
    width: min(9.333vw, 38.5px);
    height: min(9.333vw, 38.5px);
    top: min(-2.667vw, -11px);
    right: min(-2.667vw, -11px);
  }
}
.c-cta__banner__close::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00d";
  color: #005cd1;
  font-size: clamp(15.3px, 1.25vw, 19.8px);
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-cta__banner__close::before {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}
.c-cta__banner__close:hover {
  background-color: #005cd1;
}
.c-cta__banner__close:hover::before {
  color: #ffffff;
}
.c-cta__banner.is-hide {
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.c-cta__fixed {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-cta__fixed {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: min(4vw, 16.5px) min(5.333vw, 22px);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
}
.c-cta__fixed.is-hide {
  z-index: 1;
}
.c-cta__bg {
  background-color: #f2f2f2;
}
.c-cta__inner {
  padding-top: min(4.167vw, 66px);
  padding-bottom: min(4.167vw, 66px);
}
@media screen and (max-width: 768px) {
  .c-cta__inner {
    padding-top: min(16vw, 66px);
    padding-bottom: min(16vw, 66px);
  }
}
@media screen and (min-width: 769px) {
  .c-cta__text {
    margin: min(1.944vw, 30.8px) 0;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__text {
    margin: min(6.4vw, 26.4px) 0;
  }
}
.c-cta__list {
  margin-top: min(2.778vw, 44px);
}
@media screen and (max-width: 768px) {
  .c-cta__list {
    margin-top: min(10.667vw, 44px);
  }
}
.c-cta__list__item {
  padding: min(2.778vw, 44px) min(1.389vw, 22px);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-cta__list__item {
    padding: min(10.667vw, 44px) min(5.333vw, 22px);
  }
}

.c-form, .c-form__select, .c-form__search, .c-form__textarea {
  width: 100%;
  background-color: #fff;
  line-height: 1.8;
  padding: 0 1em;
  border: #ddd solid 1px;
  border-radius: 4px;
  display: block;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (min-width: 769px) {
  .c-form, .c-form__select, .c-form__search, .c-form__textarea {
    max-width: min(20.278vw, 321.2px);
    height: min(3.333vw, 52.8px);
  }
}
@media screen and (max-width: 540px) {
  .c-form, .c-form__select, .c-form__search, .c-form__textarea {
    max-width: 100%;
    height: min(12.8vw, 52.8px);
  }
}
.c-form:focus, .c-form__select:focus, .c-form__search:focus, .c-form__textarea:focus {
  border-color: #005cd1;
}
.c-form.--long, .--long.c-form__select, .--long.c-form__search, .--long.c-form__textarea {
  max-width: 100%;
}
.c-form.is-disabled, .is-disabled.c-form__select, .is-disabled.c-form__search, .is-disabled.c-form__textarea {
  opacity: 0.6;
  pointer-events: none;
  cursor: default;
}
.c-form.is-disabled:focus, .is-disabled.c-form__select:focus, .is-disabled.c-form__search:focus, .is-disabled.c-form__textarea:focus {
  opacity: 0.6;
}
.c-form.is-alert, .is-alert.c-form__select, .is-alert.c-form__search, .is-alert.c-form__textarea {
  background-color: #fceded;
  color: #f0a3a3;
  border-color: #f0a3a3;
}
.c-form.is-alert:focus, .is-alert.c-form__select:focus, .is-alert.c-form__search:focus, .is-alert.c-form__textarea:focus, .c-form.is-alert::placeholder, .is-alert.c-form__select::placeholder, .is-alert.c-form__search::placeholder, .is-alert.c-form__textarea::placeholder {
  color: #f0a3a3;
}
@media screen and (min-width: 769px) {
  .c-form + .c-form, .c-form__select + .c-form, .c-form__select + .c-form__select, .c-form__search + .c-form, .c-form__search + .c-form__select, .c-form + .c-form__search, .c-form__select + .c-form__search, .c-form__search + .c-form__search, .c-form__textarea + .c-form, .c-form__textarea + .c-form__select, .c-form__textarea + .c-form__search, .c-form + .c-form__textarea, .c-form__select + .c-form__textarea, .c-form__search + .c-form__textarea, .c-form__textarea + .c-form__textarea,
  .c-form + .c-form__select {
    margin-top: min(1.389vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .c-form + .c-form, .c-form__select + .c-form, .c-form__select + .c-form__select, .c-form__search + .c-form, .c-form__search + .c-form__select, .c-form + .c-form__search, .c-form__select + .c-form__search, .c-form__search + .c-form__search, .c-form__textarea + .c-form, .c-form__textarea + .c-form__select, .c-form__textarea + .c-form__search, .c-form + .c-form__textarea, .c-form__select + .c-form__textarea, .c-form__search + .c-form__textarea, .c-form__textarea + .c-form__textarea,
  .c-form + .c-form__select {
    margin-top: min(5.333vw, 22px);
  }
}
.c-form__textarea {
  max-width: 100%;
  height: min(11.806vw, 187px);
  padding: 0.75em 1em;
  resize: none;
}
@media screen and (max-width: 768px) {
  .c-form__textarea {
    height: min(32vw, 132px);
  }
}
.c-form__search__wrap {
  width: 100%;
  max-width: min(20.278vw, 321.2px);
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-form__search__wrap {
    max-width: min(77.867vw, 321.2px);
  }
}
@media screen and (max-width: 540px) {
  .c-form__search__wrap {
    max-width: 100%;
  }
}
.c-form__search__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-form__search__button {
    right: min(1.111vw, 17.6px);
  }
}
@media screen and (max-width: 768px) {
  .c-form__search__button {
    right: min(4.267vw, 17.6px);
  }
}
.c-form__search__button i {
  font-size: clamp(17px, 1.389vw, 22px);
}
@media screen and (max-width: 768px) {
  .c-form__search__button i {
    font-size: clamp(17px, 5.333vw, 22px);
  }
}
.c-form__select::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 769px) {
  .c-form__select::after {
    font-size: clamp(18.7px, 1.528vw, 24.2px);
    right: min(1.389vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .c-form__select::after {
    font-size: clamp(18.7px, 5.867vw, 24.2px);
    right: min(5.333vw, 22px);
  }
}
.c-form__select:first-child {
  margin-top: 0;
}
.c-form__select select {
  width: 100%;
  height: 100%;
  padding: 0 1em;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.c-form__check {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.c-form__check__wrap {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}
.c-form__check__wrap span:last-child {
  color: #000000;
}
@media screen and (max-width: 768px) {
  .c-form__check__wrap span:last-child {
    width: calc(100% - min(8vw, 33px));
  }
}
.c-form__check__v {
  border: #f2f2f2 solid 1px;
  background-color: #fff;
  border-radius: min(0.278vw, 4.4px);
  display: inline-block;
  outline: none;
  appearance: none;
  position: relative;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-form__check__v {
    width: clamp(17px, 1.389vw, 22px);
    height: clamp(17px, 1.389vw, 22px);
    margin-right: min(0.694vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  .c-form__check__v {
    width: min(5.333vw, 22px);
    height: min(5.333vw, 22px);
    margin-right: min(2.667vw, 11px);
  }
}
.c-form__check__v::before {
  content: "";
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  position: absolute;
  transform: rotate(135deg);
  opacity: 0;
  transition: 0.3s ease;
}
@media screen and (min-width: 769px) {
  .c-form__check__v::before {
    width: clamp(7.65px, 0.625vw, 9.9px);
    height: clamp(4.25px, 0.347vw, 5.5px);
    top: clamp(5.1px, 0.417vw, 6.6px);
    left: clamp(4.25px, 0.347vw, 5.5px);
  }
}
@media screen and (max-width: 768px) {
  .c-form__check__v::before {
    width: min(2.4vw, 9.9px);
    height: min(1.333vw, 5.5px);
    top: min(1.6vw, 6.6px);
    left: min(1.333vw, 5.5px);
  }
}
.c-form__check:checked + .c-form__check__v::before {
  opacity: 1;
}
.c-form__radio {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.c-form__radio__wrap {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}
.c-form__radio__wrap span:last-child {
  color: #000000;
}
@media screen and (max-width: 768px) {
  .c-form__radio__wrap span:last-child {
    width: calc(100% - min(8vw, 33px));
  }
}
.c-form__radio__v {
  background-color: #fff;
  border: #dedede solid 1px;
  border-radius: 50%;
  display: inline-block;
  outline: none;
  position: relative;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-form__radio__v {
    width: clamp(17px, 1.389vw, 22px) !important;
    height: clamp(17px, 1.389vw, 22px);
    margin-right: min(0.694vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  .c-form__radio__v {
    width: min(5.333vw, 22px) !important;
    height: min(5.333vw, 22px);
    margin-right: min(2.667vw, 11px);
  }
}
.c-form__radio__v::before {
  content: "";
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 769px) {
  .c-form__radio__v::before {
    width: clamp(6.8px, 0.556vw, 8.8px);
    height: clamp(6.8px, 0.556vw, 8.8px);
  }
}
@media screen and (max-width: 768px) {
  .c-form__radio__v::before {
    width: min(2.133vw, 8.8px);
    height: min(2.133vw, 8.8px);
  }
}
.c-form__radio:checked + .c-form__radio__v::before {
  opacity: 1;
}
.c-form__onof {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.c-form__onof__wrap {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-form__onof__wrap {
    width: min(4.167vw, 66px);
    height: min(2.222vw, 35.2px);
    margin: 0 min(0.694vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  .c-form__onof__wrap {
    width: min(16vw, 66px);
    height: min(8.533vw, 35.2px);
    margin: 0 min(2.667vw, 11px);
  }
}
.c-form__onof__v {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: #f2f2f2 solid 1px;
  border-radius: min(4.167vw, 66px);
  display: block;
  z-index: 0;
  transition: 0.3s ease;
}
.c-form__onof__v::before {
  content: "";
  background-color: #f2f2f2;
  border-radius: 50%;
  position: absolute;
  transition: 0.3s ease;
}
@media screen and (min-width: 769px) {
  .c-form__onof__v::before {
    width: min(1.667vw, 26.4px);
    height: min(1.667vw, 26.4px);
    top: min(0.278vw, 4.4px);
    left: min(2.222vw, 35.2px);
  }
}
@media screen and (max-width: 768px) {
  .c-form__onof__v::before {
    width: min(6.4vw, 26.4px);
    height: min(6.4vw, 26.4px);
    top: min(1.067vw, 4.4px);
    left: min(8.533vw, 35.2px);
  }
}
.c-form__onof:checked + .c-form__onof__v::before {
  background-color: #000000;
  left: min(0.278vw, 4.4px);
}
@media screen and (max-width: 768px) {
  .c-form__onof:checked + .c-form__onof__v::before {
    left: min(1.067vw, 4.4px);
  }
}

div + input,
div + textarea,
p + input,
p + textarea {
  margin-top: min(3.333vw, 52.8px);
}

input + h1,
input + h2,
input + h3,
input + h4,
input + h5,
input + h6,
textarea + h1,
textarea + h2,
textarea + h3,
textarea + h4,
textarea + h5,
textarea + h6 {
  margin-top: min(2.083vw, 33px);
}

input:-internal-autofill-selected {
  background-color: #fff !important;
}

input::placeholder,
textarea::placeholder {
  color: #aaaaaa;
}

input:-ms-input-placeholder,
textarea:-ms-placeholder {
  color: #aaaaaa;
}

input::-ms-input-placeholder,
textarea::-ms-placeholder {
  color: #aaaaaa;
}

::-webkit-search-cancel-button,
select {
  appearance: none;
}

@media screen and (min-width: 769px) {
  .c-related {
    margin-top: min(5.556vw, 88px);
  }
}
@media screen and (max-width: 768px) {
  .c-related {
    margin-top: min(13.333vw, 55px);
  }
}
.c-related__wrap {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .c-related__wrap {
    max-width: min(80.556vw, 1276px);
    padding: 0 min(1.389vw, 22px);
  }
}
@media screen and (min-width: 769px) {
  .c-related__list {
    gap: min(1.667vw, 26.4px);
  }
}
@media screen and (max-width: 768px) {
  .c-related__list {
    gap: min(8.533vw, 35.2px) 0;
  }
}
.c-related__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0px 0px 11.667px 0px rgba(91, 91, 91, 0.12);
}
.c-related__thumb {
  overflow: hidden;
  aspect-ratio: 4/3;
}
@media screen and (min-width: 769px) {
  .c-related__thumb {
    width: min(14.444vw, 228.8px);
  }
}
@media screen and (max-width: 768px) {
  .c-related__thumb {
    width: 100%;
  }
}
.c-related__thumb a {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 540px) {
  .c-related__thumb a {
    border-radius: min(2.133vw, 8.8px);
  }
}
.c-related__thumb__inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  transition: all 0.3s ease;
}
.c-related__data {
  flex: 1;
  padding: min(1.667vw, 26.4px);
}
@media screen and (max-width: 768px) {
  .c-related__data {
    padding: min(6.4vw, 26.4px) min(6.4vw, 26.4px) min(8.533vw, 35.2px);
  }
}
.c-related__lead {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "メイリオ", serif;
  font-size: clamp(11.9px, 0.972vw, 15.4px);
  margin-bottom: min(1.111vw, 17.6px);
}
@media screen and (max-width: 768px) {
  .c-related__lead {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    margin-bottom: min(4.267vw, 17.6px);
  }
}
.c-related__tags {
  display: flex;
  flex-wrap: wrap;
  gap: min(0.556vw, 8.8px);
  margin-top: min(1.111vw, 17.6px);
}
@media screen and (max-width: 768px) {
  .c-related__tags {
    gap: min(2.133vw, 8.8px);
  }
}
.c-related__tags span {
  font-size: clamp(10.2px, 0.833vw, 13.2px);
}
@media screen and (max-width: 768px) {
  .c-related__tags span {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
@media (hover: hover) {
  .c-related__item:hover .c-related__thumb__inner {
    transform: scale(1.1);
  }
}

.c-tag {
  width: auto;
  background-color: #f2f2f2;
  color: #005cd1;
  font-weight: 500;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
  transition: all 0.3s ease;
}
.c-tag__wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .c-tag__wrapper {
    gap: min(0.556vw, 8.8px) min(0.556vw, 8.8px);
  }
}
@media screen and (max-width: 768px) {
  .c-tag__wrapper {
    gap: min(2.133vw, 8.8px) min(2.133vw, 8.8px);
  }
}
@media screen and (min-width: 769px) {
  .c-tag {
    height: min(1.736vw, 27.5px);
    font-size: clamp(10.2px, 0.833vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .c-tag {
    height: min(6.667vw, 27.5px);
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}
@media screen and (max-width: 540px) {
  .c-tag {
    font-size: clamp(8.5px, 2.667vw, 11px);
  }
}

@media screen and (min-width: 769px) {
  a.c-tag:hover {
    background-color: #005cd1;
    color: #ffffff;
  }
}

.c-media img {
  width: 100%;
}
.c-media.--radius {
  border-radius: 20px;
  overflow: hidden;
}
.c-media.--auto img {
  width: auto;
}
.c-media.--border {
  border: #ddd solid 1px;
}
.c-media.--video {
  margin: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-media.--video {
    max-width: min(52.778vw, 836px);
  }
}
@media screen and (max-width: 768px) {
  .c-media.--video {
    max-width: min(202.667vw, 836px);
    width: calc(100% - min(2.778vw, 44px));
  }
}
.c-media.--video::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0da";
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  background-color: #005cd1;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .c-media.--video::before {
    font-size: clamp(44.2px, 3.611vw, 57.2px);
    width: min(4.722vw, 74.8px);
    height: min(4.722vw, 74.8px);
  }
}
@media screen and (max-width: 768px) {
  .c-media.--video::before {
    font-size: clamp(44.2px, 13.867vw, 57.2px);
    width: min(18.133vw, 74.8px);
    height: min(18.133vw, 74.8px);
  }
}
@media screen and (max-width: 540px) {
  .c-media.--video::before {
    font-size: clamp(27.2px, 8.533vw, 35.2px);
    width: min(12.267vw, 50.6px);
    height: min(12.267vw, 50.6px);
  }
}
@media screen and (min-width: 769px) {
  .c-media.--video:hover::before {
    opacity: 0.7;
  }
}
.c-media__youtube {
  width: 100%;
  background-color: #000;
  aspect-ratio: 16/9;
  position: relative;
}
@media screen and (max-width: 540px) {
  .c-media__youtube {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.c-media__youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}

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

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

:root {
  --color-black: #1a1a1a;
  --color-white: #f7f8f8;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

:where(:root[data-mousedown] dialog *) {
  outline: none;
}

[data-modal]:where(:root[data-mousedown] *) {
  outline: none;
}

.button-wrapper {
  display: grid;
  gap: 1lh;
  place-items: center;
  padding-block: 40px;
  padding-inline: min(5vi, 20px);
}

body:has(dialog[open]) {
  overflow: hidden;
}

.c-modal {
  width: calc(100% - min(5.556vw, 88px));
  height: fit-content;
  margin: auto !important;
  transition: opacity 0.5s;
}
@media screen and (min-width: 769px) {
  .c-modal {
    width: calc(100% - min(21.333vw, 88px));
    max-width: min(63.542vw, 1006.5px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal {
    width: calc(100% - min(10.667vw, 44px));
    max-height: min(160vw, 660px);
  }
}
.c-modal:not([data-active=true]) {
  opacity: 0;
}
.c-modal::backdrop {
  background-color: #212529;
  opacity: 0.4;
  transition: opacity 0.5s;
}
.c-modal:not([data-active=true])::backdrop {
  opacity: 0;
}
.c-modal__link {
  cursor: pointer;
}
.c-modal__inner {
  height: auto;
  overscroll-behavior: contain;
}
.c-modal__box {
  background-color: #FFF;
  overflow: auto;
  padding: min(1.389vw, 22px) min(1.389vw, 22px) 0;
}
@media screen and (max-width: 768px) {
  .c-modal__box {
    padding: min(5.333vw, 22px) min(5.333vw, 22px) 0;
  }
}
@media screen and (max-width: 540px) {
  .c-modal__box {
    padding: min(2.667vw, 11px) min(2.667vw, 11px) 0;
  }
}
.c-modal__description {
  max-height: calc(100vh - min(8.333vw, 132px));
  padding: min(3.472vw, 55px) min(4.514vw, 71.5px);
}
@media screen and (max-width: 768px) {
  .c-modal__description {
    max-height: calc(100vh - min(32vw, 132px));
    padding: min(8vw, 33px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__description {
    max-height: min(160vw, 660px);
    padding: min(8vw, 33px) min(2.667vw, 11px);
  }
}
.c-modal__close {
  position: absolute;
  top: calc(min(2.639vw, 41.8px) * -1);
  right: calc(min(2.431vw, 38.5px) * -1);
  z-index: 1;
  width: min(4.722vw, 74.8px);
  aspect-ratio: 1;
  appearance: none;
  cursor: pointer;
  background-color: #005cd1;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .c-modal__close {
    width: min(13.333vw, 55px);
    top: calc(min(10.133vw, 41.8px) * -1);
    right: calc(min(2.667vw, 11px) * -1);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__close {
    width: min(12.267vw, 50.6px);
    top: calc(min(6.133vw, 25.3px) * -1);
    right: calc(min(2.667vw, 11px) * -1);
  }
}
.c-modal__close::before, .c-modal__close::after {
  position: absolute;
  inset: 0;
  display: inline-block;
  width: 40%;
  height: 4px;
  border-radius: 4px;
  margin: auto;
  content: "";
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .c-modal__close::before, .c-modal__close::after {
    height: 3px;
  }
}
.c-modal__close::before {
  rotate: 45deg;
}
.c-modal__close::after {
  rotate: 135deg;
}
.c-modal__close:focus-visible {
  background-color: #005CD1;
}
@media (any-hover: hover) {
  .c-modal__close:hover {
    opacity: 0.7;
  }
}
.c-modal__close.--video {
  position: fixed;
  top: min(8.333vw, 132px);
  right: min(2.778vw, 44px);
}
@media screen and (max-width: 768px) {
  .c-modal__close.--video {
    top: min(26.667vw, 110px);
    right: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__close.--video {
    top: min(26.667vw, 110px);
    right: min(5.333vw, 22px);
  }
}
.c-modal__close--video {
  position: fixed;
  top: min(8.333vw, 132px);
  right: min(2.778vw, 44px);
  z-index: 1;
  width: min(4.722vw, 74.8px);
  aspect-ratio: 1;
  appearance: none;
  cursor: pointer;
  background-color: #005cd1;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .c-modal__close--video {
    width: min(13.333vw, 55px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__close--video {
    width: min(12.267vw, 50.6px);
  }
}
.c-modal__close--video::before, .c-modal__close--video::after {
  position: absolute;
  inset: 0;
  display: inline-block;
  width: 40%;
  height: 4px;
  border-radius: 4px;
  margin: auto;
  content: "";
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .c-modal__close--video::before, .c-modal__close--video::after {
    height: 3px;
  }
}
.c-modal__close--video::before {
  rotate: 45deg;
}
.c-modal__close--video::after {
  rotate: 135deg;
}
.c-modal__close--video:focus-visible {
  background-color: #005CD1;
}
@media (any-hover: hover) {
  .c-modal__close--video:hover {
    opacity: 0.7;
  }
}

.c-pager {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(0.556vw, 8.8px);
  width: max-content;
  margin: min(5.278vw, 83.6px) auto 0;
  font-family: Lato, "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-pager {
    gap: min(3.2vw, 13.2px);
    margin: min(13.867vw, 57.2px) auto 0;
  }
}
.c-pager__item {
  position: relative;
  display: grid;
  place-content: center;
  line-height: 1;
  border-radius: 50%;
  background-color: transparent;
}
@media screen and (min-width: 769px) {
  .c-pager__item {
    width: min(2.778vw, 44px);
    height: min(2.778vw, 44px);
    font-size: clamp(13.6px, 1.111vw, 17.6px);
  }
}
@media screen and (max-width: 768px) {
  .c-pager__item {
    width: min(10.667vw, 44px);
    height: min(10.667vw, 44px);
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.c-pager__item > * {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  color: var(--base);
  transition: opacity 0.3s;
  transform: translate(-50%, -50%);
}
@media (hover: hover) {
  .c-pager__item > *:hover {
    opacity: 0.6;
  }
}
.c-pager__item__prev, .c-pager__item__next {
  position: absolute;
  top: 50%;
  z-index: 1;
  border-radius: 50%;
  border: var(--base) solid 1px;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .c-pager__item__prev, .c-pager__item__next {
    width: min(2.778vw, 44px);
    height: min(2.778vw, 44px);
  }
}
@media screen and (max-width: 768px) {
  .c-pager__item__prev, .c-pager__item__next {
    width: min(10.667vw, 44px);
    height: min(10.667vw, 44px);
  }
}
@media (hover: hover) {
  .c-pager__item__prev:hover, .c-pager__item__next:hover {
    opacity: 0.6;
  }
}
.c-pager__item__prev span, .c-pager__item__next span {
  opacity: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.c-pager__item__prev::before, .c-pager__item__next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 6px;
  transform: translate(-50%, -50%);
}
.c-pager__item__prev {
  left: min(-1.111vw, -17.6px);
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 768px) {
  .c-pager__item__prev {
    left: min(-4.267vw, -17.6px);
  }
}
.c-pager__item__prev::before {
  left: calc(50% - 2px);
  background-image: url("/salon/assets/img/common/arrow-left.svg");
}
.c-pager__item__next {
  left: auto;
  right: min(-1.111vw, -17.6px);
  transform: translate(100%, -50%);
}
@media screen and (max-width: 768px) {
  .c-pager__item__next {
    right: min(-4.267vw, -17.6px);
  }
}
.c-pager__item__next::before {
  left: calc(50% + 2px);
  background-image: url("/salon/assets/img/common/arrow-right.svg");
}
.c-pager__item.is-current {
  pointer-events: none;
  background-color: var(--base);
}
.c-pager__item.is-current span {
  color: #fff;
}

.c-tab {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .c-tab {
    margin-bottom: min(4.267vw, 17.6px);
  }
}
.c-tab__wrap {
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (max-width: 768px) {
  .c-tab__wrap {
    width: 100vw;
    margin-bottom: min(4.267vw, 17.6px);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.c-tab__wrap::-webkit-scrollbar {
  display: none;
}
.c-tab__list {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(min(9.444vw, 149.6px), 1fr));
  grid-auto-columns: 100%;
  grid-auto-flow: row;
  gap: 0 min(0.833vw, 13.2px);
  width: 100%;
}
.c-tab__list::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: min(0.278vw, 4.4px);
  background-color: #005cd1;
}
@media screen and (max-width: 768px) {
  .c-tab__list::before {
    height: min(1.067vw, 4.4px);
  }
}
@media screen and (max-width: 768px) {
  .c-tab__list {
    gap: 0 min(2.133vw, 8.8px);
    width: 162.1333333333vw;
    padding: 0 min(5.333vw, 22px);
  }
}
.c-tab__item {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: min(9.444vw, 149.6px);
  min-height: min(4.444vw, 70.4px);
  font-size: clamp(13.6px, 1.111vw, 17.6px);
  padding: min(1.389vw, 22px) clamp(20.4px, 1.667vw, 26.4px);
  font-weight: 700;
  line-height: 1.8;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
  background: #f2f2f2;
}
@media screen and (min-width: 769px) {
  .c-tab__item {
    transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .c-tab__item:hover {
    color: #ffffff;
    background-color: #005cd1;
  }
}
@media screen and (max-width: 768px) {
  .c-tab__item {
    min-width: min(36.267vw, 149.6px);
    min-height: min(17.067vw, 70.4px);
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    padding: min(2.667vw, 11px) min(5.333vw, 22px);
  }
}
.c-tab__item span {
  width: 100%;
}
.c-tab__item.is-current {
  opacity: 1;
  color: #ffffff;
  background: #005cd1;
}
.c-tab__panel__item {
  display: none;
  padding: min(2.083vw, 33px) 0 min(2.778vw, 44px);
}
@media screen and (min-width: 769px) {
  .c-tab__panel__item {
    padding: min(2.778vw, 44px) 0;
  }
}
.c-tab__panel__item.is-active {
  display: block;
}

.c-table {
  width: 100%;
  background-color: #fff;
  border: #ddd solid 1px;
}
.c-table.--fixed {
  table-layout: fixed;
}
.c-table th,
.c-table td {
  text-align: left;
  padding: min(1.389vw, 22px) min(1.736vw, 27.5px);
  overflow-wrap: break-word;
}
.c-table th:not(:last-child),
.c-table td:not(:last-child) {
  border-right: #ddd solid 1px;
}
@media screen and (max-width: 768px) {
  .c-table th,
  .c-table td {
    padding: min(5.333vw, 22px) min(6.667vw, 27.5px);
  }
}
@media screen and (max-width: 540px) {
  .c-table th,
  .c-table td {
    padding: min(4.8vw, 19.8px) min(3.2vw, 13.2px);
  }
}
.c-table th p:last-child,
.c-table td p:last-child {
  margin-bottom: 0;
}
.c-table th a,
.c-table td a {
  color: #005cd1;
}
.c-table td {
  min-width: min(10.069vw, 159.5px);
}
@media screen and (max-width: 540px) {
  .c-table td {
    min-width: min(26.667vw, 110px);
  }
}
.c-table th {
  min-width: min(10.069vw, 159.5px);
  background-color: #f2f2f2;
  font-weight: 700;
}
@media screen and (max-width: 540px) {
  .c-table th {
    min-width: min(26.667vw, 110px);
  }
}
.c-table tr:not(:last-child) {
  border-bottom: #ddd solid 1px;
}
@media screen and (max-width: 768px) {
  .c-table__scroll {
    width: calc(100% + min(5.333vw, 22px));
    padding-bottom: min(17.067vw, 70.4px);
    position: relative;
  }
  .c-table__scroll::after {
    content: "";
    width: min(29.333vw, 121px);
    height: min(6.4vw, 26.4px);
    background-image: url(../img/common/icon_scroll.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: absolute;
    bottom: min(5.333vw, 22px);
    right: min(5.333vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .c-table__scroll--fixedheight .c-table__scroll__inner {
    height: min(80vw, 330px);
  }
}
@media screen and (max-width: 768px) {
  .c-table__scroll__inner {
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 768px) {
  .c-table__scroll .c-table {
    width: min(213.333vw, 880px);
  }
}
@media screen and (max-width: 768px) {
  .c-table__fixed--left, .c-table__fixed--top {
    background-color: #fff;
    position: sticky;
  }
  .c-table__fixed--left::before, .c-table__fixed--top::before {
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: #ddd solid 1px;
    position: absolute;
    top: -1px;
    left: -1px;
  }
}
@media screen and (max-width: 768px) {
  .c-table__fixed--left {
    left: 0;
  }
}
.c-table__fixed--left.c-table__fixed--top {
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-table__fixed--top {
    top: 0;
  }
}

/*
common
----------------------------------------------- */
[class*=swiper]:focus {
  outline: none;
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  margin: auto;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  /* ボタンの丸 */
  /* ボタンの矢印 */
}
@media screen and (min-width: 769px) {
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
}
@media (hover: hover) {
  .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
    background-color: #005cd1;
  }
  .swiper-button-prev:hover::after, .swiper-button-next:hover::after {
    color: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .swiper-button-prev, .swiper-button-next {
    width: min(2.917vw, 46.2px);
    height: min(2.917vw, 46.2px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .swiper-button-prev, .swiper-button-next {
    width: min(11.2vw, 46.2px);
    height: min(11.2vw, 46.2px);
  }
}
.swiper-button-prev::before, .swiper-button-next::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid var(--base);
  background: rgba(255, 255, 255, 0.7);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: "";
  z-index: 1;
  display: block;
  width: 10px;
  height: 6px;
  background-size: contain;
}

.swiper-button-prev {
  top: 50%;
  left: -20px;
  transform: translate(50%, -125%);
}
.swiper-button-prev::after {
  transform: translateX(-1px);
  background-image: url("/salon/assets/img/common/arrow-left.svg");
}

.swiper-button-next {
  top: 50%;
  right: -20px;
  transform: translate(-50%, -125%);
}
.swiper-button-next::after {
  transform: translateX(1px);
  background-image: url("/salon/assets/img/common/arrow-right.svg");
}

.swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0 clamp(13.6px, 1.111vw, 17.6px);
  justify-content: center;
  width: 100%;
  margin-top: clamp(27.2px, 2.222vw, 35.2px);
  text-align: center;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media screen and (max-width: 768px) {
  .swiper-pagination {
    gap: 0 clamp(10.2px, 3.2vw, 13.2px);
    margin-top: min(6.4vw, 26.4px);
  }
}
.swiper-pagination-bullet {
  width: min(0.694vw, 11px);
  height: min(0.694vw, 11px);
  cursor: pointer;
  border-radius: 50%;
  background-color: #ddd;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: min(2.133vw, 8.8px);
    height: min(2.133vw, 8.8px);
  }
}
.swiper-pagination-bullet-active {
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  background-color: #005cd1;
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.c-slider {
  position: relative;
  z-index: 0;
  max-width: min(83.333vw, 1320px);
  width: 83.3333333333%;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .c-slider {
    max-width: min(320vw, 1320px);
    width: 92vw;
  }
}
@media screen and (max-width: 767px) {
  .c-slider {
    width: 100%;
  }
}
.c-slider img {
  width: 100%;
}
.c-slider__slide {
  width: 31.6666666667%;
  margin-right: 2.5%;
  height: auto;
}
@media screen and (max-width: 919px) {
  .c-slider__slide {
    width: calc(50% - min(1.042vw, 16.5px));
    margin-right: min(2.083vw, 33px);
  }
}
@media screen and (max-width: 767px) {
  .c-slider__slide {
    width: 92%;
    margin: 0 4%;
  }
}
.c-slider__shadow {
  filter: drop-shadow(0px 3px min(0.556vw, 8.8px) rgba(0, 0, 0, 0.12));
}
.c-slider .c-info__card {
  margin-top: 0;
}

.p-archive {
  padding-bottom: min(8.333vw, 132px);
}
@media screen and (max-width: 768px) {
  .p-archive {
    padding-bottom: min(38.4vw, 158.4px);
  }
}
.p-archive__filter__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .p-archive__filter__list {
    gap: min(0.833vw, 13.2px) min(0.556vw, 8.8px);
    margin-bottom: min(5vw, 79.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-archive__filter__list {
    gap: min(3.2vw, 13.2px) min(2.133vw, 8.8px);
    margin-bottom: min(12.8vw, 52.8px);
  }
}
.p-archive__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0.8em 1.5em;
  border: solid 1px var(--border);
  border-radius: 9999px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "メイリオ", serif;
  background-color: #fff;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .p-archive__tag {
    font-size: clamp(11.05px, 0.903vw, 14.3px);
  }
}
@media screen and (max-width: 768px) {
  .p-archive__tag {
    font-size: clamp(11.05px, 0.903vw, 14.3px);
  }
}
.p-archive__tag.is-active {
  border-color: var(--base);
  background-color: var(--base);
  color: #fff;
  pointer-events: none;
}
@media (hover: hover) {
  .p-archive__tag:hover {
    color: #fff;
    opacity: 1;
    border-color: var(--base);
    background-color: var(--base);
  }
}
.p-archive__header__select {
  max-width: min(15.972vw, 253px);
}
@media screen and (max-width: 768px) {
  .p-archive__header__select {
    max-width: min(61.333vw, 253px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__header__select {
    width: min(6.4vw, 26.4px);
    height: min(6.4vw, 26.4px);
    border: none;
    padding: 0;
  }
  .p-archive__header__select::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f03a";
    font-size: clamp(20.4px, 1.667vw, 26.4px);
    right: 0;
  }
}
@media screen and (max-width: 540px) and (max-width: 768px) {
  .p-archive__header__select::after {
    font-size: clamp(20.4px, 1.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(4.167vw, 66px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__row {
    row-gap: min(8vw, 33px);
  }
}
.p-archive__list {
  width: 100%;
  margin-bottom: min(4.167vw, 66px);
}
@media screen and (max-width: 768px) {
  .p-archive__list {
    margin-bottom: min(10.667vw, 44px);
  }
}
.p-archive__list__item {
  padding: min(2.778vw, 44px) 0 min(1.944vw, 30.8px);
  border-bottom: #ddd solid 1px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-archive__list__item {
    display: block;
    padding: min(5.333vw, 22px) 0;
  }
}
.p-archive__list__item:first-child {
  padding-top: 0;
}
.p-archive__list__item .p-archive__list__lead a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-archive__list__item:hover {
    cursor: pointer;
  }
  .p-archive__list__item:hover .p-archive__list__lead a {
    opacity: 0.6;
  }
}
.p-archive__list__item > *:first-child {
  margin-top: 0;
}
.p-archive__list__item > *:last-child {
  margin-bottom: 0;
}
.p-archive__list__lead {
  width: 100%;
  font-weight: 500;
  line-height: 1.8;
  margin: 1em 0 1.5em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 769px) {
  .p-archive__list__lead {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
  }
}
@media screen and (max-width: 768px) {
  .p-archive__list__lead {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
@media screen and (max-width: 540px) {
  .p-archive__list__lead {
    -webkit-line-clamp: 3;
  }
}
.p-archive__list__lead a {
  color: #000000;
  text-decoration: none;
}
.p-archive__list__date {
  color: #666666;
  display: block;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-archive__list__date {
    font-size: clamp(12.75px, 1.042vw, 16.5px);
    margin-top: min(0.694vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  .p-archive__list__date {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
    margin-top: min(2.667vw, 11px);
  }
}
.p-archive__category__list {
  border-top: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
}
.p-archive__category__item {
  list-style-type: none;
}
.p-archive__category__item::marker {
  content: none;
}
.p-archive__category__item:not(:last-child) {
  border-bottom: #ddd dashed 1px;
}
.p-archive__category__item a {
  width: 100%;
  font-size: clamp(13.6px, 1.111vw, 17.6px);
  font-weight: 500;
  line-height: 1.8;
  display: flex;
  align-items: center;
  padding: min(1.111vw, 17.6px) min(4.514vw, 71.5px) min(1.111vw, 17.6px) 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-archive__category__item a {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    padding: min(4.267vw, 17.6px) min(10.667vw, 44px) min(4.267vw, 17.6px) 0;
  }
}
.p-archive__category__item a::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  color: #005cd1;
  font-size: clamp(17px, 1.389vw, 22px);
  font-weight: 500;
  line-height: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: min(1.389vw, 22px);
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-archive__category__item a::after {
    font-size: clamp(17px, 5.333vw, 22px);
    right: min(2.667vw, 11px);
  }
}
@media screen and (min-width: 769px) {
  .p-archive__category__item a:hover {
    opacity: 0.7;
  }
}
.p-archive__category__sub__head {
  width: 100%;
  height: auto;
  color: #000000;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .p-archive__category__sub__head {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
    padding: min(1.389vw, 22px) min(4.514vw, 71.5px) min(1.389vw, 22px) 0;
  }
}
@media screen and (max-width: 768px) {
  .p-archive__category__sub__head {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    padding: min(5.333vw, 22px) min(17.333vw, 71.5px) min(5.333vw, 22px) 0;
  }
}
.p-archive__category__sub__head::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f067";
  color: #005cd1;
  padding-left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .p-archive__category__sub__head::after {
    font-size: clamp(15.3px, 1.25vw, 19.8px);
    right: min(1.25vw, 19.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-archive__category__sub__head::after {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    right: min(2.133vw, 8.8px);
  }
}
@media screen and (min-width: 769px) {
  .p-archive__category__sub__head:hover {
    opacity: 0.7;
  }
}
.p-archive__category__sub__head.is-active {
  color: #000000;
}
.p-archive__category__sub__head.is-active::after {
  color: #005cd1;
  content: "\f068";
}
.p-archive__category__sub__wrapper {
  display: none;
  padding-bottom: min(1.389vw, 22px);
}
@media screen and (max-width: 768px) {
  .p-archive__category__sub__wrapper {
    padding-bottom: min(5.333vw, 22px);
  }
}
.p-archive__category__sub__item {
  padding-left: min(1.736vw, 27.5px);
}
@media screen and (max-width: 768px) {
  .p-archive__category__sub__item {
    padding-left: min(6.667vw, 27.5px);
  }
}
.p-archive__category__sub__item a {
  padding: 0;
  padding-left: min(1.042vw, 16.5px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-archive__category__sub__item a {
    padding-left: min(4vw, 16.5px);
  }
}
.p-archive__category__sub__item a::after {
  content: none;
}
.p-archive__category__sub__item a::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  color: #005cd1;
  font-size: clamp(15.3px, 1.25vw, 19.8px);
  font-weight: 500;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-archive__category__sub__item a::before {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}
.p-archive__category__sub__item:not(:last-child) {
  margin-bottom: min(1.389vw, 22px);
}
@media screen and (max-width: 768px) {
  .p-archive__category__sub__item:not(:last-child) {
    margin-bottom: min(5.333vw, 22px);
  }
}
.p-archive__banner {
  max-width: min(27.083vw, 429px);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-archive__banner {
    width: calc(100% - min(10.667vw, 44px));
    max-width: min(104vw, 429px);
  }
}

.p-single {
  margin-top: min(7.917vw, 125.4px);
}
@media screen and (max-width: 768px) {
  .p-single {
    margin-top: min(25.6vw, 105.6px);
  }
}
@media screen and (min-width: 769px) {
  .p-single h1 {
    font-size: clamp(30.6px, 2.5vw, 39.6px);
    margin-bottom: min(3.333vw, 52.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-single h1 {
    margin-bottom: min(8.533vw, 35.2px);
    font-size: clamp(20.4px, 6.4vw, 26.4px);
  }
}
.p-single__header {
  margin-bottom: min(8.333vw, 132px);
}
@media screen and (max-width: 768px) {
  .p-single__header {
    margin-bottom: min(19.2vw, 79.2px);
  }
}
.p-single__header__date {
  display: block;
  color: var(--text);
  font-weight: 300;
  font-family: Lato, "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (min-width: 769px) {
  .p-single__header__date {
    margin-bottom: min(2.917vw, 46.2px);
    font-size: clamp(11.9px, 0.972vw, 15.4px);
  }
}
@media screen and (max-width: 768px) {
  .p-single__header__date {
    margin-bottom: min(8.533vw, 35.2px);
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.p-single__header__labels {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p-single__header__labels {
    gap: min(1.667vw, 26.4px);
    margin-bottom: min(2.917vw, 46.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-single__header__labels {
    gap: min(3.2vw, 13.2px) min(6.4vw, 26.4px);
    margin-bottom: min(8.533vw, 35.2px);
  }
}
.p-single__header__labels__list {
  display: flex;
  flex-wrap: wrap;
  gap: min(0.556vw, 8.8px);
}
@media screen and (max-width: 768px) {
  .p-single__header__labels__list {
    gap: min(2.133vw, 8.8px);
  }
}
.p-single__header__labels__category {
  padding: 0.5em 1.25em;
  color: #fff;
  font-weight: 300;
  border-radius: 9999px;
  background-color: var(--text);
}
@media screen and (max-width: 768px) {
  .p-single__header__labels__category {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.p-single__header__labels__tag {
  color: var(--thin);
}
.p-single__header__mv {
  width: 100%;
}
.p-single__header__mv img {
  width: 100%;
}
.p-single__desc {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-color: var(--beige);
}
.p-single__desc__wrap {
  display: grid;
  align-items: flex-start;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-single__desc__wrap {
    grid-template-columns: 1fr 1fr;
    gap: min(3.333vw, 52.8px);
    max-width: min(52.778vw, 836px);
    padding: min(3.333vw, 52.8px) 0;
  }
}
@media screen and (max-width: 768px) {
  .p-single__desc__wrap {
    gap: min(12.8vw, 52.8px);
    padding: min(12.8vw, 52.8px) 0;
  }
}
.p-single__desc__wrap.--simple {
  grid-template-columns: 1fr;
}
.p-single__desc__wrap.--simple .p-single__desc__profile {
  display: block;
}
.p-single__desc__wrap.--simple .p-single__desc__profile .data {
  padding-left: 0;
}
@media screen and (min-width: 769px) {
  .p-single__desc__wrap.--simple .p-single__desc__profile .data {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .p-single__desc__wrap.--simple .p-single__desc__profile .name {
    padding-right: 1em;
    margin-right: 1em;
    font-size: clamp(15.3px, 1.25vw, 19.8px);
    border-right: 1px solid var(--border);
  }
}
@media screen and (min-width: 769px) {
  .p-single__desc__wrap.--simple .p-single__desc__profile .job {
    margin-top: 0;
    font-size: clamp(11.9px, 0.972vw, 15.4px);
  }
}
.p-single__desc__wrap.--simple .p-single__desc__profile .text {
  margin-top: 1em;
}
.p-single__desc__profile, .p-single__desc__skin {
  display: flex;
  flex-wrap: wrap;
}
.p-single__desc__profile .title, .p-single__desc__skin .title {
  display: flex;
  width: 100%;
  margin-bottom: 1em;
  font-size: clamp(20.4px, 1.667vw, 26.4px);
  font-weight: 400;
  font-family: Marcellus, "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "メイリオ", serif;
}
@media screen and (max-width: 768px) {
  .p-single__desc__profile .title, .p-single__desc__skin .title {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
  }
}
.p-single__desc__profile .img, .p-single__desc__skin .img {
  width: clamp(100.3px, 8.194vw, 129.8px);
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-single__desc__profile .img, .p-single__desc__skin .img {
    width: clamp(81.6px, 25.6vw, 105.6px);
  }
}
.p-single__desc__profile .data, .p-single__desc__skin .data {
  flex: 1;
  display: flex;
  gap: min(0.278vw, 4.4px);
  flex-direction: column;
  margin: auto;
  padding-left: min(1.111vw, 17.6px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-single__desc__profile .data, .p-single__desc__skin .data {
    gap: min(1.067vw, 4.4px);
    padding-left: min(4.267vw, 17.6px);
  }
}
.p-single__desc__profile .name, .p-single__desc__skin .name {
  font-size: clamp(15.3px, 1.25vw, 19.8px);
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "メイリオ", serif;
}
@media screen and (max-width: 768px) {
  .p-single__desc__profile .name, .p-single__desc__skin .name {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}
.p-single__desc__profile .job, .p-single__desc__skin .job {
  margin-top: min(0.278vw, 4.4px);
  font-size: clamp(11.9px, 0.972vw, 15.4px);
  color: var(--thin);
}
@media screen and (max-width: 768px) {
  .p-single__desc__profile .job, .p-single__desc__skin .job {
    margin-top: min(1.067vw, 4.4px);
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.p-single__desc__skin__list {
  display: flex;
  gap: min(0.833vw, 13.2px);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-single__desc__skin__list {
    gap: min(3.2vw, 13.2px);
  }
}
.p-single__desc__skin__list + .p-single__desc__skin__list {
  margin-top: min(1.111vw, 17.6px);
}
@media screen and (max-width: 768px) {
  .p-single__desc__skin__list + .p-single__desc__skin__list {
    margin-top: min(4.267vw, 17.6px);
  }
}
.p-single__desc__skin .term {
  width: 3em;
  line-height: 1;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "メイリオ", serif;
  font-weight: 400;
  transform: translateY(0.8em);
}
.p-single__desc__skin .desc {
  display: flex;
  flex-wrap: wrap;
  gap: min(0.556vw, 8.8px);
  font-size: clamp(11.9px, 0.972vw, 15.4px);
}
@media screen and (max-width: 768px) {
  .p-single__desc__skin .desc {
    gap: min(2.133vw, 8.8px);
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.p-single__desc__skin .desc span {
  padding: 0.65em 1.25em;
  border-radius: 9999px;
  color: var(--thin);
  background-color: #fff;
}
.p-single__cooperation {
  position: relative;
  padding: min(3.333vw, 52.8px);
  text-align: center;
  font-weight: 400;
  font-size: clamp(20.4px, 1.667vw, 26.4px);
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "メイリオ", serif;
}
@media screen and (max-width: 768px) {
  .p-single__cooperation {
    padding: min(8.533vw, 35.2px);
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.p-single__cooperation::before, .p-single__cooperation::after {
  content: "";
  position: absolute;
  width: min(3.333vw, 52.8px);
  height: min(3.333vw, 52.8px);
}
@media screen and (max-width: 768px) {
  .p-single__cooperation::before, .p-single__cooperation::after {
    width: min(12.8vw, 52.8px);
    height: min(12.8vw, 52.8px);
  }
}
.p-single__cooperation::before {
  content: "";
  top: 0;
  left: 0;
  border-left: 2px solid var(--border);
  border-top: 2px solid var(--border);
}
.p-single__cooperation::after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid var(--border);
  border-right: 2px solid var(--border);
}
.p-single #toc_container {
  margin-bottom: 0;
  padding: min(3.333vw, 52.8px) !important;
  border: none;
  border-radius: 16px;
  box-shadow: 0px 0px 24px 0px rgba(91, 91, 91, 0.12);
}
@media screen and (max-width: 768px) {
  .p-single #toc_container {
    padding: min(6.4vw, 26.4px) !important;
  }
}
.p-single .toc_title {
  margin-bottom: min(1.667vw, 26.4px) !important;
  text-align: left !important;
  font-size: clamp(20.4px, 1.667vw, 26.4px);
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "メイリオ", serif;
  font-weight: 400 !important;
  color: var(--text);
}
@media screen and (max-width: 768px) {
  .p-single .toc_title {
    margin-bottom: min(4.267vw, 17.6px) !important;
    font-size: clamp(17px, 5.333vw, 22px);
  }
}
.p-single .toc_list {
  display: flex;
  flex-direction: column;
  gap: min(0.556vw, 8.8px);
  margin-top: 0;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .p-single .toc_list {
    gap: min(2.133vw, 8.8px);
  }
}
.p-single .toc_list > li {
  list-style: none;
}
@media screen and (min-width: 769px) {
  .p-single .toc_list > li {
    text-indent: min(-1.042vw, -16.5px);
    margin-left: min(1.042vw, 16.5px) !important;
  }
}
@media screen and (max-width: 768px) {
  .p-single .toc_list > li {
    text-indent: min(-4vw, -16.5px);
    margin-left: min(4vw, 16.5px) !important;
  }
}
.p-single .toc_list > li::before {
  content: none;
}
@media screen and (min-width: 769px) {
  .p-single .toc_list > li > ul > li {
    padding-left: min(1.389vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .p-single .toc_list > li > ul > li {
    padding-left: min(5.333vw, 22px);
  }
}
.p-single .toc_list a {
  font-size: clamp(13.6px, 1.111vw, 17.6px);
  color: #837697;
  text-decoration: underline !important;
}
@media screen and (max-width: 768px) {
  .p-single .toc_list a {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
@media screen and (hover: hover) and (min-width: 769px) {
  .p-single .toc_list a:hover {
    text-decoration: none !important;
  }
}
.p-single .toc_list li {
  margin-top: min(0.694vw, 11px);
}
@media screen and (max-width: 768px) {
  .p-single .toc_list li {
    margin-top: min(2.667vw, 11px);
  }
}
.p-single .toc_list li::before {
  content: none;
}
.p-single .toc_number {
  color: var(--text);
  font-size: clamp(13.6px, 1.111vw, 17.6px);
  font-family: Lato, "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.p-single .toc_number::after {
  content: ". ";
  color: var(--text);
}
.p-single__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(0.833vw, 13.2px);
  margin-top: min(5vw, 79.2px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-single__button {
    gap: min(3.2vw, 13.2px);
    margin-top: min(12.8vw, 52.8px);
  }
}
.p-single__button__copy {
  position: relative;
  font-size: clamp(11.9px, 0.972vw, 15.4px);
  color: var(--thin);
}
@media screen and (max-width: 768px) {
  .p-single__button__copy {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.p-single__button__copy::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 1px;
  height: 32px;
  background-color: var(--text);
  transform: translateY(-50%) rotate(-30deg);
}
@media screen and (max-width: 768px) {
  .p-single__button__copy::before {
    height: 27px;
  }
}
.p-single__button__copy::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 1px;
  height: 32px;
  background-color: var(--text);
  transform: translateY(-50%) rotate(30deg);
}
@media screen and (max-width: 768px) {
  .p-single__button__copy::after {
    height: 27px;
  }
}
.p-single div:has(.p-single__goods) + div:has(.p-single__goods) {
  margin-top: min(1.667vw, 26.4px);
}
@media screen and (max-width: 768px) {
  .p-single div:has(.p-single__goods) + div:has(.p-single__goods) {
    margin-top: min(4.267vw, 17.6px);
  }
}
.p-single__goods {
  display: block;
  padding: min(2.222vw, 35.2px);
  border-radius: 16px;
  box-shadow: 0px 0px 24px 0px rgba(91, 91, 91, 0.12);
}
@media screen and (max-width: 768px) {
  .p-single__goods {
    padding: min(6.4vw, 26.4px);
  }
}
.p-single__goods + .p-single__goods {
  margin-top: min(1.667vw, 26.4px);
}
@media screen and (max-width: 768px) {
  .p-single__goods + .p-single__goods {
    margin-top: min(4.267vw, 17.6px);
  }
}
.p-single__goods__wrap {
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-single__goods__wrap {
    align-items: center;
    flex-direction: row-reverse;
    gap: min(2.222vw, 35.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-single__goods__wrap {
    flex-direction: column-reverse;
    gap: min(6.4vw, 26.4px);
  }
}
.p-single__goods__data {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: min(1.667vw, 26.4px);
}
@media screen and (max-width: 768px) {
  .p-single__goods__data {
    gap: min(4.267vw, 17.6px);
  }
}
.p-single__goods h3.p-single__goods__title {
  margin: 0;
  color: var(--text);
  font-size: clamp(17px, 1.389vw, 22px);
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "メイリオ", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-single__goods h3.p-single__goods__title {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.p-single__goods__lead {
  white-space: pre-line;
}
.p-single__goods__thumb {
  position: relative;
  width: clamp(149.6px, 12.222vw, 193.6px);
  aspect-ratio: 176/133;
}
@media screen and (max-width: 768px) {
  .p-single__goods__thumb {
    width: 100%;
  }
}
.p-single__goods__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .p-single__goods .c-button {
    margin-inline: auto;
  }
}
.p-single__user {
  display: flex;
  border-radius: 16px;
  background-color: var(--beige);
}
@media screen and (min-width: 769px) {
  .p-single__user {
    gap: min(2.222vw, 35.2px);
    margin-top: min(5vw, 79.2px);
    padding: min(3.333vw, 52.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-single__user {
    flex-direction: column;
    align-items: center;
    gap: min(6.4vw, 26.4px);
    margin-top: min(12.8vw, 52.8px);
    padding: min(8.533vw, 35.2px);
  }
}
.p-single__user__img {
  width: clamp(102px, 8.333vw, 132px);
}
@media screen and (max-width: 768px) {
  .p-single__user__img {
    width: clamp(102px, 32vw, 132px);
  }
}
.p-single__user__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: min(1.667vw, 26.4px);
}
@media screen and (max-width: 768px) {
  .p-single__user__body {
    gap: min(4.267vw, 17.6px);
  }
}
.p-single__user__title {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-single__user__title {
    flex-direction: column;
    gap: min(1.067vw, 4.4px);
  }
}
.p-single__user__title .name {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "メイリオ", serif;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .p-single__user__title .name {
    margin-right: min(1.111vw, 17.6px);
    padding-right: min(1.111vw, 17.6px);
    font-size: clamp(20.4px, 1.667vw, 26.4px);
    border-right: 1px solid var(--border);
  }
}
@media screen and (max-width: 768px) {
  .p-single__user__title .name {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
  }
}
.p-single__user__title .job {
  color: var(--thin);
}
.p-single__user__links {
  display: flex;
  flex-wrap: wrap;
  gap: min(1.667vw, 26.4px);
}
@media screen and (max-width: 768px) {
  .p-single__user__links {
    justify-content: center;
    gap: min(4.267vw, 17.6px);
  }
}
@media screen and (min-width: 769px) {
  .p-single__user__links .c-button {
    width: min(13.889vw, 220px);
    height: min(3.056vw, 48.4px);
  }
}
@media screen and (min-width: 769px) {
  .p-single__user__links .c-button__text {
    font-size: clamp(11.9px, 0.972vw, 15.4px);
  }
}
.p-single__share {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-single__share {
    margin: min(8.333vw, 132px) 0;
  }
}
@media screen and (max-width: 768px) {
  .p-single__share {
    margin: min(19.2vw, 79.2px) 0;
  }
}
.p-single__share__title {
  position: relative;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.8;
}
.p-single__share ul li {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .p-single__share ul li {
    margin: 0 min(0.694vw, 11px);
    width: min(3.472vw, 55px);
  }
}
@media screen and (max-width: 768px) {
  .p-single__share ul li {
    margin: 0 min(2.667vw, 11px);
    width: min(13.333vw, 55px);
  }
}
.p-single__related {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-single__related {
    width: 100vw;
    margin-top: min(8.333vw, 132px);
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
@media screen and (max-width: 768px) {
  .p-single__related {
    margin-top: min(19.2vw, 79.2px);
  }
}

.wp-editor {
  margin-top: min(8.333vw, 132px);
}
@media screen and (max-width: 768px) {
  .wp-editor {
    margin-top: min(19.2vw, 79.2px);
  }
}
@media screen and (min-width: 769px) {
  .wp-editor > * + * {
    margin-top: min(3.333vw, 52.8px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor > * + * {
    margin-top: min(8.533vw, 35.2px);
  }
}
.wp-editor h1, .wp-editor h2, .wp-editor h3, .wp-editor h4, .wp-editor h5, .wp-editor h6 {
  position: relative;
  line-height: 1.8;
  font-weight: 400 !important;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "メイリオ", serif;
}
.wp-editor h1 strong, .wp-editor h2 strong, .wp-editor h3 strong, .wp-editor h4 strong, .wp-editor h5 strong, .wp-editor h6 strong {
  font-weight: 400 !important;
}
.wp-editor h2 {
  padding-left: 0.8em;
}
@media screen and (min-width: 769px) {
  .wp-editor h2 {
    margin-top: min(8.333vw, 132px);
    margin-bottom: min(5vw, 79.2px);
    font-size: clamp(27.2px, 2.222vw, 35.2px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor h2 {
    margin-top: min(19.2vw, 79.2px);
    margin-bottom: min(12.8vw, 52.8px);
    font-size: clamp(20.4px, 6.4vw, 26.4px);
  }
}
.wp-editor h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: var(--green);
}
@media screen and (min-width: 769px) {
  .wp-editor h3 {
    margin-top: min(5vw, 79.2px);
    margin-bottom: min(3.333vw, 52.8px);
    font-size: clamp(23.8px, 1.944vw, 30.8px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor h3 {
    margin-top: min(12.8vw, 52.8px);
    margin-bottom: min(8.533vw, 35.2px);
    font-size: clamp(17px, 5.333vw, 22px);
  }
}
.wp-editor h4 {
  color: var(--green);
}
@media screen and (min-width: 769px) {
  .wp-editor h4 {
    margin-top: min(3.889vw, 61.6px);
    margin-bottom: min(3.333vw, 52.8px);
    font-size: clamp(20.4px, 1.667vw, 26.4px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor h4 {
    margin-top: min(10.667vw, 44px);
    margin-bottom: min(8.533vw, 35.2px);
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}
.wp-editor figcaption {
  margin-top: 0.5em;
  color: var(--thin);
}
.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(--base);
  text-decoration: underline;
}
@media (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 mark {
  background-image: linear-gradient(transparent 65%, #94D2C0 65%);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: var(--text);
}
.wp-editor strong {
  font-weight: 700;
}
.wp-editor em {
  font-style: italic;
}
@media screen and (min-width: 769px) {
  .wp-editor small {
    font-size: clamp(10.2px, 0.833vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor small {
    font-size: clamp(9.35px, 2.933vw, 12.1px);
  }
}
.wp-editor blockquote {
  width: 100%;
  position: relative;
  background-color: var(--beige);
}
@media screen and (min-width: 769px) {
  .wp-editor blockquote {
    padding: min(3.333vw, 52.8px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor blockquote {
    padding: min(6.4vw, 26.4px);
  }
}
.wp-editor ul > *:first-child {
  margin-top: 0;
}
.wp-editor ul > *:last-child {
  margin-bottom: 0;
}
.wp-editor ul li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .wp-editor ul li {
    padding-left: min(1.389vw, 22px);
    margin-bottom: min(0.694vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor ul li {
    padding-left: min(4vw, 16.5px);
    margin-bottom: min(2.667vw, 11px);
  }
}
.wp-editor ul li::before {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 50%;
  background-color: var(--green);
}
@media screen and (min-width: 769px) {
  .wp-editor ul li::before {
    width: min(0.417vw, 6.6px);
    height: min(0.417vw, 6.6px);
    top: min(0.833vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor ul li::before {
    width: min(1.6vw, 6.6px);
    height: min(1.6vw, 6.6px);
    top: min(2.667vw, 11px);
  }
}
.wp-editor ol > *:first-child {
  margin-top: 0;
}
.wp-editor ol > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .wp-editor ol {
    padding-left: min(0.903vw, 14.3px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor ol {
    padding-left: min(3.467vw, 14.3px);
  }
}
.wp-editor ol li {
  list-style-type: decimal;
  position: relative;
}
@media screen and (min-width: 769px) {
  .wp-editor ol li {
    padding-left: min(0.486vw, 7.7px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor ol li {
    padding-left: min(4vw, 16.5px);
  }
}
.wp-editor ol li::marker {
  font-family: Lato, "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.wp-editor table {
  width: 100%;
  table-layout: fixed;
}
.wp-editor table th, .wp-editor table td {
  text-align: left;
  overflow-wrap: break-word;
  border-color: var(--border);
}
@media screen and (min-width: 769px) {
  .wp-editor table th, .wp-editor table td {
    padding: min(5.333vw, 22px) min(6.667vw, 27.5px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor table th, .wp-editor table td {
    padding: min(5.333vw, 22px) min(6.667vw, 27.5px);
  }
}
@media screen and (min-width: 769px) {
  .wp-editor table td {
    min-width: min(10.069vw, 159.5px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor table td {
    min-width: min(10.069vw, 159.5px);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor table td {
    min-width: min(26.667vw, 110px);
  }
}
.wp-editor table th {
  background-color: var(--beige);
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .wp-editor table th {
    width: min(9.722vw, 154px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor table th {
    vertical-align: middle;
    width: min(37.333vw, 154px);
  }
}
.wp-editor table tr:not(:last-child) {
  border-bottom: var(--border) solid 1px;
}
.wp-editor img, .wp-editor img[width], .wp-editor img[height] {
  max-width: 100%;
}
.wp-editor img {
  max-width: 100%;
  display: block;
}
@media screen and (max-width: 540px) {
  .wp-editor img {
    width: 100%;
  }
}
.wp-editor .wp-block-embed-youtube {
  aspect-ratio: 16/9;
}
.wp-editor .wp-block-embed-youtube .wp-block-embed__wrapper {
  width: 100%;
  height: 100%;
}
.wp-editor .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wp-editor .wp-block-quote p {
  margin-top: 0;
}

.p-top__main {
  margin-top: 0;
}
.p-top__main > * + *:not(.p-top-fv, .p-top-column) {
  padding: min(8.333vw, 132px) 0;
}
@media screen and (max-width: 768px) {
  .p-top__main > * + *:not(.p-top-fv, .p-top-column) {
    padding: min(19.2vw, 79.2px) 0;
  }
}

.p-top-fv__bg {
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
.p-top-fv__bg-video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-top-fv__wrap {
  position: relative;
  aspect-ratio: 9/5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: min(6.667vw, 105.6px);
  max-width: min(100vw, 1584px);
  margin-inline: auto;
  padding: 0 min(8.333vw, 132px);
}
@media screen and (max-width: 768px) {
  .p-top-fv__wrap {
    aspect-ratio: auto;
    align-items: center;
    row-gap: min(12.8vw, 52.8px);
    margin-inline: auto;
    padding: 53.3333333333vmin min(6.4vw, 26.4px) 59.4666666667vmin;
  }
}
.p-top-fv__logo {
  width: min(39.514vw, 625.9px);
}
@media screen and (max-width: 768px) {
  .p-top-fv__logo {
    width: clamp(min(59.467vw, 245.3px), 59.4666666667vw, 320px);
  }
}
.p-top-fv__text {
  position: absolute;
  top: min(13.056vw, 206.8px);
  right: min(8.333vw, 132px);
  width: clamp(125.8px, 10.278vw, 162.8px);
}
@media screen and (max-width: 768px) {
  .p-top-fv__text {
    position: static;
    order: -1;
    width: clamp(min(80vw, 330px), 80vw, 400px);
  }
}
.p-top-fv__text .hide {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.p-top-fv__scroll {
  position: absolute;
  left: min(5.556vw, 88px);
  bottom: 0;
  width: 29px;
}
@media screen and (max-width: 768px) {
  .p-top-fv__scroll {
    left: min(5.867vw, 24.2px);
    width: clamp(min(5.867vw, 24.2px), 5.8666666667vw, 34px);
  }
}
.p-top-fv__scroll-line {
  animation: scrollLineGrow 1.85s ease-in-out infinite;
  /* Safari用のプレフィックスを追加 */
  -webkit-animation: scrollLineGrow 1.85s ease-in-out infinite;
}
.p-top-fv__sns {
  position: absolute;
  right: min(1.667vw, 26.4px);
  bottom: min(1.667vw, 26.4px);
  display: flex;
  flex-direction: column;
  gap: min(0.556vw, 8.8px);
  min-width: clamp(117.3px, 9.583vw, 151.8px);
  width: max-content;
}
@media screen and (max-width: 919px) {
  .p-top-fv__sns {
    display: none;
  }
}
.p-top-fv__sns__btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: min(0.556vw, 8.8px);
  width: 100%;
  padding: 0.8em 1.5em;
  color: var(--base);
  font-size: clamp(10.2px, 0.833vw, 13.2px);
  font-family: Lato, "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  border-radius: 9999px;
  background-color: #fff;
}
.p-top-fv__sns__btn.--green {
  color: var(--green);
}
.p-top-fv__sns svg {
  width: clamp(20.4px, 1.667vw, 26.4px);
  fill: currentColor;
}
.p-top-fv .c-button {
  font-family: Marcellus, "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "メイリオ", serif;
}

.p-top-pickup {
  position: relative;
}
.p-top-pickup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(117, 180, 163, 0) 0%, rgba(117, 180, 163, 0.3) 20%);
}
.p-top-pickup .l-inner {
  position: relative;
}
.p-top-pickup__item {
  display: flex;
  border-radius: 16px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 24px 0px rgba(91, 91, 91, 0.12);
}
@media screen and (max-width: 768px) {
  .p-top-pickup__item {
    flex-direction: column;
  }
}
.p-top-pickup__image {
  position: relative;
  aspect-ratio: 4/3;
  width: min(33.333vw, 528px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-pickup__image {
    width: 100%;
  }
}
.p-top-pickup__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-top-pickup__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: min(2.222vw, 35.2px);
  padding: min(3.333vw, 52.8px);
}
@media screen and (max-width: 768px) {
  .p-top-pickup__body {
    align-items: center;
    row-gap: min(4.267vw, 17.6px);
    padding: min(6.4vw, 26.4px) min(6.4vw, 26.4px) min(8.533vw, 35.2px);
  }
}
.p-top-pickup__body-title {
  width: 100%;
  font-size: clamp(27.2px, 2.222vw, 35.2px);
  font-weight: 400;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "メイリオ", serif;
}
@media screen and (max-width: 768px) {
  .p-top-pickup__body-title {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}
.p-top-pickup__container {
  position: absolute;
  top: 0;
  right: min(8.333vw, 132px);
  transform: translateY(16%);
}
@media screen and (max-width: 768px) {
  .p-top-pickup__container {
    position: static;
    width: 100%;
    transform: none;
  }
}
.p-top-pickup .swiper {
  position: static;
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-pickup .swiper {
    position: relative;
    visibility: visible;
  }
}
.p-top-pickup .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-top-pickup .swiper-pagination {
    justify-content: flex-end;
    margin-top: min(8.533vw, 35.2px);
  }
}
.p-top-pickup .swiper-pagination .custom-pagination-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.p-top-pickup .swiper-pagination .custom-pagination-item:hover {
  opacity: 0.8;
}
.p-top-pickup .swiper-pagination .custom-pagination-item .pagination-number {
  padding: 0.8em;
  font-size: clamp(17px, 1.389vw, 22px);
  font-family: Marcellus, "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "メイリオ", serif;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-top-pickup .swiper-pagination .custom-pagination-item .pagination-number {
    padding: 0.5em;
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 540px) {
  .p-top-pickup .swiper-pagination .custom-pagination-item .pagination-number {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.p-top-pickup .swiper-pagination .custom-pagination-item .pagination-line {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #fff;
  overflow: hidden;
}
.p-top-pickup .swiper-pagination .custom-pagination-item .pagination-line .pagination-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: var(--base);
  transition: width 4000ms linear;
}
.p-top-pickup .swiper-pagination .custom-pagination-item.active .pagination-number {
  color: var(--base);
  font-weight: 500;
}
.p-top-pickup .swiper-pagination .custom-pagination-item.active .pagination-line {
  background-color: #fff;
}

.p-top-renewal {
  background-color: var(--beige, #FAF8F3);
}
@media screen and (max-width: 768px) {
  .p-top-renewal .l-inner {
    display: flex;
    flex-direction: column;
  }
}
.p-top-renewal__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-renewal__content {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 769px) {
  .p-top-renewal__body {
    padding-left: min(3.333vw, 52.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-top-renewal__body {
    justify-items: center;
    padding-top: min(8.533vw, 35.2px);
  }
}
.p-top-renewal__body-text {
  width: 100%;
}
.p-top-renewal__body-text > * + * {
  margin-top: 1.5em;
}
.p-top-column {
  padding: min(12.222vw, 193.6px) 0;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-column {
    padding-top: min(19.2vw, 79.2px);
  }
}
@media screen and (min-width: 769px) {
  .p-top-column__wrap {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .p-top-column__heading {
    width: min(41.667vw, 660px);
  }
}
.p-top-column__desc > * + * {
  margin-top: 1.5em;
}
.p-top-column__slider {
  position: relative;
  flex: 1;
  margin-top: min(-1.389vw, -22px);
  margin-left: min(3.333vw, 52.8px);
}
@media screen and (max-width: 768px) {
  .p-top-column__slider {
    margin-top: min(7.467vw, 30.8px);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.p-top-column__slider-area {
  width: 46.8055555556vw;
  padding: 20px;
  padding-bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-column__slider-area {
    width: 100%;
    padding: 0;
  }
}
.p-top-column .swiper {
  overflow: visible;
}
@media screen and (min-width: 769px) {
  .p-top-column .swiper-slide {
    width: 26.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-column .swiper-slide {
    width: 100%;
    padding: 20px 6.4vw;
  }
}
.p-top-column .swiper-slide-prev .c-card {
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  .p-top-column .swiper-pagination {
    justify-content: flex-start;
    margin-top: min(1.667vw, 26.4px);
    margin-left: min(11.667vw, 184.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-top-column .swiper-pagination {
    margin-top: 0;
  }
}
.p-top-column .swiper-pagination-bullet {
  background-color: #D9D9D9;
}
.p-top-column .swiper-pagination-bullet-active {
  background-color: var(--base);
}
@media screen and (min-width: 769px) {
  .p-top-column .swiper-button-prev, .p-top-column .swiper-button-next {
    display: none;
  }
}
.p-top-column .swiper-button-prev {
  left: -15px;
}
.p-top-column .swiper-button-next {
  right: -15px;
}

.p-top-bescos {
  background-color: var(--beige, #FAF8F3);
}
@media screen and (max-width: 768px) {
  .p-top-bescos .l-inner {
    display: flex;
    flex-direction: column;
  }
}

.p-top-cta {
  position: relative;
  width: 100%;
  padding-top: min(8.333vw, 132px);
  background-color: var(--beige, #FAF8F3);
}
@media screen and (max-width: 768px) {
  .p-top-cta {
    padding-top: min(19.2vw, 79.2px);
  }
}
.p-top-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(14.931vw, 236.5px);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-cta::before {
    height: min(104.533vw, 431.2px);
  }
}
.p-top-cta__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: min(3.333vw, 52.8px);
  width: 100%;
  padding: min(5vw, 79.2px);
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(94deg, var(--color-green_94D2C0, #94D2C0) 3.51%, var(--color-green_75B4A3, #75B4A3) 96.49%);
}
@media screen and (max-width: 768px) {
  .p-top-cta__content {
    gap: min(8.533vw, 35.2px);
    flex-direction: column;
    padding: min(12.8vw, 52.8px) min(6.4vw, 26.4px);
  }
}
.p-top-cta__body {
  color: #fff;
}
.p-top-cta__title {
  margin-bottom: min(1.667vw, 26.4px);
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "メイリオ", serif;
  font-size: clamp(27.2px, 2.222vw, 35.2px);
}
@media screen and (max-width: 768px) {
  .p-top-cta__title {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
    margin-bottom: 1em;
  }
}

/**
 * オープニングアニメーション
 */
.js-op {
  position: relative;
}
.js-op::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}
.js-op.is-loaded::before {
  opacity: 0;
}

.js-op .js-fv {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.54, 0.05, 0.16, 0.67);
}
.js-op .js-fv.is-fadein {
  opacity: 1;
}

@keyframes scrollLineGrow {
  0% {
    stroke-dasharray: 0 65;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 65 65;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 65 65;
    stroke-dashoffset: -65;
  }
}
/* Safari用のWebkitプレフィックス付きキーフレーム */
.p-about__main {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .p-about__main > * {
    padding: min(8.333vw, 132px) 0;
  }
}
@media screen and (max-width: 768px) {
  .p-about__main > * {
    padding: min(19.2vw, 79.2px) 0;
  }
}
.p-about__main > *:not(.p-about__fv) {
  background-color: #fff;
}
.p-about__fv {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-about__fv {
    padding-top: min(14.722vw, 233.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-about__fv {
    padding-top: min(32vw, 132px);
  }
}
.p-about__fv__wrap {
  display: flex;
  flex-direction: column;
  gap: min(5vw, 79.2px) 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about__fv__wrap {
    gap: min(12.8vw, 52.8px) 0;
  }
}
.p-about__fv h1 {
  font-family: Marcellus, "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "メイリオ", serif;
  font-size: clamp(51px, 4.167vw, 66px);
  font-weight: 400;
  color: var(--text-text-cl, var(--color-black_5B5B5B, #5B5B5B));
}
@media screen and (max-width: 768px) {
  .p-about__fv h1 {
    font-size: clamp(30.6px, 9.6vw, 39.6px);
  }
}
.p-about__fv__text {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-about__fv__text {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.p-about__fv__text > * {
  word-break: keep-all;
  /* 長い単語でも折り返し可能に */
  overflow-wrap: anywhere;
}
.p-about__fv__text > * + * {
  margin-top: 2em;
}
.p-about__fv__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: auto;
  min-height: 100vh;
  aspect-ratio: 4/3;
}
.p-about__fv__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: none;
}
@media screen and (min-width: 769px) {
  .p-about__fv__bg img {
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-about__fv__bg img {
    bottom: 0;
    left: 50%;
    object-fit: none;
    transform: translate(-50%, 0);
  }
}
.p-about__intro__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: min(2.778vw, 44px);
}
@media screen and (max-width: 768px) {
  .p-about__intro__wrap {
    flex-direction: column-reverse;
    gap: min(8.533vw, 35.2px);
  }
}
@media screen and (min-width: 769px) {
  .p-about__intro__img {
    width: min(41.667vw, 660px);
  }
}
.p-about__intro__desc {
  flex: 1;
}
.p-about__intro__name {
  margin-bottom: min(3.333vw, 52.8px);
  font-weight: 400;
  font-size: clamp(30.6px, 2.5vw, 39.6px);
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "メイリオ", serif;
}
@media screen and (max-width: 768px) {
  .p-about__intro__name {
    margin-bottom: min(8.533vw, 35.2px);
    font-size: clamp(20.4px, 6.4vw, 26.4px);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1280px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-flex-ai-start {
    align-items: flex-start;
  }
  .d-lg-flex-ai-end {
    align-items: flex-end;
  }
  .d-lg-flex-ai-center {
    align-items: center;
  }
  .d-lg-flex-jc-start {
    justify-content: flex-start;
  }
  .d-lg-flex-jc-end {
    justify-content: flex-end;
  }
  .d-lg-flex-jc-center {
    justify-content: center;
  }
  .d-lg-flex-jc-between {
    justify-content: space-between;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  table.d-lg-inline-block, table.d-lg-block {
    display: table !important;
  }
  table th.d-lg-inline-block, table th.d-lg-block,
  table td.d-lg-inline-block,
  table td.d-lg-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 919px) {
  .d-tb-none {
    display: none !important;
  }
  .d-tb-inline {
    display: inline !important;
  }
  .d-tb-inline-block {
    display: inline-block !important;
  }
  .d-tb-block {
    display: block !important;
  }
  .d-tb-table {
    display: table !important;
  }
  .d-tb-table-row {
    display: table-row !important;
  }
  .d-tb-table-cell {
    display: table-cell !important;
  }
  .d-tb-flex {
    display: flex !important;
  }
  .d-tb-flex-ai-start {
    align-items: flex-start;
  }
  .d-tb-flex-ai-end {
    align-items: flex-end;
  }
  .d-tb-flex-ai-center {
    align-items: center;
  }
  .d-tb-flex-jc-start {
    justify-content: flex-start;
  }
  .d-tb-flex-jc-end {
    justify-content: flex-end;
  }
  .d-tb-flex-jc-center {
    justify-content: center;
  }
  .d-tb-flex-jc-between {
    justify-content: space-between;
  }
  .d-tb-inline-flex {
    display: inline-flex !important;
  }
  table.d-tb-inline-block, table.d-tb-block {
    display: table !important;
  }
  table th.d-tb-inline-block, table th.d-tb-block,
  table td.d-tb-inline-block,
  table td.d-tb-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-flex-ai-start {
    align-items: flex-start;
  }
  .d-md-flex-ai-end {
    align-items: flex-end;
  }
  .d-md-flex-ai-center {
    align-items: center;
  }
  .d-md-flex-jc-start {
    justify-content: flex-start;
  }
  .d-md-flex-jc-end {
    justify-content: flex-end;
  }
  .d-md-flex-jc-center {
    justify-content: center;
  }
  .d-md-flex-jc-between {
    justify-content: space-between;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  table.d-md-inline-block, table.d-md-block {
    display: table !important;
  }
  table th.d-md-inline-block, table th.d-md-block,
  table td.d-md-inline-block,
  table td.d-md-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 540px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-flex-ai-start {
    align-items: flex-start;
  }
  .d-sm-flex-ai-end {
    align-items: flex-end;
  }
  .d-sm-flex-ai-center {
    align-items: center;
  }
  .d-sm-flex-jc-start {
    justify-content: flex-start;
  }
  .d-sm-flex-jc-end {
    justify-content: flex-end;
  }
  .d-sm-flex-jc-center {
    justify-content: center;
  }
  .d-sm-flex-jc-between {
    justify-content: space-between;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  table.d-sm-inline-block, table.d-sm-block {
    display: table !important;
  }
  table th.d-sm-inline-block, table th.d-sm-block,
  table td.d-sm-inline-block,
  table td.d-sm-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 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(6.944vw, 110px);
}
.u-mt-120 {
  margin-top: min(8.333vw, 132px);
}
.u-mt-160 {
  margin-top: min(11.111vw, 176px);
}
.u-mt-200 {
  margin-top: min(13.889vw, 220px);
}
@media screen and (max-width: 768px) {
  .u-mt-100 {
    margin-top: min(26.667vw, 110px);
  }
  .u-mt-120 {
    margin-top: min(32vw, 132px);
  }
  .u-mt-160 {
    margin-top: min(42.667vw, 176px);
  }
  .u-mt-200 {
    margin-top: min(53.333vw, 220px);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .u-wid-md-10 {
    width: min(0.694vw, 11px) !important;
    min-width: min(0.694vw, 11px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-10 {
    width: min(2.667vw, 11px) !important;
    min-width: min(2.667vw, 11px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-20 {
    width: min(1.389vw, 22px) !important;
    min-width: min(1.389vw, 22px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-20 {
    width: min(5.333vw, 22px) !important;
    min-width: min(5.333vw, 22px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-30 {
    width: min(2.083vw, 33px) !important;
    min-width: min(2.083vw, 33px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-30 {
    width: min(8vw, 33px) !important;
    min-width: min(8vw, 33px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-40 {
    width: min(2.778vw, 44px) !important;
    min-width: min(2.778vw, 44px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-40 {
    width: min(10.667vw, 44px) !important;
    min-width: min(10.667vw, 44px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-50 {
    width: min(3.472vw, 55px) !important;
    min-width: min(3.472vw, 55px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-50 {
    width: min(13.333vw, 55px) !important;
    min-width: min(13.333vw, 55px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-60 {
    width: min(4.167vw, 66px) !important;
    min-width: min(4.167vw, 66px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-60 {
    width: min(16vw, 66px) !important;
    min-width: min(16vw, 66px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-70 {
    width: min(4.861vw, 77px) !important;
    min-width: min(4.861vw, 77px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-70 {
    width: min(18.667vw, 77px) !important;
    min-width: min(18.667vw, 77px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-80 {
    width: min(5.556vw, 88px) !important;
    min-width: min(5.556vw, 88px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-80 {
    width: min(21.333vw, 88px) !important;
    min-width: min(21.333vw, 88px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-90 {
    width: min(6.25vw, 99px) !important;
    min-width: min(6.25vw, 99px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-90 {
    width: min(24vw, 99px) !important;
    min-width: min(24vw, 99px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-100 {
    width: min(6.944vw, 110px) !important;
    min-width: min(6.944vw, 110px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-100 {
    width: min(26.667vw, 110px) !important;
    min-width: min(26.667vw, 110px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-110 {
    width: min(7.639vw, 121px) !important;
    min-width: min(7.639vw, 121px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-110 {
    width: min(29.333vw, 121px) !important;
    min-width: min(29.333vw, 121px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-120 {
    width: min(8.333vw, 132px) !important;
    min-width: min(8.333vw, 132px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-120 {
    width: min(32vw, 132px) !important;
    min-width: min(32vw, 132px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-130 {
    width: min(9.028vw, 143px) !important;
    min-width: min(9.028vw, 143px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-130 {
    width: min(34.667vw, 143px) !important;
    min-width: min(34.667vw, 143px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-140 {
    width: min(9.722vw, 154px) !important;
    min-width: min(9.722vw, 154px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-140 {
    width: min(37.333vw, 154px) !important;
    min-width: min(37.333vw, 154px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-150 {
    width: min(10.417vw, 165px) !important;
    min-width: min(10.417vw, 165px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-150 {
    width: min(40vw, 165px) !important;
    min-width: min(40vw, 165px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-160 {
    width: min(11.111vw, 176px) !important;
    min-width: min(11.111vw, 176px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-160 {
    width: min(42.667vw, 176px) !important;
    min-width: min(42.667vw, 176px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-170 {
    width: min(11.806vw, 187px) !important;
    min-width: min(11.806vw, 187px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-170 {
    width: min(45.333vw, 187px) !important;
    min-width: min(45.333vw, 187px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-180 {
    width: min(12.5vw, 198px) !important;
    min-width: min(12.5vw, 198px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-180 {
    width: min(48vw, 198px) !important;
    min-width: min(48vw, 198px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-190 {
    width: min(13.194vw, 209px) !important;
    min-width: min(13.194vw, 209px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-190 {
    width: min(50.667vw, 209px) !important;
    min-width: min(50.667vw, 209px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-200 {
    width: min(13.889vw, 220px) !important;
    min-width: min(13.889vw, 220px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-200 {
    width: min(53.333vw, 220px) !important;
    min-width: min(53.333vw, 220px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-210 {
    width: min(14.583vw, 231px) !important;
    min-width: min(14.583vw, 231px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-210 {
    width: min(56vw, 231px) !important;
    min-width: min(56vw, 231px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-220 {
    width: min(15.278vw, 242px) !important;
    min-width: min(15.278vw, 242px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-220 {
    width: min(58.667vw, 242px) !important;
    min-width: min(58.667vw, 242px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-230 {
    width: min(15.972vw, 253px) !important;
    min-width: min(15.972vw, 253px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-230 {
    width: min(61.333vw, 253px) !important;
    min-width: min(61.333vw, 253px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-240 {
    width: min(16.667vw, 264px) !important;
    min-width: min(16.667vw, 264px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-240 {
    width: min(64vw, 264px) !important;
    min-width: min(64vw, 264px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-250 {
    width: min(17.361vw, 275px) !important;
    min-width: min(17.361vw, 275px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-250 {
    width: min(66.667vw, 275px) !important;
    min-width: min(66.667vw, 275px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-260 {
    width: min(18.056vw, 286px) !important;
    min-width: min(18.056vw, 286px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-260 {
    width: min(69.333vw, 286px) !important;
    min-width: min(69.333vw, 286px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-270 {
    width: min(18.75vw, 297px) !important;
    min-width: min(18.75vw, 297px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-270 {
    width: min(72vw, 297px) !important;
    min-width: min(72vw, 297px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-280 {
    width: min(19.444vw, 308px) !important;
    min-width: min(19.444vw, 308px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-280 {
    width: min(74.667vw, 308px) !important;
    min-width: min(74.667vw, 308px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-290 {
    width: min(20.139vw, 319px) !important;
    min-width: min(20.139vw, 319px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-290 {
    width: min(77.333vw, 319px) !important;
    min-width: min(77.333vw, 319px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-300 {
    width: min(20.833vw, 330px) !important;
    min-width: min(20.833vw, 330px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-300 {
    width: min(80vw, 330px) !important;
    min-width: min(80vw, 330px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-310 {
    width: min(21.528vw, 341px) !important;
    min-width: min(21.528vw, 341px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-310 {
    width: min(82.667vw, 341px) !important;
    min-width: min(82.667vw, 341px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-320 {
    width: min(22.222vw, 352px) !important;
    min-width: min(22.222vw, 352px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-320 {
    width: min(85.333vw, 352px) !important;
    min-width: min(85.333vw, 352px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-330 {
    width: min(22.917vw, 363px) !important;
    min-width: min(22.917vw, 363px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-330 {
    width: min(88vw, 363px) !important;
    min-width: min(88vw, 363px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-340 {
    width: min(23.611vw, 374px) !important;
    min-width: min(23.611vw, 374px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-340 {
    width: min(90.667vw, 374px) !important;
    min-width: min(90.667vw, 374px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-350 {
    width: min(24.306vw, 385px) !important;
    min-width: min(24.306vw, 385px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-350 {
    width: min(93.333vw, 385px) !important;
    min-width: min(93.333vw, 385px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-360 {
    width: min(25vw, 396px) !important;
    min-width: min(25vw, 396px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-360 {
    width: min(96vw, 396px) !important;
    min-width: min(96vw, 396px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-370 {
    width: min(25.694vw, 407px) !important;
    min-width: min(25.694vw, 407px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-370 {
    width: min(98.667vw, 407px) !important;
    min-width: min(98.667vw, 407px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-380 {
    width: min(26.389vw, 418px) !important;
    min-width: min(26.389vw, 418px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-380 {
    width: min(101.333vw, 418px) !important;
    min-width: min(101.333vw, 418px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-390 {
    width: min(27.083vw, 429px) !important;
    min-width: min(27.083vw, 429px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-390 {
    width: min(104vw, 429px) !important;
    min-width: min(104vw, 429px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-400 {
    width: min(27.778vw, 440px) !important;
    min-width: min(27.778vw, 440px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-400 {
    width: min(106.667vw, 440px) !important;
    min-width: min(106.667vw, 440px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-10per {
    width: 10% !important;
    min-width: 10% !important;
  }
  .u-wid-md-20per {
    width: 20% !important;
    min-width: 20% !important;
  }
  .u-wid-md-30per {
    width: 30% !important;
    min-width: 30% !important;
  }
  .u-wid-md-40per {
    width: 40% !important;
    min-width: 40% !important;
  }
  .u-wid-md-50per {
    width: 50% !important;
    min-width: 50% !important;
  }
  .u-wid-md-60per {
    width: 60% !important;
    min-width: 60% !important;
  }
  .u-wid-md-70per {
    width: 70% !important;
    min-width: 70% !important;
  }
  .u-wid-md-80per {
    width: 80% !important;
    min-width: 80% !important;
  }
  .u-wid-md-90per {
    width: 90% !important;
    min-width: 90% !important;
  }
  .u-wid-md-100per {
    width: 100% !important;
    min-width: 100% !important;
  }
}
@media (hover: hover) {
  .u-hover {
    opacity: 1 !important;
  }
  .u-hover:hover .u-hover__img {
    transform: scale(1.1);
  }
  .u-hover:hover .u-hover__slot span {
    transform: translateY(-100%);
  }
  .u-hover:hover .c-button__icon {
    transform: translateX(100%);
  }
}
.u-hover__slot {
  position: relative;
  overflow: hidden;
}
.u-hover__slot span {
  transition: transform 0.75s cubic-bezier(0.47, 0.34, 0.29, 1.01);
}
.u-hover__slot span::before {
  content: attr(data-text) "";
  position: absolute;
  top: 50%;
  transform: translateY(50%);
}