/* =========================================================

Foundation

========================================================= */
/* design-width */
/* color */
/* color font */
/* color link */
/* color border */
/* color background */
/* color sns */
/* breakpoint */
/* font-size */
/* max-width */
/* site-padding */
/* header-height */
/* nav-width */
/* font-family */
/* icon-size */
/* line-height */
/* letter-spacing */
/* margin */
/* duration */
/* cubic-bezier */
/* $easeInSine: cubic-bezier(0.47, 0, 0.745, 0.715);
$easeOutSine: cubic-bezier(0.39, 0.575, 0.565, 1);
$easeInOutSine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
$easeInQuad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
$easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
$easeInOutQuad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
$easeInCubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
$easeOutCubic: cubic-bezier(0.215, 0.61, 0.355, 1);
$easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1);
$easeInQuart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
$easeOutQuart: cubic-bezier(0.165, 0.84, 0.44, 1);
$easeInOutQuart: cubic-bezier(0.77, 0, 0.175, 1);
$easeInQuint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
$easeOutQuint: cubic-bezier(0.23, 1, 0.32, 1);
$easeInOutQuint: cubic-bezier(0.86, 0, 0.07, 1);
$easeInExpo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
$easeOutExpo: cubic-bezier(0.19, 1, 0.22, 1);
$easeInOutExpo: cubic-bezier(1, 0, 0, 1);
$easeInCirc: cubic-bezier(0.6, 0.04, 0.98, 0.335);
$easeOutCirc: cubic-bezier(0.075, 0.82, 0.165, 1);
$easeInOutCirc: cubic-bezier(0.785, 0.135, 0.15, 0.86);
$easeInBack: cubic-bezier(0.6, -0.28, 0.735, 0.045);
$easeOutBack: cubic-bezier(0.175, 0.885, 0.32, 1.275);
$easeInOutBack: cubic-bezier(0.68, -0.55, 0.265, 1.55); */
/* =========================================================

 custom property

========================================================= */
:root {
  --color-primary: #e8324a;
  --color-secondary: #000;
  --color-font-primary: #000;
  --color-font-secondary: #fff;
}

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
}

/* form */
input, button, select, textarea {
  font: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  appearance: none;
  appearance: none;
}

/******************************************************************************

* BASIC

*******************************************************************************/
html {
  font-size: clamp(10px, 0.6944444444vw, 12px);
}
html.is-modal-show {
  overflow: hidden;
}
html.is-video-start {
  overflow: hidden;
}
@media (max-width: 1024px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
  white-space: normal;
  word-wrap: break-word;
  color: var(--color-font-primary);
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.is-unscroll body {
  overflow: hidden;
}
.has-scroll-smooth body {
  overflow: hidden;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #000;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a:focus {
  text-decoration: none;
}
@media (max-width: 1024px) {
  a {
    -webkit-transition: none;
    transition: none;
  }
}

a, a:focus, a:active, a:hover, a:visited, :focus, :active, :hover, :visited {
  text-decoration: none;
  outline: none !important;
}

blockquote {
  margin: 0;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

button[disabled], html input[disabled] {
  cursor: default;
}

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

/* =========================================================

Layout

========================================================= */
.l-container, .c-section__inner {
  max-width: 108rem;
  margin: 0 auto;
  padding-right: 5rem;
  padding-left: 5rem;
}
.l-container--fit {
  max-width: 100%;
}
.l-container--lg {
  max-width: 192rem;
}
.l-container--md {
  max-width: 160rem;
}
.l-container--sm {
  max-width: 88rem;
}
.l-container--xs {
  max-width: 90rem;
}
@media (max-width: 1024px) {
  .l-container, .c-section__inner {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .l-container, .c-section__inner {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.l-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* ================================================
.l-header
================================================ */
.l-header {
  position: absolute;
  z-index: 75000;
  width: 100%;
  -webkit-transition: all 3.5s cubic-bezier(0.11, 0, 0.5, 0) 2.5s;
  transition: all 3.5s cubic-bezier(0.11, 0, 0.5, 0) 2.5s;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  opacity: 0;
}
.is-page-loaded .l-header {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 16.6666666667vw;
  -webkit-transition: 0.01s;
  transition: 0.01s;
}
@media (max-width: 1024px) {
  .l-header__inner {
    height: 23.4375vw;
  }
}
@media (max-width: 767px) {
  .l-header__inner {
    height: 37.3333333333vw;
  }
}

.l-header__logo {
  width: 19.4444444444vw;
}
@media (max-width: 1024px) {
  .l-header__logo {
    width: 28.6458333333vw;
  }
}
@media (max-width: 767px) {
  .l-header__logo {
    width: 48vw;
  }
}

/* ================================================
.l-footer
================================================ */
.l-footer {
  position: relative;
  z-index: 1000;
  padding: 2rem 0 2rem;
  text-align: center;
  background-color: var(--color-primary);
}
@media (max-width: 1024px) {
  .l-footer {
    padding: 1.5rem 0 1.5rem;
  }
}
@media (max-width: 767px) {
  .l-footer {
    padding: 1rem 0 1rem;
  }
}

.l-main {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.is-lower .l-main {
  padding-top: 10rem;
}
@media (max-width: 1024px) {
  .is-lower .l-main {
    padding-top: 11rem;
  }
}
@media (max-width: 767px) {
  .is-lower .l-main {
    padding-top: 8rem;
  }
}

/* ================================================
.l-content__header
================================================ */
.l-content__header {
  position: relative;
  padding-top: 5rem;
}
@media (max-width: 1024px) {
  .l-content__header {
    padding-top: 4rem;
  }
}
@media (max-width: 767px) {
  .l-content__header {
    padding-top: 3rem;
  }
}

/* ================================================
.l-content__body
================================================ */
.l-content__body {
  position: relative;
  padding-top: 5.5rem;
  padding-bottom: 15rem;
}
.l-content__body--pt0 {
  padding-top: 0;
}
@media (max-width: 1024px) {
  .l-content__body {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
  .l-content__body--pt0 {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .l-content__body {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
  .l-content__body--pt0 {
    padding-top: 0;
  }
}

.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--gutter-y) * -1);
  margin-right: calc(var(--gutter-x) / -2);
  margin-left: calc(var(--gutter-x) / -2);
  --gutter-x: 2rem;
  --gutter-y: 4rem;
}
@media (min-width: 768px) {
  .l-flex {
    --gutter-x: 2rem;
    --gutter-y: 4rem;
  }
}
@media (min-width: 1025px) {
  .l-flex {
    --gutter-x: 4rem;
    --gutter-y: 6rem;
  }
}

.l-flex > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-top: var(--gutter-y);
  padding-right: calc(var(--gutter-x) / 2);
  padding-left: calc(var(--gutter-x) / 2);
}

.l-flex__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
@media (min-width: 768px) {
  .l-flex__col > *:first-child {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .l-flex__col:first-child > *:first-child {
    margin-top: 0;
  }
}

.-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.l-flex__col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.l-flex__col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.3333333333%;
}

.l-flex__col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.l-flex__col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.l-flex__col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.l-flex__col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.6666666667%;
}

.l-flex__col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.l-flex__col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.3333333333%;
}

.l-flex__col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%;
}

.l-flex__col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.l-flex__col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.3333333333%;
}

.l-flex__col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.6666666667%;
}

.l-flex__col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.-offset-1 {
  margin-left: 8.3333333333%;
}

.-offset-2 {
  margin-left: 16.6666666667%;
}

.-offset-3 {
  margin-left: 25%;
}

.-offset-4 {
  margin-left: 33.3333333333%;
}

.-offset-5 {
  margin-left: 41.6666666667%;
}

.-offset-6 {
  margin-left: 50%;
}

.-offset-7 {
  margin-left: 58.3333333333%;
}

.-offset-8 {
  margin-left: 66.6666666667%;
}

.-offset-9 {
  margin-left: 75%;
}

.-offset-10 {
  margin-left: 83.3333333333%;
}

.-offset-11 {
  margin-left: 91.6666666667%;
}

.-g, .-gx {
  --gutter-x: 5rem;
}

.-g, .-gy {
  --gutter-y: 5rem;
}

.-g-0, .-gx-0 {
  --gutter-x: 0;
}

.-g-0, .-gy-0 {
  --gutter-y: 0;
}

.-g-1, .-gx-1 {
  --gutter-x: 1rem;
}

.-g-1, .-gy-1 {
  --gutter-y: 1rem;
}

.-g-2, .-gx-2 {
  --gutter-x: 2rem;
}

.-g-2, .-gy-2 {
  --gutter-y: 2rem;
}

.-g-3, .-gx-3 {
  --gutter-x: 3rem;
}

.-g-3, .-gy-3 {
  --gutter-y: 3rem;
}

.-g-4, .-gx-4 {
  --gutter-x: 4rem;
}

.-g-4, .-gy-4 {
  --gutter-y: 4rem;
}

.-g-5, .-gx-5 {
  --gutter-x: 5rem;
}

.-g-5, .-gy-5 {
  --gutter-y: 5rem;
}

/* TABLET */
@media (min-width: 768px) {
  .-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .l-flex__col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .l-flex__col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .l-flex__col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .l-flex__col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .l-flex__col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .l-flex__col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .l-flex__col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .l-flex__col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .l-flex__col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .l-flex__col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .l-flex__col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .l-flex__col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .l-flex__col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .-offset-sm-0 {
    margin-left: 0;
  }
  .-offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .-offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .-offset-sm-3 {
    margin-left: 25%;
  }
  .-offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .-offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .-offset-sm-6 {
    margin-left: 50%;
  }
  .-offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .-offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .-offset-sm-9 {
    margin-left: 75%;
  }
  .-offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .-g, .-gy {
    --gutter-y: 3rem;
  }
  .-g-sm-0, .-gx-sm-0 {
    --gutter-x: 0;
  }
  .-g-sm-0, .-gy-sm-0 {
    --gutter-y: 0;
  }
  .-g-sm-1, .-gx-sm-1 {
    --gutter-x: 1rem;
  }
  .-g-sm-1, .-gy-sm-1 {
    --gutter-y: 1rem;
  }
  .-g-sm-2, .-gx-sm-2 {
    --gutter-x: 2rem;
  }
  .-g-sm-2, .-gy-sm-2 {
    --gutter-y: 2rem;
  }
  .-g-sm-3, .-gx-sm-3 {
    --gutter-x: 3rem;
  }
  .-g-sm-3, .-gy-sm-3 {
    --gutter-y: 3rem;
  }
  .-g-sm-4, .-gx-sm-4 {
    --gutter-x: 4rem;
  }
  .-g-sm-4, .-gy-sm-4 {
    --gutter-y: 4rem;
  }
  .-g-sm-5, .-gx-sm-5 {
    --gutter-x: 5rem;
  }
  .-g-sm-5, .-gy-sm-5 {
    --gutter-y: 5rem;
  }
}
/* PC */
@media (min-width: 1025px) {
  .-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .l-flex__col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .l-flex__col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .l-flex__col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .l-flex__col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .l-flex__col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .l-flex__col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .l-flex__col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .l-flex__col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .l-flex__col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .l-flex__col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .l-flex__col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .l-flex__col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .l-flex__col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .-offset-md-0 {
    margin-left: 0;
  }
  .-offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .-offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .-offset-md-3 {
    margin-left: 25%;
  }
  .-offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .-offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .-offset-md-6 {
    margin-left: 50%;
  }
  .-offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .-offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .-offset-md-9 {
    margin-left: 75%;
  }
  .-offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .-offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .-g-md-0, .-gx-md-0 {
    --gutter-x: 0;
  }
  .-g-md-0, .-gy-md-0 {
    --gutter-y: 0;
  }
  .-g-md-1, .-gx-md-1 {
    --gutter-x: 1rem;
  }
  .-g-md-1, .-gy-md-1 {
    --gutter-y: 1rem;
  }
  .-g-md-2, .-gx-md-2 {
    --gutter-x: 2rem;
  }
  .-g-md-2, .-gy-md-2 {
    --gutter-y: 2rem;
  }
  .-g-md-3, .-gx-md-3 {
    --gutter-x: 3rem;
  }
  .-g-md-3, .-gy-md-3 {
    --gutter-y: 3rem;
  }
  .-g-md-4, .-gx-md-4 {
    --gutter-x: 4rem;
  }
  .-g-md-4, .-gy-md-4 {
    --gutter-y: 4rem;
  }
  .-g-md-5, .-gx-md-5 {
    --gutter-x: 5rem;
  }
  .-g-md-5, .-gy-md-5 {
    --gutter-y: 5rem;
  }
}
/* DESKTOP PC */
@media (min-width: 1441px) {
  .-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .l-flex__col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .l-flex__col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .l-flex__col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .l-flex__col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .l-flex__col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .l-flex__col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .l-flex__col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .l-flex__col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .l-flex__col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .l-flex__col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .l-flex__col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .l-flex__col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .l-flex__col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .-offset-lg-0 {
    margin-left: 0;
  }
  .-offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .-offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .-offset-lg-3 {
    margin-left: 25%;
  }
  .-offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .-offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .-offset-lg-6 {
    margin-left: 50%;
  }
  .-offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .-offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .-offset-lg-9 {
    margin-left: 75%;
  }
  .-offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .-g-lg-0, .-gx-lg-0 {
    --gutter-x: 0;
  }
  .-g-lg-0, .-gy-lg-0 {
    --gutter-y: 0;
  }
  .-g-lg-1, .-gx-lg-1 {
    --gutter-x: 1rem;
  }
  .-g-lg-1, .-gy-lg-1 {
    --gutter-y: 1rem;
  }
  .-g-lg-2, .-gx-lg-2 {
    --gutter-x: 2rem;
  }
  .-g-lg-2, .-gy-lg-2 {
    --gutter-y: 2rem;
  }
  .-g-lg-3, .-gx-lg-3 {
    --gutter-x: 3rem;
  }
  .-g-lg-3, .-gy-lg-3 {
    --gutter-y: 3rem;
  }
  .-g-lg-4, .-gx-lg-4 {
    --gutter-x: 4rem;
  }
  .-g-lg-4, .-gy-lg-4 {
    --gutter-y: 4rem;
  }
  .-g-lg-5, .-gx-lg-5 {
    --gutter-x: 5rem;
  }
  .-g-lg-5, .-gy-lg-5 {
    --gutter-y: 5rem;
  }
}
/* LARGE PC */
@media (min-width: 1681px) {
  .-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .l-flex__col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .l-flex__col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .l-flex__col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .l-flex__col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .l-flex__col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .l-flex__col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .l-flex__col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .l-flex__col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .l-flex__col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .l-flex__col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .l-flex__col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .l-flex__col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .l-flex__col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .-offset-xl-0 {
    margin-left: 0;
  }
  .-offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .-offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .-offset-xl-3 {
    margin-left: 25%;
  }
  .-offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .-offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .-offset-xl-6 {
    margin-left: 50%;
  }
  .-offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .-offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .-offset-xl-9 {
    margin-left: 75%;
  }
  .-offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .-offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .-g-xl-0, .-gx-xl-0 {
    --gutter-x: 0;
  }
  .-g-xl-0, .-gy-xl-0 {
    --gutter-y: 0;
  }
  .-g-xl-1, .-gx-xl-1 {
    --gutter-x: 1rem;
  }
  .-g-xl-1, .-gy-xl-1 {
    --gutter-y: 1rem;
  }
  .-g-xl-2, .-gx-xl-2 {
    --gutter-x: 2rem;
  }
  .-g-xl-2, .-gy-xl-2 {
    --gutter-y: 2rem;
  }
  .-g-xl-3, .-gx-xl-3 {
    --gutter-x: 3rem;
  }
  .-g-xl-3, .-gy-xl-3 {
    --gutter-y: 3rem;
  }
  .-g-xl-4, .-gx-xl-4 {
    --gutter-x: 4rem;
  }
  .-g-xl-4, .-gy-xl-4 {
    --gutter-y: 4rem;
  }
  .-g-xl-5, .-gx-xl-5 {
    --gutter-x: 5rem;
  }
  .-g-xl-5, .-gy-xl-5 {
    --gutter-y: 5rem;
  }
}
/*------------------------------------
  HELPER CLASS
-------------------------------------*/
.-flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.-flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

/* .-flex-grow-0 {
    flex-grow: 0 !important;
}

.-flex-grow-1 {
    flex-grow: 1 !important;
}

.-flex-shrink-0 {
    flex-shrink: 0 !important;
}

.-flex-shrink-1 {
    flex-shrink: 1 !important;
}

.-flex-wrap {
    flex-wrap: wrap !important;
}

.-flex-nowrap {
    flex-wrap: nowrap !important;
}

.-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.-justify-content-start {
    justify-content: flex-start !important;
}

.-justify-content-end {
    justify-content: flex-end !important;
}
*/
.-justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

/*
.-justify-content-between {
    justify-content: space-between !important;
}

.-justify-content-around {
    justify-content: space-around !important;
}

.-justify-content-evenly {
    justify-content: space-evenly !important;
}

.-align-items-start {
    align-items: flex-start !important;
}

.-align-items-end {
    align-items: flex-end !important;
}

.-align-items-center {
    align-items: center !important;
}

.-align-items-baseline {
    align-items: baseline !important;
}

.-align-items-stretch {
    align-items: stretch !important;
}

.-align-content-start {
    align-content: flex-start !important;
}

.-align-content-end {
    align-content: flex-end !important;
}

.-align-content-center {
    align-content: center !important;
}

.-align-content-between {
    align-content: space-between !important;
}

.-align-content-around {
    align-content: space-around !important;
}

.-align-content-stretch {
    align-content: stretch !important;
}

.-align-self-auto {
    align-self: auto !important;
}

.-align-self-start {
    align-self: flex-start !important;
}

.-align-self-end {
    align-self: flex-end !important;
}

.-align-self-center {
    align-self: center !important;
}

.-align-self-baseline {
    align-self: baseline !important;
}

.-align-self-stretch {
    align-self: stretch !important;
}

.-order-first {
    order: -1 !important;
}

.-order-0 {
    order: 0 !important;
}

.-order-1 {
    order: 1 !important;
}

.-order-2 {
    order: 2 !important;
}

.-order-3 {
    order: 3 !important;
}

.-order-4 {
    order: 4 !important;
}

.-order-5 {
    order: 5 !important;
}

.-order-last {
    order: 6 !important;
} */
@media (max-width: 1680px) {
  /* .-flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .-flex-xl-row {
        flex-direction: row !important;
    }

    .-flex-xl-column {
        flex-direction: column !important;
    } */
  .-flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .-flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  /* .-flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .-flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .-flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .-flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .-flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .-flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .-flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .-justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .-justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .-justify-content-xl-center {
        justify-content: center !important;
    }

    .-justify-content-xl-between {
        justify-content: space-between !important;
    }

    .-justify-content-xl-around {
        justify-content: space-around !important;
    }

    .-justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }

    .-align-items-xl-start {
        align-items: flex-start !important;
    }

    .-align-items-xl-end {
        align-items: flex-end !important;
    }

    .-align-items-xl-center {
        align-items: center !important;
    }

    .-align-items-xl-baseline {
        align-items: baseline !important;
    }

    .-align-items-xl-stretch {
        align-items: stretch !important;
    }

    .-align-content-xl-start {
        align-content: flex-start !important;
    }

    .-align-content-xl-end {
        align-content: flex-end !important;
    }

    .-align-content-xl-center {
        align-content: center !important;
    }

    .-align-content-xl-between {
        align-content: space-between !important;
    }

    .-align-content-xl-around {
        align-content: space-around !important;
    }

    .-align-content-xl-stretch {
        align-content: stretch !important;
    }

    .-align-self-xl-auto {
        align-self: auto !important;
    }

    .-align-self-xl-start {
        align-self: flex-start !important;
    }

    .-align-self-xl-end {
        align-self: flex-end !important;
    }

    .-align-self-xl-center {
        align-self: center !important;
    }

    .-align-self-xl-baseline {
        align-self: baseline !important;
    }

    .-align-self-xl-stretch {
        align-self: stretch !important;
    }

    .-order-xl-first {
        order: -1 !important;
    }

    .-order-xl-0 {
        order: 0 !important;
    }

    .-order-xl-1 {
        order: 1 !important;
    }

    .-order-xl-2 {
        order: 2 !important;
    }

    .-order-xl-3 {
        order: 3 !important;
    }

    .-order-xl-4 {
        order: 4 !important;
    }

    .-order-xl-5 {
        order: 5 !important;
    }

    .-order-xl-last {
        order: 6 !important;
    }  */
}
@media (max-width: 1440px) {
  /* .-flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .-flex-lg-row {
        flex-direction: row !important;
    }

    .-flex-lg-column {
        flex-direction: column !important;
    } */
  .-flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .-flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  /* .-flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .-flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .-flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .-flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .-flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .-flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .-flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .-justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .-justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .-justify-content-lg-center {
        justify-content: center !important;
    }

    .-justify-content-lg-between {
        justify-content: space-between !important;
    }

    .-justify-content-lg-around {
        justify-content: space-around !important;
    }

    .-justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }

    .-align-items-lg-start {
        align-items: flex-start !important;
    }

    .-align-items-lg-end {
        align-items: flex-end !important;
    }

    .-align-items-lg-center {
        align-items: center !important;
    }

    .-align-items-lg-baseline {
        align-items: baseline !important;
    }

    .-align-items-lg-stretch {
        align-items: stretch !important;
    }

    .-align-content-lg-start {
        align-content: flex-start !important;
    }

    .-align-content-lg-end {
        align-content: flex-end !important;
    }

    .-align-content-lg-center {
        align-content: center !important;
    }

    .-align-content-lg-between {
        align-content: space-between !important;
    }

    .-align-content-lg-around {
        align-content: space-around !important;
    }

    .-align-content-lg-stretch {
        align-content: stretch !important;
    }

    .-align-self-lg-auto {
        align-self: auto !important;
    }

    .-align-self-lg-start {
        align-self: flex-start !important;
    }

    .-align-self-lg-end {
        align-self: flex-end !important;
    }

    .-align-self-lg-center {
        align-self: center !important;
    }

    .-align-self-lg-baseline {
        align-self: baseline !important;
    }

    .-align-self-lg-stretch {
        align-self: stretch !important;
    }

    .-order-lg-first {
        order: -1 !important;
    }

    .-order-lg-0 {
        order: 0 !important;
    }

    .-order-lg-1 {
        order: 1 !important;
    }

    .-order-lg-2 {
        order: 2 !important;
    }

    .-order-lg-3 {
        order: 3 !important;
    }

    .-order-lg-4 {
        order: 4 !important;
    }

    .-order-lg-5 {
        order: 5 !important;
    }

    .-order-lg-last {
        order: 6 !important;
    }  */
}
@media (max-width: 1024px) {
  /* .-flex-md-fill {
        flex: 1 1 auto !important;
    }

    .-flex-md-row {
        flex-direction: row !important;
    }

    .-flex-md-column {
        flex-direction: column !important;
    } */
  .-flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .-flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  /* .-flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .-flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .-flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .-flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .-flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .-flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .-flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .-justify-content-md-start {
        justify-content: flex-start !important;
    }

    .-justify-content-md-end {
        justify-content: flex-end !important;
    }

    .-justify-content-md-center {
        justify-content: center !important;
    }

    .-justify-content-md-between {
        justify-content: space-between !important;
    }

    .-justify-content-md-around {
        justify-content: space-around !important;
    }

    .-justify-content-md-evenly {
        justify-content: space-evenly !important;
    }

    .-align-items-md-start {
        align-items: flex-start !important;
    }

    .-align-items-md-end {
        align-items: flex-end !important;
    }

    .-align-items-md-center {
        align-items: center !important;
    }

    .-align-items-md-baseline {
        align-items: baseline !important;
    }

    .-align-items-md-stretch {
        align-items: stretch !important;
    }

    .-align-content-md-start {
        align-content: flex-start !important;
    }

    .-align-content-md-end {
        align-content: flex-end !important;
    }

    .-align-content-md-center {
        align-content: center !important;
    }

    .-align-content-md-between {
        align-content: space-between !important;
    }

    .-align-content-md-around {
        align-content: space-around !important;
    }

    .-align-content-md-stretch {
        align-content: stretch !important;
    }

    .-align-self-md-auto {
        align-self: auto !important;
    }

    .-align-self-md-start {
        align-self: flex-start !important;
    }

    .-align-self-md-end {
        align-self: flex-end !important;
    }

    .-align-self-md-center {
        align-self: center !important;
    }

    .-align-self-md-baseline {
        align-self: baseline !important;
    }

    .-align-self-md-stretch {
        align-self: stretch !important;
    }

    .-order-md-first {
        order: -1 !important;
    }

    .-order-md-0 {
        order: 0 !important;
    }

    .-order-md-1 {
        order: 1 !important;
    }

    .-order-md-2 {
        order: 2 !important;
    }

    .-order-md-3 {
        order: 3 !important;
    }

    .-order-md-4 {
        order: 4 !important;
    }

    .-order-md-5 {
        order: 5 !important;
    }

    .-order-md-last {
        order: 6 !important;
    } */
}
@media (max-width: 767px) {
  /* .-flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .-flex-sm-row {
        flex-direction: row !important;
    }

    .-flex-sm-column {
        flex-direction: column !important;
    } */
  .-flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .-flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  /* .-flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .-flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .-flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .-flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .-flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .-flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .-flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .-justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .-justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .-justify-content-sm-center {
        justify-content: center !important;
    }

    .-justify-content-sm-between {
        justify-content: space-between !important;
    }

    .-justify-content-sm-around {
        justify-content: space-around !important;
    }

    .-justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }

    .-align-items-sm-start {
        align-items: flex-start !important;
    }

    .-align-items-sm-end {
        align-items: flex-end !important;
    }

    .-align-items-sm-center {
        align-items: center !important;
    }

    .-align-items-sm-baseline {
        align-items: baseline !important;
    }

    .-align-items-sm-stretch {
        align-items: stretch !important;
    }

    .-align-content-sm-start {
        align-content: flex-start !important;
    }

    .-align-content-sm-end {
        align-content: flex-end !important;
    }

    .-align-content-sm-center {
        align-content: center !important;
    }

    .-align-content-sm-between {
        align-content: space-between !important;
    }

    .-align-content-sm-around {
        align-content: space-around !important;
    }

    .-align-content-sm-stretch {
        align-content: stretch !important;
    }

    .-align-self-sm-auto {
        align-self: auto !important;
    }

    .-align-self-sm-start {
        align-self: flex-start !important;
    }

    .-align-self-sm-end {
        align-self: flex-end !important;
    }

    .-align-self-sm-center {
        align-self: center !important;
    }

    .-align-self-sm-baseline {
        align-self: baseline !important;
    }

    .-align-self-sm-stretch {
        align-self: stretch !important;
    }

    .-order-sm-first {
        order: -1 !important;
    }

    .-order-sm-0 {
        order: 0 !important;
    }

    .-order-sm-1 {
        order: 1 !important;
    }

    .-order-sm-2 {
        order: 2 !important;
    }

    .-order-sm-3 {
        order: 3 !important;
    }

    .-order-sm-4 {
        order: 4 !important;
    }

    .-order-sm-5 {
        order: 5 !important;
    }

    .-order-sm-last {
        order: 6 !important;
    } */
}
/* ================================================
.l-gnav
================================================ */
.l-gnav {
  position: fixed;
  z-index: 1;
  z-index: 20000;
  top: 0;
  left: -9999px;
  display: none;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.is-gnav-open .l-gnav {
  left: 0;
  visibility: visible;
  pointer-events: all;
}
.l-gnav__wrapper {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .l-gnav__wrapper {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.l-gnav__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
@media (max-width: 1024px) {
  .l-gnav__inner {
    padding-top: 11rem;
  }
}
@media (max-width: 767px) {
  .l-gnav__inner {
    padding-top: 8rem;
  }
}

@media (max-width: 1024px) {
  .l-gnav__body {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .l-gnav__body {
    padding: 2.5rem;
  }
}

.l-gnav__menu {
  position: relative;
}
@media (max-width: 1024px) {
  .l-gnav__menu {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .l-gnav__menu {
    margin-top: 1.5rem;
  }
}

.l-gnav__menu-item {
  overflow: hidden;
  cursor: pointer;
  text-align: left;
}
.l-gnav__menu-item > a {
  font-family: Roboto, sans-serif;
  position: relative;
  display: block;
  padding: 1.5rem 0;
  -webkit-transition: border-color 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: border-color 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  -webkit-transform: translateY(102%);
          transform: translateY(102%);
  color: #000;
  border-bottom: solid 1px rgba(0, 0, 0, 0);
}
.is-gnav-opening .l-gnav__menu-item > a {
  -webkit-transition: border-color 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
  transition: border-color 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
  border-color: rgb(0, 0, 0);
}
.l-gnav__menu-item > a.is-open {
  -webkit-transition: border-color 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: border-color 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  border-bottom: solid 1px rgba(0, 0, 0, 0);
}
.l-gnav__menu-item.is-current > a {
  text-decoration: underline;
}
.l-gnav__menu-item:last-child > a {
  border-bottom: none;
}
@media (max-width: 1024px) {
  .l-gnav__menu-item {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 767px) {
  .l-gnav__menu-item {
    font-size: 20px;
    font-size: 2rem;
  }
}

.l-gnav__bg {
  position: fixed;
  z-index: 19999;
  top: 0;
  left: -9999px;
  display: none;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  pointer-events: none;
  background-color: #000;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}
.is-gnav-open .l-gnav__bg {
  left: 0;
  visibility: visible;
}
.l-gnav__overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  display: none;
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 0;
  background-color: #ffe881;
}
.is-page-loaded .l-gnav__overlay {
  -webkit-transition: visibility 0.8s, opacity 0.8s;
  transition: visibility 0.8s, opacity 0.8s;
}
.is-gnav-opening .l-gnav__overlay {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1024px) {
  .l-gnav__overlay {
    display: block;
  }
}
/* ================================================
.l-gnav-toggle
================================================ */
.l-gnav-toggle {
  position: fixed;
  z-index: 78000;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s cubic-bezier(0.85, 0, 0.15, 1) 2s;
  transition: opacity 0.3s cubic-bezier(0.85, 0, 0.15, 1) 2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 0;
  border: 2px solid #000;
  border-radius: 100%;
  background-color: #ffe881;
}
.is-modal-show .l-gnav-toggle {
  display: none;
}
.is-gnav-animating .l-gnav-toggle {
  pointer-events: none;
}
.is-page-loaded .l-gnav-toggle {
  opacity: 1;
}
@media (max-width: 1024px) {
  .l-gnav-toggle {
    top: 2rem;
    right: 2rem;
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .l-gnav-toggle {
    top: 1rem;
    right: 1rem;
    width: 5.5rem;
    height: 5.5rem;
  }
}

.l-gnav-toggle__inner {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 1024px) {
  .l-gnav-toggle__inner {
    max-width: 3rem;
    height: 1.8rem;
  }
}
@media (max-width: 767px) {
  .l-gnav-toggle__inner {
    max-width: 1.8rem;
    height: 1.4rem;
  }
}

.l-gnav-toggle__bar {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0.2rem;
  -webkit-transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.l-gnav-toggle__bar--1 {
  top: 0;
}
.l-gnav-toggle__bar--2 {
  margin: 0.6rem 0;
}
.l-gnav-toggle__bar--3 {
  top: 0;
}
.is-gnav-open .l-gnav-toggle__bar {
  -webkit-transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.is-gnav-open .l-gnav-toggle__bar--1 {
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.is-gnav-open .l-gnav-toggle__bar--2 {
  opacity: 0;
}
.is-gnav-open .l-gnav-toggle__bar--3 {
  top: -8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .l-gnav-toggle__bar--2 {
    margin: 0.4rem 0;
  }
  .is-gnav-open .l-gnav-toggle__bar--1 {
    top: 6px;
  }
  .is-gnav-open .l-gnav-toggle__bar--3 {
    top: -6px;
  }
}

.l-gnav-toggle__bar-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.l-gnav-toggle__bar-back {
  width: 100%;
  height: 0.2rem;
  background: rgba(255, 255, 255, 0.1);
}

/* =========================================================

Object

========================================================= */
/* ---------------------------------------------------------

Component

--------------------------------------------------------- */
/* preloader-main */
.c-preloader {
  position: fixed;
  z-index: 2000000;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  text-align: center;
  background-color: #fff;
}
.is-gnav-open .c-preloader {
  pointer-events: none;
}
.is-page-loaded .c-preloader {
  visibility: hidden;
  -webkit-transition: all 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  pointer-events: none;
  opacity: 0;
}

/* ================================================
.c-section
================================================ */
.c-section {
  position: relative;
  padding-top: 8.3333333333vw;
  padding-bottom: 8.3333333333vw;
}
@media (max-width: 1024px) {
  .c-section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .c-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.c-section__inner {
  position: relative;
  z-index: 10;
}
.c-section__heading {
  display: table;
  margin: 0 auto 8rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .c-section__heading {
    margin: 0 auto 5rem;
  }
}
@media (max-width: 767px) {
  .c-section__heading {
    margin: 0 auto 3rem;
  }
}

.c-section__heading-main {
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  display: block;
}
.c-section__heading-main span {
  color: var(--color-primary);
}
.is-invert .c-section__heading-main {
  color: #fff;
}
.is-invert .c-section__heading-main span {
  color: #000;
}
@media (max-width: 1024px) {
  .c-section__heading-main {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .c-section__heading-main {
    font-size: 2rem;
  }
}

.c-section__heading-sub {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  font-family: Roboto, sans-serif;
  display: block;
  margin-top: 1rem;
  color: var(--color-primary);
}
.is-invert .c-section__heading-sub {
  color: #fff;
}
@media (max-width: 1024px) {
  .c-section__heading-sub {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .c-section__heading-sub {
    font-size: 1.2rem;
  }
}

.c-section__heading-2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  font-family: Roboto, sans-serif;
  margin: 0 auto 2rem;
  text-align: center;
  color: var(--color-primary);
}
@media (max-width: 1024px) {
  .c-section__heading-2 {
    font-size: 1.8rem;
    margin: 0 auto 1.5rem;
  }
}
@media (max-width: 767px) {
  .c-section__heading-2 {
    font-size: 1.6rem;
    margin: 0 auto 1rem;
  }
}

.c-cursor {
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  pointer-events: none;
  will-change: transform;
  mix-blend-mode: difference;
}
.c-cursor.is-cursor-text, .c-cursor.is-cursor-icon {
  mix-blend-mode: initial;
}
.is-mobile .c-cursor, .is-iphone .c-cursor, .is-ios .c-cursor {
  display: none;
}
@media (max-width: 1024px) {
  .c-cursor {
    display: none;
  }
}

.c-cursor__outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  -webkit-transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: #fff;
  --cursor-text: "";
  --cursor-icon: "";
}
.is-cursor-hover .c-cursor__outer {
  width: 4rem;
  height: 4rem;
}
.is-cursor-text .c-cursor__outer {
  overflow: hidden;
  width: 10rem;
  height: 10rem;
  color: #fff;
  background-color: rgba(237, 88, 71, 0.8);
}
.is-cursor-text .c-cursor__outer::after {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-family: Roboto, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  content: var(--cursor-text);
  white-space: nowrap;
}
.is-cursor-icon .c-cursor__outer {
  width: 15rem;
  height: 15rem;
  background-color: #e1bc1a;
}
.is-cursor-icon .c-cursor__outer::after {
  font-family: "icomoon" !important;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  content: var(--cursor-icon);
  letter-spacing: 0.02em;
  color: #e1bc1a;
}

/**
 * Swiper 8.4.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 6, 2022
 */
@font-face {
  font-family: "swiper-icons";
  font-weight: 400;
  font-style: normal;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  list-style: none;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
  content: "";
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  width: var(--swiper-centered-offset-after);
  height: 100%;
  min-height: 1px;
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  width: var(--swiper-virtual-size);
  height: 1px;
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
  opacity: 0.35;
}

.swiper-button-prev.swiper-button-hidden, .swiper-button-next.swiper-button-hidden {
  cursor: auto;
  pointer-events: none;
  opacity: 0;
}

.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: initial;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  right: auto;
  left: 10px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  z-index: 10;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  text-align: center;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
}

button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  -ms-touch-action: none;
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  z-index: 50;
  bottom: 3px;
  left: 1%;
  width: 98%;
  height: 5px;
}

.swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  z-index: 50;
  top: 1%;
  right: 3px;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: transparent;
  border-radius: 50%;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  z-index: -1000;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  pointer-events: none;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev, .swiper-cube .swiper-slide-next + .swiper-slide {
  visibility: visible;
  pointer-events: auto;
}

.swiper-cube .swiper-slide-shadow-top, .swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.swiper-cube .swiper-cube-shadow:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #000;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  z-index: 1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top, .swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  overflow: hidden;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* link-anim */
.c-link-anim {
  -webkit-transition: background-size 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  transition: background-size 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  color: var(--color);
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color)), to(var(--color))) 100% 100%/0 1px no-repeat;
  background: linear-gradient(var(--color), var(--color)) 100% 100%/0 1px no-repeat;
  will-change: background-size;
}
a:hover .c-link-anim {
  background-position: 0 100%;
  background-size: 100% 1px;
}
.c-link-anim--white {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(#fff, #fff) 100% 100%/0 1px no-repeat;
}

a.c-link-anim {
  color: #000;
}
a.c-link-anim--white {
  color: #fff;
}
a.c-link-anim:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}

.c-link-anim-2 {
  -webkit-transition: background-size 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: background-size 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  color: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) 0 100%/100% 1px no-repeat;
  background: linear-gradient(#000, #000) 0 100%/100% 1px no-repeat;
  will-change: background-size;
}
.c-link-anim-2:hover {
  background-position: 100% 100%;
  background-size: 0 1px;
}
.c-link-anim-2--white {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) 0 100%/100% 1px no-repeat;
  background: linear-gradient(#fff, #fff) 0 100%/100% 1px no-repeat;
}

a.c-link-anim-2 {
  color: #000;
}
a.c-link-anim-2--white {
  color: #fff;
}
a.c-link-anim-2:hover {
  background-position: 100% 100%;
  background-size: 0 1px;
}

.c-link-anim-2-gray {
  -webkit-transition: background-size 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: background-size 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) 0 100%/100% 1px no-repeat;
  background: linear-gradient(#fff, #fff) 0 100%/100% 1px no-repeat;
  will-change: background-size;
}

a.c-link-anim-2-gray {
  color: #fff;
}
a.c-link-anim-2-gray:hover {
  background-position: 100% 100%;
  background-size: 0 1px;
}

/* link-anim-img */
.c-link-anim-img {
  -webkit-transition: opacity 0.5s ease 0.1s, -webkit-transform 0.5s ease 0.1s;
  transition: opacity 0.5s ease 0.1s, -webkit-transform 0.5s ease 0.1s;
  transition: opacity 0.5s ease 0.1s, transform 0.5s ease 0.1s;
  transition: opacity 0.5s ease 0.1s, transform 0.5s ease 0.1s, -webkit-transform 0.5s ease 0.1s;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0;
}
.is-onscreen .c-link-anim-img {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.c-credit-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.c-credit-logo__iamge {
  width: 4rem;
  margin-top: 1rem;
  margin-left: 1rem;
}
.c-credit-logo__iamge img {
  width: 100%;
}

/* ---------------------------------------------------------

Project

--------------------------------------------------------- */
/* ================================================
.p-kv
================================================ */
.p-kv {
  position: relative;
  z-index: 500;
  padding-top: 3.4722222222vw;
}
.p-kv img {
  width: 100%;
}
@media (max-width: 1024px) {
  .p-kv {
    padding-top: 0;
  }
}
.p-kv__logo {
  position: absolute;
  z-index: 20;
  top: 3.4722222222vw;
  right: 3.4722222222vw;
  width: 30.5555555556vw;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .p-kv__logo {
    display: none;
  }
}
.p-kv__image {
  position: relative;
  z-index: 10;
  width: 50vw;
  margin: 0 auto;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .p-kv__image {
    width: 100%;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .p-kv__image {
    padding: 1rem;
  }
}
@media print {
  .p-kv__image {
    display: none;
  }
}

@media (max-width: 1024px) {
  .p-kv__image-item--pc {
    display: none;
  }
}
.p-kv__image-item--sp {
  display: none;
}
@media (max-width: 1024px) {
  .p-kv__image-item--sp {
    display: block;
  }
}
.p-kv__credit {
  position: absolute;
  z-index: 30;
  top: 23.4722222222vw;
  left: 3.4722222222vw;
  width: 16.5277777778vw;
}
@media (max-width: 1024px) {
  .p-kv__credit {
    display: none;
  }
}
.p-kv__youtube {
  position: relative;
  z-index: 40;
  width: 39.5833333333vw;
  margin-top: -8.3333333333vw;
  margin-right: 3.4722222222vw;
  margin-left: auto;
  padding: 0.6944444444vw;
  border-radius: 1rem;
  background-color: #000;
}
@media (max-width: 1024px) {
  .p-kv__youtube {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .p-kv__youtube {
    margin: 0rem 0 0;
  }
}

.p-kv__x {
  position: relative;
  z-index: 40;
  width: 100%;
  max-width: 103rem;
  margin: 5.5555555556vw auto;
  padding: 0 5rem;
}
@media (max-width: 1024px) {
  .p-kv__x {
    max-width: 100%;
    margin: 5.5555555556vw auto 0;
    padding: 0 2rem;
  }
}
.p-kv__x-item {
  min-height: 39rem;
  padding: 0.6944444444vw;
  border-radius: 1rem;
  background-color: #000;
}
.p-kv__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 50vw;
  height: 112.2916666667vw;
  background-color: var(--color-primary);
}
@media (max-width: 1024px) {
  .p-kv__bg {
    width: 50%;
    height: 182.2916666667vw;
  }
}
@media (max-width: 767px) {
  .p-kv__bg {
    height: 240vw;
  }
}

/* ================================================
.p-story
================================================ */
.p-summary {
  background-color: #fef4ea;
}
@media (max-width: 1024px) {
  .p-summary {
    margin-top: 6rem;
  }
}
@media (max-width: 767px) {
  .p-summary {
    margin-top: 3rem;
  }
}

.p-summary__body {
  padding: 5rem 3rem 6rem;
  text-align: center;
  border-radius: 2rem;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .p-summary__body {
    padding: 4rem 2rem 5rem;
  }
}
@media (max-width: 767px) {
  .p-summary__body {
    padding: 2rem 1.5rem 3rem;
  }
}

.p-summary__text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .p-summary__text {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .p-summary__text {
    font-size: 1.2rem;
  }
}

/* ================================================
.p-cast
================================================ */
.p-cast {
  position: relative;
  z-index: 3000;
  padding-bottom: 0;
}
.p-cast__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -1.5rem 5rem;
}
.p-cast__list:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .p-cast__list {
    margin: 0 -1rem 2rem;
  }
}
@media (max-width: 767px) {
  .p-cast__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -0.5rem 0;
  }
}

.p-cast__list-item {
  padding: 0 1.5rem;
}
@media (max-width: 1024px) {
  .p-cast__list-item {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
    max-width: 33.3333%;
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .p-cast__list-item {
    padding: 0 0.5rem 2.5rem;
  }
}

.p-cast__list-item-image {
  max-width: 30rem;
  margin-bottom: 1rem;
  pointer-events: none;
}
.p-cast__list-item-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.p-cast__list-item:hover .p-cast__list-item-image img {
  -webkit-filter: none;
          filter: none;
}
@media print {
  .p-cast__list-item-image {
    display: none;
  }
}

.p-cast__list-item-name {
  text-align: center;
}
.p-cast__list-item-name-main {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  display: block;
}
.p-cast__list-item-name-main span {
  color: var(--color-primary);
}
@media (max-width: 1024px) {
  .p-cast__list-item-name-main {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .p-cast__list-item-name-main {
    font-size: 1.6rem;
  }
}

.p-cast__list-item-name-sub {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: Roboto, sans-serif;
  display: block;
  margin-top: 0.5rem;
}
.p-cast__list-item-name-sub span {
  color: var(--color-primary);
}
@media (max-width: 1024px) {
  .p-cast__list-item-name-sub {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .p-cast__list-item-name-sub {
    font-size: 1rem;
  }
}

/* ================================================
.p-staff
================================================ */
.p-staff {
  position: relative;
  z-index: 100;
}
@media (max-width: 1024px) {
  .p-staff__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1rem -1rem -1rem;
  }
}
@media (max-width: 767px) {
  .p-staff__list {
    margin: 0rem -1rem;
  }
}

.p-staff__list-item {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
/* ================================================
.p-information
================================================ */
.p-information {
  color: #fff;
  background-color: var(--color-secondary);
}

.p-information__date {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  width: 100%;
  text-align: center;
}
.p-information__date small {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .p-information__date {
    font-size: 3rem;
  }
  .p-information__date small {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .p-information__date {
    font-size: 2rem;
  }
  .p-information__date small {
    font-size: 1.5rem;
  }
}

.p-information__schedule {
  margin-top: 5rem;
  padding: 3rem 3rem 3rem;
  border-radius: 2rem;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .p-information__schedule {
    margin-top: 4rem;
    padding: 2rem;
    border-radius: 1.5rem;
  }
}
@media (max-width: 767px) {
  .p-information__schedule {
    margin-top: 2rem;
    padding: 1rem;
    border-radius: 1rem;
  }
}

.p-information__schedule-heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 5rem;
  margin-bottom: 2rem;
  text-align: center;
  color: #000;
}
@media (max-width: 1024px) {
  .p-information__schedule-heading {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 767px) {
  .p-information__schedule-heading {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}

.p-information__schedule-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 1rem;
  text-align: center;
  color: #000;
}
.p-information__schedule-text strong {
  font-weight: bold;
}
@media (max-width: 1024px) {
  .p-information__schedule-text {
    font-size: 1.2rem;
    margin-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .p-information__schedule-text {
    font-size: 1rem;
    margin-top: 0.8rem;
  }
}

.p-information__venue {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 5rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-information__venue {
    font-size: 3rem;
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .p-information__venue {
    font-size: 2rem;
    margin-top: 3rem;
  }
}

.p-information__venue-address {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-information__venue-address {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .p-information__venue-address {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}

.p-information__map {
  overflow: hidden;
  margin-top: 2rem;
  padding: 2rem;
  border-radius: 3rem;
  background-color: #fff;
}
.p-information__map iframe {
  width: 100%;
  height: 48rem;
}
@media (max-width: 1024px) {
  .p-information__map {
    margin-top: 2rem;
    padding: 1.5rem;
    border-radius: 1.5rem;
  }
  .p-information__map iframe {
    height: 38rem;
  }
}
@media (max-width: 767px) {
  .p-information__map {
    margin-top: 1.5rem;
    padding: 1rem;
    border-radius: 0.5rem;
  }
  .p-information__map iframe {
    height: 28rem;
  }
}

/* ================================================
.p-ticket
================================================ */
.p-ticket a {
  text-decoration: underline;
}
.p-ticket a:hover {
  text-decoration: none;
  color: #000 !important;
}
.p-ticket__header {
  text-align: center;
}
.p-ticket__price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-ticket__price-item {
  padding: 0 2rem;
}

.p-ticket__price-sub {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  display: block;
}
@media (max-width: 1024px) {
  .p-ticket__price-sub {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .p-ticket__price-sub {
    font-size: 1.2rem;
  }
}

.p-ticket__price-main {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  display: block;
  margin: 1rem 0 1.5rem;
}
@media (max-width: 1024px) {
  .p-ticket__price-main {
    font-size: 3.4rem;
  }
}
@media (max-width: 767px) {
  .p-ticket__price-main {
    font-size: 2.4rem;
  }
}

.p-ticket__price-note {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 2rem auto 0;
}
.p-ticket__price-note strong {
  font-weight: 700;
  color: var(--color-primary);
}
@media (max-width: 767px) {
  .p-ticket__price-note {
    font-size: 1rem;
  }
}

.p-ticket__block {
  margin-top: 6rem;
  padding-top: 6rem;
  text-align: center;
  border-top: 1px solid #000;
}
@media (max-width: 1024px) {
  .p-ticket__block {
    margin-top: 3.5rem;
    padding-top: 3.5rem;
  }
}
@media (max-width: 767px) {
  .p-ticket__block {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}

.p-ticket__block-header {
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .p-ticket__block-header {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 767px) {
  .p-ticket__block-header {
    margin-bottom: 2rem;
  }
}

.p-ticket__block-heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .p-ticket__block-heading {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .p-ticket__block-heading {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-ticket__block-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .p-ticket__block-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .p-ticket__block-text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-ticket__block-date {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 3rem;
}
@media (max-width: 1024px) {
  .p-ticket__block-date {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 1.2rem;
  }
}
@media (max-width: 767px) {
  .p-ticket__block-date {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}

.p-ticket__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -4rem;
}
@media (max-width: 767px) {
  .p-ticket__list {
    margin-bottom: -3rem;
  }
}

.p-ticket__item {
  -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
  max-width: 33.3333%;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .p-ticket__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 3rem;
  }
}

.p-ticket__item-heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-ticket__item-url {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
}
.p-ticket__item-url a {
  text-decoration: underline;
}
.p-ticket__item-url a:hover {
  text-decoration: none;
  color: #000;
}
@media (max-width: 1024px) {
  .p-ticket__item-url {
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .p-ticket__item-url {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 0.3rem;
  }
}

.p-ticket__item-text {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
}
@media (max-width: 1024px) {
  .p-ticket__item-text {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .p-ticket__item-text {
    font-size: 1rem;
  }
}

.p-ticket__block-note {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .p-ticket__block-note {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .p-ticket__block-note {
    font-size: 1rem;
  }
}

/* ================================================
.p-goods
================================================ */
.p-goods__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2rem;
}
@media (max-width: 1024px) {
  .p-goods__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -4rem;
  }
}
@media (max-width: 767px) {
  .p-goods__list {
    margin: 0 0 -3rem;
  }
}

.p-goods__item {
  -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
  max-width: 33.3333%;
  padding: 0 2rem;
}
@media (max-width: 1024px) {
  .p-goods__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .p-goods__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0 0 3rem;
  }
}

.p-goods__item-image {
  margin-bottom: 2rem;
}
.p-goods__item-cat {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  display: table;
  padding: 0.4rem 0.8rem;
  color: #fff;
}
.p-goods__item-cat--1 {
  background-color: #e200ff;
}
.p-goods__item-cat--2 {
  background-color: #00c663;
}
.p-goods__item-name {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 1rem 0 0 0;
  color: #fff;
}
.p-goods__item-detail {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0.5rem 0 0 0;
  color: #fff;
}
.p-goods__item-button {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: table;
  margin: 2rem 0 0 0;
  padding: 1rem 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  background-color: #000;
}
.p-goods__item-button:hover {
  background-color: #fff;
}
/* ================================================
.p-notice
================================================ */
.p-notice__block {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #666;
}
.p-notice__block:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
@media (max-width: 1024px) {
  .p-notice__block {
    margin-top: 1.8rem;
    padding-top: 1.8rem;
  }
}
@media (max-width: 767px) {
  .p-notice__block {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
}

.p-notice__block-heading-1 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-notice__block-heading-1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .p-notice__block-heading-1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-notice__block-heading-2 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .p-notice__block-heading-2 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 767px) {
  .p-notice__block-heading-2 {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}

.p-notice__block-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
.p-notice__block-text:first-child {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .p-notice__block-text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .p-notice__block-text {
    font-size: 10px;
    font-size: 1rem;
  }
}

/* ================================================
  .p-comment
================================================ */
.p-comment {
  width: 100%;
  margin: 0 auto;
  background-color: var(--color-primary);
}
@media (max-width: 1024px) {
  .p-comment {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .p-comment {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.p-comment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 90rem;
  margin: 0 auto;
}

.p-comment__list-wrapper {
  height: auto;
}

.p-comment__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 5rem;
  border-radius: 2rem;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .p-comment__list-item {
    padding: 4rem 0 6rem;
  }
}
@media (max-width: 767px) {
  .p-comment__list-item {
    padding: 1.5rem 0 3rem;
  }
}

.p-comment__item-text {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  color: Var(--color-secondary);
}
@media (max-width: 1024px) {
  .p-comment__item-text {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .p-comment__item-text {
    font-size: 1.2rem;
  }
}

.p-comment__item-name {
  margin-top: 4rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-comment__item-name {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .p-comment__item-name {
    margin-top: 2rem;
  }
}

.p-comment__item-name-main {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  display: block;
  color: Var(--color-secondary);
}
@media (max-width: 1024px) {
  .p-comment__item-name-main {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .p-comment__item-name-main {
    font-size: 1.6rem;
  }
}

.p-comment__item-name-sub {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: Roboto, sans-serif;
  display: block;
  margin-top: 1.5rem;
  color: var(--color-primary);
}
@media (max-width: 1024px) {
  .p-comment__item-name-sub {
    font-size: 1.1rem;
    margin-top: 1.2rem;
  }
}
@media (max-width: 767px) {
  .p-comment__item-name-sub {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.p-comment__list-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 3rem;
}
.p-comment__list-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
}
.p-comment__list-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #000;
}
@media (max-width: 1024px) {
  .p-comment__list-pagination {
    margin-top: 2.5rem;
  }
}
@media (max-width: 767px) {
  .p-comment__list-pagination {
    margin-top: 2rem;
  }
}

/* ---------------------------------------------------------

Utility

--------------------------------------------------------- */
@-webkit-keyframes moveLineLeftToRight {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  49.9% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
@keyframes moveLineLeftToRight {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  49.9% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
@-webkit-keyframes moveLineTopToBottom {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  49.9% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
}
@keyframes moveLineTopToBottom {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  49.9% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes textUp {
  0% {
    -webkit-transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
            transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
            transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
  }
}
@keyframes textUp {
  0% {
    -webkit-transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
            transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
            transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
  }
}
@-webkit-keyframes textRollUp {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
            transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
  }
  30% {
    -webkit-transform: matrix(1, -0.15, 0.15, 1, 0, 0) translate(0%, -150%);
            transform: matrix(1, -0.15, 0.15, 1, 0, 0) translate(0%, -150%);
  }
  30.1% {
    -webkit-transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
            transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
            transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
  }
}
@keyframes textRollUp {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
            transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
  }
  30% {
    -webkit-transform: matrix(1, -0.15, 0.15, 1, 0, 0) translate(0%, -150%);
            transform: matrix(1, -0.15, 0.15, 1, 0, 0) translate(0%, -150%);
  }
  30.1% {
    -webkit-transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
            transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
            transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
  }
}
@-webkit-keyframes up {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(0%, -200%);
            transform: translate(0%, -200%);
  }
  30.1% {
    -webkit-transform: translate(0%, 100%);
            transform: translate(0%, 100%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@keyframes up {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(0%, -200%);
            transform: translate(0%, -200%);
  }
  30.1% {
    -webkit-transform: translate(0%, 100%);
            transform: translate(0%, 100%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@-webkit-keyframes down {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(0%, 200%);
            transform: translate(0%, 200%);
  }
  30.1% {
    -webkit-transform: translate(0%, -100%);
            transform: translate(0%, -100%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@keyframes down {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(0%, 200%);
            transform: translate(0%, 200%);
  }
  30.1% {
    -webkit-transform: translate(0%, -100%);
            transform: translate(0%, -100%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@-webkit-keyframes forward {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(110%, 0);
            transform: translate(110%, 0);
  }
  30.1% {
    -webkit-transform: translate(-110%, 0);
            transform: translate(-110%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@keyframes forward {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(110%, 0);
            transform: translate(110%, 0);
  }
  30.1% {
    -webkit-transform: translate(-110%, 0);
            transform: translate(-110%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@-webkit-keyframes backward {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(-110%, 0);
            transform: translate(-110%, 0);
  }
  30.1% {
    -webkit-transform: translate(110%, 0);
            transform: translate(110%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@keyframes backward {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(-110%, 0);
            transform: translate(-110%, 0);
  }
  30.1% {
    -webkit-transform: translate(110%, 0);
            transform: translate(110%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@-webkit-keyframes left-in {
  0% {
    visibility: visible;
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
  }
  to {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes left-in {
  0% {
    visibility: visible;
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
  }
  to {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes left-in-out {
  0% {
    visibility: visible;
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
  }
  49% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
}
@keyframes left-in-out {
  0% {
    visibility: visible;
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
  }
  49% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
}
@-webkit-keyframes right-out {
  0% {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
}
@keyframes right-out {
  0% {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
}
@-webkit-keyframes right-in {
  0% {
    visibility: visible;
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
  to {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes right-in {
  0% {
    visibility: visible;
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
  to {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes left-out {
  0% {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
  }
}
@keyframes left-out {
  0% {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
  }
}
@-webkit-keyframes up-in {
  0% {
    -webkit-transform: translateY(102%);
            transform: translateY(102%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes up-in {
  0% {
    -webkit-transform: translateY(102%);
            transform: translateY(102%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes up-out {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-102%);
            transform: translateY(-102%);
  }
}
@keyframes up-out {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-102%);
            transform: translateY(-102%);
  }
}
@-webkit-keyframes down-in {
  0% {
    -webkit-transform: translateY(-102%);
            transform: translateY(-102%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes down-in {
  0% {
    -webkit-transform: translateY(-102%);
            transform: translateY(-102%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes down-out {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(102%);
            transform: translateY(102%);
  }
}
@keyframes down-out {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(102%);
            transform: translateY(102%);
  }
}
@-webkit-keyframes right-fadeIn {
  0% {
    -webkit-transform: translateX(-4rem);
            transform: translateX(-4rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes right-fadeIn {
  0% {
    -webkit-transform: translateX(-4rem);
            transform: translateX(-4rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes right-fadeOut {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(4rem);
            transform: translateX(4rem);
    opacity: 0;
  }
}
@keyframes right-fadeOut {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(4rem);
            transform: translateX(4rem);
    opacity: 0;
  }
}
@-webkit-keyframes up-fadeIn {
  0% {
    -webkit-transform: translateY(6rem);
            transform: translateY(6rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes up-fadeIn {
  0% {
    -webkit-transform: translateY(6rem);
            transform: translateY(6rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes up-fadeOut {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-6rem);
            transform: translateY(-6rem);
    opacity: 0;
  }
}
@keyframes up-fadeOut {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-6rem);
            transform: translateY(-6rem);
    opacity: 0;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes circle-in {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  to {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    stroke-dashoffset: 0;
  }
}
@keyframes circle-in {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  to {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes circle-out {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    stroke-dashoffset: 0;
  }
  to {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    stroke-dashoffset: -20.734512rem;
  }
}
@keyframes circle-out {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    stroke-dashoffset: 0;
  }
  to {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    stroke-dashoffset: -20.734512rem;
  }
}
@-webkit-keyframes filter-in {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes filter-in {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes infinity-scroll-top {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes infinity-scroll-top {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}
@-webkit-keyframes color {
  0% {
    fill: #606060;
  }
  25% {
    fill: #78afe0;
  }
  50% {
    fill: #90ba80;
  }
  75% {
    fill: #dd9663;
  }
  100% {
    fill: #606060;
  }
}
@keyframes color {
  0% {
    fill: #606060;
  }
  25% {
    fill: #78afe0;
  }
  50% {
    fill: #90ba80;
  }
  75% {
    fill: #dd9663;
  }
  100% {
    fill: #606060;
  }
}
/* font-size */
.u-fz-10 {
  font-size: 10px !important;
}

.u-fz-11 {
  font-size: 11px !important;
}

.u-fz-12 {
  font-size: 12px !important;
}

.u-fz-13 {
  font-size: 13px !important;
}

.u-fz-14 {
  font-size: 14px !important;
}

.u-fz-15 {
  font-size: 15px !important;
}

.u-fz-16 {
  font-size: 16px !important;
}

.u-fz-17 {
  font-size: 17px !important;
}

.u-fz-18 {
  font-size: 18px !important;
}

.u-fz-19 {
  font-size: 19px !important;
}

.u-fz-20 {
  font-size: 20px !important;
}

/* font-weight */
.u-fw-nm {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

.u-fw-br {
  font-weight: bolder !important;
}

.u-fw-l {
  font-weight: 200 !important;
}

.u-fw-lr {
  font-weight: lighter !important;
}

.u-fw-100 {
  font-weight: 100 !important;
}

.u-fw-200 {
  font-weight: 200 !important;
}

.u-fw-300 {
  font-weight: 300 !important;
}

.u-fw-400 {
  font-weight: 400 !important;
}

.u-fw-500 {
  font-weight: 500 !important;
}

.u-fw-600 {
  font-weight: 600 !important;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.u-fw-800 {
  font-weight: 800 !important;
}

.u-fw-900 {
  font-weight: 900 !important;
}

/* font-style */
.u-fs-nm {
  font-style: normal !important;
}

.u-fs-i {
  font-style: italic !important;
}

.u-fs-o {
  font-style: oblique !important;
}

/* margin */
.u-m-a {
  margin: auto !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-m-0_a {
  margin: 0 auto !important;
}

.u-m-xxs {
  margin: 1rem !important;
}

.u-m-xs {
  margin: 2rem !important;
}

.u-m-sm {
  margin: 3rem !important;
}

.u-m-md {
  margin: 4rem !important;
}

.u-m-lg {
  margin: 6rem !important;
}

.u-m-xl {
  margin: 10rem !important;
}

.u-m-xxl {
  margin: 15rem !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-xxs {
  margin-top: 1rem !important;
}

.u-mt-xs {
  margin-top: 2rem !important;
}

.u-mt-sm {
  margin-top: 3rem !important;
}

.u-mt-md {
  margin-top: 4rem !important;
}

.u-mt-lg {
  margin-top: 6rem !important;
}

.u-mt-xl {
  margin-top: 10rem !important;
}

.u-mt-xxl {
  margin-top: 15rem !important;
}

.u-mr-a {
  margin-right: auto !important;
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-mr-xxs {
  margin-right: 1rem !important;
}

.u-mr-xs {
  margin-right: 2rem !important;
}

.u-mr-sm {
  margin-right: 3rem !important;
}

.u-mr-md {
  margin-right: 4rem !important;
}

.u-mr-lg {
  margin-right: 6rem !important;
}

.u-mr-xl {
  margin-right: 10rem !important;
}

.u-mr-xxl {
  margin-right: 15rem !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-xxs {
  margin-bottom: 1rem !important;
}

.u-mb-xs {
  margin-bottom: 2rem !important;
}

.u-mb-sm {
  margin-bottom: 3rem !important;
}

.u-mb-md {
  margin-bottom: 4rem !important;
}

.u-mb-lg {
  margin-bottom: 6rem !important;
}

.u-mb-xl {
  margin-bottom: 10rem !important;
}

.u-mb-xxl {
  margin-bottom: 15rem !important;
}

.u-ml-a {
  margin-left: auto !important;
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-ml-xxs {
  margin-left: 1rem !important;
}

.u-ml-xs {
  margin-left: 2rem !important;
}

.u-ml-sm {
  margin-left: 3rem !important;
}

.u-ml-md {
  margin-left: 4rem !important;
}

.u-ml-lg {
  margin-left: 6rem !important;
}

.u-ml-xl {
  margin-left: 10rem !important;
}

.u-ml-xxl {
  margin-left: 15rem !important;
}

/* padding */
.u-p-0 {
  padding: 0 !important;
}

.u-p-xxs {
  padding: 1rem !important;
}

.u-p-xs {
  padding: 2rem !important;
}

.u-p-sm {
  padding: 3rem !important;
}

.u-p-md {
  padding: 4rem !important;
}

.u-p-lg {
  padding: 6rem !important;
}

.u-p-xl {
  padding: 10rem !important;
}

.u-p-xxl {
  padding: 15rem !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-xxs {
  padding-top: 1rem !important;
}

.u-pt-xs {
  padding-top: 2rem !important;
}

.u-pt-sm {
  padding-top: 3rem !important;
}

.u-pt-md {
  padding-top: 4rem !important;
}

.u-pt-lg {
  padding-top: 6rem !important;
}

.u-pt-xl {
  padding-top: 10rem !important;
}

.u-pt-xxl {
  padding-top: 15rem !important;
}

.u-pr-0 {
  padding-right: 0 !important;
}

.u-pr-xxs {
  padding-right: 1rem !important;
}

.u-pr-xs {
  padding-right: 2rem !important;
}

.u-pr-sm {
  padding-right: 3rem !important;
}

.u-pr-md {
  padding-right: 4rem !important;
}

.u-pr-lg {
  padding-right: 6rem !important;
}

.u-pr-xl {
  padding-right: 10rem !important;
}

.u-pr-xxl {
  padding-right: 15rem !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-xxs {
  padding-bottom: 1rem !important;
}

.u-pb-xs {
  padding-bottom: 2rem !important;
}

.u-pb-sm {
  padding-bottom: 3rem !important;
}

.u-pb-md {
  padding-bottom: 4rem !important;
}

.u-pb-lg {
  padding-bottom: 6rem !important;
}

.u-pb-xl {
  padding-bottom: 10rem !important;
}

.u-pb-xxl {
  padding-bottom: 3rem !important;
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-pl-xxs {
  padding-left: 1rem !important;
}

.u-pl-xs {
  padding-left: 2rem !important;
}

.u-pl-sm {
  padding-left: 3rem !important;
}

.u-pl-md {
  padding-left: 4rem !important;
}

.u-pl-lg {
  padding-left: 6rem !important;
}

.u-pl-xl {
  padding-left: 10rem !important;
}

.u-pl-xxl {
  padding-left: 15rem !important;
}

@media (max-width: 1024px) {
  .u-m-xxs {
    margin: 1rem !important;
  }
  .u-m-xs {
    margin: 1.5rem !important;
  }
  .u-m-sm {
    margin: 2.5rem !important;
  }
  .u-m-md {
    margin: 3.6rem !important;
  }
  .u-m-lg {
    margin: 5rem !important;
  }
  .u-m-xl {
    margin: 8rem !important;
  }
  .u-m-xxl {
    margin: 12rem !important;
  }
  .u-mt-xxs {
    margin-top: 1rem !important;
  }
  .u-mt-xs {
    margin-top: 1.5rem !important;
  }
  .u-mt-sm {
    margin-top: 2.5rem !important;
  }
  .u-mt-md {
    margin-top: 3.6rem !important;
  }
  .u-mt-lg {
    margin-top: 5rem !important;
  }
  .u-mt-xl {
    margin-top: 8rem !important;
  }
  .u-mt-xxl {
    margin-top: 12rem !important;
  }
  .u-mb-xxs {
    margin-bottom: 1rem !important;
  }
  .u-mb-xs {
    margin-bottom: 1.5rem !important;
  }
  .u-mb-sm {
    margin-bottom: 2.5rem !important;
  }
  .u-mb-md {
    margin-bottom: 3.6rem !important;
  }
  .u-mb-lg {
    margin-bottom: 5rem !important;
  }
  .u-mb-xl {
    margin-bottom: 8rem !important;
  }
  .u-mb-xxl {
    margin-bottom: 12rem !important;
  }
  .u-p-xxs {
    padding: 1rem !important;
  }
  .u-p-xs {
    padding: 1.5rem !important;
  }
  .u-p-sm {
    padding: 2.5rem !important;
  }
  .u-p-md {
    padding: 3.6rem !important;
  }
  .u-p-lg {
    padding: 5rem !important;
  }
  .u-p-xl {
    padding: 8rem !important;
  }
  u-p-xxl {
    padding: 12rem !important;
  }
  .u-pt-xxs {
    padding-top: 1rem !important;
  }
  .u-pt-xs {
    padding-top: 1.5rem !important;
  }
  .u-pt-sm {
    padding-top: 2.5rem !important;
  }
  .u-pt-md {
    padding-top: 3.6rem !important;
  }
  .u-pt-lg {
    padding-top: 5rem !important;
  }
  .u-pt-xl {
    padding-top: 8rem !important;
  }
  .u-pt-xxl {
    padding-top: 12rem !important;
  }
  .u-pb-xxs {
    padding-bottom: 1rem !important;
  }
  .u-pb-xs {
    padding-bottom: 1.5rem !important;
  }
  .u-pb-sm {
    padding-bottom: 2.5rem !important;
  }
  .u-pb-md {
    padding-bottom: 3.6rem !important;
  }
  .u-pb-lg {
    padding-bottom: 5rem !important;
  }
  .u-pb-xl {
    padding-bottom: 8rem !important;
  }
  .u-pb-xxl {
    padding-bottom: 12rem !important;
  }
}
@media (max-width: 767px) {
  u-m-xxs {
    margin: 0.8rem !important;
  }
  .u-m-xs {
    margin: 1.5rem !important;
  }
  .u-m-sm {
    margin: 2rem !important;
  }
  .u-m-md {
    margin: 3rem !important;
  }
  .u-m-lg {
    margin: 4rem !important;
  }
  .u-m-xl {
    margin: 6rem !important;
  }
  .u-m-xxl {
    margin: 10rem !important;
  }
  .u-mt-xxs {
    margin-top: 0.8rem !important;
  }
  .u-mt-xs {
    margin-top: 1.5rem !important;
  }
  .u-mt-sm {
    margin-top: 2rem !important;
  }
  .u-mt-md {
    margin-top: 3rem !important;
  }
  .u-mt-lg {
    margin-top: 4rem !important;
  }
  .u-mt-xl {
    margin-top: 6rem !important;
  }
  .u-mt-xxl {
    margin-top: 10rem !important;
  }
  .u-mb-xxs {
    margin-bottom: 0.8rem !important;
  }
  .u-mb-xs {
    margin-bottom: 1.5rem !important;
  }
  .u-mb-sm {
    margin-bottom: 2rem !important;
  }
  .u-mb-md {
    margin-bottom: 3rem !important;
  }
  .u-mb-lg {
    margin-bottom: 4rem !important;
  }
  .u-mb-xl {
    margin-bottom: 6rem !important;
  }
  .u-mb-xxl {
    margin-bottom: 10rem !important;
  }
  .u-p-xxs {
    padding: 0.8rem !important;
  }
  .u-p-xs {
    padding: 1.5rem !important;
  }
  .u-p-sm {
    padding: 2rem !important;
  }
  .u-p-md {
    padding: 3rem !important;
  }
  .u-p-lg {
    padding: 4rem !important;
  }
  .u-p-xl {
    padding: 6rem !important;
  }
  .u-p-xxl {
    padding: 10rem !important;
  }
  .u-pt-xxs {
    padding-top: 0.8rem !important;
  }
  .u-pt-xs {
    padding-top: 1.5rem !important;
  }
  .u-pt-sm {
    padding-top: 2rem !important;
  }
  .u-pt-md {
    padding-top: 3rem !important;
  }
  .u-pt-lg {
    padding-top: 4rem !important;
  }
  .u-pt-xl {
    padding-top: 6rem !important;
  }
  .u-pt-xxl {
    padding-top: 10rem !important;
  }
  .u-pb-xxs {
    padding-bottom: 0.8rem !important;
  }
  .u-pb-xs {
    padding-bottom: 1.5rem !important;
  }
  .u-pb-sm {
    padding-bottom: 2rem !important;
  }
  .u-pb-md {
    padding-bottom: 3rem !important;
  }
  .u-pb-lg {
    padding-bottom: 4rem !important;
  }
  .u-pb-xl {
    padding-bottom: 6rem !important;
  }
  .u-pb-xxl {
    padding-bottom: 10rem !important;
  }
}
/* list-style-image */
.u-lisi-n {
  list-style-image: none !important;
}

/* vertical-align */
.u-va-sup {
  vertical-align: super !important;
}

.u-va-t {
  vertical-align: top !important;
}

.u-va-tt {
  vertical-align: text-top !important;
}

.u-va-m {
  vertical-align: middle !important;
}

.u-va-bl {
  vertical-align: baseline !important;
}

.u-va-b {
  vertical-align: bottom !important;
}

.u-va-tb {
  vertical-align: text-bottom !important;
}

.u-va-sub {
  vertical-align: sub !important;
}

/* text-align */
.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
}

/* text-decoration */
.u-td-n {
  text-decoration: none !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-td-o {
  text-decoration: overline !important;
}

.u-td-l {
  text-decoration: line-through !important;
}

/* text-emphasis */
.u-te-n {
  -webkit-text-emphasis: none !important;
          text-emphasis: none !important;
}

/* float */
.u-float-l {
  float: left !important;
}

.u-float-r {
  float: right !important;
}

/* color */
.u-c-require {
  color: #f00 !important;
}

.u-c-red {
  color: #f00 !important;
}

.u-c-white {
  color: #fff !important;
}

.u-c-primary {
  color: #e1bc1a !important;
}

.u-c-secondary {
  color: #64b72f !important;
}

/* display */
.u-d-n {
  display: none !important;
}

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

.u-d-f {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-d-if {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

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

.u-d-li {
  display: list-item !important;
}

.u-d-ri {
  display: run-in !important;
}

.u-d-cp {
  display: compact !important;
}

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

.u-d-itb {
  display: inline-table !important;
}

.u-d-tbcp {
  display: table-caption !important;
}

.u-d-tbcl {
  display: table-column !important;
}

.u-d-tbclg {
  display: table-column-group !important;
}

.u-d-tbhg {
  display: table-header-group !important;
}

.u-d-tbfg {
  display: table-footer-group !important;
}

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

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

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

.u-d-rb {
  display: ruby !important;
}

.u-d-rbb {
  display: ruby-base !important;
}

.u-d-rbbg {
  display: ruby-base-group !important;
}

.u-d-rbt {
  display: ruby-text !important;
}

.u-d-rbtg {
  display: ruby-text-group !important;
}

.u-d-xs-n {
  display: none !important;
}

.u-d-xs-b {
  display: block !important;
}

.u-d-xs-f {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-d-xs-if {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.u-d-xs-i {
  display: inline !important;
}

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

@media (min-width: 768px) {
  .u-d-sm-n {
    display: none !important;
  }
  .u-d-sm-b {
    display: block !important;
  }
  .u-d-sm-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-d-sm-if {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .u-d-sm-i {
    display: inline !important;
  }
  .u-d-sm-ib {
    display: inline-block !important;
  }
}
@media (min-width: 1025px) {
  .u-d-md-n {
    display: none !important;
  }
  .u-d-md-b {
    display: block !important;
  }
  .u-d-md-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-d-md-if {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .u-d-md-i {
    display: inline !important;
  }
  .u-d-md-ib {
    display: inline-block !important;
  }
}
@media (min-width: 1441px) {
  .u-d-lg-n {
    display: none !important;
  }
  .u-d-lg-b {
    display: block !important;
  }
  .u-d-lg-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-d-lg-if {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .u-d-lg-i {
    display: inline !important;
  }
  .u-d-lg-ib {
    display: inline-block !important;
  }
}
/* flex-direction */
.u-fd-rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  flex-direction: row-reverse;
  box-orient: horizontal;
  box-direction: reverse;
}

.u-fd-cr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  flex-direction: row-reverse;
  box-orient: horizontal;
  box-direction: reverse;
}

/* justify-content */
.u-jc-s {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  box-pack: start;
  flex-pack: start;
}

.u-jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-pack: center;
  flex-pack: center;
}

.u-jc-e {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  box-pack: end;
  flex-pack: end;
}

.u-ai-s {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  box-align: start;
  flex-align: start;
}

.u-ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-align: center;
  flex-align: center;
}

.u-ai-e {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  box-align: end;
  flex-align: end;
}

/* =========================================================
display
========================================================= */
.u-sp-block {
  display: none;
}
@media (max-width: 767px) {
  .u-sp-block {
    display: block;
  }
}

.u-sp-tablet-block {
  display: none;
}
@media (max-width: 1024px) {
  .u-sp-tablet-block {
    display: block;
  }
}

.u-pc-block {
  display: block;
}
@media (max-width: 1024px) {
  .u-pc-block {
    display: none;
  }
}

.u-pc-tablet-block {
  display: block;
}
@media (max-width: 767px) {
  .u-pc-tablet-block {
    display: none;
  }
}

.u-tablet-block {
  display: none;
}
@media (max-width: 1024px) {
  .u-tablet-block {
    display: block;
  }
}
@media (max-width: 767px) {
  .u-tablet-block {
    display: none;
  }
}

.u-sp-inline {
  display: none !important;
}
@media (max-width: 767px) {
  .u-sp-inline {
    display: inline !important;
  }
}

.u-sp-tablet-inline {
  display: none !important;
}
@media (max-width: 1024px) {
  .u-sp-tablet-inline {
    display: inline !important;
  }
}

.u-pc-inline {
  display: inline !important;
}
@media (max-width: 1024px) {
  .u-pc-inline {
    display: none !important;
  }
}

.u-pc-tablet-inline {
  display: inline !important;
}
@media (max-width: 767px) {
  .u-pc-tablet-inline {
    display: none !important;
  }
}

.u-tablet-inline {
  display: none;
}
@media (max-width: 1024px) {
  .u-tablet-inline {
    display: inline;
  }
}
@media (max-width: 767px) {
  .u-tablet-inline {
    display: none;
  }
}

.u-sp-inlineblock {
  display: none;
}
@media (max-width: 767px) {
  .u-sp-inlineblock {
    display: inline-block;
  }
}

.u-sp-tablet-inlineblock {
  display: none;
}
@media (max-width: 1024px) {
  .u-sp-tablet-inlineblock {
    display: inline-block;
  }
}

.u-pc-inlineblock {
  display: inline-block;
}
@media (max-width: 1024px) {
  .u-pc-inlineblock {
    display: none;
  }
}

.u-pc-tablet-inlineblock {
  display: inline-block;
}
@media (max-width: 767px) {
  .u-pc-tablet-inlineblock {
    display: none;
  }
}

.u-tablet-inlineblock {
  display: none;
}
@media (max-width: 1024px) {
  .u-tablet-inlineblock {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .u-tablet-inlineblock {
    display: none;
  }
}

/* =========================================================
img
========================================================= */
.u-img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.u-img-no-responsive {
  display: inline-block;
  max-width: auto;
  height: auto;
}

.u-img-fit {
  display: inline-block;
  width: 100%;
  height: auto;
}

/* =========================================================
transition-delay
========================================================= */
.is-onscreen .u-delay-004 {
  -webkit-transition-delay: 0.04s !important;
          transition-delay: 0.04s !important;
  -webkit-animation-delay: 0.04s !important;
          animation-delay: 0.04s !important;
}
.is-onscreen .u-delay-005 {
  -webkit-transition-delay: 0.05s !important;
          transition-delay: 0.05s !important;
  -webkit-animation-delay: 0.05s !important;
          animation-delay: 0.05s !important;
}
.is-onscreen .u-delay-008 {
  -webkit-transition-delay: 0.08s !important;
          transition-delay: 0.08s !important;
  -webkit-animation-delay: 0.08s !important;
          animation-delay: 0.08s !important;
}
.is-onscreen .u-delay-010 {
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}
.is-onscreen .u-delay-012 {
  -webkit-transition-delay: 0.12s !important;
          transition-delay: 0.12s !important;
  -webkit-animation-delay: 0.12s !important;
          animation-delay: 0.12s !important;
}
.is-onscreen .u-delay-015 {
  -webkit-transition-delay: 0.15s !important;
          transition-delay: 0.15s !important;
  -webkit-animation-delay: 0.15s !important;
          animation-delay: 0.15s !important;
}
.is-onscreen .u-delay-016 {
  -webkit-transition-delay: 0.16s !important;
          transition-delay: 0.16s !important;
  -webkit-animation-delay: 0.16s !important;
          animation-delay: 0.16s !important;
}
.is-onscreen .u-delay-020 {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.is-onscreen .u-delay-024 {
  -webkit-transition-delay: 0.24s !important;
          transition-delay: 0.24s !important;
  -webkit-animation-delay: 0.24s !important;
          animation-delay: 0.24s !important;
}
.is-onscreen .u-delay-025 {
  -webkit-transition-delay: 0.25s !important;
          transition-delay: 0.25s !important;
  -webkit-animation-delay: 0.25s !important;
          animation-delay: 0.25s !important;
}
.is-onscreen .u-delay-028 {
  -webkit-transition-delay: 0.28s !important;
          transition-delay: 0.28s !important;
  -webkit-animation-delay: 0.28s !important;
          animation-delay: 0.28s !important;
}
.is-onscreen .u-delay-030 {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}
.is-onscreen .u-delay-032 {
  -webkit-transition-delay: 0.32s !important;
          transition-delay: 0.32s !important;
  -webkit-animation-delay: 0.32s !important;
          animation-delay: 0.32s !important;
}
.is-onscreen .u-delay-035 {
  -webkit-transition-delay: 0.35s !important;
          transition-delay: 0.35s !important;
  -webkit-animation-delay: 0.35s !important;
          animation-delay: 0.35s !important;
}
.is-onscreen .u-delay-036 {
  -webkit-transition-delay: 0.36s !important;
          transition-delay: 0.36s !important;
  -webkit-animation-delay: 0.36s !important;
          animation-delay: 0.36s !important;
}
.is-onscreen .u-delay-040 {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}
.is-onscreen .u-delay-044 {
  -webkit-transition-delay: 0.44s !important;
          transition-delay: 0.44s !important;
  -webkit-animation-delay: 0.44s !important;
          animation-delay: 0.44s !important;
}
.is-onscreen .u-delay-045 {
  -webkit-transition-delay: 0.45s !important;
          transition-delay: 0.45s !important;
  -webkit-animation-delay: 0.45s !important;
          animation-delay: 0.45s !important;
}
.is-onscreen .u-delay-048 {
  -webkit-transition-delay: 0.48s !important;
          transition-delay: 0.48s !important;
  -webkit-animation-delay: 0.48s !important;
          animation-delay: 0.48s !important;
}
.is-onscreen .u-delay-050 {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.is-onscreen .u-delay-052 {
  -webkit-transition-delay: 0.52s !important;
          transition-delay: 0.52s !important;
  -webkit-animation-delay: 0.52s !important;
          animation-delay: 0.52s !important;
}
.is-onscreen .u-delay-055 {
  -webkit-transition-delay: 0.55s !important;
          transition-delay: 0.55s !important;
  -webkit-animation-delay: 0.55s !important;
          animation-delay: 0.55s !important;
}
.is-onscreen .u-delay-056 {
  -webkit-transition-delay: 0.56s !important;
          transition-delay: 0.56s !important;
  -webkit-animation-delay: 0.56s !important;
          animation-delay: 0.56s !important;
}
.is-onscreen .u-delay-060 {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
.is-onscreen .u-delay-064 {
  -webkit-transition-delay: 0.64s !important;
          transition-delay: 0.64s !important;
  -webkit-animation-delay: 0.64s !important;
          animation-delay: 0.64s !important;
}
.is-onscreen .u-delay-065 {
  -webkit-transition-delay: 0.65s !important;
          transition-delay: 0.65s !important;
  -webkit-animation-delay: 0.65s !important;
          animation-delay: 0.65s !important;
}
.is-onscreen .u-delay-068 {
  -webkit-transition-delay: 0.68s !important;
          transition-delay: 0.68s !important;
  -webkit-animation-delay: 0.68s !important;
          animation-delay: 0.68s !important;
}
.is-onscreen .u-delay-070 {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}
.is-onscreen .u-delay-072 {
  -webkit-transition-delay: 0.72s !important;
          transition-delay: 0.72s !important;
  -webkit-animation-delay: 0.72s !important;
          animation-delay: 0.72s !important;
}
.is-onscreen .u-delay-075 {
  -webkit-transition-delay: 0.75s !important;
          transition-delay: 0.75s !important;
  -webkit-animation-delay: 0.75s !important;
          animation-delay: 0.75s !important;
}
.is-onscreen .u-delay-076 {
  -webkit-transition-delay: 0.76s !important;
          transition-delay: 0.76s !important;
  -webkit-animation-delay: 0.76s !important;
          animation-delay: 0.76s !important;
}
.is-onscreen .u-delay-080 {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
.is-onscreen .u-delay-085 {
  -webkit-transition-delay: 0.85s !important;
          transition-delay: 0.85s !important;
  -webkit-animation-delay: 0.85s !important;
          animation-delay: 0.85s !important;
}
.is-onscreen .u-delay-090 {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}
.is-onscreen .u-delay-095 {
  -webkit-transition-delay: 0.95s !important;
          transition-delay: 0.95s !important;
  -webkit-animation-delay: 0.95s !important;
          animation-delay: 0.95s !important;
}
.is-onscreen .u-delay-100 {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}
.is-onscreen .u-delay-105 {
  -webkit-transition-delay: 1.05s !important;
          transition-delay: 1.05s !important;
  -webkit-animation-delay: 1.05s !important;
          animation-delay: 1.05s !important;
}
.is-onscreen .u-delay-110 {
  -webkit-transition-delay: 1.1s !important;
          transition-delay: 1.1s !important;
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}
.is-onscreen .u-delay-105 {
  -webkit-transition-delay: 1.05s !important;
          transition-delay: 1.05s !important;
  -webkit-animation-delay: 1.05s !important;
          animation-delay: 1.05s !important;
}
.is-onscreen .u-delay-110 {
  -webkit-transition-delay: 1.1s !important;
          transition-delay: 1.1s !important;
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}
.is-onscreen .u-delay-115 {
  -webkit-transition-delay: 1.15s !important;
          transition-delay: 1.15s !important;
  -webkit-animation-delay: 1.15s !important;
          animation-delay: 1.15s !important;
}
.is-onscreen .u-delay-120 {
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}
.is-onscreen .u-delay-125 {
  -webkit-transition-delay: 1.25s !important;
          transition-delay: 1.25s !important;
  -webkit-animation-delay: 1.25s !important;
          animation-delay: 1.25s !important;
}
.is-onscreen .u-delay-130 {
  -webkit-transition-delay: 1.3s !important;
          transition-delay: 1.3s !important;
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
}
.is-onscreen .u-delay-135 {
  -webkit-transition-delay: 1.35s !important;
          transition-delay: 1.35s !important;
  -webkit-animation-delay: 1.35s !important;
          animation-delay: 1.35s !important;
}
.is-onscreen .u-delay-140 {
  -webkit-transition-delay: 1.4s !important;
          transition-delay: 1.4s !important;
  -webkit-animation-delay: 1.4s !important;
          animation-delay: 1.4s !important;
}
.is-onscreen .u-delay-145 {
  -webkit-transition-delay: 1.45s !important;
          transition-delay: 1.45s !important;
  -webkit-animation-delay: 1.45s !important;
          animation-delay: 1.45s !important;
}
.is-onscreen .u-delay-150 {
  -webkit-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important;
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}
.is-onscreen .u-delay-155 {
  -webkit-transition-delay: 1.55s !important;
          transition-delay: 1.55s !important;
  -webkit-animation-delay: 1.55s !important;
          animation-delay: 1.55s !important;
}
.is-onscreen .u-delay-160 {
  -webkit-transition-delay: 1.6s !important;
          transition-delay: 1.6s !important;
  -webkit-animation-delay: 1.6s !important;
          animation-delay: 1.6s !important;
}
.is-onscreen .u-delay-165 {
  -webkit-transition-delay: 1.65s !important;
          transition-delay: 1.65s !important;
  -webkit-animation-delay: 1.65s !important;
          animation-delay: 1.65s !important;
}
.is-onscreen .u-delay-170 {
  -webkit-transition-delay: 1.7s !important;
          transition-delay: 1.7s !important;
  -webkit-animation-delay: 1.7s !important;
          animation-delay: 1.7s !important;
}

/* =========================================================
youtube
========================================================= */
.u-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.u-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* =========================================================
pointer-events
========================================================= */
.u-hover-shit {
  pointer-events: none;
}

/* =========================================================
onscreen
========================================================= */
.js-fadein {
  -webkit-transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
  transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
  opacity: 0;
}
.js-fadein.is-onscreen {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1 !important;
}
.is-onscreen .js-fadein {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1 !important;
}

.u-fadein {
  -webkit-transition: opacity 0.8s ease 0.1s;
  transition: opacity 0.8s ease 0.1s;
  opacity: 0;
}
.u-fadein.is-onscreen {
  opacity: 1;
}
.is-onscreen .u-fadein {
  opacity: 1;
}

.u-fadeinup {
  -webkit-transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
.u-fadeinup.is-onscreen {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.is-onscreen .u-fadeinup {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}