@charset "UTF-8";
/* 変数と関数
========================================== */
/* bootstrap
========================================== */
/*!
 * Bootstrap Grid v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 16px);
  padding-left: var(--bs-gutter-x, 16px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-0,
.gx-0 {
  --bs-gutter-x: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.g-8,
.gx-8 {
  --bs-gutter-x: 6.4rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 6.4rem;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 8rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 8rem;
}

.g-15,
.gx-15 {
  --bs-gutter-x: 12rem;
}

.g-15,
.gy-15 {
  --bs-gutter-y: 12rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .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-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.8rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.8rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 1.6rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 1.6rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 2.4rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 2.4rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 3.2rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 3.2rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 6.4rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 6.4rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 12rem;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 12rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .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 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.8rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.8rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 1.6rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 1.6rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 2.4rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 2.4rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 3.2rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 3.2rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 4rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 4rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 6.4rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 6.4rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 8rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 8rem;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 12rem;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 12rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .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 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.8rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.8rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 1.6rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 1.6rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 2.4rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 2.4rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 3.2rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 3.2rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 6.4rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 6.4rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 8rem;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 12rem;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 12rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .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 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 3.2rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 3.2rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 6.4rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 6.4rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 12rem;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 12rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

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

.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 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

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

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

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  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 {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}

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

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

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

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

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

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

.m-8 {
  margin: 6.4rem !important;
}

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

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

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.8rem !important;
  margin-left: 0.8rem !important;
}

.mx-2 {
  margin-right: 1.6rem !important;
  margin-left: 1.6rem !important;
}

.mx-3 {
  margin-right: 2.4rem !important;
  margin-left: 2.4rem !important;
}

.mx-4 {
  margin-right: 3.2rem !important;
  margin-left: 3.2rem !important;
}

.mx-5 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-8 {
  margin-right: 6.4rem !important;
  margin-left: 6.4rem !important;
}

.mx-10 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.mx-15 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

.my-2 {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}

.my-3 {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}

.my-4 {
  margin-top: 3.2rem !important;
  margin-bottom: 3.2rem !important;
}

.my-5 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-8 {
  margin-top: 6.4rem !important;
  margin-bottom: 6.4rem !important;
}

.my-10 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-15 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

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

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

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

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

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

.mt-8 {
  margin-top: 6.4rem !important;
}

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

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

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.8rem !important;
}

.me-2 {
  margin-right: 1.6rem !important;
}

.me-3 {
  margin-right: 2.4rem !important;
}

.me-4 {
  margin-right: 3.2rem !important;
}

.me-5 {
  margin-right: 4rem !important;
}

.me-8 {
  margin-right: 6.4rem !important;
}

.me-10 {
  margin-right: 8rem !important;
}

.me-15 {
  margin-right: 12rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

.mb-8 {
  margin-bottom: 6.4rem !important;
}

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

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

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.8rem !important;
}

.ms-2 {
  margin-left: 1.6rem !important;
}

.ms-3 {
  margin-left: 2.4rem !important;
}

.ms-4 {
  margin-left: 3.2rem !important;
}

.ms-5 {
  margin-left: 4rem !important;
}

.ms-8 {
  margin-left: 6.4rem !important;
}

.ms-10 {
  margin-left: 8rem !important;
}

.ms-15 {
  margin-left: 12rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

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

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

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

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

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

.p-8 {
  padding: 6.4rem !important;
}

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

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

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
}

.px-2 {
  padding-right: 1.6rem !important;
  padding-left: 1.6rem !important;
}

.px-3 {
  padding-right: 2.4rem !important;
  padding-left: 2.4rem !important;
}

.px-4 {
  padding-right: 3.2rem !important;
  padding-left: 3.2rem !important;
}

.px-5 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-8 {
  padding-right: 6.4rem !important;
  padding-left: 6.4rem !important;
}

.px-10 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.px-15 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.py-2 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.py-3 {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.py-4 {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}

.py-5 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-8 {
  padding-top: 6.4rem !important;
  padding-bottom: 6.4rem !important;
}

.py-10 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-15 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

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

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

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

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

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

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

.pt-8 {
  padding-top: 6.4rem !important;
}

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

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

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.8rem !important;
}

.pe-2 {
  padding-right: 1.6rem !important;
}

.pe-3 {
  padding-right: 2.4rem !important;
}

.pe-4 {
  padding-right: 3.2rem !important;
}

.pe-5 {
  padding-right: 4rem !important;
}

.pe-8 {
  padding-right: 6.4rem !important;
}

.pe-10 {
  padding-right: 8rem !important;
}

.pe-15 {
  padding-right: 12rem !important;
}

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

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

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

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

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

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

.pb-8 {
  padding-bottom: 6.4rem !important;
}

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

.pb-15 {
  padding-bottom: 12rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.8rem !important;
}

.ps-2 {
  padding-left: 1.6rem !important;
}

.ps-3 {
  padding-left: 2.4rem !important;
}

.ps-4 {
  padding-left: 3.2rem !important;
}

.ps-5 {
  padding-left: 4rem !important;
}

.ps-8 {
  padding-left: 6.4rem !important;
}

.ps-10 {
  padding-left: 8rem !important;
}

.ps-15 {
  padding-left: 12rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    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 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.8rem !important;
  }
  .m-sm-2 {
    margin: 1.6rem !important;
  }
  .m-sm-3 {
    margin: 2.4rem !important;
  }
  .m-sm-4 {
    margin: 3.2rem !important;
  }
  .m-sm-5 {
    margin: 4rem !important;
  }
  .m-sm-8 {
    margin: 6.4rem !important;
  }
  .m-sm-10 {
    margin: 8rem !important;
  }
  .m-sm-15 {
    margin: 12rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-sm-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-sm-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-sm-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-sm-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-8 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-sm-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-15 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-sm-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-sm-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-sm-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-sm-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-sm-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-15 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.8rem !important;
  }
  .mt-sm-2 {
    margin-top: 1.6rem !important;
  }
  .mt-sm-3 {
    margin-top: 2.4rem !important;
  }
  .mt-sm-4 {
    margin-top: 3.2rem !important;
  }
  .mt-sm-5 {
    margin-top: 4rem !important;
  }
  .mt-sm-8 {
    margin-top: 6.4rem !important;
  }
  .mt-sm-10 {
    margin-top: 8rem !important;
  }
  .mt-sm-15 {
    margin-top: 12rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.8rem !important;
  }
  .me-sm-2 {
    margin-right: 1.6rem !important;
  }
  .me-sm-3 {
    margin-right: 2.4rem !important;
  }
  .me-sm-4 {
    margin-right: 3.2rem !important;
  }
  .me-sm-5 {
    margin-right: 4rem !important;
  }
  .me-sm-8 {
    margin-right: 6.4rem !important;
  }
  .me-sm-10 {
    margin-right: 8rem !important;
  }
  .me-sm-15 {
    margin-right: 12rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.8rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 1.6rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 2.4rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 3.2rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 6.4rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 12rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.8rem !important;
  }
  .ms-sm-2 {
    margin-left: 1.6rem !important;
  }
  .ms-sm-3 {
    margin-left: 2.4rem !important;
  }
  .ms-sm-4 {
    margin-left: 3.2rem !important;
  }
  .ms-sm-5 {
    margin-left: 4rem !important;
  }
  .ms-sm-8 {
    margin-left: 6.4rem !important;
  }
  .ms-sm-10 {
    margin-left: 8rem !important;
  }
  .ms-sm-15 {
    margin-left: 12rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.8rem !important;
  }
  .p-sm-2 {
    padding: 1.6rem !important;
  }
  .p-sm-3 {
    padding: 2.4rem !important;
  }
  .p-sm-4 {
    padding: 3.2rem !important;
  }
  .p-sm-5 {
    padding: 4rem !important;
  }
  .p-sm-8 {
    padding: 6.4rem !important;
  }
  .p-sm-10 {
    padding: 8rem !important;
  }
  .p-sm-15 {
    padding: 12rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-sm-2 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-sm-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-sm-4 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-sm-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-8 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .px-sm-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-15 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-sm-2 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-sm-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-sm-4 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-sm-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-8 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .py-sm-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-15 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.8rem !important;
  }
  .pt-sm-2 {
    padding-top: 1.6rem !important;
  }
  .pt-sm-3 {
    padding-top: 2.4rem !important;
  }
  .pt-sm-4 {
    padding-top: 3.2rem !important;
  }
  .pt-sm-5 {
    padding-top: 4rem !important;
  }
  .pt-sm-8 {
    padding-top: 6.4rem !important;
  }
  .pt-sm-10 {
    padding-top: 8rem !important;
  }
  .pt-sm-15 {
    padding-top: 12rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.8rem !important;
  }
  .pe-sm-2 {
    padding-right: 1.6rem !important;
  }
  .pe-sm-3 {
    padding-right: 2.4rem !important;
  }
  .pe-sm-4 {
    padding-right: 3.2rem !important;
  }
  .pe-sm-5 {
    padding-right: 4rem !important;
  }
  .pe-sm-8 {
    padding-right: 6.4rem !important;
  }
  .pe-sm-10 {
    padding-right: 8rem !important;
  }
  .pe-sm-15 {
    padding-right: 12rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.8rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 1.6rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 2.4rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 3.2rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 6.4rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 12rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.8rem !important;
  }
  .ps-sm-2 {
    padding-left: 1.6rem !important;
  }
  .ps-sm-3 {
    padding-left: 2.4rem !important;
  }
  .ps-sm-4 {
    padding-left: 3.2rem !important;
  }
  .ps-sm-5 {
    padding-left: 4rem !important;
  }
  .ps-sm-8 {
    padding-left: 6.4rem !important;
  }
  .ps-sm-10 {
    padding-left: 8rem !important;
  }
  .ps-sm-15 {
    padding-left: 12rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    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 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.8rem !important;
  }
  .m-md-2 {
    margin: 1.6rem !important;
  }
  .m-md-3 {
    margin: 2.4rem !important;
  }
  .m-md-4 {
    margin: 3.2rem !important;
  }
  .m-md-5 {
    margin: 4rem !important;
  }
  .m-md-8 {
    margin: 6.4rem !important;
  }
  .m-md-10 {
    margin: 8rem !important;
  }
  .m-md-15 {
    margin: 12rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-md-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-md-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-md-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-md-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-8 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-md-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-15 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-md-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-md-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-md-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-md-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-md-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-15 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.8rem !important;
  }
  .mt-md-2 {
    margin-top: 1.6rem !important;
  }
  .mt-md-3 {
    margin-top: 2.4rem !important;
  }
  .mt-md-4 {
    margin-top: 3.2rem !important;
  }
  .mt-md-5 {
    margin-top: 4rem !important;
  }
  .mt-md-8 {
    margin-top: 6.4rem !important;
  }
  .mt-md-10 {
    margin-top: 8rem !important;
  }
  .mt-md-15 {
    margin-top: 12rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.8rem !important;
  }
  .me-md-2 {
    margin-right: 1.6rem !important;
  }
  .me-md-3 {
    margin-right: 2.4rem !important;
  }
  .me-md-4 {
    margin-right: 3.2rem !important;
  }
  .me-md-5 {
    margin-right: 4rem !important;
  }
  .me-md-8 {
    margin-right: 6.4rem !important;
  }
  .me-md-10 {
    margin-right: 8rem !important;
  }
  .me-md-15 {
    margin-right: 12rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.8rem !important;
  }
  .mb-md-2 {
    margin-bottom: 1.6rem !important;
  }
  .mb-md-3 {
    margin-bottom: 2.4rem !important;
  }
  .mb-md-4 {
    margin-bottom: 3.2rem !important;
  }
  .mb-md-5 {
    margin-bottom: 4rem !important;
  }
  .mb-md-8 {
    margin-bottom: 6.4rem !important;
  }
  .mb-md-10 {
    margin-bottom: 8rem !important;
  }
  .mb-md-15 {
    margin-bottom: 12rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.8rem !important;
  }
  .ms-md-2 {
    margin-left: 1.6rem !important;
  }
  .ms-md-3 {
    margin-left: 2.4rem !important;
  }
  .ms-md-4 {
    margin-left: 3.2rem !important;
  }
  .ms-md-5 {
    margin-left: 4rem !important;
  }
  .ms-md-8 {
    margin-left: 6.4rem !important;
  }
  .ms-md-10 {
    margin-left: 8rem !important;
  }
  .ms-md-15 {
    margin-left: 12rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.8rem !important;
  }
  .p-md-2 {
    padding: 1.6rem !important;
  }
  .p-md-3 {
    padding: 2.4rem !important;
  }
  .p-md-4 {
    padding: 3.2rem !important;
  }
  .p-md-5 {
    padding: 4rem !important;
  }
  .p-md-8 {
    padding: 6.4rem !important;
  }
  .p-md-10 {
    padding: 8rem !important;
  }
  .p-md-15 {
    padding: 12rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-md-2 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-md-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-md-4 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-md-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-8 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .px-md-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-15 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-md-2 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-md-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-md-4 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-md-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-8 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .py-md-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-15 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.8rem !important;
  }
  .pt-md-2 {
    padding-top: 1.6rem !important;
  }
  .pt-md-3 {
    padding-top: 2.4rem !important;
  }
  .pt-md-4 {
    padding-top: 3.2rem !important;
  }
  .pt-md-5 {
    padding-top: 4rem !important;
  }
  .pt-md-8 {
    padding-top: 6.4rem !important;
  }
  .pt-md-10 {
    padding-top: 8rem !important;
  }
  .pt-md-15 {
    padding-top: 12rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.8rem !important;
  }
  .pe-md-2 {
    padding-right: 1.6rem !important;
  }
  .pe-md-3 {
    padding-right: 2.4rem !important;
  }
  .pe-md-4 {
    padding-right: 3.2rem !important;
  }
  .pe-md-5 {
    padding-right: 4rem !important;
  }
  .pe-md-8 {
    padding-right: 6.4rem !important;
  }
  .pe-md-10 {
    padding-right: 8rem !important;
  }
  .pe-md-15 {
    padding-right: 12rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.8rem !important;
  }
  .pb-md-2 {
    padding-bottom: 1.6rem !important;
  }
  .pb-md-3 {
    padding-bottom: 2.4rem !important;
  }
  .pb-md-4 {
    padding-bottom: 3.2rem !important;
  }
  .pb-md-5 {
    padding-bottom: 4rem !important;
  }
  .pb-md-8 {
    padding-bottom: 6.4rem !important;
  }
  .pb-md-10 {
    padding-bottom: 8rem !important;
  }
  .pb-md-15 {
    padding-bottom: 12rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.8rem !important;
  }
  .ps-md-2 {
    padding-left: 1.6rem !important;
  }
  .ps-md-3 {
    padding-left: 2.4rem !important;
  }
  .ps-md-4 {
    padding-left: 3.2rem !important;
  }
  .ps-md-5 {
    padding-left: 4rem !important;
  }
  .ps-md-8 {
    padding-left: 6.4rem !important;
  }
  .ps-md-10 {
    padding-left: 8rem !important;
  }
  .ps-md-15 {
    padding-left: 12rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    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 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.8rem !important;
  }
  .m-lg-2 {
    margin: 1.6rem !important;
  }
  .m-lg-3 {
    margin: 2.4rem !important;
  }
  .m-lg-4 {
    margin: 3.2rem !important;
  }
  .m-lg-5 {
    margin: 4rem !important;
  }
  .m-lg-8 {
    margin: 6.4rem !important;
  }
  .m-lg-10 {
    margin: 8rem !important;
  }
  .m-lg-15 {
    margin: 12rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-lg-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-lg-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-lg-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-lg-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-8 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-lg-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-15 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-lg-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-lg-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-lg-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-lg-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-lg-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-15 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.8rem !important;
  }
  .mt-lg-2 {
    margin-top: 1.6rem !important;
  }
  .mt-lg-3 {
    margin-top: 2.4rem !important;
  }
  .mt-lg-4 {
    margin-top: 3.2rem !important;
  }
  .mt-lg-5 {
    margin-top: 4rem !important;
  }
  .mt-lg-8 {
    margin-top: 6.4rem !important;
  }
  .mt-lg-10 {
    margin-top: 8rem !important;
  }
  .mt-lg-15 {
    margin-top: 12rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.8rem !important;
  }
  .me-lg-2 {
    margin-right: 1.6rem !important;
  }
  .me-lg-3 {
    margin-right: 2.4rem !important;
  }
  .me-lg-4 {
    margin-right: 3.2rem !important;
  }
  .me-lg-5 {
    margin-right: 4rem !important;
  }
  .me-lg-8 {
    margin-right: 6.4rem !important;
  }
  .me-lg-10 {
    margin-right: 8rem !important;
  }
  .me-lg-15 {
    margin-right: 12rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.8rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 1.6rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 2.4rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 3.2rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 6.4rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 12rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.8rem !important;
  }
  .ms-lg-2 {
    margin-left: 1.6rem !important;
  }
  .ms-lg-3 {
    margin-left: 2.4rem !important;
  }
  .ms-lg-4 {
    margin-left: 3.2rem !important;
  }
  .ms-lg-5 {
    margin-left: 4rem !important;
  }
  .ms-lg-8 {
    margin-left: 6.4rem !important;
  }
  .ms-lg-10 {
    margin-left: 8rem !important;
  }
  .ms-lg-15 {
    margin-left: 12rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.8rem !important;
  }
  .p-lg-2 {
    padding: 1.6rem !important;
  }
  .p-lg-3 {
    padding: 2.4rem !important;
  }
  .p-lg-4 {
    padding: 3.2rem !important;
  }
  .p-lg-5 {
    padding: 4rem !important;
  }
  .p-lg-8 {
    padding: 6.4rem !important;
  }
  .p-lg-10 {
    padding: 8rem !important;
  }
  .p-lg-15 {
    padding: 12rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-lg-2 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-lg-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-lg-4 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-lg-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-8 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .px-lg-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-15 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-lg-2 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-lg-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-lg-4 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-lg-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-8 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .py-lg-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-15 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.8rem !important;
  }
  .pt-lg-2 {
    padding-top: 1.6rem !important;
  }
  .pt-lg-3 {
    padding-top: 2.4rem !important;
  }
  .pt-lg-4 {
    padding-top: 3.2rem !important;
  }
  .pt-lg-5 {
    padding-top: 4rem !important;
  }
  .pt-lg-8 {
    padding-top: 6.4rem !important;
  }
  .pt-lg-10 {
    padding-top: 8rem !important;
  }
  .pt-lg-15 {
    padding-top: 12rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.8rem !important;
  }
  .pe-lg-2 {
    padding-right: 1.6rem !important;
  }
  .pe-lg-3 {
    padding-right: 2.4rem !important;
  }
  .pe-lg-4 {
    padding-right: 3.2rem !important;
  }
  .pe-lg-5 {
    padding-right: 4rem !important;
  }
  .pe-lg-8 {
    padding-right: 6.4rem !important;
  }
  .pe-lg-10 {
    padding-right: 8rem !important;
  }
  .pe-lg-15 {
    padding-right: 12rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.8rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 1.6rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 2.4rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 3.2rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 6.4rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 12rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.8rem !important;
  }
  .ps-lg-2 {
    padding-left: 1.6rem !important;
  }
  .ps-lg-3 {
    padding-left: 2.4rem !important;
  }
  .ps-lg-4 {
    padding-left: 3.2rem !important;
  }
  .ps-lg-5 {
    padding-left: 4rem !important;
  }
  .ps-lg-8 {
    padding-left: 6.4rem !important;
  }
  .ps-lg-10 {
    padding-left: 8rem !important;
  }
  .ps-lg-15 {
    padding-left: 12rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    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 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.8rem !important;
  }
  .m-xl-2 {
    margin: 1.6rem !important;
  }
  .m-xl-3 {
    margin: 2.4rem !important;
  }
  .m-xl-4 {
    margin: 3.2rem !important;
  }
  .m-xl-5 {
    margin: 4rem !important;
  }
  .m-xl-8 {
    margin: 6.4rem !important;
  }
  .m-xl-10 {
    margin: 8rem !important;
  }
  .m-xl-15 {
    margin: 12rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-xl-2 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-xl-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-xl-4 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-xl-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-8 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-xl-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-15 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-xl-2 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-xl-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-xl-4 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-xl-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-8 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-xl-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-15 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.8rem !important;
  }
  .mt-xl-2 {
    margin-top: 1.6rem !important;
  }
  .mt-xl-3 {
    margin-top: 2.4rem !important;
  }
  .mt-xl-4 {
    margin-top: 3.2rem !important;
  }
  .mt-xl-5 {
    margin-top: 4rem !important;
  }
  .mt-xl-8 {
    margin-top: 6.4rem !important;
  }
  .mt-xl-10 {
    margin-top: 8rem !important;
  }
  .mt-xl-15 {
    margin-top: 12rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.8rem !important;
  }
  .me-xl-2 {
    margin-right: 1.6rem !important;
  }
  .me-xl-3 {
    margin-right: 2.4rem !important;
  }
  .me-xl-4 {
    margin-right: 3.2rem !important;
  }
  .me-xl-5 {
    margin-right: 4rem !important;
  }
  .me-xl-8 {
    margin-right: 6.4rem !important;
  }
  .me-xl-10 {
    margin-right: 8rem !important;
  }
  .me-xl-15 {
    margin-right: 12rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.8rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 1.6rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 2.4rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 3.2rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 6.4rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 12rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.8rem !important;
  }
  .ms-xl-2 {
    margin-left: 1.6rem !important;
  }
  .ms-xl-3 {
    margin-left: 2.4rem !important;
  }
  .ms-xl-4 {
    margin-left: 3.2rem !important;
  }
  .ms-xl-5 {
    margin-left: 4rem !important;
  }
  .ms-xl-8 {
    margin-left: 6.4rem !important;
  }
  .ms-xl-10 {
    margin-left: 8rem !important;
  }
  .ms-xl-15 {
    margin-left: 12rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.8rem !important;
  }
  .p-xl-2 {
    padding: 1.6rem !important;
  }
  .p-xl-3 {
    padding: 2.4rem !important;
  }
  .p-xl-4 {
    padding: 3.2rem !important;
  }
  .p-xl-5 {
    padding: 4rem !important;
  }
  .p-xl-8 {
    padding: 6.4rem !important;
  }
  .p-xl-10 {
    padding: 8rem !important;
  }
  .p-xl-15 {
    padding: 12rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-xl-2 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-xl-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-xl-4 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-xl-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-8 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .px-xl-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-15 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-xl-2 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-xl-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-xl-4 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-xl-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-8 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .py-xl-10 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-15 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.8rem !important;
  }
  .pt-xl-2 {
    padding-top: 1.6rem !important;
  }
  .pt-xl-3 {
    padding-top: 2.4rem !important;
  }
  .pt-xl-4 {
    padding-top: 3.2rem !important;
  }
  .pt-xl-5 {
    padding-top: 4rem !important;
  }
  .pt-xl-8 {
    padding-top: 6.4rem !important;
  }
  .pt-xl-10 {
    padding-top: 8rem !important;
  }
  .pt-xl-15 {
    padding-top: 12rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.8rem !important;
  }
  .pe-xl-2 {
    padding-right: 1.6rem !important;
  }
  .pe-xl-3 {
    padding-right: 2.4rem !important;
  }
  .pe-xl-4 {
    padding-right: 3.2rem !important;
  }
  .pe-xl-5 {
    padding-right: 4rem !important;
  }
  .pe-xl-8 {
    padding-right: 6.4rem !important;
  }
  .pe-xl-10 {
    padding-right: 8rem !important;
  }
  .pe-xl-15 {
    padding-right: 12rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.8rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 1.6rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 2.4rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 3.2rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 6.4rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 12rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.8rem !important;
  }
  .ps-xl-2 {
    padding-left: 1.6rem !important;
  }
  .ps-xl-3 {
    padding-left: 2.4rem !important;
  }
  .ps-xl-4 {
    padding-left: 3.2rem !important;
  }
  .ps-xl-5 {
    padding-left: 4rem !important;
  }
  .ps-xl-8 {
    padding-left: 6.4rem !important;
  }
  .ps-xl-10 {
    padding-left: 8rem !important;
  }
  .ps-xl-15 {
    padding-left: 12rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*!
 * Bootstrap Reboot v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  font-size: 62.5%;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: calc(1.285rem + 0.42vw);
}
@media (min-width: 1200px) {
  body {
    font-size: 1.6rem;
  }
}
body {
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin: 0.8rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.4rem;
  font-weight: 500;
  line-height: 1.6;
  color: #333333;
  letter-spacing: 0.05em;
}

h1 {
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: calc(1.445rem + 2.34vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 3.2rem;
  }
}

h3 {
  font-size: calc(1.405rem + 1.86vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 2.8rem;
  }
}

h4 {
  font-size: calc(1.365rem + 1.38vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 2.4rem;
  }
}

h5 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h5 {
    font-size: 2rem;
  }
}

h6 {
  font-size: calc(1.285rem + 0.42vw);
}
@media (min-width: 1200px) {
  h6 {
    font-size: 1.6rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgb(10.3441376551%, 7.8991596639%, 28.9635854342%);
  text-decoration: underline;
}
a:hover {
  color: black;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend {
  line-height: inherit;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/* 基礎設定
========================================== */
/*
* General Settings
*/
body {
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
a img {
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
a img:hover {
  opacity: 0.6;
}

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

p {
  margin-bottom: 1.3em;
}

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

svg {
  width: 1em;
  height: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
  margin-top: 2em;
}

.container-xl {
  max-width: 1472px;
}
.container-lg {
  max-width: 1272px;
}
.container-md {
  max-width: 1032px;
}
.container-sm {
  max-width: 992px;
}
@media (max-width: 576px) {
  .container .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/NotoSansJP-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../../webfonts/fa-solid-900.woff2") format("woff2"), url("../../webfonts/fa-solid-900.ttf") format("truetype");
}
.row-0 {
  margin-left: -0px;
  margin-right: -0px;
}
.row-0 > div {
  padding-left: 0px;
  padding-right: 0px;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-10 > div {
  padding-left: 5px;
  padding-right: 5px;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-20 > div {
  padding-left: 10px;
  padding-right: 10px;
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.row-30 > div {
  padding-left: 15px;
  padding-right: 15px;
}

.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row-40 > div {
  padding-left: 20px;
  padding-right: 20px;
}

.row-50 {
  margin-left: -25px;
  margin-right: -25px;
}
.row-50 > div {
  padding-left: 25px;
  padding-right: 25px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #372a9a;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #333333;
  display: block;
  font-size: 14rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*
* Animation Settings
*/
.lazyload {
  opacity: 0;
}

.lazy-loaded {
  opacity: 1;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.js-in {
  opacity: 0;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.js-in.is-active {
  opacity: 1 !important;
}
.js-in--up {
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
}
.js-in--up.is-active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.js-in--right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.js-in--right.is-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.js-in--left {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.js-in--left.is-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.a-blinking {
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* テーマ用SCSS
========================================== */
.u-bg--post-full {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.u-bg--main-color {
  background: #faf7f2;
}
.u-bg--main-pattern {
  background-repeat: no-repeat;
  background-size: cover;
}
.u-bg--aspect-16-_-9 {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.u-bg--aspect-4-_-3 {
  aspect-ratio: 4/3;
  width: 100%;
  height: 100%;
}
.u-bg--aspect-50-_-71 {
  aspect-ratio: 50/71;
  width: 100%;
  height: 100%;
}
.u-bg--aspect-cinema {
  aspect-ratio: 2.35/1;
  width: 100%;
  height: 100%;
}

.u-f-color--primary {
  color: #372a9a !important;
}
.u-f-color--yellow {
  color: #372a9a !important;
}
.u-f-color--red {
  color: #372a9a !important;
}
.u-f-color--green {
  color: #372a9a !important;
}
.u-f-size--xs {
  font-size: 1.2rem !important;
}
.u-f-size--sm {
  font-size: 1.4rem !important;
}
.u-f-size--default {
  font-size: 1.6rem !important;
}
.u-f-size--lg {
  font-size: 1.8rem !important;
}
.u-f-size--h1 {
  font-size: 4rem;
}
.u-f-size--h2 {
  font-size: 3.2rem;
}
.u-f-size--h3 {
  font-size: 2.8rem;
}
.u-f-size--h4 {
  font-size: 2.4rem;
}
.u-f-size--h5 {
  font-size: 2rem;
}
.u-f-size--h6 {
  font-size: 1.6rem;
}
.u-f-weight--w7 {
  font-weight: 700;
}
.u-f-weight--w5 {
  font-weight: 500;
}
.u-f-weight--w4 {
  font-weight: 400;
}
.u-f-family--webfont {
  font-family: "Quicksand", sans-serif;
}

.u-m--top--0 {
  margin-top: 0 !important;
}
.u-m--top--1px {
  margin-top: 1px !important;
}
.u-m--top--2px {
  margin-top: 2px !important;
}
.u-m--top--3px {
  margin-top: 3px !important;
}
.u-m--top--4px {
  margin-top: 4px !important;
}
.u-m--top--5px {
  margin-top: 5px !important;
}
.u-m--top--6px {
  margin-top: 6px !important;
}
.u-m--top--7px {
  margin-top: 7px !important;
}
.u-m--top--8px {
  margin-top: 8px !important;
}
.u-m--top--9px {
  margin-top: 9px !important;
}
.u-m--top--10px {
  margin-top: 10px !important;
}
.u-m--top--11px {
  margin-top: 11px !important;
}
.u-m--top--12px {
  margin-top: 12px !important;
}
.u-m--top--13px {
  margin-top: 13px !important;
}
.u-m--top--14px {
  margin-top: 14px !important;
}
.u-m--top--15px {
  margin-top: 15px !important;
}
.u-m--top--16px {
  margin-top: 16px !important;
}
.u-m--top--17px {
  margin-top: 17px !important;
}
.u-m--top--18px {
  margin-top: 18px !important;
}
.u-m--top--19px {
  margin-top: 19px !important;
}
.u-m--top--20px {
  margin-top: 20px !important;
}
.u-m--top--21px {
  margin-top: 21px !important;
}
.u-m--top--22px {
  margin-top: 22px !important;
}
.u-m--top--23px {
  margin-top: 23px !important;
}
.u-m--top--24px {
  margin-top: 24px !important;
}
.u-m--top--25px {
  margin-top: 25px !important;
}
.u-m--top--26px {
  margin-top: 26px !important;
}
.u-m--top--27px {
  margin-top: 27px !important;
}
.u-m--top--28px {
  margin-top: 28px !important;
}
.u-m--top--29px {
  margin-top: 29px !important;
}
.u-m--top--30px {
  margin-top: 30px !important;
}
.u-m--top--31px {
  margin-top: 31px !important;
}
.u-m--top--32px {
  margin-top: 32px !important;
}
.u-m--top--33px {
  margin-top: 33px !important;
}
.u-m--top--34px {
  margin-top: 34px !important;
}
.u-m--top--35px {
  margin-top: 35px !important;
}
.u-m--top--36px {
  margin-top: 36px !important;
}
.u-m--top--37px {
  margin-top: 37px !important;
}
.u-m--top--38px {
  margin-top: 38px !important;
}
.u-m--top--39px {
  margin-top: 39px !important;
}
.u-m--top--40px {
  margin-top: 40px !important;
}
.u-m--top--41px {
  margin-top: 41px !important;
}
.u-m--top--42px {
  margin-top: 42px !important;
}
.u-m--top--43px {
  margin-top: 43px !important;
}
.u-m--top--44px {
  margin-top: 44px !important;
}
.u-m--top--45px {
  margin-top: 45px !important;
}
.u-m--top--46px {
  margin-top: 46px !important;
}
.u-m--top--47px {
  margin-top: 47px !important;
}
.u-m--top--48px {
  margin-top: 48px !important;
}
.u-m--top--49px {
  margin-top: 49px !important;
}
.u-m--top--50px {
  margin-top: 50px !important;
}
.u-m--top--51px {
  margin-top: 51px !important;
}
.u-m--top--52px {
  margin-top: 52px !important;
}
.u-m--top--53px {
  margin-top: 53px !important;
}
.u-m--top--54px {
  margin-top: 54px !important;
}
.u-m--top--55px {
  margin-top: 55px !important;
}
.u-m--top--56px {
  margin-top: 56px !important;
}
.u-m--top--57px {
  margin-top: 57px !important;
}
.u-m--top--58px {
  margin-top: 58px !important;
}
.u-m--top--59px {
  margin-top: 59px !important;
}
.u-m--top--60px {
  margin-top: 60px !important;
}
.u-m--top--61px {
  margin-top: 61px !important;
}
.u-m--top--62px {
  margin-top: 62px !important;
}
.u-m--top--63px {
  margin-top: 63px !important;
}
.u-m--top--64px {
  margin-top: 64px !important;
}
.u-m--top--65px {
  margin-top: 65px !important;
}
.u-m--top--66px {
  margin-top: 66px !important;
}
.u-m--top--67px {
  margin-top: 67px !important;
}
.u-m--top--68px {
  margin-top: 68px !important;
}
.u-m--top--69px {
  margin-top: 69px !important;
}
.u-m--top--70px {
  margin-top: 70px !important;
}
.u-m--top--71px {
  margin-top: 71px !important;
}
.u-m--top--72px {
  margin-top: 72px !important;
}
.u-m--top--73px {
  margin-top: 73px !important;
}
.u-m--top--74px {
  margin-top: 74px !important;
}
.u-m--top--75px {
  margin-top: 75px !important;
}
.u-m--top--76px {
  margin-top: 76px !important;
}
.u-m--top--77px {
  margin-top: 77px !important;
}
.u-m--top--78px {
  margin-top: 78px !important;
}
.u-m--top--79px {
  margin-top: 79px !important;
}
.u-m--top--80px {
  margin-top: 80px !important;
}
.u-m--top--81px {
  margin-top: 81px !important;
}
.u-m--top--82px {
  margin-top: 82px !important;
}
.u-m--top--83px {
  margin-top: 83px !important;
}
.u-m--top--84px {
  margin-top: 84px !important;
}
.u-m--top--85px {
  margin-top: 85px !important;
}
.u-m--top--86px {
  margin-top: 86px !important;
}
.u-m--top--87px {
  margin-top: 87px !important;
}
.u-m--top--88px {
  margin-top: 88px !important;
}
.u-m--top--89px {
  margin-top: 89px !important;
}
.u-m--top--90px {
  margin-top: 90px !important;
}
.u-m--top--91px {
  margin-top: 91px !important;
}
.u-m--top--92px {
  margin-top: 92px !important;
}
.u-m--top--93px {
  margin-top: 93px !important;
}
.u-m--top--94px {
  margin-top: 94px !important;
}
.u-m--top--95px {
  margin-top: 95px !important;
}
.u-m--top--96px {
  margin-top: 96px !important;
}
.u-m--top--97px {
  margin-top: 97px !important;
}
.u-m--top--98px {
  margin-top: 98px !important;
}
.u-m--top--99px {
  margin-top: 99px !important;
}
.u-m--top--100px {
  margin-top: 100px !important;
}
@media (max-width: 768px) {
  .u-m--top--md--0 {
    margin-top: 0 !important;
  }
  .u-m--top--md--1px {
    margin-top: 1px !important;
  }
  .u-m--top--md--2px {
    margin-top: 2px !important;
  }
  .u-m--top--md--3px {
    margin-top: 3px !important;
  }
  .u-m--top--md--4px {
    margin-top: 4px !important;
  }
  .u-m--top--md--5px {
    margin-top: 5px !important;
  }
  .u-m--top--md--6px {
    margin-top: 6px !important;
  }
  .u-m--top--md--7px {
    margin-top: 7px !important;
  }
  .u-m--top--md--8px {
    margin-top: 8px !important;
  }
  .u-m--top--md--9px {
    margin-top: 9px !important;
  }
  .u-m--top--md--10px {
    margin-top: 10px !important;
  }
  .u-m--top--md--11px {
    margin-top: 11px !important;
  }
  .u-m--top--md--12px {
    margin-top: 12px !important;
  }
  .u-m--top--md--13px {
    margin-top: 13px !important;
  }
  .u-m--top--md--14px {
    margin-top: 14px !important;
  }
  .u-m--top--md--15px {
    margin-top: 15px !important;
  }
  .u-m--top--md--16px {
    margin-top: 16px !important;
  }
  .u-m--top--md--17px {
    margin-top: 17px !important;
  }
  .u-m--top--md--18px {
    margin-top: 18px !important;
  }
  .u-m--top--md--19px {
    margin-top: 19px !important;
  }
  .u-m--top--md--20px {
    margin-top: 20px !important;
  }
  .u-m--top--md--21px {
    margin-top: 21px !important;
  }
  .u-m--top--md--22px {
    margin-top: 22px !important;
  }
  .u-m--top--md--23px {
    margin-top: 23px !important;
  }
  .u-m--top--md--24px {
    margin-top: 24px !important;
  }
  .u-m--top--md--25px {
    margin-top: 25px !important;
  }
  .u-m--top--md--26px {
    margin-top: 26px !important;
  }
  .u-m--top--md--27px {
    margin-top: 27px !important;
  }
  .u-m--top--md--28px {
    margin-top: 28px !important;
  }
  .u-m--top--md--29px {
    margin-top: 29px !important;
  }
  .u-m--top--md--30px {
    margin-top: 30px !important;
  }
  .u-m--top--md--31px {
    margin-top: 31px !important;
  }
  .u-m--top--md--32px {
    margin-top: 32px !important;
  }
  .u-m--top--md--33px {
    margin-top: 33px !important;
  }
  .u-m--top--md--34px {
    margin-top: 34px !important;
  }
  .u-m--top--md--35px {
    margin-top: 35px !important;
  }
  .u-m--top--md--36px {
    margin-top: 36px !important;
  }
  .u-m--top--md--37px {
    margin-top: 37px !important;
  }
  .u-m--top--md--38px {
    margin-top: 38px !important;
  }
  .u-m--top--md--39px {
    margin-top: 39px !important;
  }
  .u-m--top--md--40px {
    margin-top: 40px !important;
  }
  .u-m--top--md--41px {
    margin-top: 41px !important;
  }
  .u-m--top--md--42px {
    margin-top: 42px !important;
  }
  .u-m--top--md--43px {
    margin-top: 43px !important;
  }
  .u-m--top--md--44px {
    margin-top: 44px !important;
  }
  .u-m--top--md--45px {
    margin-top: 45px !important;
  }
  .u-m--top--md--46px {
    margin-top: 46px !important;
  }
  .u-m--top--md--47px {
    margin-top: 47px !important;
  }
  .u-m--top--md--48px {
    margin-top: 48px !important;
  }
  .u-m--top--md--49px {
    margin-top: 49px !important;
  }
  .u-m--top--md--50px {
    margin-top: 50px !important;
  }
  .u-m--top--md--51px {
    margin-top: 51px !important;
  }
  .u-m--top--md--52px {
    margin-top: 52px !important;
  }
  .u-m--top--md--53px {
    margin-top: 53px !important;
  }
  .u-m--top--md--54px {
    margin-top: 54px !important;
  }
  .u-m--top--md--55px {
    margin-top: 55px !important;
  }
  .u-m--top--md--56px {
    margin-top: 56px !important;
  }
  .u-m--top--md--57px {
    margin-top: 57px !important;
  }
  .u-m--top--md--58px {
    margin-top: 58px !important;
  }
  .u-m--top--md--59px {
    margin-top: 59px !important;
  }
  .u-m--top--md--60px {
    margin-top: 60px !important;
  }
  .u-m--top--md--61px {
    margin-top: 61px !important;
  }
  .u-m--top--md--62px {
    margin-top: 62px !important;
  }
  .u-m--top--md--63px {
    margin-top: 63px !important;
  }
  .u-m--top--md--64px {
    margin-top: 64px !important;
  }
  .u-m--top--md--65px {
    margin-top: 65px !important;
  }
  .u-m--top--md--66px {
    margin-top: 66px !important;
  }
  .u-m--top--md--67px {
    margin-top: 67px !important;
  }
  .u-m--top--md--68px {
    margin-top: 68px !important;
  }
  .u-m--top--md--69px {
    margin-top: 69px !important;
  }
  .u-m--top--md--70px {
    margin-top: 70px !important;
  }
  .u-m--top--md--71px {
    margin-top: 71px !important;
  }
  .u-m--top--md--72px {
    margin-top: 72px !important;
  }
  .u-m--top--md--73px {
    margin-top: 73px !important;
  }
  .u-m--top--md--74px {
    margin-top: 74px !important;
  }
  .u-m--top--md--75px {
    margin-top: 75px !important;
  }
  .u-m--top--md--76px {
    margin-top: 76px !important;
  }
  .u-m--top--md--77px {
    margin-top: 77px !important;
  }
  .u-m--top--md--78px {
    margin-top: 78px !important;
  }
  .u-m--top--md--79px {
    margin-top: 79px !important;
  }
  .u-m--top--md--80px {
    margin-top: 80px !important;
  }
  .u-m--top--md--81px {
    margin-top: 81px !important;
  }
  .u-m--top--md--82px {
    margin-top: 82px !important;
  }
  .u-m--top--md--83px {
    margin-top: 83px !important;
  }
  .u-m--top--md--84px {
    margin-top: 84px !important;
  }
  .u-m--top--md--85px {
    margin-top: 85px !important;
  }
  .u-m--top--md--86px {
    margin-top: 86px !important;
  }
  .u-m--top--md--87px {
    margin-top: 87px !important;
  }
  .u-m--top--md--88px {
    margin-top: 88px !important;
  }
  .u-m--top--md--89px {
    margin-top: 89px !important;
  }
  .u-m--top--md--90px {
    margin-top: 90px !important;
  }
  .u-m--top--md--91px {
    margin-top: 91px !important;
  }
  .u-m--top--md--92px {
    margin-top: 92px !important;
  }
  .u-m--top--md--93px {
    margin-top: 93px !important;
  }
  .u-m--top--md--94px {
    margin-top: 94px !important;
  }
  .u-m--top--md--95px {
    margin-top: 95px !important;
  }
  .u-m--top--md--96px {
    margin-top: 96px !important;
  }
  .u-m--top--md--97px {
    margin-top: 97px !important;
  }
  .u-m--top--md--98px {
    margin-top: 98px !important;
  }
  .u-m--top--md--99px {
    margin-top: 99px !important;
  }
  .u-m--top--md--100px {
    margin-top: 100px !important;
  }
}
@media (max-width: 576px) {
  .u-m--top--sm--0 {
    margin-top: 0 !important;
  }
  .u-m--top--sm--1px {
    margin-top: 1px !important;
  }
  .u-m--top--sm--2px {
    margin-top: 2px !important;
  }
  .u-m--top--sm--3px {
    margin-top: 3px !important;
  }
  .u-m--top--sm--4px {
    margin-top: 4px !important;
  }
  .u-m--top--sm--5px {
    margin-top: 5px !important;
  }
  .u-m--top--sm--6px {
    margin-top: 6px !important;
  }
  .u-m--top--sm--7px {
    margin-top: 7px !important;
  }
  .u-m--top--sm--8px {
    margin-top: 8px !important;
  }
  .u-m--top--sm--9px {
    margin-top: 9px !important;
  }
  .u-m--top--sm--10px {
    margin-top: 10px !important;
  }
  .u-m--top--sm--11px {
    margin-top: 11px !important;
  }
  .u-m--top--sm--12px {
    margin-top: 12px !important;
  }
  .u-m--top--sm--13px {
    margin-top: 13px !important;
  }
  .u-m--top--sm--14px {
    margin-top: 14px !important;
  }
  .u-m--top--sm--15px {
    margin-top: 15px !important;
  }
  .u-m--top--sm--16px {
    margin-top: 16px !important;
  }
  .u-m--top--sm--17px {
    margin-top: 17px !important;
  }
  .u-m--top--sm--18px {
    margin-top: 18px !important;
  }
  .u-m--top--sm--19px {
    margin-top: 19px !important;
  }
  .u-m--top--sm--20px {
    margin-top: 20px !important;
  }
  .u-m--top--sm--21px {
    margin-top: 21px !important;
  }
  .u-m--top--sm--22px {
    margin-top: 22px !important;
  }
  .u-m--top--sm--23px {
    margin-top: 23px !important;
  }
  .u-m--top--sm--24px {
    margin-top: 24px !important;
  }
  .u-m--top--sm--25px {
    margin-top: 25px !important;
  }
  .u-m--top--sm--26px {
    margin-top: 26px !important;
  }
  .u-m--top--sm--27px {
    margin-top: 27px !important;
  }
  .u-m--top--sm--28px {
    margin-top: 28px !important;
  }
  .u-m--top--sm--29px {
    margin-top: 29px !important;
  }
  .u-m--top--sm--30px {
    margin-top: 30px !important;
  }
  .u-m--top--sm--31px {
    margin-top: 31px !important;
  }
  .u-m--top--sm--32px {
    margin-top: 32px !important;
  }
  .u-m--top--sm--33px {
    margin-top: 33px !important;
  }
  .u-m--top--sm--34px {
    margin-top: 34px !important;
  }
  .u-m--top--sm--35px {
    margin-top: 35px !important;
  }
  .u-m--top--sm--36px {
    margin-top: 36px !important;
  }
  .u-m--top--sm--37px {
    margin-top: 37px !important;
  }
  .u-m--top--sm--38px {
    margin-top: 38px !important;
  }
  .u-m--top--sm--39px {
    margin-top: 39px !important;
  }
  .u-m--top--sm--40px {
    margin-top: 40px !important;
  }
  .u-m--top--sm--41px {
    margin-top: 41px !important;
  }
  .u-m--top--sm--42px {
    margin-top: 42px !important;
  }
  .u-m--top--sm--43px {
    margin-top: 43px !important;
  }
  .u-m--top--sm--44px {
    margin-top: 44px !important;
  }
  .u-m--top--sm--45px {
    margin-top: 45px !important;
  }
  .u-m--top--sm--46px {
    margin-top: 46px !important;
  }
  .u-m--top--sm--47px {
    margin-top: 47px !important;
  }
  .u-m--top--sm--48px {
    margin-top: 48px !important;
  }
  .u-m--top--sm--49px {
    margin-top: 49px !important;
  }
  .u-m--top--sm--50px {
    margin-top: 50px !important;
  }
  .u-m--top--sm--51px {
    margin-top: 51px !important;
  }
  .u-m--top--sm--52px {
    margin-top: 52px !important;
  }
  .u-m--top--sm--53px {
    margin-top: 53px !important;
  }
  .u-m--top--sm--54px {
    margin-top: 54px !important;
  }
  .u-m--top--sm--55px {
    margin-top: 55px !important;
  }
  .u-m--top--sm--56px {
    margin-top: 56px !important;
  }
  .u-m--top--sm--57px {
    margin-top: 57px !important;
  }
  .u-m--top--sm--58px {
    margin-top: 58px !important;
  }
  .u-m--top--sm--59px {
    margin-top: 59px !important;
  }
  .u-m--top--sm--60px {
    margin-top: 60px !important;
  }
  .u-m--top--sm--61px {
    margin-top: 61px !important;
  }
  .u-m--top--sm--62px {
    margin-top: 62px !important;
  }
  .u-m--top--sm--63px {
    margin-top: 63px !important;
  }
  .u-m--top--sm--64px {
    margin-top: 64px !important;
  }
  .u-m--top--sm--65px {
    margin-top: 65px !important;
  }
  .u-m--top--sm--66px {
    margin-top: 66px !important;
  }
  .u-m--top--sm--67px {
    margin-top: 67px !important;
  }
  .u-m--top--sm--68px {
    margin-top: 68px !important;
  }
  .u-m--top--sm--69px {
    margin-top: 69px !important;
  }
  .u-m--top--sm--70px {
    margin-top: 70px !important;
  }
  .u-m--top--sm--71px {
    margin-top: 71px !important;
  }
  .u-m--top--sm--72px {
    margin-top: 72px !important;
  }
  .u-m--top--sm--73px {
    margin-top: 73px !important;
  }
  .u-m--top--sm--74px {
    margin-top: 74px !important;
  }
  .u-m--top--sm--75px {
    margin-top: 75px !important;
  }
  .u-m--top--sm--76px {
    margin-top: 76px !important;
  }
  .u-m--top--sm--77px {
    margin-top: 77px !important;
  }
  .u-m--top--sm--78px {
    margin-top: 78px !important;
  }
  .u-m--top--sm--79px {
    margin-top: 79px !important;
  }
  .u-m--top--sm--80px {
    margin-top: 80px !important;
  }
  .u-m--top--sm--81px {
    margin-top: 81px !important;
  }
  .u-m--top--sm--82px {
    margin-top: 82px !important;
  }
  .u-m--top--sm--83px {
    margin-top: 83px !important;
  }
  .u-m--top--sm--84px {
    margin-top: 84px !important;
  }
  .u-m--top--sm--85px {
    margin-top: 85px !important;
  }
  .u-m--top--sm--86px {
    margin-top: 86px !important;
  }
  .u-m--top--sm--87px {
    margin-top: 87px !important;
  }
  .u-m--top--sm--88px {
    margin-top: 88px !important;
  }
  .u-m--top--sm--89px {
    margin-top: 89px !important;
  }
  .u-m--top--sm--90px {
    margin-top: 90px !important;
  }
  .u-m--top--sm--91px {
    margin-top: 91px !important;
  }
  .u-m--top--sm--92px {
    margin-top: 92px !important;
  }
  .u-m--top--sm--93px {
    margin-top: 93px !important;
  }
  .u-m--top--sm--94px {
    margin-top: 94px !important;
  }
  .u-m--top--sm--95px {
    margin-top: 95px !important;
  }
  .u-m--top--sm--96px {
    margin-top: 96px !important;
  }
  .u-m--top--sm--97px {
    margin-top: 97px !important;
  }
  .u-m--top--sm--98px {
    margin-top: 98px !important;
  }
  .u-m--top--sm--99px {
    margin-top: 99px !important;
  }
  .u-m--top--sm--100px {
    margin-top: 100px !important;
  }
}
.u-m--right--0 {
  margin-right: 0 !important;
}
.u-m--right--1px {
  margin-right: 1px !important;
}
.u-m--right--2px {
  margin-right: 2px !important;
}
.u-m--right--3px {
  margin-right: 3px !important;
}
.u-m--right--4px {
  margin-right: 4px !important;
}
.u-m--right--5px {
  margin-right: 5px !important;
}
.u-m--right--6px {
  margin-right: 6px !important;
}
.u-m--right--7px {
  margin-right: 7px !important;
}
.u-m--right--8px {
  margin-right: 8px !important;
}
.u-m--right--9px {
  margin-right: 9px !important;
}
.u-m--right--10px {
  margin-right: 10px !important;
}
.u-m--right--11px {
  margin-right: 11px !important;
}
.u-m--right--12px {
  margin-right: 12px !important;
}
.u-m--right--13px {
  margin-right: 13px !important;
}
.u-m--right--14px {
  margin-right: 14px !important;
}
.u-m--right--15px {
  margin-right: 15px !important;
}
.u-m--right--16px {
  margin-right: 16px !important;
}
.u-m--right--17px {
  margin-right: 17px !important;
}
.u-m--right--18px {
  margin-right: 18px !important;
}
.u-m--right--19px {
  margin-right: 19px !important;
}
.u-m--right--20px {
  margin-right: 20px !important;
}
.u-m--right--21px {
  margin-right: 21px !important;
}
.u-m--right--22px {
  margin-right: 22px !important;
}
.u-m--right--23px {
  margin-right: 23px !important;
}
.u-m--right--24px {
  margin-right: 24px !important;
}
.u-m--right--25px {
  margin-right: 25px !important;
}
.u-m--right--26px {
  margin-right: 26px !important;
}
.u-m--right--27px {
  margin-right: 27px !important;
}
.u-m--right--28px {
  margin-right: 28px !important;
}
.u-m--right--29px {
  margin-right: 29px !important;
}
.u-m--right--30px {
  margin-right: 30px !important;
}
.u-m--right--31px {
  margin-right: 31px !important;
}
.u-m--right--32px {
  margin-right: 32px !important;
}
.u-m--right--33px {
  margin-right: 33px !important;
}
.u-m--right--34px {
  margin-right: 34px !important;
}
.u-m--right--35px {
  margin-right: 35px !important;
}
.u-m--right--36px {
  margin-right: 36px !important;
}
.u-m--right--37px {
  margin-right: 37px !important;
}
.u-m--right--38px {
  margin-right: 38px !important;
}
.u-m--right--39px {
  margin-right: 39px !important;
}
.u-m--right--40px {
  margin-right: 40px !important;
}
.u-m--right--41px {
  margin-right: 41px !important;
}
.u-m--right--42px {
  margin-right: 42px !important;
}
.u-m--right--43px {
  margin-right: 43px !important;
}
.u-m--right--44px {
  margin-right: 44px !important;
}
.u-m--right--45px {
  margin-right: 45px !important;
}
.u-m--right--46px {
  margin-right: 46px !important;
}
.u-m--right--47px {
  margin-right: 47px !important;
}
.u-m--right--48px {
  margin-right: 48px !important;
}
.u-m--right--49px {
  margin-right: 49px !important;
}
.u-m--right--50px {
  margin-right: 50px !important;
}
.u-m--right--51px {
  margin-right: 51px !important;
}
.u-m--right--52px {
  margin-right: 52px !important;
}
.u-m--right--53px {
  margin-right: 53px !important;
}
.u-m--right--54px {
  margin-right: 54px !important;
}
.u-m--right--55px {
  margin-right: 55px !important;
}
.u-m--right--56px {
  margin-right: 56px !important;
}
.u-m--right--57px {
  margin-right: 57px !important;
}
.u-m--right--58px {
  margin-right: 58px !important;
}
.u-m--right--59px {
  margin-right: 59px !important;
}
.u-m--right--60px {
  margin-right: 60px !important;
}
.u-m--right--61px {
  margin-right: 61px !important;
}
.u-m--right--62px {
  margin-right: 62px !important;
}
.u-m--right--63px {
  margin-right: 63px !important;
}
.u-m--right--64px {
  margin-right: 64px !important;
}
.u-m--right--65px {
  margin-right: 65px !important;
}
.u-m--right--66px {
  margin-right: 66px !important;
}
.u-m--right--67px {
  margin-right: 67px !important;
}
.u-m--right--68px {
  margin-right: 68px !important;
}
.u-m--right--69px {
  margin-right: 69px !important;
}
.u-m--right--70px {
  margin-right: 70px !important;
}
.u-m--right--71px {
  margin-right: 71px !important;
}
.u-m--right--72px {
  margin-right: 72px !important;
}
.u-m--right--73px {
  margin-right: 73px !important;
}
.u-m--right--74px {
  margin-right: 74px !important;
}
.u-m--right--75px {
  margin-right: 75px !important;
}
.u-m--right--76px {
  margin-right: 76px !important;
}
.u-m--right--77px {
  margin-right: 77px !important;
}
.u-m--right--78px {
  margin-right: 78px !important;
}
.u-m--right--79px {
  margin-right: 79px !important;
}
.u-m--right--80px {
  margin-right: 80px !important;
}
.u-m--right--81px {
  margin-right: 81px !important;
}
.u-m--right--82px {
  margin-right: 82px !important;
}
.u-m--right--83px {
  margin-right: 83px !important;
}
.u-m--right--84px {
  margin-right: 84px !important;
}
.u-m--right--85px {
  margin-right: 85px !important;
}
.u-m--right--86px {
  margin-right: 86px !important;
}
.u-m--right--87px {
  margin-right: 87px !important;
}
.u-m--right--88px {
  margin-right: 88px !important;
}
.u-m--right--89px {
  margin-right: 89px !important;
}
.u-m--right--90px {
  margin-right: 90px !important;
}
.u-m--right--91px {
  margin-right: 91px !important;
}
.u-m--right--92px {
  margin-right: 92px !important;
}
.u-m--right--93px {
  margin-right: 93px !important;
}
.u-m--right--94px {
  margin-right: 94px !important;
}
.u-m--right--95px {
  margin-right: 95px !important;
}
.u-m--right--96px {
  margin-right: 96px !important;
}
.u-m--right--97px {
  margin-right: 97px !important;
}
.u-m--right--98px {
  margin-right: 98px !important;
}
.u-m--right--99px {
  margin-right: 99px !important;
}
.u-m--right--100px {
  margin-right: 100px !important;
}
@media (max-width: 768px) {
  .u-m--right--md--0 {
    margin-right: 0 !important;
  }
  .u-m--right--md--1px {
    margin-right: 1px !important;
  }
  .u-m--right--md--2px {
    margin-right: 2px !important;
  }
  .u-m--right--md--3px {
    margin-right: 3px !important;
  }
  .u-m--right--md--4px {
    margin-right: 4px !important;
  }
  .u-m--right--md--5px {
    margin-right: 5px !important;
  }
  .u-m--right--md--6px {
    margin-right: 6px !important;
  }
  .u-m--right--md--7px {
    margin-right: 7px !important;
  }
  .u-m--right--md--8px {
    margin-right: 8px !important;
  }
  .u-m--right--md--9px {
    margin-right: 9px !important;
  }
  .u-m--right--md--10px {
    margin-right: 10px !important;
  }
  .u-m--right--md--11px {
    margin-right: 11px !important;
  }
  .u-m--right--md--12px {
    margin-right: 12px !important;
  }
  .u-m--right--md--13px {
    margin-right: 13px !important;
  }
  .u-m--right--md--14px {
    margin-right: 14px !important;
  }
  .u-m--right--md--15px {
    margin-right: 15px !important;
  }
  .u-m--right--md--16px {
    margin-right: 16px !important;
  }
  .u-m--right--md--17px {
    margin-right: 17px !important;
  }
  .u-m--right--md--18px {
    margin-right: 18px !important;
  }
  .u-m--right--md--19px {
    margin-right: 19px !important;
  }
  .u-m--right--md--20px {
    margin-right: 20px !important;
  }
  .u-m--right--md--21px {
    margin-right: 21px !important;
  }
  .u-m--right--md--22px {
    margin-right: 22px !important;
  }
  .u-m--right--md--23px {
    margin-right: 23px !important;
  }
  .u-m--right--md--24px {
    margin-right: 24px !important;
  }
  .u-m--right--md--25px {
    margin-right: 25px !important;
  }
  .u-m--right--md--26px {
    margin-right: 26px !important;
  }
  .u-m--right--md--27px {
    margin-right: 27px !important;
  }
  .u-m--right--md--28px {
    margin-right: 28px !important;
  }
  .u-m--right--md--29px {
    margin-right: 29px !important;
  }
  .u-m--right--md--30px {
    margin-right: 30px !important;
  }
  .u-m--right--md--31px {
    margin-right: 31px !important;
  }
  .u-m--right--md--32px {
    margin-right: 32px !important;
  }
  .u-m--right--md--33px {
    margin-right: 33px !important;
  }
  .u-m--right--md--34px {
    margin-right: 34px !important;
  }
  .u-m--right--md--35px {
    margin-right: 35px !important;
  }
  .u-m--right--md--36px {
    margin-right: 36px !important;
  }
  .u-m--right--md--37px {
    margin-right: 37px !important;
  }
  .u-m--right--md--38px {
    margin-right: 38px !important;
  }
  .u-m--right--md--39px {
    margin-right: 39px !important;
  }
  .u-m--right--md--40px {
    margin-right: 40px !important;
  }
  .u-m--right--md--41px {
    margin-right: 41px !important;
  }
  .u-m--right--md--42px {
    margin-right: 42px !important;
  }
  .u-m--right--md--43px {
    margin-right: 43px !important;
  }
  .u-m--right--md--44px {
    margin-right: 44px !important;
  }
  .u-m--right--md--45px {
    margin-right: 45px !important;
  }
  .u-m--right--md--46px {
    margin-right: 46px !important;
  }
  .u-m--right--md--47px {
    margin-right: 47px !important;
  }
  .u-m--right--md--48px {
    margin-right: 48px !important;
  }
  .u-m--right--md--49px {
    margin-right: 49px !important;
  }
  .u-m--right--md--50px {
    margin-right: 50px !important;
  }
  .u-m--right--md--51px {
    margin-right: 51px !important;
  }
  .u-m--right--md--52px {
    margin-right: 52px !important;
  }
  .u-m--right--md--53px {
    margin-right: 53px !important;
  }
  .u-m--right--md--54px {
    margin-right: 54px !important;
  }
  .u-m--right--md--55px {
    margin-right: 55px !important;
  }
  .u-m--right--md--56px {
    margin-right: 56px !important;
  }
  .u-m--right--md--57px {
    margin-right: 57px !important;
  }
  .u-m--right--md--58px {
    margin-right: 58px !important;
  }
  .u-m--right--md--59px {
    margin-right: 59px !important;
  }
  .u-m--right--md--60px {
    margin-right: 60px !important;
  }
  .u-m--right--md--61px {
    margin-right: 61px !important;
  }
  .u-m--right--md--62px {
    margin-right: 62px !important;
  }
  .u-m--right--md--63px {
    margin-right: 63px !important;
  }
  .u-m--right--md--64px {
    margin-right: 64px !important;
  }
  .u-m--right--md--65px {
    margin-right: 65px !important;
  }
  .u-m--right--md--66px {
    margin-right: 66px !important;
  }
  .u-m--right--md--67px {
    margin-right: 67px !important;
  }
  .u-m--right--md--68px {
    margin-right: 68px !important;
  }
  .u-m--right--md--69px {
    margin-right: 69px !important;
  }
  .u-m--right--md--70px {
    margin-right: 70px !important;
  }
  .u-m--right--md--71px {
    margin-right: 71px !important;
  }
  .u-m--right--md--72px {
    margin-right: 72px !important;
  }
  .u-m--right--md--73px {
    margin-right: 73px !important;
  }
  .u-m--right--md--74px {
    margin-right: 74px !important;
  }
  .u-m--right--md--75px {
    margin-right: 75px !important;
  }
  .u-m--right--md--76px {
    margin-right: 76px !important;
  }
  .u-m--right--md--77px {
    margin-right: 77px !important;
  }
  .u-m--right--md--78px {
    margin-right: 78px !important;
  }
  .u-m--right--md--79px {
    margin-right: 79px !important;
  }
  .u-m--right--md--80px {
    margin-right: 80px !important;
  }
  .u-m--right--md--81px {
    margin-right: 81px !important;
  }
  .u-m--right--md--82px {
    margin-right: 82px !important;
  }
  .u-m--right--md--83px {
    margin-right: 83px !important;
  }
  .u-m--right--md--84px {
    margin-right: 84px !important;
  }
  .u-m--right--md--85px {
    margin-right: 85px !important;
  }
  .u-m--right--md--86px {
    margin-right: 86px !important;
  }
  .u-m--right--md--87px {
    margin-right: 87px !important;
  }
  .u-m--right--md--88px {
    margin-right: 88px !important;
  }
  .u-m--right--md--89px {
    margin-right: 89px !important;
  }
  .u-m--right--md--90px {
    margin-right: 90px !important;
  }
  .u-m--right--md--91px {
    margin-right: 91px !important;
  }
  .u-m--right--md--92px {
    margin-right: 92px !important;
  }
  .u-m--right--md--93px {
    margin-right: 93px !important;
  }
  .u-m--right--md--94px {
    margin-right: 94px !important;
  }
  .u-m--right--md--95px {
    margin-right: 95px !important;
  }
  .u-m--right--md--96px {
    margin-right: 96px !important;
  }
  .u-m--right--md--97px {
    margin-right: 97px !important;
  }
  .u-m--right--md--98px {
    margin-right: 98px !important;
  }
  .u-m--right--md--99px {
    margin-right: 99px !important;
  }
  .u-m--right--md--100px {
    margin-right: 100px !important;
  }
}
@media (max-width: 576px) {
  .u-m--right--sm--0 {
    margin-right: 0 !important;
  }
  .u-m--right--sm--1px {
    margin-right: 1px !important;
  }
  .u-m--right--sm--2px {
    margin-right: 2px !important;
  }
  .u-m--right--sm--3px {
    margin-right: 3px !important;
  }
  .u-m--right--sm--4px {
    margin-right: 4px !important;
  }
  .u-m--right--sm--5px {
    margin-right: 5px !important;
  }
  .u-m--right--sm--6px {
    margin-right: 6px !important;
  }
  .u-m--right--sm--7px {
    margin-right: 7px !important;
  }
  .u-m--right--sm--8px {
    margin-right: 8px !important;
  }
  .u-m--right--sm--9px {
    margin-right: 9px !important;
  }
  .u-m--right--sm--10px {
    margin-right: 10px !important;
  }
  .u-m--right--sm--11px {
    margin-right: 11px !important;
  }
  .u-m--right--sm--12px {
    margin-right: 12px !important;
  }
  .u-m--right--sm--13px {
    margin-right: 13px !important;
  }
  .u-m--right--sm--14px {
    margin-right: 14px !important;
  }
  .u-m--right--sm--15px {
    margin-right: 15px !important;
  }
  .u-m--right--sm--16px {
    margin-right: 16px !important;
  }
  .u-m--right--sm--17px {
    margin-right: 17px !important;
  }
  .u-m--right--sm--18px {
    margin-right: 18px !important;
  }
  .u-m--right--sm--19px {
    margin-right: 19px !important;
  }
  .u-m--right--sm--20px {
    margin-right: 20px !important;
  }
  .u-m--right--sm--21px {
    margin-right: 21px !important;
  }
  .u-m--right--sm--22px {
    margin-right: 22px !important;
  }
  .u-m--right--sm--23px {
    margin-right: 23px !important;
  }
  .u-m--right--sm--24px {
    margin-right: 24px !important;
  }
  .u-m--right--sm--25px {
    margin-right: 25px !important;
  }
  .u-m--right--sm--26px {
    margin-right: 26px !important;
  }
  .u-m--right--sm--27px {
    margin-right: 27px !important;
  }
  .u-m--right--sm--28px {
    margin-right: 28px !important;
  }
  .u-m--right--sm--29px {
    margin-right: 29px !important;
  }
  .u-m--right--sm--30px {
    margin-right: 30px !important;
  }
  .u-m--right--sm--31px {
    margin-right: 31px !important;
  }
  .u-m--right--sm--32px {
    margin-right: 32px !important;
  }
  .u-m--right--sm--33px {
    margin-right: 33px !important;
  }
  .u-m--right--sm--34px {
    margin-right: 34px !important;
  }
  .u-m--right--sm--35px {
    margin-right: 35px !important;
  }
  .u-m--right--sm--36px {
    margin-right: 36px !important;
  }
  .u-m--right--sm--37px {
    margin-right: 37px !important;
  }
  .u-m--right--sm--38px {
    margin-right: 38px !important;
  }
  .u-m--right--sm--39px {
    margin-right: 39px !important;
  }
  .u-m--right--sm--40px {
    margin-right: 40px !important;
  }
  .u-m--right--sm--41px {
    margin-right: 41px !important;
  }
  .u-m--right--sm--42px {
    margin-right: 42px !important;
  }
  .u-m--right--sm--43px {
    margin-right: 43px !important;
  }
  .u-m--right--sm--44px {
    margin-right: 44px !important;
  }
  .u-m--right--sm--45px {
    margin-right: 45px !important;
  }
  .u-m--right--sm--46px {
    margin-right: 46px !important;
  }
  .u-m--right--sm--47px {
    margin-right: 47px !important;
  }
  .u-m--right--sm--48px {
    margin-right: 48px !important;
  }
  .u-m--right--sm--49px {
    margin-right: 49px !important;
  }
  .u-m--right--sm--50px {
    margin-right: 50px !important;
  }
  .u-m--right--sm--51px {
    margin-right: 51px !important;
  }
  .u-m--right--sm--52px {
    margin-right: 52px !important;
  }
  .u-m--right--sm--53px {
    margin-right: 53px !important;
  }
  .u-m--right--sm--54px {
    margin-right: 54px !important;
  }
  .u-m--right--sm--55px {
    margin-right: 55px !important;
  }
  .u-m--right--sm--56px {
    margin-right: 56px !important;
  }
  .u-m--right--sm--57px {
    margin-right: 57px !important;
  }
  .u-m--right--sm--58px {
    margin-right: 58px !important;
  }
  .u-m--right--sm--59px {
    margin-right: 59px !important;
  }
  .u-m--right--sm--60px {
    margin-right: 60px !important;
  }
  .u-m--right--sm--61px {
    margin-right: 61px !important;
  }
  .u-m--right--sm--62px {
    margin-right: 62px !important;
  }
  .u-m--right--sm--63px {
    margin-right: 63px !important;
  }
  .u-m--right--sm--64px {
    margin-right: 64px !important;
  }
  .u-m--right--sm--65px {
    margin-right: 65px !important;
  }
  .u-m--right--sm--66px {
    margin-right: 66px !important;
  }
  .u-m--right--sm--67px {
    margin-right: 67px !important;
  }
  .u-m--right--sm--68px {
    margin-right: 68px !important;
  }
  .u-m--right--sm--69px {
    margin-right: 69px !important;
  }
  .u-m--right--sm--70px {
    margin-right: 70px !important;
  }
  .u-m--right--sm--71px {
    margin-right: 71px !important;
  }
  .u-m--right--sm--72px {
    margin-right: 72px !important;
  }
  .u-m--right--sm--73px {
    margin-right: 73px !important;
  }
  .u-m--right--sm--74px {
    margin-right: 74px !important;
  }
  .u-m--right--sm--75px {
    margin-right: 75px !important;
  }
  .u-m--right--sm--76px {
    margin-right: 76px !important;
  }
  .u-m--right--sm--77px {
    margin-right: 77px !important;
  }
  .u-m--right--sm--78px {
    margin-right: 78px !important;
  }
  .u-m--right--sm--79px {
    margin-right: 79px !important;
  }
  .u-m--right--sm--80px {
    margin-right: 80px !important;
  }
  .u-m--right--sm--81px {
    margin-right: 81px !important;
  }
  .u-m--right--sm--82px {
    margin-right: 82px !important;
  }
  .u-m--right--sm--83px {
    margin-right: 83px !important;
  }
  .u-m--right--sm--84px {
    margin-right: 84px !important;
  }
  .u-m--right--sm--85px {
    margin-right: 85px !important;
  }
  .u-m--right--sm--86px {
    margin-right: 86px !important;
  }
  .u-m--right--sm--87px {
    margin-right: 87px !important;
  }
  .u-m--right--sm--88px {
    margin-right: 88px !important;
  }
  .u-m--right--sm--89px {
    margin-right: 89px !important;
  }
  .u-m--right--sm--90px {
    margin-right: 90px !important;
  }
  .u-m--right--sm--91px {
    margin-right: 91px !important;
  }
  .u-m--right--sm--92px {
    margin-right: 92px !important;
  }
  .u-m--right--sm--93px {
    margin-right: 93px !important;
  }
  .u-m--right--sm--94px {
    margin-right: 94px !important;
  }
  .u-m--right--sm--95px {
    margin-right: 95px !important;
  }
  .u-m--right--sm--96px {
    margin-right: 96px !important;
  }
  .u-m--right--sm--97px {
    margin-right: 97px !important;
  }
  .u-m--right--sm--98px {
    margin-right: 98px !important;
  }
  .u-m--right--sm--99px {
    margin-right: 99px !important;
  }
  .u-m--right--sm--100px {
    margin-right: 100px !important;
  }
}
.u-m--bottom--0 {
  margin-bottom: 0 !important;
}
.u-m--bottom--1px {
  margin-bottom: 1px !important;
}
.u-m--bottom--2px {
  margin-bottom: 2px !important;
}
.u-m--bottom--3px {
  margin-bottom: 3px !important;
}
.u-m--bottom--4px {
  margin-bottom: 4px !important;
}
.u-m--bottom--5px {
  margin-bottom: 5px !important;
}
.u-m--bottom--6px {
  margin-bottom: 6px !important;
}
.u-m--bottom--7px {
  margin-bottom: 7px !important;
}
.u-m--bottom--8px {
  margin-bottom: 8px !important;
}
.u-m--bottom--9px {
  margin-bottom: 9px !important;
}
.u-m--bottom--10px {
  margin-bottom: 10px !important;
}
.u-m--bottom--11px {
  margin-bottom: 11px !important;
}
.u-m--bottom--12px {
  margin-bottom: 12px !important;
}
.u-m--bottom--13px {
  margin-bottom: 13px !important;
}
.u-m--bottom--14px {
  margin-bottom: 14px !important;
}
.u-m--bottom--15px {
  margin-bottom: 15px !important;
}
.u-m--bottom--16px {
  margin-bottom: 16px !important;
}
.u-m--bottom--17px {
  margin-bottom: 17px !important;
}
.u-m--bottom--18px {
  margin-bottom: 18px !important;
}
.u-m--bottom--19px {
  margin-bottom: 19px !important;
}
.u-m--bottom--20px {
  margin-bottom: 20px !important;
}
.u-m--bottom--21px {
  margin-bottom: 21px !important;
}
.u-m--bottom--22px {
  margin-bottom: 22px !important;
}
.u-m--bottom--23px {
  margin-bottom: 23px !important;
}
.u-m--bottom--24px {
  margin-bottom: 24px !important;
}
.u-m--bottom--25px {
  margin-bottom: 25px !important;
}
.u-m--bottom--26px {
  margin-bottom: 26px !important;
}
.u-m--bottom--27px {
  margin-bottom: 27px !important;
}
.u-m--bottom--28px {
  margin-bottom: 28px !important;
}
.u-m--bottom--29px {
  margin-bottom: 29px !important;
}
.u-m--bottom--30px {
  margin-bottom: 30px !important;
}
.u-m--bottom--31px {
  margin-bottom: 31px !important;
}
.u-m--bottom--32px {
  margin-bottom: 32px !important;
}
.u-m--bottom--33px {
  margin-bottom: 33px !important;
}
.u-m--bottom--34px {
  margin-bottom: 34px !important;
}
.u-m--bottom--35px {
  margin-bottom: 35px !important;
}
.u-m--bottom--36px {
  margin-bottom: 36px !important;
}
.u-m--bottom--37px {
  margin-bottom: 37px !important;
}
.u-m--bottom--38px {
  margin-bottom: 38px !important;
}
.u-m--bottom--39px {
  margin-bottom: 39px !important;
}
.u-m--bottom--40px {
  margin-bottom: 40px !important;
}
.u-m--bottom--41px {
  margin-bottom: 41px !important;
}
.u-m--bottom--42px {
  margin-bottom: 42px !important;
}
.u-m--bottom--43px {
  margin-bottom: 43px !important;
}
.u-m--bottom--44px {
  margin-bottom: 44px !important;
}
.u-m--bottom--45px {
  margin-bottom: 45px !important;
}
.u-m--bottom--46px {
  margin-bottom: 46px !important;
}
.u-m--bottom--47px {
  margin-bottom: 47px !important;
}
.u-m--bottom--48px {
  margin-bottom: 48px !important;
}
.u-m--bottom--49px {
  margin-bottom: 49px !important;
}
.u-m--bottom--50px {
  margin-bottom: 50px !important;
}
.u-m--bottom--51px {
  margin-bottom: 51px !important;
}
.u-m--bottom--52px {
  margin-bottom: 52px !important;
}
.u-m--bottom--53px {
  margin-bottom: 53px !important;
}
.u-m--bottom--54px {
  margin-bottom: 54px !important;
}
.u-m--bottom--55px {
  margin-bottom: 55px !important;
}
.u-m--bottom--56px {
  margin-bottom: 56px !important;
}
.u-m--bottom--57px {
  margin-bottom: 57px !important;
}
.u-m--bottom--58px {
  margin-bottom: 58px !important;
}
.u-m--bottom--59px {
  margin-bottom: 59px !important;
}
.u-m--bottom--60px {
  margin-bottom: 60px !important;
}
.u-m--bottom--61px {
  margin-bottom: 61px !important;
}
.u-m--bottom--62px {
  margin-bottom: 62px !important;
}
.u-m--bottom--63px {
  margin-bottom: 63px !important;
}
.u-m--bottom--64px {
  margin-bottom: 64px !important;
}
.u-m--bottom--65px {
  margin-bottom: 65px !important;
}
.u-m--bottom--66px {
  margin-bottom: 66px !important;
}
.u-m--bottom--67px {
  margin-bottom: 67px !important;
}
.u-m--bottom--68px {
  margin-bottom: 68px !important;
}
.u-m--bottom--69px {
  margin-bottom: 69px !important;
}
.u-m--bottom--70px {
  margin-bottom: 70px !important;
}
.u-m--bottom--71px {
  margin-bottom: 71px !important;
}
.u-m--bottom--72px {
  margin-bottom: 72px !important;
}
.u-m--bottom--73px {
  margin-bottom: 73px !important;
}
.u-m--bottom--74px {
  margin-bottom: 74px !important;
}
.u-m--bottom--75px {
  margin-bottom: 75px !important;
}
.u-m--bottom--76px {
  margin-bottom: 76px !important;
}
.u-m--bottom--77px {
  margin-bottom: 77px !important;
}
.u-m--bottom--78px {
  margin-bottom: 78px !important;
}
.u-m--bottom--79px {
  margin-bottom: 79px !important;
}
.u-m--bottom--80px {
  margin-bottom: 80px !important;
}
.u-m--bottom--81px {
  margin-bottom: 81px !important;
}
.u-m--bottom--82px {
  margin-bottom: 82px !important;
}
.u-m--bottom--83px {
  margin-bottom: 83px !important;
}
.u-m--bottom--84px {
  margin-bottom: 84px !important;
}
.u-m--bottom--85px {
  margin-bottom: 85px !important;
}
.u-m--bottom--86px {
  margin-bottom: 86px !important;
}
.u-m--bottom--87px {
  margin-bottom: 87px !important;
}
.u-m--bottom--88px {
  margin-bottom: 88px !important;
}
.u-m--bottom--89px {
  margin-bottom: 89px !important;
}
.u-m--bottom--90px {
  margin-bottom: 90px !important;
}
.u-m--bottom--91px {
  margin-bottom: 91px !important;
}
.u-m--bottom--92px {
  margin-bottom: 92px !important;
}
.u-m--bottom--93px {
  margin-bottom: 93px !important;
}
.u-m--bottom--94px {
  margin-bottom: 94px !important;
}
.u-m--bottom--95px {
  margin-bottom: 95px !important;
}
.u-m--bottom--96px {
  margin-bottom: 96px !important;
}
.u-m--bottom--97px {
  margin-bottom: 97px !important;
}
.u-m--bottom--98px {
  margin-bottom: 98px !important;
}
.u-m--bottom--99px {
  margin-bottom: 99px !important;
}
.u-m--bottom--100px {
  margin-bottom: 100px !important;
}
@media (max-width: 768px) {
  .u-m--bottom--md--0 {
    margin-bottom: 0 !important;
  }
  .u-m--bottom--md--1px {
    margin-bottom: 1px !important;
  }
  .u-m--bottom--md--2px {
    margin-bottom: 2px !important;
  }
  .u-m--bottom--md--3px {
    margin-bottom: 3px !important;
  }
  .u-m--bottom--md--4px {
    margin-bottom: 4px !important;
  }
  .u-m--bottom--md--5px {
    margin-bottom: 5px !important;
  }
  .u-m--bottom--md--6px {
    margin-bottom: 6px !important;
  }
  .u-m--bottom--md--7px {
    margin-bottom: 7px !important;
  }
  .u-m--bottom--md--8px {
    margin-bottom: 8px !important;
  }
  .u-m--bottom--md--9px {
    margin-bottom: 9px !important;
  }
  .u-m--bottom--md--10px {
    margin-bottom: 10px !important;
  }
  .u-m--bottom--md--11px {
    margin-bottom: 11px !important;
  }
  .u-m--bottom--md--12px {
    margin-bottom: 12px !important;
  }
  .u-m--bottom--md--13px {
    margin-bottom: 13px !important;
  }
  .u-m--bottom--md--14px {
    margin-bottom: 14px !important;
  }
  .u-m--bottom--md--15px {
    margin-bottom: 15px !important;
  }
  .u-m--bottom--md--16px {
    margin-bottom: 16px !important;
  }
  .u-m--bottom--md--17px {
    margin-bottom: 17px !important;
  }
  .u-m--bottom--md--18px {
    margin-bottom: 18px !important;
  }
  .u-m--bottom--md--19px {
    margin-bottom: 19px !important;
  }
  .u-m--bottom--md--20px {
    margin-bottom: 20px !important;
  }
  .u-m--bottom--md--21px {
    margin-bottom: 21px !important;
  }
  .u-m--bottom--md--22px {
    margin-bottom: 22px !important;
  }
  .u-m--bottom--md--23px {
    margin-bottom: 23px !important;
  }
  .u-m--bottom--md--24px {
    margin-bottom: 24px !important;
  }
  .u-m--bottom--md--25px {
    margin-bottom: 25px !important;
  }
  .u-m--bottom--md--26px {
    margin-bottom: 26px !important;
  }
  .u-m--bottom--md--27px {
    margin-bottom: 27px !important;
  }
  .u-m--bottom--md--28px {
    margin-bottom: 28px !important;
  }
  .u-m--bottom--md--29px {
    margin-bottom: 29px !important;
  }
  .u-m--bottom--md--30px {
    margin-bottom: 30px !important;
  }
  .u-m--bottom--md--31px {
    margin-bottom: 31px !important;
  }
  .u-m--bottom--md--32px {
    margin-bottom: 32px !important;
  }
  .u-m--bottom--md--33px {
    margin-bottom: 33px !important;
  }
  .u-m--bottom--md--34px {
    margin-bottom: 34px !important;
  }
  .u-m--bottom--md--35px {
    margin-bottom: 35px !important;
  }
  .u-m--bottom--md--36px {
    margin-bottom: 36px !important;
  }
  .u-m--bottom--md--37px {
    margin-bottom: 37px !important;
  }
  .u-m--bottom--md--38px {
    margin-bottom: 38px !important;
  }
  .u-m--bottom--md--39px {
    margin-bottom: 39px !important;
  }
  .u-m--bottom--md--40px {
    margin-bottom: 40px !important;
  }
  .u-m--bottom--md--41px {
    margin-bottom: 41px !important;
  }
  .u-m--bottom--md--42px {
    margin-bottom: 42px !important;
  }
  .u-m--bottom--md--43px {
    margin-bottom: 43px !important;
  }
  .u-m--bottom--md--44px {
    margin-bottom: 44px !important;
  }
  .u-m--bottom--md--45px {
    margin-bottom: 45px !important;
  }
  .u-m--bottom--md--46px {
    margin-bottom: 46px !important;
  }
  .u-m--bottom--md--47px {
    margin-bottom: 47px !important;
  }
  .u-m--bottom--md--48px {
    margin-bottom: 48px !important;
  }
  .u-m--bottom--md--49px {
    margin-bottom: 49px !important;
  }
  .u-m--bottom--md--50px {
    margin-bottom: 50px !important;
  }
  .u-m--bottom--md--51px {
    margin-bottom: 51px !important;
  }
  .u-m--bottom--md--52px {
    margin-bottom: 52px !important;
  }
  .u-m--bottom--md--53px {
    margin-bottom: 53px !important;
  }
  .u-m--bottom--md--54px {
    margin-bottom: 54px !important;
  }
  .u-m--bottom--md--55px {
    margin-bottom: 55px !important;
  }
  .u-m--bottom--md--56px {
    margin-bottom: 56px !important;
  }
  .u-m--bottom--md--57px {
    margin-bottom: 57px !important;
  }
  .u-m--bottom--md--58px {
    margin-bottom: 58px !important;
  }
  .u-m--bottom--md--59px {
    margin-bottom: 59px !important;
  }
  .u-m--bottom--md--60px {
    margin-bottom: 60px !important;
  }
  .u-m--bottom--md--61px {
    margin-bottom: 61px !important;
  }
  .u-m--bottom--md--62px {
    margin-bottom: 62px !important;
  }
  .u-m--bottom--md--63px {
    margin-bottom: 63px !important;
  }
  .u-m--bottom--md--64px {
    margin-bottom: 64px !important;
  }
  .u-m--bottom--md--65px {
    margin-bottom: 65px !important;
  }
  .u-m--bottom--md--66px {
    margin-bottom: 66px !important;
  }
  .u-m--bottom--md--67px {
    margin-bottom: 67px !important;
  }
  .u-m--bottom--md--68px {
    margin-bottom: 68px !important;
  }
  .u-m--bottom--md--69px {
    margin-bottom: 69px !important;
  }
  .u-m--bottom--md--70px {
    margin-bottom: 70px !important;
  }
  .u-m--bottom--md--71px {
    margin-bottom: 71px !important;
  }
  .u-m--bottom--md--72px {
    margin-bottom: 72px !important;
  }
  .u-m--bottom--md--73px {
    margin-bottom: 73px !important;
  }
  .u-m--bottom--md--74px {
    margin-bottom: 74px !important;
  }
  .u-m--bottom--md--75px {
    margin-bottom: 75px !important;
  }
  .u-m--bottom--md--76px {
    margin-bottom: 76px !important;
  }
  .u-m--bottom--md--77px {
    margin-bottom: 77px !important;
  }
  .u-m--bottom--md--78px {
    margin-bottom: 78px !important;
  }
  .u-m--bottom--md--79px {
    margin-bottom: 79px !important;
  }
  .u-m--bottom--md--80px {
    margin-bottom: 80px !important;
  }
  .u-m--bottom--md--81px {
    margin-bottom: 81px !important;
  }
  .u-m--bottom--md--82px {
    margin-bottom: 82px !important;
  }
  .u-m--bottom--md--83px {
    margin-bottom: 83px !important;
  }
  .u-m--bottom--md--84px {
    margin-bottom: 84px !important;
  }
  .u-m--bottom--md--85px {
    margin-bottom: 85px !important;
  }
  .u-m--bottom--md--86px {
    margin-bottom: 86px !important;
  }
  .u-m--bottom--md--87px {
    margin-bottom: 87px !important;
  }
  .u-m--bottom--md--88px {
    margin-bottom: 88px !important;
  }
  .u-m--bottom--md--89px {
    margin-bottom: 89px !important;
  }
  .u-m--bottom--md--90px {
    margin-bottom: 90px !important;
  }
  .u-m--bottom--md--91px {
    margin-bottom: 91px !important;
  }
  .u-m--bottom--md--92px {
    margin-bottom: 92px !important;
  }
  .u-m--bottom--md--93px {
    margin-bottom: 93px !important;
  }
  .u-m--bottom--md--94px {
    margin-bottom: 94px !important;
  }
  .u-m--bottom--md--95px {
    margin-bottom: 95px !important;
  }
  .u-m--bottom--md--96px {
    margin-bottom: 96px !important;
  }
  .u-m--bottom--md--97px {
    margin-bottom: 97px !important;
  }
  .u-m--bottom--md--98px {
    margin-bottom: 98px !important;
  }
  .u-m--bottom--md--99px {
    margin-bottom: 99px !important;
  }
  .u-m--bottom--md--100px {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 576px) {
  .u-m--bottom--sm--0 {
    margin-bottom: 0 !important;
  }
  .u-m--bottom--sm--1px {
    margin-bottom: 1px !important;
  }
  .u-m--bottom--sm--2px {
    margin-bottom: 2px !important;
  }
  .u-m--bottom--sm--3px {
    margin-bottom: 3px !important;
  }
  .u-m--bottom--sm--4px {
    margin-bottom: 4px !important;
  }
  .u-m--bottom--sm--5px {
    margin-bottom: 5px !important;
  }
  .u-m--bottom--sm--6px {
    margin-bottom: 6px !important;
  }
  .u-m--bottom--sm--7px {
    margin-bottom: 7px !important;
  }
  .u-m--bottom--sm--8px {
    margin-bottom: 8px !important;
  }
  .u-m--bottom--sm--9px {
    margin-bottom: 9px !important;
  }
  .u-m--bottom--sm--10px {
    margin-bottom: 10px !important;
  }
  .u-m--bottom--sm--11px {
    margin-bottom: 11px !important;
  }
  .u-m--bottom--sm--12px {
    margin-bottom: 12px !important;
  }
  .u-m--bottom--sm--13px {
    margin-bottom: 13px !important;
  }
  .u-m--bottom--sm--14px {
    margin-bottom: 14px !important;
  }
  .u-m--bottom--sm--15px {
    margin-bottom: 15px !important;
  }
  .u-m--bottom--sm--16px {
    margin-bottom: 16px !important;
  }
  .u-m--bottom--sm--17px {
    margin-bottom: 17px !important;
  }
  .u-m--bottom--sm--18px {
    margin-bottom: 18px !important;
  }
  .u-m--bottom--sm--19px {
    margin-bottom: 19px !important;
  }
  .u-m--bottom--sm--20px {
    margin-bottom: 20px !important;
  }
  .u-m--bottom--sm--21px {
    margin-bottom: 21px !important;
  }
  .u-m--bottom--sm--22px {
    margin-bottom: 22px !important;
  }
  .u-m--bottom--sm--23px {
    margin-bottom: 23px !important;
  }
  .u-m--bottom--sm--24px {
    margin-bottom: 24px !important;
  }
  .u-m--bottom--sm--25px {
    margin-bottom: 25px !important;
  }
  .u-m--bottom--sm--26px {
    margin-bottom: 26px !important;
  }
  .u-m--bottom--sm--27px {
    margin-bottom: 27px !important;
  }
  .u-m--bottom--sm--28px {
    margin-bottom: 28px !important;
  }
  .u-m--bottom--sm--29px {
    margin-bottom: 29px !important;
  }
  .u-m--bottom--sm--30px {
    margin-bottom: 30px !important;
  }
  .u-m--bottom--sm--31px {
    margin-bottom: 31px !important;
  }
  .u-m--bottom--sm--32px {
    margin-bottom: 32px !important;
  }
  .u-m--bottom--sm--33px {
    margin-bottom: 33px !important;
  }
  .u-m--bottom--sm--34px {
    margin-bottom: 34px !important;
  }
  .u-m--bottom--sm--35px {
    margin-bottom: 35px !important;
  }
  .u-m--bottom--sm--36px {
    margin-bottom: 36px !important;
  }
  .u-m--bottom--sm--37px {
    margin-bottom: 37px !important;
  }
  .u-m--bottom--sm--38px {
    margin-bottom: 38px !important;
  }
  .u-m--bottom--sm--39px {
    margin-bottom: 39px !important;
  }
  .u-m--bottom--sm--40px {
    margin-bottom: 40px !important;
  }
  .u-m--bottom--sm--41px {
    margin-bottom: 41px !important;
  }
  .u-m--bottom--sm--42px {
    margin-bottom: 42px !important;
  }
  .u-m--bottom--sm--43px {
    margin-bottom: 43px !important;
  }
  .u-m--bottom--sm--44px {
    margin-bottom: 44px !important;
  }
  .u-m--bottom--sm--45px {
    margin-bottom: 45px !important;
  }
  .u-m--bottom--sm--46px {
    margin-bottom: 46px !important;
  }
  .u-m--bottom--sm--47px {
    margin-bottom: 47px !important;
  }
  .u-m--bottom--sm--48px {
    margin-bottom: 48px !important;
  }
  .u-m--bottom--sm--49px {
    margin-bottom: 49px !important;
  }
  .u-m--bottom--sm--50px {
    margin-bottom: 50px !important;
  }
  .u-m--bottom--sm--51px {
    margin-bottom: 51px !important;
  }
  .u-m--bottom--sm--52px {
    margin-bottom: 52px !important;
  }
  .u-m--bottom--sm--53px {
    margin-bottom: 53px !important;
  }
  .u-m--bottom--sm--54px {
    margin-bottom: 54px !important;
  }
  .u-m--bottom--sm--55px {
    margin-bottom: 55px !important;
  }
  .u-m--bottom--sm--56px {
    margin-bottom: 56px !important;
  }
  .u-m--bottom--sm--57px {
    margin-bottom: 57px !important;
  }
  .u-m--bottom--sm--58px {
    margin-bottom: 58px !important;
  }
  .u-m--bottom--sm--59px {
    margin-bottom: 59px !important;
  }
  .u-m--bottom--sm--60px {
    margin-bottom: 60px !important;
  }
  .u-m--bottom--sm--61px {
    margin-bottom: 61px !important;
  }
  .u-m--bottom--sm--62px {
    margin-bottom: 62px !important;
  }
  .u-m--bottom--sm--63px {
    margin-bottom: 63px !important;
  }
  .u-m--bottom--sm--64px {
    margin-bottom: 64px !important;
  }
  .u-m--bottom--sm--65px {
    margin-bottom: 65px !important;
  }
  .u-m--bottom--sm--66px {
    margin-bottom: 66px !important;
  }
  .u-m--bottom--sm--67px {
    margin-bottom: 67px !important;
  }
  .u-m--bottom--sm--68px {
    margin-bottom: 68px !important;
  }
  .u-m--bottom--sm--69px {
    margin-bottom: 69px !important;
  }
  .u-m--bottom--sm--70px {
    margin-bottom: 70px !important;
  }
  .u-m--bottom--sm--71px {
    margin-bottom: 71px !important;
  }
  .u-m--bottom--sm--72px {
    margin-bottom: 72px !important;
  }
  .u-m--bottom--sm--73px {
    margin-bottom: 73px !important;
  }
  .u-m--bottom--sm--74px {
    margin-bottom: 74px !important;
  }
  .u-m--bottom--sm--75px {
    margin-bottom: 75px !important;
  }
  .u-m--bottom--sm--76px {
    margin-bottom: 76px !important;
  }
  .u-m--bottom--sm--77px {
    margin-bottom: 77px !important;
  }
  .u-m--bottom--sm--78px {
    margin-bottom: 78px !important;
  }
  .u-m--bottom--sm--79px {
    margin-bottom: 79px !important;
  }
  .u-m--bottom--sm--80px {
    margin-bottom: 80px !important;
  }
  .u-m--bottom--sm--81px {
    margin-bottom: 81px !important;
  }
  .u-m--bottom--sm--82px {
    margin-bottom: 82px !important;
  }
  .u-m--bottom--sm--83px {
    margin-bottom: 83px !important;
  }
  .u-m--bottom--sm--84px {
    margin-bottom: 84px !important;
  }
  .u-m--bottom--sm--85px {
    margin-bottom: 85px !important;
  }
  .u-m--bottom--sm--86px {
    margin-bottom: 86px !important;
  }
  .u-m--bottom--sm--87px {
    margin-bottom: 87px !important;
  }
  .u-m--bottom--sm--88px {
    margin-bottom: 88px !important;
  }
  .u-m--bottom--sm--89px {
    margin-bottom: 89px !important;
  }
  .u-m--bottom--sm--90px {
    margin-bottom: 90px !important;
  }
  .u-m--bottom--sm--91px {
    margin-bottom: 91px !important;
  }
  .u-m--bottom--sm--92px {
    margin-bottom: 92px !important;
  }
  .u-m--bottom--sm--93px {
    margin-bottom: 93px !important;
  }
  .u-m--bottom--sm--94px {
    margin-bottom: 94px !important;
  }
  .u-m--bottom--sm--95px {
    margin-bottom: 95px !important;
  }
  .u-m--bottom--sm--96px {
    margin-bottom: 96px !important;
  }
  .u-m--bottom--sm--97px {
    margin-bottom: 97px !important;
  }
  .u-m--bottom--sm--98px {
    margin-bottom: 98px !important;
  }
  .u-m--bottom--sm--99px {
    margin-bottom: 99px !important;
  }
  .u-m--bottom--sm--100px {
    margin-bottom: 100px !important;
  }
}
.u-m--left--0 {
  margin-left: 0 !important;
}
.u-m--left--1px {
  margin-left: 1px !important;
}
.u-m--left--2px {
  margin-left: 2px !important;
}
.u-m--left--3px {
  margin-left: 3px !important;
}
.u-m--left--4px {
  margin-left: 4px !important;
}
.u-m--left--5px {
  margin-left: 5px !important;
}
.u-m--left--6px {
  margin-left: 6px !important;
}
.u-m--left--7px {
  margin-left: 7px !important;
}
.u-m--left--8px {
  margin-left: 8px !important;
}
.u-m--left--9px {
  margin-left: 9px !important;
}
.u-m--left--10px {
  margin-left: 10px !important;
}
.u-m--left--11px {
  margin-left: 11px !important;
}
.u-m--left--12px {
  margin-left: 12px !important;
}
.u-m--left--13px {
  margin-left: 13px !important;
}
.u-m--left--14px {
  margin-left: 14px !important;
}
.u-m--left--15px {
  margin-left: 15px !important;
}
.u-m--left--16px {
  margin-left: 16px !important;
}
.u-m--left--17px {
  margin-left: 17px !important;
}
.u-m--left--18px {
  margin-left: 18px !important;
}
.u-m--left--19px {
  margin-left: 19px !important;
}
.u-m--left--20px {
  margin-left: 20px !important;
}
.u-m--left--21px {
  margin-left: 21px !important;
}
.u-m--left--22px {
  margin-left: 22px !important;
}
.u-m--left--23px {
  margin-left: 23px !important;
}
.u-m--left--24px {
  margin-left: 24px !important;
}
.u-m--left--25px {
  margin-left: 25px !important;
}
.u-m--left--26px {
  margin-left: 26px !important;
}
.u-m--left--27px {
  margin-left: 27px !important;
}
.u-m--left--28px {
  margin-left: 28px !important;
}
.u-m--left--29px {
  margin-left: 29px !important;
}
.u-m--left--30px {
  margin-left: 30px !important;
}
.u-m--left--31px {
  margin-left: 31px !important;
}
.u-m--left--32px {
  margin-left: 32px !important;
}
.u-m--left--33px {
  margin-left: 33px !important;
}
.u-m--left--34px {
  margin-left: 34px !important;
}
.u-m--left--35px {
  margin-left: 35px !important;
}
.u-m--left--36px {
  margin-left: 36px !important;
}
.u-m--left--37px {
  margin-left: 37px !important;
}
.u-m--left--38px {
  margin-left: 38px !important;
}
.u-m--left--39px {
  margin-left: 39px !important;
}
.u-m--left--40px {
  margin-left: 40px !important;
}
.u-m--left--41px {
  margin-left: 41px !important;
}
.u-m--left--42px {
  margin-left: 42px !important;
}
.u-m--left--43px {
  margin-left: 43px !important;
}
.u-m--left--44px {
  margin-left: 44px !important;
}
.u-m--left--45px {
  margin-left: 45px !important;
}
.u-m--left--46px {
  margin-left: 46px !important;
}
.u-m--left--47px {
  margin-left: 47px !important;
}
.u-m--left--48px {
  margin-left: 48px !important;
}
.u-m--left--49px {
  margin-left: 49px !important;
}
.u-m--left--50px {
  margin-left: 50px !important;
}
.u-m--left--51px {
  margin-left: 51px !important;
}
.u-m--left--52px {
  margin-left: 52px !important;
}
.u-m--left--53px {
  margin-left: 53px !important;
}
.u-m--left--54px {
  margin-left: 54px !important;
}
.u-m--left--55px {
  margin-left: 55px !important;
}
.u-m--left--56px {
  margin-left: 56px !important;
}
.u-m--left--57px {
  margin-left: 57px !important;
}
.u-m--left--58px {
  margin-left: 58px !important;
}
.u-m--left--59px {
  margin-left: 59px !important;
}
.u-m--left--60px {
  margin-left: 60px !important;
}
.u-m--left--61px {
  margin-left: 61px !important;
}
.u-m--left--62px {
  margin-left: 62px !important;
}
.u-m--left--63px {
  margin-left: 63px !important;
}
.u-m--left--64px {
  margin-left: 64px !important;
}
.u-m--left--65px {
  margin-left: 65px !important;
}
.u-m--left--66px {
  margin-left: 66px !important;
}
.u-m--left--67px {
  margin-left: 67px !important;
}
.u-m--left--68px {
  margin-left: 68px !important;
}
.u-m--left--69px {
  margin-left: 69px !important;
}
.u-m--left--70px {
  margin-left: 70px !important;
}
.u-m--left--71px {
  margin-left: 71px !important;
}
.u-m--left--72px {
  margin-left: 72px !important;
}
.u-m--left--73px {
  margin-left: 73px !important;
}
.u-m--left--74px {
  margin-left: 74px !important;
}
.u-m--left--75px {
  margin-left: 75px !important;
}
.u-m--left--76px {
  margin-left: 76px !important;
}
.u-m--left--77px {
  margin-left: 77px !important;
}
.u-m--left--78px {
  margin-left: 78px !important;
}
.u-m--left--79px {
  margin-left: 79px !important;
}
.u-m--left--80px {
  margin-left: 80px !important;
}
.u-m--left--81px {
  margin-left: 81px !important;
}
.u-m--left--82px {
  margin-left: 82px !important;
}
.u-m--left--83px {
  margin-left: 83px !important;
}
.u-m--left--84px {
  margin-left: 84px !important;
}
.u-m--left--85px {
  margin-left: 85px !important;
}
.u-m--left--86px {
  margin-left: 86px !important;
}
.u-m--left--87px {
  margin-left: 87px !important;
}
.u-m--left--88px {
  margin-left: 88px !important;
}
.u-m--left--89px {
  margin-left: 89px !important;
}
.u-m--left--90px {
  margin-left: 90px !important;
}
.u-m--left--91px {
  margin-left: 91px !important;
}
.u-m--left--92px {
  margin-left: 92px !important;
}
.u-m--left--93px {
  margin-left: 93px !important;
}
.u-m--left--94px {
  margin-left: 94px !important;
}
.u-m--left--95px {
  margin-left: 95px !important;
}
.u-m--left--96px {
  margin-left: 96px !important;
}
.u-m--left--97px {
  margin-left: 97px !important;
}
.u-m--left--98px {
  margin-left: 98px !important;
}
.u-m--left--99px {
  margin-left: 99px !important;
}
.u-m--left--100px {
  margin-left: 100px !important;
}
@media (max-width: 768px) {
  .u-m--left--md--0 {
    margin-left: 0 !important;
  }
  .u-m--left--md--1px {
    margin-left: 1px !important;
  }
  .u-m--left--md--2px {
    margin-left: 2px !important;
  }
  .u-m--left--md--3px {
    margin-left: 3px !important;
  }
  .u-m--left--md--4px {
    margin-left: 4px !important;
  }
  .u-m--left--md--5px {
    margin-left: 5px !important;
  }
  .u-m--left--md--6px {
    margin-left: 6px !important;
  }
  .u-m--left--md--7px {
    margin-left: 7px !important;
  }
  .u-m--left--md--8px {
    margin-left: 8px !important;
  }
  .u-m--left--md--9px {
    margin-left: 9px !important;
  }
  .u-m--left--md--10px {
    margin-left: 10px !important;
  }
  .u-m--left--md--11px {
    margin-left: 11px !important;
  }
  .u-m--left--md--12px {
    margin-left: 12px !important;
  }
  .u-m--left--md--13px {
    margin-left: 13px !important;
  }
  .u-m--left--md--14px {
    margin-left: 14px !important;
  }
  .u-m--left--md--15px {
    margin-left: 15px !important;
  }
  .u-m--left--md--16px {
    margin-left: 16px !important;
  }
  .u-m--left--md--17px {
    margin-left: 17px !important;
  }
  .u-m--left--md--18px {
    margin-left: 18px !important;
  }
  .u-m--left--md--19px {
    margin-left: 19px !important;
  }
  .u-m--left--md--20px {
    margin-left: 20px !important;
  }
  .u-m--left--md--21px {
    margin-left: 21px !important;
  }
  .u-m--left--md--22px {
    margin-left: 22px !important;
  }
  .u-m--left--md--23px {
    margin-left: 23px !important;
  }
  .u-m--left--md--24px {
    margin-left: 24px !important;
  }
  .u-m--left--md--25px {
    margin-left: 25px !important;
  }
  .u-m--left--md--26px {
    margin-left: 26px !important;
  }
  .u-m--left--md--27px {
    margin-left: 27px !important;
  }
  .u-m--left--md--28px {
    margin-left: 28px !important;
  }
  .u-m--left--md--29px {
    margin-left: 29px !important;
  }
  .u-m--left--md--30px {
    margin-left: 30px !important;
  }
  .u-m--left--md--31px {
    margin-left: 31px !important;
  }
  .u-m--left--md--32px {
    margin-left: 32px !important;
  }
  .u-m--left--md--33px {
    margin-left: 33px !important;
  }
  .u-m--left--md--34px {
    margin-left: 34px !important;
  }
  .u-m--left--md--35px {
    margin-left: 35px !important;
  }
  .u-m--left--md--36px {
    margin-left: 36px !important;
  }
  .u-m--left--md--37px {
    margin-left: 37px !important;
  }
  .u-m--left--md--38px {
    margin-left: 38px !important;
  }
  .u-m--left--md--39px {
    margin-left: 39px !important;
  }
  .u-m--left--md--40px {
    margin-left: 40px !important;
  }
  .u-m--left--md--41px {
    margin-left: 41px !important;
  }
  .u-m--left--md--42px {
    margin-left: 42px !important;
  }
  .u-m--left--md--43px {
    margin-left: 43px !important;
  }
  .u-m--left--md--44px {
    margin-left: 44px !important;
  }
  .u-m--left--md--45px {
    margin-left: 45px !important;
  }
  .u-m--left--md--46px {
    margin-left: 46px !important;
  }
  .u-m--left--md--47px {
    margin-left: 47px !important;
  }
  .u-m--left--md--48px {
    margin-left: 48px !important;
  }
  .u-m--left--md--49px {
    margin-left: 49px !important;
  }
  .u-m--left--md--50px {
    margin-left: 50px !important;
  }
  .u-m--left--md--51px {
    margin-left: 51px !important;
  }
  .u-m--left--md--52px {
    margin-left: 52px !important;
  }
  .u-m--left--md--53px {
    margin-left: 53px !important;
  }
  .u-m--left--md--54px {
    margin-left: 54px !important;
  }
  .u-m--left--md--55px {
    margin-left: 55px !important;
  }
  .u-m--left--md--56px {
    margin-left: 56px !important;
  }
  .u-m--left--md--57px {
    margin-left: 57px !important;
  }
  .u-m--left--md--58px {
    margin-left: 58px !important;
  }
  .u-m--left--md--59px {
    margin-left: 59px !important;
  }
  .u-m--left--md--60px {
    margin-left: 60px !important;
  }
  .u-m--left--md--61px {
    margin-left: 61px !important;
  }
  .u-m--left--md--62px {
    margin-left: 62px !important;
  }
  .u-m--left--md--63px {
    margin-left: 63px !important;
  }
  .u-m--left--md--64px {
    margin-left: 64px !important;
  }
  .u-m--left--md--65px {
    margin-left: 65px !important;
  }
  .u-m--left--md--66px {
    margin-left: 66px !important;
  }
  .u-m--left--md--67px {
    margin-left: 67px !important;
  }
  .u-m--left--md--68px {
    margin-left: 68px !important;
  }
  .u-m--left--md--69px {
    margin-left: 69px !important;
  }
  .u-m--left--md--70px {
    margin-left: 70px !important;
  }
  .u-m--left--md--71px {
    margin-left: 71px !important;
  }
  .u-m--left--md--72px {
    margin-left: 72px !important;
  }
  .u-m--left--md--73px {
    margin-left: 73px !important;
  }
  .u-m--left--md--74px {
    margin-left: 74px !important;
  }
  .u-m--left--md--75px {
    margin-left: 75px !important;
  }
  .u-m--left--md--76px {
    margin-left: 76px !important;
  }
  .u-m--left--md--77px {
    margin-left: 77px !important;
  }
  .u-m--left--md--78px {
    margin-left: 78px !important;
  }
  .u-m--left--md--79px {
    margin-left: 79px !important;
  }
  .u-m--left--md--80px {
    margin-left: 80px !important;
  }
  .u-m--left--md--81px {
    margin-left: 81px !important;
  }
  .u-m--left--md--82px {
    margin-left: 82px !important;
  }
  .u-m--left--md--83px {
    margin-left: 83px !important;
  }
  .u-m--left--md--84px {
    margin-left: 84px !important;
  }
  .u-m--left--md--85px {
    margin-left: 85px !important;
  }
  .u-m--left--md--86px {
    margin-left: 86px !important;
  }
  .u-m--left--md--87px {
    margin-left: 87px !important;
  }
  .u-m--left--md--88px {
    margin-left: 88px !important;
  }
  .u-m--left--md--89px {
    margin-left: 89px !important;
  }
  .u-m--left--md--90px {
    margin-left: 90px !important;
  }
  .u-m--left--md--91px {
    margin-left: 91px !important;
  }
  .u-m--left--md--92px {
    margin-left: 92px !important;
  }
  .u-m--left--md--93px {
    margin-left: 93px !important;
  }
  .u-m--left--md--94px {
    margin-left: 94px !important;
  }
  .u-m--left--md--95px {
    margin-left: 95px !important;
  }
  .u-m--left--md--96px {
    margin-left: 96px !important;
  }
  .u-m--left--md--97px {
    margin-left: 97px !important;
  }
  .u-m--left--md--98px {
    margin-left: 98px !important;
  }
  .u-m--left--md--99px {
    margin-left: 99px !important;
  }
  .u-m--left--md--100px {
    margin-left: 100px !important;
  }
}
@media (max-width: 576px) {
  .u-m--left--sm--0 {
    margin-left: 0 !important;
  }
  .u-m--left--sm--1px {
    margin-left: 1px !important;
  }
  .u-m--left--sm--2px {
    margin-left: 2px !important;
  }
  .u-m--left--sm--3px {
    margin-left: 3px !important;
  }
  .u-m--left--sm--4px {
    margin-left: 4px !important;
  }
  .u-m--left--sm--5px {
    margin-left: 5px !important;
  }
  .u-m--left--sm--6px {
    margin-left: 6px !important;
  }
  .u-m--left--sm--7px {
    margin-left: 7px !important;
  }
  .u-m--left--sm--8px {
    margin-left: 8px !important;
  }
  .u-m--left--sm--9px {
    margin-left: 9px !important;
  }
  .u-m--left--sm--10px {
    margin-left: 10px !important;
  }
  .u-m--left--sm--11px {
    margin-left: 11px !important;
  }
  .u-m--left--sm--12px {
    margin-left: 12px !important;
  }
  .u-m--left--sm--13px {
    margin-left: 13px !important;
  }
  .u-m--left--sm--14px {
    margin-left: 14px !important;
  }
  .u-m--left--sm--15px {
    margin-left: 15px !important;
  }
  .u-m--left--sm--16px {
    margin-left: 16px !important;
  }
  .u-m--left--sm--17px {
    margin-left: 17px !important;
  }
  .u-m--left--sm--18px {
    margin-left: 18px !important;
  }
  .u-m--left--sm--19px {
    margin-left: 19px !important;
  }
  .u-m--left--sm--20px {
    margin-left: 20px !important;
  }
  .u-m--left--sm--21px {
    margin-left: 21px !important;
  }
  .u-m--left--sm--22px {
    margin-left: 22px !important;
  }
  .u-m--left--sm--23px {
    margin-left: 23px !important;
  }
  .u-m--left--sm--24px {
    margin-left: 24px !important;
  }
  .u-m--left--sm--25px {
    margin-left: 25px !important;
  }
  .u-m--left--sm--26px {
    margin-left: 26px !important;
  }
  .u-m--left--sm--27px {
    margin-left: 27px !important;
  }
  .u-m--left--sm--28px {
    margin-left: 28px !important;
  }
  .u-m--left--sm--29px {
    margin-left: 29px !important;
  }
  .u-m--left--sm--30px {
    margin-left: 30px !important;
  }
  .u-m--left--sm--31px {
    margin-left: 31px !important;
  }
  .u-m--left--sm--32px {
    margin-left: 32px !important;
  }
  .u-m--left--sm--33px {
    margin-left: 33px !important;
  }
  .u-m--left--sm--34px {
    margin-left: 34px !important;
  }
  .u-m--left--sm--35px {
    margin-left: 35px !important;
  }
  .u-m--left--sm--36px {
    margin-left: 36px !important;
  }
  .u-m--left--sm--37px {
    margin-left: 37px !important;
  }
  .u-m--left--sm--38px {
    margin-left: 38px !important;
  }
  .u-m--left--sm--39px {
    margin-left: 39px !important;
  }
  .u-m--left--sm--40px {
    margin-left: 40px !important;
  }
  .u-m--left--sm--41px {
    margin-left: 41px !important;
  }
  .u-m--left--sm--42px {
    margin-left: 42px !important;
  }
  .u-m--left--sm--43px {
    margin-left: 43px !important;
  }
  .u-m--left--sm--44px {
    margin-left: 44px !important;
  }
  .u-m--left--sm--45px {
    margin-left: 45px !important;
  }
  .u-m--left--sm--46px {
    margin-left: 46px !important;
  }
  .u-m--left--sm--47px {
    margin-left: 47px !important;
  }
  .u-m--left--sm--48px {
    margin-left: 48px !important;
  }
  .u-m--left--sm--49px {
    margin-left: 49px !important;
  }
  .u-m--left--sm--50px {
    margin-left: 50px !important;
  }
  .u-m--left--sm--51px {
    margin-left: 51px !important;
  }
  .u-m--left--sm--52px {
    margin-left: 52px !important;
  }
  .u-m--left--sm--53px {
    margin-left: 53px !important;
  }
  .u-m--left--sm--54px {
    margin-left: 54px !important;
  }
  .u-m--left--sm--55px {
    margin-left: 55px !important;
  }
  .u-m--left--sm--56px {
    margin-left: 56px !important;
  }
  .u-m--left--sm--57px {
    margin-left: 57px !important;
  }
  .u-m--left--sm--58px {
    margin-left: 58px !important;
  }
  .u-m--left--sm--59px {
    margin-left: 59px !important;
  }
  .u-m--left--sm--60px {
    margin-left: 60px !important;
  }
  .u-m--left--sm--61px {
    margin-left: 61px !important;
  }
  .u-m--left--sm--62px {
    margin-left: 62px !important;
  }
  .u-m--left--sm--63px {
    margin-left: 63px !important;
  }
  .u-m--left--sm--64px {
    margin-left: 64px !important;
  }
  .u-m--left--sm--65px {
    margin-left: 65px !important;
  }
  .u-m--left--sm--66px {
    margin-left: 66px !important;
  }
  .u-m--left--sm--67px {
    margin-left: 67px !important;
  }
  .u-m--left--sm--68px {
    margin-left: 68px !important;
  }
  .u-m--left--sm--69px {
    margin-left: 69px !important;
  }
  .u-m--left--sm--70px {
    margin-left: 70px !important;
  }
  .u-m--left--sm--71px {
    margin-left: 71px !important;
  }
  .u-m--left--sm--72px {
    margin-left: 72px !important;
  }
  .u-m--left--sm--73px {
    margin-left: 73px !important;
  }
  .u-m--left--sm--74px {
    margin-left: 74px !important;
  }
  .u-m--left--sm--75px {
    margin-left: 75px !important;
  }
  .u-m--left--sm--76px {
    margin-left: 76px !important;
  }
  .u-m--left--sm--77px {
    margin-left: 77px !important;
  }
  .u-m--left--sm--78px {
    margin-left: 78px !important;
  }
  .u-m--left--sm--79px {
    margin-left: 79px !important;
  }
  .u-m--left--sm--80px {
    margin-left: 80px !important;
  }
  .u-m--left--sm--81px {
    margin-left: 81px !important;
  }
  .u-m--left--sm--82px {
    margin-left: 82px !important;
  }
  .u-m--left--sm--83px {
    margin-left: 83px !important;
  }
  .u-m--left--sm--84px {
    margin-left: 84px !important;
  }
  .u-m--left--sm--85px {
    margin-left: 85px !important;
  }
  .u-m--left--sm--86px {
    margin-left: 86px !important;
  }
  .u-m--left--sm--87px {
    margin-left: 87px !important;
  }
  .u-m--left--sm--88px {
    margin-left: 88px !important;
  }
  .u-m--left--sm--89px {
    margin-left: 89px !important;
  }
  .u-m--left--sm--90px {
    margin-left: 90px !important;
  }
  .u-m--left--sm--91px {
    margin-left: 91px !important;
  }
  .u-m--left--sm--92px {
    margin-left: 92px !important;
  }
  .u-m--left--sm--93px {
    margin-left: 93px !important;
  }
  .u-m--left--sm--94px {
    margin-left: 94px !important;
  }
  .u-m--left--sm--95px {
    margin-left: 95px !important;
  }
  .u-m--left--sm--96px {
    margin-left: 96px !important;
  }
  .u-m--left--sm--97px {
    margin-left: 97px !important;
  }
  .u-m--left--sm--98px {
    margin-left: 98px !important;
  }
  .u-m--left--sm--99px {
    margin-left: 99px !important;
  }
  .u-m--left--sm--100px {
    margin-left: 100px !important;
  }
}
.u-m--x--0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.u-m--x--1px {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}
.u-m--x--2px {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.u-m--x--3px {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}
.u-m--x--4px {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.u-m--x--5px {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.u-m--x--6px {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}
.u-m--x--7px {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}
.u-m--x--8px {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.u-m--x--9px {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}
.u-m--x--10px {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.u-m--x--11px {
  margin-top: 11px !important;
  margin-bottom: 11px !important;
}
.u-m--x--12px {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.u-m--x--13px {
  margin-top: 13px !important;
  margin-bottom: 13px !important;
}
.u-m--x--14px {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}
.u-m--x--15px {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.u-m--x--16px {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.u-m--x--17px {
  margin-top: 17px !important;
  margin-bottom: 17px !important;
}
.u-m--x--18px {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}
.u-m--x--19px {
  margin-top: 19px !important;
  margin-bottom: 19px !important;
}
.u-m--x--20px {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.u-m--x--21px {
  margin-top: 21px !important;
  margin-bottom: 21px !important;
}
.u-m--x--22px {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}
.u-m--x--23px {
  margin-top: 23px !important;
  margin-bottom: 23px !important;
}
.u-m--x--24px {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.u-m--x--25px {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.u-m--x--26px {
  margin-top: 26px !important;
  margin-bottom: 26px !important;
}
.u-m--x--27px {
  margin-top: 27px !important;
  margin-bottom: 27px !important;
}
.u-m--x--28px {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}
.u-m--x--29px {
  margin-top: 29px !important;
  margin-bottom: 29px !important;
}
.u-m--x--30px {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.u-m--x--31px {
  margin-top: 31px !important;
  margin-bottom: 31px !important;
}
.u-m--x--32px {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.u-m--x--33px {
  margin-top: 33px !important;
  margin-bottom: 33px !important;
}
.u-m--x--34px {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}
.u-m--x--35px {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.u-m--x--36px {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}
.u-m--x--37px {
  margin-top: 37px !important;
  margin-bottom: 37px !important;
}
.u-m--x--38px {
  margin-top: 38px !important;
  margin-bottom: 38px !important;
}
.u-m--x--39px {
  margin-top: 39px !important;
  margin-bottom: 39px !important;
}
.u-m--x--40px {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.u-m--x--41px {
  margin-top: 41px !important;
  margin-bottom: 41px !important;
}
.u-m--x--42px {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}
.u-m--x--43px {
  margin-top: 43px !important;
  margin-bottom: 43px !important;
}
.u-m--x--44px {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}
.u-m--x--45px {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.u-m--x--46px {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}
.u-m--x--47px {
  margin-top: 47px !important;
  margin-bottom: 47px !important;
}
.u-m--x--48px {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.u-m--x--49px {
  margin-top: 49px !important;
  margin-bottom: 49px !important;
}
.u-m--x--50px {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.u-m--x--51px {
  margin-top: 51px !important;
  margin-bottom: 51px !important;
}
.u-m--x--52px {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}
.u-m--x--53px {
  margin-top: 53px !important;
  margin-bottom: 53px !important;
}
.u-m--x--54px {
  margin-top: 54px !important;
  margin-bottom: 54px !important;
}
.u-m--x--55px {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}
.u-m--x--56px {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}
.u-m--x--57px {
  margin-top: 57px !important;
  margin-bottom: 57px !important;
}
.u-m--x--58px {
  margin-top: 58px !important;
  margin-bottom: 58px !important;
}
.u-m--x--59px {
  margin-top: 59px !important;
  margin-bottom: 59px !important;
}
.u-m--x--60px {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.u-m--x--61px {
  margin-top: 61px !important;
  margin-bottom: 61px !important;
}
.u-m--x--62px {
  margin-top: 62px !important;
  margin-bottom: 62px !important;
}
.u-m--x--63px {
  margin-top: 63px !important;
  margin-bottom: 63px !important;
}
.u-m--x--64px {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
.u-m--x--65px {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}
.u-m--x--66px {
  margin-top: 66px !important;
  margin-bottom: 66px !important;
}
.u-m--x--67px {
  margin-top: 67px !important;
  margin-bottom: 67px !important;
}
.u-m--x--68px {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
}
.u-m--x--69px {
  margin-top: 69px !important;
  margin-bottom: 69px !important;
}
.u-m--x--70px {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.u-m--x--71px {
  margin-top: 71px !important;
  margin-bottom: 71px !important;
}
.u-m--x--72px {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}
.u-m--x--73px {
  margin-top: 73px !important;
  margin-bottom: 73px !important;
}
.u-m--x--74px {
  margin-top: 74px !important;
  margin-bottom: 74px !important;
}
.u-m--x--75px {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}
.u-m--x--76px {
  margin-top: 76px !important;
  margin-bottom: 76px !important;
}
.u-m--x--77px {
  margin-top: 77px !important;
  margin-bottom: 77px !important;
}
.u-m--x--78px {
  margin-top: 78px !important;
  margin-bottom: 78px !important;
}
.u-m--x--79px {
  margin-top: 79px !important;
  margin-bottom: 79px !important;
}
.u-m--x--80px {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.u-m--x--81px {
  margin-top: 81px !important;
  margin-bottom: 81px !important;
}
.u-m--x--82px {
  margin-top: 82px !important;
  margin-bottom: 82px !important;
}
.u-m--x--83px {
  margin-top: 83px !important;
  margin-bottom: 83px !important;
}
.u-m--x--84px {
  margin-top: 84px !important;
  margin-bottom: 84px !important;
}
.u-m--x--85px {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}
.u-m--x--86px {
  margin-top: 86px !important;
  margin-bottom: 86px !important;
}
.u-m--x--87px {
  margin-top: 87px !important;
  margin-bottom: 87px !important;
}
.u-m--x--88px {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}
.u-m--x--89px {
  margin-top: 89px !important;
  margin-bottom: 89px !important;
}
.u-m--x--90px {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
.u-m--x--91px {
  margin-top: 91px !important;
  margin-bottom: 91px !important;
}
.u-m--x--92px {
  margin-top: 92px !important;
  margin-bottom: 92px !important;
}
.u-m--x--93px {
  margin-top: 93px !important;
  margin-bottom: 93px !important;
}
.u-m--x--94px {
  margin-top: 94px !important;
  margin-bottom: 94px !important;
}
.u-m--x--95px {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}
.u-m--x--96px {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}
.u-m--x--97px {
  margin-top: 97px !important;
  margin-bottom: 97px !important;
}
.u-m--x--98px {
  margin-top: 98px !important;
  margin-bottom: 98px !important;
}
.u-m--x--99px {
  margin-top: 99px !important;
  margin-bottom: 99px !important;
}
.u-m--x--100px {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.u-m--y--0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.u-m--y--1px {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}
.u-m--y--2px {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.u-m--y--3px {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}
.u-m--y--4px {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.u-m--y--5px {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.u-m--y--6px {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}
.u-m--y--7px {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}
.u-m--y--8px {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.u-m--y--9px {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}
.u-m--y--10px {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.u-m--y--11px {
  margin-top: 11px !important;
  margin-bottom: 11px !important;
}
.u-m--y--12px {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.u-m--y--13px {
  margin-top: 13px !important;
  margin-bottom: 13px !important;
}
.u-m--y--14px {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}
.u-m--y--15px {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.u-m--y--16px {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.u-m--y--17px {
  margin-top: 17px !important;
  margin-bottom: 17px !important;
}
.u-m--y--18px {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}
.u-m--y--19px {
  margin-top: 19px !important;
  margin-bottom: 19px !important;
}
.u-m--y--20px {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.u-m--y--21px {
  margin-top: 21px !important;
  margin-bottom: 21px !important;
}
.u-m--y--22px {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}
.u-m--y--23px {
  margin-top: 23px !important;
  margin-bottom: 23px !important;
}
.u-m--y--24px {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.u-m--y--25px {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.u-m--y--26px {
  margin-top: 26px !important;
  margin-bottom: 26px !important;
}
.u-m--y--27px {
  margin-top: 27px !important;
  margin-bottom: 27px !important;
}
.u-m--y--28px {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}
.u-m--y--29px {
  margin-top: 29px !important;
  margin-bottom: 29px !important;
}
.u-m--y--30px {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.u-m--y--31px {
  margin-top: 31px !important;
  margin-bottom: 31px !important;
}
.u-m--y--32px {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.u-m--y--33px {
  margin-top: 33px !important;
  margin-bottom: 33px !important;
}
.u-m--y--34px {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}
.u-m--y--35px {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.u-m--y--36px {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}
.u-m--y--37px {
  margin-top: 37px !important;
  margin-bottom: 37px !important;
}
.u-m--y--38px {
  margin-top: 38px !important;
  margin-bottom: 38px !important;
}
.u-m--y--39px {
  margin-top: 39px !important;
  margin-bottom: 39px !important;
}
.u-m--y--40px {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.u-m--y--41px {
  margin-top: 41px !important;
  margin-bottom: 41px !important;
}
.u-m--y--42px {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}
.u-m--y--43px {
  margin-top: 43px !important;
  margin-bottom: 43px !important;
}
.u-m--y--44px {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}
.u-m--y--45px {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.u-m--y--46px {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}
.u-m--y--47px {
  margin-top: 47px !important;
  margin-bottom: 47px !important;
}
.u-m--y--48px {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.u-m--y--49px {
  margin-top: 49px !important;
  margin-bottom: 49px !important;
}
.u-m--y--50px {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.u-m--y--51px {
  margin-top: 51px !important;
  margin-bottom: 51px !important;
}
.u-m--y--52px {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}
.u-m--y--53px {
  margin-top: 53px !important;
  margin-bottom: 53px !important;
}
.u-m--y--54px {
  margin-top: 54px !important;
  margin-bottom: 54px !important;
}
.u-m--y--55px {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}
.u-m--y--56px {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}
.u-m--y--57px {
  margin-top: 57px !important;
  margin-bottom: 57px !important;
}
.u-m--y--58px {
  margin-top: 58px !important;
  margin-bottom: 58px !important;
}
.u-m--y--59px {
  margin-top: 59px !important;
  margin-bottom: 59px !important;
}
.u-m--y--60px {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.u-m--y--61px {
  margin-top: 61px !important;
  margin-bottom: 61px !important;
}
.u-m--y--62px {
  margin-top: 62px !important;
  margin-bottom: 62px !important;
}
.u-m--y--63px {
  margin-top: 63px !important;
  margin-bottom: 63px !important;
}
.u-m--y--64px {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
.u-m--y--65px {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}
.u-m--y--66px {
  margin-top: 66px !important;
  margin-bottom: 66px !important;
}
.u-m--y--67px {
  margin-top: 67px !important;
  margin-bottom: 67px !important;
}
.u-m--y--68px {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
}
.u-m--y--69px {
  margin-top: 69px !important;
  margin-bottom: 69px !important;
}
.u-m--y--70px {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.u-m--y--71px {
  margin-top: 71px !important;
  margin-bottom: 71px !important;
}
.u-m--y--72px {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}
.u-m--y--73px {
  margin-top: 73px !important;
  margin-bottom: 73px !important;
}
.u-m--y--74px {
  margin-top: 74px !important;
  margin-bottom: 74px !important;
}
.u-m--y--75px {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}
.u-m--y--76px {
  margin-top: 76px !important;
  margin-bottom: 76px !important;
}
.u-m--y--77px {
  margin-top: 77px !important;
  margin-bottom: 77px !important;
}
.u-m--y--78px {
  margin-top: 78px !important;
  margin-bottom: 78px !important;
}
.u-m--y--79px {
  margin-top: 79px !important;
  margin-bottom: 79px !important;
}
.u-m--y--80px {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.u-m--y--81px {
  margin-top: 81px !important;
  margin-bottom: 81px !important;
}
.u-m--y--82px {
  margin-top: 82px !important;
  margin-bottom: 82px !important;
}
.u-m--y--83px {
  margin-top: 83px !important;
  margin-bottom: 83px !important;
}
.u-m--y--84px {
  margin-top: 84px !important;
  margin-bottom: 84px !important;
}
.u-m--y--85px {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}
.u-m--y--86px {
  margin-top: 86px !important;
  margin-bottom: 86px !important;
}
.u-m--y--87px {
  margin-top: 87px !important;
  margin-bottom: 87px !important;
}
.u-m--y--88px {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}
.u-m--y--89px {
  margin-top: 89px !important;
  margin-bottom: 89px !important;
}
.u-m--y--90px {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
.u-m--y--91px {
  margin-top: 91px !important;
  margin-bottom: 91px !important;
}
.u-m--y--92px {
  margin-top: 92px !important;
  margin-bottom: 92px !important;
}
.u-m--y--93px {
  margin-top: 93px !important;
  margin-bottom: 93px !important;
}
.u-m--y--94px {
  margin-top: 94px !important;
  margin-bottom: 94px !important;
}
.u-m--y--95px {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}
.u-m--y--96px {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}
.u-m--y--97px {
  margin-top: 97px !important;
  margin-bottom: 97px !important;
}
.u-m--y--98px {
  margin-top: 98px !important;
  margin-bottom: 98px !important;
}
.u-m--y--99px {
  margin-top: 99px !important;
  margin-bottom: 99px !important;
}
.u-m--y--100px {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.u-num--align {
  font-variant-numeric: tabular-nums;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
}

.u-p--top--0 {
  padding-top: 0 !important;
}
.u-p--top--1px {
  padding-top: 1px !important;
}
.u-p--top--2px {
  padding-top: 2px !important;
}
.u-p--top--3px {
  padding-top: 3px !important;
}
.u-p--top--4px {
  padding-top: 4px !important;
}
.u-p--top--5px {
  padding-top: 5px !important;
}
.u-p--top--6px {
  padding-top: 6px !important;
}
.u-p--top--7px {
  padding-top: 7px !important;
}
.u-p--top--8px {
  padding-top: 8px !important;
}
.u-p--top--9px {
  padding-top: 9px !important;
}
.u-p--top--10px {
  padding-top: 10px !important;
}
.u-p--top--11px {
  padding-top: 11px !important;
}
.u-p--top--12px {
  padding-top: 12px !important;
}
.u-p--top--13px {
  padding-top: 13px !important;
}
.u-p--top--14px {
  padding-top: 14px !important;
}
.u-p--top--15px {
  padding-top: 15px !important;
}
.u-p--top--16px {
  padding-top: 16px !important;
}
.u-p--top--17px {
  padding-top: 17px !important;
}
.u-p--top--18px {
  padding-top: 18px !important;
}
.u-p--top--19px {
  padding-top: 19px !important;
}
.u-p--top--20px {
  padding-top: 20px !important;
}
.u-p--top--21px {
  padding-top: 21px !important;
}
.u-p--top--22px {
  padding-top: 22px !important;
}
.u-p--top--23px {
  padding-top: 23px !important;
}
.u-p--top--24px {
  padding-top: 24px !important;
}
.u-p--top--25px {
  padding-top: 25px !important;
}
.u-p--top--26px {
  padding-top: 26px !important;
}
.u-p--top--27px {
  padding-top: 27px !important;
}
.u-p--top--28px {
  padding-top: 28px !important;
}
.u-p--top--29px {
  padding-top: 29px !important;
}
.u-p--top--30px {
  padding-top: 30px !important;
}
.u-p--top--31px {
  padding-top: 31px !important;
}
.u-p--top--32px {
  padding-top: 32px !important;
}
.u-p--top--33px {
  padding-top: 33px !important;
}
.u-p--top--34px {
  padding-top: 34px !important;
}
.u-p--top--35px {
  padding-top: 35px !important;
}
.u-p--top--36px {
  padding-top: 36px !important;
}
.u-p--top--37px {
  padding-top: 37px !important;
}
.u-p--top--38px {
  padding-top: 38px !important;
}
.u-p--top--39px {
  padding-top: 39px !important;
}
.u-p--top--40px {
  padding-top: 40px !important;
}
.u-p--top--41px {
  padding-top: 41px !important;
}
.u-p--top--42px {
  padding-top: 42px !important;
}
.u-p--top--43px {
  padding-top: 43px !important;
}
.u-p--top--44px {
  padding-top: 44px !important;
}
.u-p--top--45px {
  padding-top: 45px !important;
}
.u-p--top--46px {
  padding-top: 46px !important;
}
.u-p--top--47px {
  padding-top: 47px !important;
}
.u-p--top--48px {
  padding-top: 48px !important;
}
.u-p--top--49px {
  padding-top: 49px !important;
}
.u-p--top--50px {
  padding-top: 50px !important;
}
.u-p--top--51px {
  padding-top: 51px !important;
}
.u-p--top--52px {
  padding-top: 52px !important;
}
.u-p--top--53px {
  padding-top: 53px !important;
}
.u-p--top--54px {
  padding-top: 54px !important;
}
.u-p--top--55px {
  padding-top: 55px !important;
}
.u-p--top--56px {
  padding-top: 56px !important;
}
.u-p--top--57px {
  padding-top: 57px !important;
}
.u-p--top--58px {
  padding-top: 58px !important;
}
.u-p--top--59px {
  padding-top: 59px !important;
}
.u-p--top--60px {
  padding-top: 60px !important;
}
.u-p--top--61px {
  padding-top: 61px !important;
}
.u-p--top--62px {
  padding-top: 62px !important;
}
.u-p--top--63px {
  padding-top: 63px !important;
}
.u-p--top--64px {
  padding-top: 64px !important;
}
.u-p--top--65px {
  padding-top: 65px !important;
}
.u-p--top--66px {
  padding-top: 66px !important;
}
.u-p--top--67px {
  padding-top: 67px !important;
}
.u-p--top--68px {
  padding-top: 68px !important;
}
.u-p--top--69px {
  padding-top: 69px !important;
}
.u-p--top--70px {
  padding-top: 70px !important;
}
.u-p--top--71px {
  padding-top: 71px !important;
}
.u-p--top--72px {
  padding-top: 72px !important;
}
.u-p--top--73px {
  padding-top: 73px !important;
}
.u-p--top--74px {
  padding-top: 74px !important;
}
.u-p--top--75px {
  padding-top: 75px !important;
}
.u-p--top--76px {
  padding-top: 76px !important;
}
.u-p--top--77px {
  padding-top: 77px !important;
}
.u-p--top--78px {
  padding-top: 78px !important;
}
.u-p--top--79px {
  padding-top: 79px !important;
}
.u-p--top--80px {
  padding-top: 80px !important;
}
.u-p--top--81px {
  padding-top: 81px !important;
}
.u-p--top--82px {
  padding-top: 82px !important;
}
.u-p--top--83px {
  padding-top: 83px !important;
}
.u-p--top--84px {
  padding-top: 84px !important;
}
.u-p--top--85px {
  padding-top: 85px !important;
}
.u-p--top--86px {
  padding-top: 86px !important;
}
.u-p--top--87px {
  padding-top: 87px !important;
}
.u-p--top--88px {
  padding-top: 88px !important;
}
.u-p--top--89px {
  padding-top: 89px !important;
}
.u-p--top--90px {
  padding-top: 90px !important;
}
.u-p--top--91px {
  padding-top: 91px !important;
}
.u-p--top--92px {
  padding-top: 92px !important;
}
.u-p--top--93px {
  padding-top: 93px !important;
}
.u-p--top--94px {
  padding-top: 94px !important;
}
.u-p--top--95px {
  padding-top: 95px !important;
}
.u-p--top--96px {
  padding-top: 96px !important;
}
.u-p--top--97px {
  padding-top: 97px !important;
}
.u-p--top--98px {
  padding-top: 98px !important;
}
.u-p--top--99px {
  padding-top: 99px !important;
}
.u-p--top--100px {
  padding-top: 100px !important;
}
@media (max-width: 576px) {
  .u-p--top--sm--0 {
    padding-top: 0 !important;
  }
  .u-p--top--sm--1px {
    padding-top: 1px !important;
  }
  .u-p--top--sm--2px {
    padding-top: 2px !important;
  }
  .u-p--top--sm--3px {
    padding-top: 3px !important;
  }
  .u-p--top--sm--4px {
    padding-top: 4px !important;
  }
  .u-p--top--sm--5px {
    padding-top: 5px !important;
  }
  .u-p--top--sm--6px {
    padding-top: 6px !important;
  }
  .u-p--top--sm--7px {
    padding-top: 7px !important;
  }
  .u-p--top--sm--8px {
    padding-top: 8px !important;
  }
  .u-p--top--sm--9px {
    padding-top: 9px !important;
  }
  .u-p--top--sm--10px {
    padding-top: 10px !important;
  }
  .u-p--top--sm--11px {
    padding-top: 11px !important;
  }
  .u-p--top--sm--12px {
    padding-top: 12px !important;
  }
  .u-p--top--sm--13px {
    padding-top: 13px !important;
  }
  .u-p--top--sm--14px {
    padding-top: 14px !important;
  }
  .u-p--top--sm--15px {
    padding-top: 15px !important;
  }
  .u-p--top--sm--16px {
    padding-top: 16px !important;
  }
  .u-p--top--sm--17px {
    padding-top: 17px !important;
  }
  .u-p--top--sm--18px {
    padding-top: 18px !important;
  }
  .u-p--top--sm--19px {
    padding-top: 19px !important;
  }
  .u-p--top--sm--20px {
    padding-top: 20px !important;
  }
  .u-p--top--sm--21px {
    padding-top: 21px !important;
  }
  .u-p--top--sm--22px {
    padding-top: 22px !important;
  }
  .u-p--top--sm--23px {
    padding-top: 23px !important;
  }
  .u-p--top--sm--24px {
    padding-top: 24px !important;
  }
  .u-p--top--sm--25px {
    padding-top: 25px !important;
  }
  .u-p--top--sm--26px {
    padding-top: 26px !important;
  }
  .u-p--top--sm--27px {
    padding-top: 27px !important;
  }
  .u-p--top--sm--28px {
    padding-top: 28px !important;
  }
  .u-p--top--sm--29px {
    padding-top: 29px !important;
  }
  .u-p--top--sm--30px {
    padding-top: 30px !important;
  }
  .u-p--top--sm--31px {
    padding-top: 31px !important;
  }
  .u-p--top--sm--32px {
    padding-top: 32px !important;
  }
  .u-p--top--sm--33px {
    padding-top: 33px !important;
  }
  .u-p--top--sm--34px {
    padding-top: 34px !important;
  }
  .u-p--top--sm--35px {
    padding-top: 35px !important;
  }
  .u-p--top--sm--36px {
    padding-top: 36px !important;
  }
  .u-p--top--sm--37px {
    padding-top: 37px !important;
  }
  .u-p--top--sm--38px {
    padding-top: 38px !important;
  }
  .u-p--top--sm--39px {
    padding-top: 39px !important;
  }
  .u-p--top--sm--40px {
    padding-top: 40px !important;
  }
  .u-p--top--sm--41px {
    padding-top: 41px !important;
  }
  .u-p--top--sm--42px {
    padding-top: 42px !important;
  }
  .u-p--top--sm--43px {
    padding-top: 43px !important;
  }
  .u-p--top--sm--44px {
    padding-top: 44px !important;
  }
  .u-p--top--sm--45px {
    padding-top: 45px !important;
  }
  .u-p--top--sm--46px {
    padding-top: 46px !important;
  }
  .u-p--top--sm--47px {
    padding-top: 47px !important;
  }
  .u-p--top--sm--48px {
    padding-top: 48px !important;
  }
  .u-p--top--sm--49px {
    padding-top: 49px !important;
  }
  .u-p--top--sm--50px {
    padding-top: 50px !important;
  }
  .u-p--top--sm--51px {
    padding-top: 51px !important;
  }
  .u-p--top--sm--52px {
    padding-top: 52px !important;
  }
  .u-p--top--sm--53px {
    padding-top: 53px !important;
  }
  .u-p--top--sm--54px {
    padding-top: 54px !important;
  }
  .u-p--top--sm--55px {
    padding-top: 55px !important;
  }
  .u-p--top--sm--56px {
    padding-top: 56px !important;
  }
  .u-p--top--sm--57px {
    padding-top: 57px !important;
  }
  .u-p--top--sm--58px {
    padding-top: 58px !important;
  }
  .u-p--top--sm--59px {
    padding-top: 59px !important;
  }
  .u-p--top--sm--60px {
    padding-top: 60px !important;
  }
  .u-p--top--sm--61px {
    padding-top: 61px !important;
  }
  .u-p--top--sm--62px {
    padding-top: 62px !important;
  }
  .u-p--top--sm--63px {
    padding-top: 63px !important;
  }
  .u-p--top--sm--64px {
    padding-top: 64px !important;
  }
  .u-p--top--sm--65px {
    padding-top: 65px !important;
  }
  .u-p--top--sm--66px {
    padding-top: 66px !important;
  }
  .u-p--top--sm--67px {
    padding-top: 67px !important;
  }
  .u-p--top--sm--68px {
    padding-top: 68px !important;
  }
  .u-p--top--sm--69px {
    padding-top: 69px !important;
  }
  .u-p--top--sm--70px {
    padding-top: 70px !important;
  }
  .u-p--top--sm--71px {
    padding-top: 71px !important;
  }
  .u-p--top--sm--72px {
    padding-top: 72px !important;
  }
  .u-p--top--sm--73px {
    padding-top: 73px !important;
  }
  .u-p--top--sm--74px {
    padding-top: 74px !important;
  }
  .u-p--top--sm--75px {
    padding-top: 75px !important;
  }
  .u-p--top--sm--76px {
    padding-top: 76px !important;
  }
  .u-p--top--sm--77px {
    padding-top: 77px !important;
  }
  .u-p--top--sm--78px {
    padding-top: 78px !important;
  }
  .u-p--top--sm--79px {
    padding-top: 79px !important;
  }
  .u-p--top--sm--80px {
    padding-top: 80px !important;
  }
  .u-p--top--sm--81px {
    padding-top: 81px !important;
  }
  .u-p--top--sm--82px {
    padding-top: 82px !important;
  }
  .u-p--top--sm--83px {
    padding-top: 83px !important;
  }
  .u-p--top--sm--84px {
    padding-top: 84px !important;
  }
  .u-p--top--sm--85px {
    padding-top: 85px !important;
  }
  .u-p--top--sm--86px {
    padding-top: 86px !important;
  }
  .u-p--top--sm--87px {
    padding-top: 87px !important;
  }
  .u-p--top--sm--88px {
    padding-top: 88px !important;
  }
  .u-p--top--sm--89px {
    padding-top: 89px !important;
  }
  .u-p--top--sm--90px {
    padding-top: 90px !important;
  }
  .u-p--top--sm--91px {
    padding-top: 91px !important;
  }
  .u-p--top--sm--92px {
    padding-top: 92px !important;
  }
  .u-p--top--sm--93px {
    padding-top: 93px !important;
  }
  .u-p--top--sm--94px {
    padding-top: 94px !important;
  }
  .u-p--top--sm--95px {
    padding-top: 95px !important;
  }
  .u-p--top--sm--96px {
    padding-top: 96px !important;
  }
  .u-p--top--sm--97px {
    padding-top: 97px !important;
  }
  .u-p--top--sm--98px {
    padding-top: 98px !important;
  }
  .u-p--top--sm--99px {
    padding-top: 99px !important;
  }
  .u-p--top--sm--100px {
    padding-top: 100px !important;
  }
}
@media (max-width: 768px) {
  .u-p--top--md--0 {
    padding-top: 0 !important;
  }
  .u-p--top--md--1px {
    padding-top: 1px !important;
  }
  .u-p--top--md--2px {
    padding-top: 2px !important;
  }
  .u-p--top--md--3px {
    padding-top: 3px !important;
  }
  .u-p--top--md--4px {
    padding-top: 4px !important;
  }
  .u-p--top--md--5px {
    padding-top: 5px !important;
  }
  .u-p--top--md--6px {
    padding-top: 6px !important;
  }
  .u-p--top--md--7px {
    padding-top: 7px !important;
  }
  .u-p--top--md--8px {
    padding-top: 8px !important;
  }
  .u-p--top--md--9px {
    padding-top: 9px !important;
  }
  .u-p--top--md--10px {
    padding-top: 10px !important;
  }
  .u-p--top--md--11px {
    padding-top: 11px !important;
  }
  .u-p--top--md--12px {
    padding-top: 12px !important;
  }
  .u-p--top--md--13px {
    padding-top: 13px !important;
  }
  .u-p--top--md--14px {
    padding-top: 14px !important;
  }
  .u-p--top--md--15px {
    padding-top: 15px !important;
  }
  .u-p--top--md--16px {
    padding-top: 16px !important;
  }
  .u-p--top--md--17px {
    padding-top: 17px !important;
  }
  .u-p--top--md--18px {
    padding-top: 18px !important;
  }
  .u-p--top--md--19px {
    padding-top: 19px !important;
  }
  .u-p--top--md--20px {
    padding-top: 20px !important;
  }
  .u-p--top--md--21px {
    padding-top: 21px !important;
  }
  .u-p--top--md--22px {
    padding-top: 22px !important;
  }
  .u-p--top--md--23px {
    padding-top: 23px !important;
  }
  .u-p--top--md--24px {
    padding-top: 24px !important;
  }
  .u-p--top--md--25px {
    padding-top: 25px !important;
  }
  .u-p--top--md--26px {
    padding-top: 26px !important;
  }
  .u-p--top--md--27px {
    padding-top: 27px !important;
  }
  .u-p--top--md--28px {
    padding-top: 28px !important;
  }
  .u-p--top--md--29px {
    padding-top: 29px !important;
  }
  .u-p--top--md--30px {
    padding-top: 30px !important;
  }
  .u-p--top--md--31px {
    padding-top: 31px !important;
  }
  .u-p--top--md--32px {
    padding-top: 32px !important;
  }
  .u-p--top--md--33px {
    padding-top: 33px !important;
  }
  .u-p--top--md--34px {
    padding-top: 34px !important;
  }
  .u-p--top--md--35px {
    padding-top: 35px !important;
  }
  .u-p--top--md--36px {
    padding-top: 36px !important;
  }
  .u-p--top--md--37px {
    padding-top: 37px !important;
  }
  .u-p--top--md--38px {
    padding-top: 38px !important;
  }
  .u-p--top--md--39px {
    padding-top: 39px !important;
  }
  .u-p--top--md--40px {
    padding-top: 40px !important;
  }
  .u-p--top--md--41px {
    padding-top: 41px !important;
  }
  .u-p--top--md--42px {
    padding-top: 42px !important;
  }
  .u-p--top--md--43px {
    padding-top: 43px !important;
  }
  .u-p--top--md--44px {
    padding-top: 44px !important;
  }
  .u-p--top--md--45px {
    padding-top: 45px !important;
  }
  .u-p--top--md--46px {
    padding-top: 46px !important;
  }
  .u-p--top--md--47px {
    padding-top: 47px !important;
  }
  .u-p--top--md--48px {
    padding-top: 48px !important;
  }
  .u-p--top--md--49px {
    padding-top: 49px !important;
  }
  .u-p--top--md--50px {
    padding-top: 50px !important;
  }
  .u-p--top--md--51px {
    padding-top: 51px !important;
  }
  .u-p--top--md--52px {
    padding-top: 52px !important;
  }
  .u-p--top--md--53px {
    padding-top: 53px !important;
  }
  .u-p--top--md--54px {
    padding-top: 54px !important;
  }
  .u-p--top--md--55px {
    padding-top: 55px !important;
  }
  .u-p--top--md--56px {
    padding-top: 56px !important;
  }
  .u-p--top--md--57px {
    padding-top: 57px !important;
  }
  .u-p--top--md--58px {
    padding-top: 58px !important;
  }
  .u-p--top--md--59px {
    padding-top: 59px !important;
  }
  .u-p--top--md--60px {
    padding-top: 60px !important;
  }
  .u-p--top--md--61px {
    padding-top: 61px !important;
  }
  .u-p--top--md--62px {
    padding-top: 62px !important;
  }
  .u-p--top--md--63px {
    padding-top: 63px !important;
  }
  .u-p--top--md--64px {
    padding-top: 64px !important;
  }
  .u-p--top--md--65px {
    padding-top: 65px !important;
  }
  .u-p--top--md--66px {
    padding-top: 66px !important;
  }
  .u-p--top--md--67px {
    padding-top: 67px !important;
  }
  .u-p--top--md--68px {
    padding-top: 68px !important;
  }
  .u-p--top--md--69px {
    padding-top: 69px !important;
  }
  .u-p--top--md--70px {
    padding-top: 70px !important;
  }
  .u-p--top--md--71px {
    padding-top: 71px !important;
  }
  .u-p--top--md--72px {
    padding-top: 72px !important;
  }
  .u-p--top--md--73px {
    padding-top: 73px !important;
  }
  .u-p--top--md--74px {
    padding-top: 74px !important;
  }
  .u-p--top--md--75px {
    padding-top: 75px !important;
  }
  .u-p--top--md--76px {
    padding-top: 76px !important;
  }
  .u-p--top--md--77px {
    padding-top: 77px !important;
  }
  .u-p--top--md--78px {
    padding-top: 78px !important;
  }
  .u-p--top--md--79px {
    padding-top: 79px !important;
  }
  .u-p--top--md--80px {
    padding-top: 80px !important;
  }
  .u-p--top--md--81px {
    padding-top: 81px !important;
  }
  .u-p--top--md--82px {
    padding-top: 82px !important;
  }
  .u-p--top--md--83px {
    padding-top: 83px !important;
  }
  .u-p--top--md--84px {
    padding-top: 84px !important;
  }
  .u-p--top--md--85px {
    padding-top: 85px !important;
  }
  .u-p--top--md--86px {
    padding-top: 86px !important;
  }
  .u-p--top--md--87px {
    padding-top: 87px !important;
  }
  .u-p--top--md--88px {
    padding-top: 88px !important;
  }
  .u-p--top--md--89px {
    padding-top: 89px !important;
  }
  .u-p--top--md--90px {
    padding-top: 90px !important;
  }
  .u-p--top--md--91px {
    padding-top: 91px !important;
  }
  .u-p--top--md--92px {
    padding-top: 92px !important;
  }
  .u-p--top--md--93px {
    padding-top: 93px !important;
  }
  .u-p--top--md--94px {
    padding-top: 94px !important;
  }
  .u-p--top--md--95px {
    padding-top: 95px !important;
  }
  .u-p--top--md--96px {
    padding-top: 96px !important;
  }
  .u-p--top--md--97px {
    padding-top: 97px !important;
  }
  .u-p--top--md--98px {
    padding-top: 98px !important;
  }
  .u-p--top--md--99px {
    padding-top: 99px !important;
  }
  .u-p--top--md--100px {
    padding-top: 100px !important;
  }
}
@media (max-width: 992px) {
  .u-p--top--lg--0 {
    padding-top: 0 !important;
  }
  .u-p--top--lg--1px {
    padding-top: 1px !important;
  }
  .u-p--top--lg--2px {
    padding-top: 2px !important;
  }
  .u-p--top--lg--3px {
    padding-top: 3px !important;
  }
  .u-p--top--lg--4px {
    padding-top: 4px !important;
  }
  .u-p--top--lg--5px {
    padding-top: 5px !important;
  }
  .u-p--top--lg--6px {
    padding-top: 6px !important;
  }
  .u-p--top--lg--7px {
    padding-top: 7px !important;
  }
  .u-p--top--lg--8px {
    padding-top: 8px !important;
  }
  .u-p--top--lg--9px {
    padding-top: 9px !important;
  }
  .u-p--top--lg--10px {
    padding-top: 10px !important;
  }
  .u-p--top--lg--11px {
    padding-top: 11px !important;
  }
  .u-p--top--lg--12px {
    padding-top: 12px !important;
  }
  .u-p--top--lg--13px {
    padding-top: 13px !important;
  }
  .u-p--top--lg--14px {
    padding-top: 14px !important;
  }
  .u-p--top--lg--15px {
    padding-top: 15px !important;
  }
  .u-p--top--lg--16px {
    padding-top: 16px !important;
  }
  .u-p--top--lg--17px {
    padding-top: 17px !important;
  }
  .u-p--top--lg--18px {
    padding-top: 18px !important;
  }
  .u-p--top--lg--19px {
    padding-top: 19px !important;
  }
  .u-p--top--lg--20px {
    padding-top: 20px !important;
  }
  .u-p--top--lg--21px {
    padding-top: 21px !important;
  }
  .u-p--top--lg--22px {
    padding-top: 22px !important;
  }
  .u-p--top--lg--23px {
    padding-top: 23px !important;
  }
  .u-p--top--lg--24px {
    padding-top: 24px !important;
  }
  .u-p--top--lg--25px {
    padding-top: 25px !important;
  }
  .u-p--top--lg--26px {
    padding-top: 26px !important;
  }
  .u-p--top--lg--27px {
    padding-top: 27px !important;
  }
  .u-p--top--lg--28px {
    padding-top: 28px !important;
  }
  .u-p--top--lg--29px {
    padding-top: 29px !important;
  }
  .u-p--top--lg--30px {
    padding-top: 30px !important;
  }
  .u-p--top--lg--31px {
    padding-top: 31px !important;
  }
  .u-p--top--lg--32px {
    padding-top: 32px !important;
  }
  .u-p--top--lg--33px {
    padding-top: 33px !important;
  }
  .u-p--top--lg--34px {
    padding-top: 34px !important;
  }
  .u-p--top--lg--35px {
    padding-top: 35px !important;
  }
  .u-p--top--lg--36px {
    padding-top: 36px !important;
  }
  .u-p--top--lg--37px {
    padding-top: 37px !important;
  }
  .u-p--top--lg--38px {
    padding-top: 38px !important;
  }
  .u-p--top--lg--39px {
    padding-top: 39px !important;
  }
  .u-p--top--lg--40px {
    padding-top: 40px !important;
  }
  .u-p--top--lg--41px {
    padding-top: 41px !important;
  }
  .u-p--top--lg--42px {
    padding-top: 42px !important;
  }
  .u-p--top--lg--43px {
    padding-top: 43px !important;
  }
  .u-p--top--lg--44px {
    padding-top: 44px !important;
  }
  .u-p--top--lg--45px {
    padding-top: 45px !important;
  }
  .u-p--top--lg--46px {
    padding-top: 46px !important;
  }
  .u-p--top--lg--47px {
    padding-top: 47px !important;
  }
  .u-p--top--lg--48px {
    padding-top: 48px !important;
  }
  .u-p--top--lg--49px {
    padding-top: 49px !important;
  }
  .u-p--top--lg--50px {
    padding-top: 50px !important;
  }
  .u-p--top--lg--51px {
    padding-top: 51px !important;
  }
  .u-p--top--lg--52px {
    padding-top: 52px !important;
  }
  .u-p--top--lg--53px {
    padding-top: 53px !important;
  }
  .u-p--top--lg--54px {
    padding-top: 54px !important;
  }
  .u-p--top--lg--55px {
    padding-top: 55px !important;
  }
  .u-p--top--lg--56px {
    padding-top: 56px !important;
  }
  .u-p--top--lg--57px {
    padding-top: 57px !important;
  }
  .u-p--top--lg--58px {
    padding-top: 58px !important;
  }
  .u-p--top--lg--59px {
    padding-top: 59px !important;
  }
  .u-p--top--lg--60px {
    padding-top: 60px !important;
  }
  .u-p--top--lg--61px {
    padding-top: 61px !important;
  }
  .u-p--top--lg--62px {
    padding-top: 62px !important;
  }
  .u-p--top--lg--63px {
    padding-top: 63px !important;
  }
  .u-p--top--lg--64px {
    padding-top: 64px !important;
  }
  .u-p--top--lg--65px {
    padding-top: 65px !important;
  }
  .u-p--top--lg--66px {
    padding-top: 66px !important;
  }
  .u-p--top--lg--67px {
    padding-top: 67px !important;
  }
  .u-p--top--lg--68px {
    padding-top: 68px !important;
  }
  .u-p--top--lg--69px {
    padding-top: 69px !important;
  }
  .u-p--top--lg--70px {
    padding-top: 70px !important;
  }
  .u-p--top--lg--71px {
    padding-top: 71px !important;
  }
  .u-p--top--lg--72px {
    padding-top: 72px !important;
  }
  .u-p--top--lg--73px {
    padding-top: 73px !important;
  }
  .u-p--top--lg--74px {
    padding-top: 74px !important;
  }
  .u-p--top--lg--75px {
    padding-top: 75px !important;
  }
  .u-p--top--lg--76px {
    padding-top: 76px !important;
  }
  .u-p--top--lg--77px {
    padding-top: 77px !important;
  }
  .u-p--top--lg--78px {
    padding-top: 78px !important;
  }
  .u-p--top--lg--79px {
    padding-top: 79px !important;
  }
  .u-p--top--lg--80px {
    padding-top: 80px !important;
  }
  .u-p--top--lg--81px {
    padding-top: 81px !important;
  }
  .u-p--top--lg--82px {
    padding-top: 82px !important;
  }
  .u-p--top--lg--83px {
    padding-top: 83px !important;
  }
  .u-p--top--lg--84px {
    padding-top: 84px !important;
  }
  .u-p--top--lg--85px {
    padding-top: 85px !important;
  }
  .u-p--top--lg--86px {
    padding-top: 86px !important;
  }
  .u-p--top--lg--87px {
    padding-top: 87px !important;
  }
  .u-p--top--lg--88px {
    padding-top: 88px !important;
  }
  .u-p--top--lg--89px {
    padding-top: 89px !important;
  }
  .u-p--top--lg--90px {
    padding-top: 90px !important;
  }
  .u-p--top--lg--91px {
    padding-top: 91px !important;
  }
  .u-p--top--lg--92px {
    padding-top: 92px !important;
  }
  .u-p--top--lg--93px {
    padding-top: 93px !important;
  }
  .u-p--top--lg--94px {
    padding-top: 94px !important;
  }
  .u-p--top--lg--95px {
    padding-top: 95px !important;
  }
  .u-p--top--lg--96px {
    padding-top: 96px !important;
  }
  .u-p--top--lg--97px {
    padding-top: 97px !important;
  }
  .u-p--top--lg--98px {
    padding-top: 98px !important;
  }
  .u-p--top--lg--99px {
    padding-top: 99px !important;
  }
  .u-p--top--lg--100px {
    padding-top: 100px !important;
  }
}
.u-p--right--0 {
  padding-right: 0 !important;
}
.u-p--right--1px {
  padding-right: 1px !important;
}
.u-p--right--2px {
  padding-right: 2px !important;
}
.u-p--right--3px {
  padding-right: 3px !important;
}
.u-p--right--4px {
  padding-right: 4px !important;
}
.u-p--right--5px {
  padding-right: 5px !important;
}
.u-p--right--6px {
  padding-right: 6px !important;
}
.u-p--right--7px {
  padding-right: 7px !important;
}
.u-p--right--8px {
  padding-right: 8px !important;
}
.u-p--right--9px {
  padding-right: 9px !important;
}
.u-p--right--10px {
  padding-right: 10px !important;
}
.u-p--right--11px {
  padding-right: 11px !important;
}
.u-p--right--12px {
  padding-right: 12px !important;
}
.u-p--right--13px {
  padding-right: 13px !important;
}
.u-p--right--14px {
  padding-right: 14px !important;
}
.u-p--right--15px {
  padding-right: 15px !important;
}
.u-p--right--16px {
  padding-right: 16px !important;
}
.u-p--right--17px {
  padding-right: 17px !important;
}
.u-p--right--18px {
  padding-right: 18px !important;
}
.u-p--right--19px {
  padding-right: 19px !important;
}
.u-p--right--20px {
  padding-right: 20px !important;
}
.u-p--right--21px {
  padding-right: 21px !important;
}
.u-p--right--22px {
  padding-right: 22px !important;
}
.u-p--right--23px {
  padding-right: 23px !important;
}
.u-p--right--24px {
  padding-right: 24px !important;
}
.u-p--right--25px {
  padding-right: 25px !important;
}
.u-p--right--26px {
  padding-right: 26px !important;
}
.u-p--right--27px {
  padding-right: 27px !important;
}
.u-p--right--28px {
  padding-right: 28px !important;
}
.u-p--right--29px {
  padding-right: 29px !important;
}
.u-p--right--30px {
  padding-right: 30px !important;
}
.u-p--right--31px {
  padding-right: 31px !important;
}
.u-p--right--32px {
  padding-right: 32px !important;
}
.u-p--right--33px {
  padding-right: 33px !important;
}
.u-p--right--34px {
  padding-right: 34px !important;
}
.u-p--right--35px {
  padding-right: 35px !important;
}
.u-p--right--36px {
  padding-right: 36px !important;
}
.u-p--right--37px {
  padding-right: 37px !important;
}
.u-p--right--38px {
  padding-right: 38px !important;
}
.u-p--right--39px {
  padding-right: 39px !important;
}
.u-p--right--40px {
  padding-right: 40px !important;
}
.u-p--right--41px {
  padding-right: 41px !important;
}
.u-p--right--42px {
  padding-right: 42px !important;
}
.u-p--right--43px {
  padding-right: 43px !important;
}
.u-p--right--44px {
  padding-right: 44px !important;
}
.u-p--right--45px {
  padding-right: 45px !important;
}
.u-p--right--46px {
  padding-right: 46px !important;
}
.u-p--right--47px {
  padding-right: 47px !important;
}
.u-p--right--48px {
  padding-right: 48px !important;
}
.u-p--right--49px {
  padding-right: 49px !important;
}
.u-p--right--50px {
  padding-right: 50px !important;
}
.u-p--right--51px {
  padding-right: 51px !important;
}
.u-p--right--52px {
  padding-right: 52px !important;
}
.u-p--right--53px {
  padding-right: 53px !important;
}
.u-p--right--54px {
  padding-right: 54px !important;
}
.u-p--right--55px {
  padding-right: 55px !important;
}
.u-p--right--56px {
  padding-right: 56px !important;
}
.u-p--right--57px {
  padding-right: 57px !important;
}
.u-p--right--58px {
  padding-right: 58px !important;
}
.u-p--right--59px {
  padding-right: 59px !important;
}
.u-p--right--60px {
  padding-right: 60px !important;
}
.u-p--right--61px {
  padding-right: 61px !important;
}
.u-p--right--62px {
  padding-right: 62px !important;
}
.u-p--right--63px {
  padding-right: 63px !important;
}
.u-p--right--64px {
  padding-right: 64px !important;
}
.u-p--right--65px {
  padding-right: 65px !important;
}
.u-p--right--66px {
  padding-right: 66px !important;
}
.u-p--right--67px {
  padding-right: 67px !important;
}
.u-p--right--68px {
  padding-right: 68px !important;
}
.u-p--right--69px {
  padding-right: 69px !important;
}
.u-p--right--70px {
  padding-right: 70px !important;
}
.u-p--right--71px {
  padding-right: 71px !important;
}
.u-p--right--72px {
  padding-right: 72px !important;
}
.u-p--right--73px {
  padding-right: 73px !important;
}
.u-p--right--74px {
  padding-right: 74px !important;
}
.u-p--right--75px {
  padding-right: 75px !important;
}
.u-p--right--76px {
  padding-right: 76px !important;
}
.u-p--right--77px {
  padding-right: 77px !important;
}
.u-p--right--78px {
  padding-right: 78px !important;
}
.u-p--right--79px {
  padding-right: 79px !important;
}
.u-p--right--80px {
  padding-right: 80px !important;
}
.u-p--right--81px {
  padding-right: 81px !important;
}
.u-p--right--82px {
  padding-right: 82px !important;
}
.u-p--right--83px {
  padding-right: 83px !important;
}
.u-p--right--84px {
  padding-right: 84px !important;
}
.u-p--right--85px {
  padding-right: 85px !important;
}
.u-p--right--86px {
  padding-right: 86px !important;
}
.u-p--right--87px {
  padding-right: 87px !important;
}
.u-p--right--88px {
  padding-right: 88px !important;
}
.u-p--right--89px {
  padding-right: 89px !important;
}
.u-p--right--90px {
  padding-right: 90px !important;
}
.u-p--right--91px {
  padding-right: 91px !important;
}
.u-p--right--92px {
  padding-right: 92px !important;
}
.u-p--right--93px {
  padding-right: 93px !important;
}
.u-p--right--94px {
  padding-right: 94px !important;
}
.u-p--right--95px {
  padding-right: 95px !important;
}
.u-p--right--96px {
  padding-right: 96px !important;
}
.u-p--right--97px {
  padding-right: 97px !important;
}
.u-p--right--98px {
  padding-right: 98px !important;
}
.u-p--right--99px {
  padding-right: 99px !important;
}
.u-p--right--100px {
  padding-right: 100px !important;
}
@media (max-width: 576px) {
  .u-p--right--sm--0 {
    padding-right: 0 !important;
  }
  .u-p--right--sm--1px {
    padding-right: 1px !important;
  }
  .u-p--right--sm--2px {
    padding-right: 2px !important;
  }
  .u-p--right--sm--3px {
    padding-right: 3px !important;
  }
  .u-p--right--sm--4px {
    padding-right: 4px !important;
  }
  .u-p--right--sm--5px {
    padding-right: 5px !important;
  }
  .u-p--right--sm--6px {
    padding-right: 6px !important;
  }
  .u-p--right--sm--7px {
    padding-right: 7px !important;
  }
  .u-p--right--sm--8px {
    padding-right: 8px !important;
  }
  .u-p--right--sm--9px {
    padding-right: 9px !important;
  }
  .u-p--right--sm--10px {
    padding-right: 10px !important;
  }
  .u-p--right--sm--11px {
    padding-right: 11px !important;
  }
  .u-p--right--sm--12px {
    padding-right: 12px !important;
  }
  .u-p--right--sm--13px {
    padding-right: 13px !important;
  }
  .u-p--right--sm--14px {
    padding-right: 14px !important;
  }
  .u-p--right--sm--15px {
    padding-right: 15px !important;
  }
  .u-p--right--sm--16px {
    padding-right: 16px !important;
  }
  .u-p--right--sm--17px {
    padding-right: 17px !important;
  }
  .u-p--right--sm--18px {
    padding-right: 18px !important;
  }
  .u-p--right--sm--19px {
    padding-right: 19px !important;
  }
  .u-p--right--sm--20px {
    padding-right: 20px !important;
  }
  .u-p--right--sm--21px {
    padding-right: 21px !important;
  }
  .u-p--right--sm--22px {
    padding-right: 22px !important;
  }
  .u-p--right--sm--23px {
    padding-right: 23px !important;
  }
  .u-p--right--sm--24px {
    padding-right: 24px !important;
  }
  .u-p--right--sm--25px {
    padding-right: 25px !important;
  }
  .u-p--right--sm--26px {
    padding-right: 26px !important;
  }
  .u-p--right--sm--27px {
    padding-right: 27px !important;
  }
  .u-p--right--sm--28px {
    padding-right: 28px !important;
  }
  .u-p--right--sm--29px {
    padding-right: 29px !important;
  }
  .u-p--right--sm--30px {
    padding-right: 30px !important;
  }
  .u-p--right--sm--31px {
    padding-right: 31px !important;
  }
  .u-p--right--sm--32px {
    padding-right: 32px !important;
  }
  .u-p--right--sm--33px {
    padding-right: 33px !important;
  }
  .u-p--right--sm--34px {
    padding-right: 34px !important;
  }
  .u-p--right--sm--35px {
    padding-right: 35px !important;
  }
  .u-p--right--sm--36px {
    padding-right: 36px !important;
  }
  .u-p--right--sm--37px {
    padding-right: 37px !important;
  }
  .u-p--right--sm--38px {
    padding-right: 38px !important;
  }
  .u-p--right--sm--39px {
    padding-right: 39px !important;
  }
  .u-p--right--sm--40px {
    padding-right: 40px !important;
  }
  .u-p--right--sm--41px {
    padding-right: 41px !important;
  }
  .u-p--right--sm--42px {
    padding-right: 42px !important;
  }
  .u-p--right--sm--43px {
    padding-right: 43px !important;
  }
  .u-p--right--sm--44px {
    padding-right: 44px !important;
  }
  .u-p--right--sm--45px {
    padding-right: 45px !important;
  }
  .u-p--right--sm--46px {
    padding-right: 46px !important;
  }
  .u-p--right--sm--47px {
    padding-right: 47px !important;
  }
  .u-p--right--sm--48px {
    padding-right: 48px !important;
  }
  .u-p--right--sm--49px {
    padding-right: 49px !important;
  }
  .u-p--right--sm--50px {
    padding-right: 50px !important;
  }
  .u-p--right--sm--51px {
    padding-right: 51px !important;
  }
  .u-p--right--sm--52px {
    padding-right: 52px !important;
  }
  .u-p--right--sm--53px {
    padding-right: 53px !important;
  }
  .u-p--right--sm--54px {
    padding-right: 54px !important;
  }
  .u-p--right--sm--55px {
    padding-right: 55px !important;
  }
  .u-p--right--sm--56px {
    padding-right: 56px !important;
  }
  .u-p--right--sm--57px {
    padding-right: 57px !important;
  }
  .u-p--right--sm--58px {
    padding-right: 58px !important;
  }
  .u-p--right--sm--59px {
    padding-right: 59px !important;
  }
  .u-p--right--sm--60px {
    padding-right: 60px !important;
  }
  .u-p--right--sm--61px {
    padding-right: 61px !important;
  }
  .u-p--right--sm--62px {
    padding-right: 62px !important;
  }
  .u-p--right--sm--63px {
    padding-right: 63px !important;
  }
  .u-p--right--sm--64px {
    padding-right: 64px !important;
  }
  .u-p--right--sm--65px {
    padding-right: 65px !important;
  }
  .u-p--right--sm--66px {
    padding-right: 66px !important;
  }
  .u-p--right--sm--67px {
    padding-right: 67px !important;
  }
  .u-p--right--sm--68px {
    padding-right: 68px !important;
  }
  .u-p--right--sm--69px {
    padding-right: 69px !important;
  }
  .u-p--right--sm--70px {
    padding-right: 70px !important;
  }
  .u-p--right--sm--71px {
    padding-right: 71px !important;
  }
  .u-p--right--sm--72px {
    padding-right: 72px !important;
  }
  .u-p--right--sm--73px {
    padding-right: 73px !important;
  }
  .u-p--right--sm--74px {
    padding-right: 74px !important;
  }
  .u-p--right--sm--75px {
    padding-right: 75px !important;
  }
  .u-p--right--sm--76px {
    padding-right: 76px !important;
  }
  .u-p--right--sm--77px {
    padding-right: 77px !important;
  }
  .u-p--right--sm--78px {
    padding-right: 78px !important;
  }
  .u-p--right--sm--79px {
    padding-right: 79px !important;
  }
  .u-p--right--sm--80px {
    padding-right: 80px !important;
  }
  .u-p--right--sm--81px {
    padding-right: 81px !important;
  }
  .u-p--right--sm--82px {
    padding-right: 82px !important;
  }
  .u-p--right--sm--83px {
    padding-right: 83px !important;
  }
  .u-p--right--sm--84px {
    padding-right: 84px !important;
  }
  .u-p--right--sm--85px {
    padding-right: 85px !important;
  }
  .u-p--right--sm--86px {
    padding-right: 86px !important;
  }
  .u-p--right--sm--87px {
    padding-right: 87px !important;
  }
  .u-p--right--sm--88px {
    padding-right: 88px !important;
  }
  .u-p--right--sm--89px {
    padding-right: 89px !important;
  }
  .u-p--right--sm--90px {
    padding-right: 90px !important;
  }
  .u-p--right--sm--91px {
    padding-right: 91px !important;
  }
  .u-p--right--sm--92px {
    padding-right: 92px !important;
  }
  .u-p--right--sm--93px {
    padding-right: 93px !important;
  }
  .u-p--right--sm--94px {
    padding-right: 94px !important;
  }
  .u-p--right--sm--95px {
    padding-right: 95px !important;
  }
  .u-p--right--sm--96px {
    padding-right: 96px !important;
  }
  .u-p--right--sm--97px {
    padding-right: 97px !important;
  }
  .u-p--right--sm--98px {
    padding-right: 98px !important;
  }
  .u-p--right--sm--99px {
    padding-right: 99px !important;
  }
  .u-p--right--sm--100px {
    padding-right: 100px !important;
  }
}
@media (max-width: 768px) {
  .u-p--right--md--0 {
    padding-right: 0 !important;
  }
  .u-p--right--md--1px {
    padding-right: 1px !important;
  }
  .u-p--right--md--2px {
    padding-right: 2px !important;
  }
  .u-p--right--md--3px {
    padding-right: 3px !important;
  }
  .u-p--right--md--4px {
    padding-right: 4px !important;
  }
  .u-p--right--md--5px {
    padding-right: 5px !important;
  }
  .u-p--right--md--6px {
    padding-right: 6px !important;
  }
  .u-p--right--md--7px {
    padding-right: 7px !important;
  }
  .u-p--right--md--8px {
    padding-right: 8px !important;
  }
  .u-p--right--md--9px {
    padding-right: 9px !important;
  }
  .u-p--right--md--10px {
    padding-right: 10px !important;
  }
  .u-p--right--md--11px {
    padding-right: 11px !important;
  }
  .u-p--right--md--12px {
    padding-right: 12px !important;
  }
  .u-p--right--md--13px {
    padding-right: 13px !important;
  }
  .u-p--right--md--14px {
    padding-right: 14px !important;
  }
  .u-p--right--md--15px {
    padding-right: 15px !important;
  }
  .u-p--right--md--16px {
    padding-right: 16px !important;
  }
  .u-p--right--md--17px {
    padding-right: 17px !important;
  }
  .u-p--right--md--18px {
    padding-right: 18px !important;
  }
  .u-p--right--md--19px {
    padding-right: 19px !important;
  }
  .u-p--right--md--20px {
    padding-right: 20px !important;
  }
  .u-p--right--md--21px {
    padding-right: 21px !important;
  }
  .u-p--right--md--22px {
    padding-right: 22px !important;
  }
  .u-p--right--md--23px {
    padding-right: 23px !important;
  }
  .u-p--right--md--24px {
    padding-right: 24px !important;
  }
  .u-p--right--md--25px {
    padding-right: 25px !important;
  }
  .u-p--right--md--26px {
    padding-right: 26px !important;
  }
  .u-p--right--md--27px {
    padding-right: 27px !important;
  }
  .u-p--right--md--28px {
    padding-right: 28px !important;
  }
  .u-p--right--md--29px {
    padding-right: 29px !important;
  }
  .u-p--right--md--30px {
    padding-right: 30px !important;
  }
  .u-p--right--md--31px {
    padding-right: 31px !important;
  }
  .u-p--right--md--32px {
    padding-right: 32px !important;
  }
  .u-p--right--md--33px {
    padding-right: 33px !important;
  }
  .u-p--right--md--34px {
    padding-right: 34px !important;
  }
  .u-p--right--md--35px {
    padding-right: 35px !important;
  }
  .u-p--right--md--36px {
    padding-right: 36px !important;
  }
  .u-p--right--md--37px {
    padding-right: 37px !important;
  }
  .u-p--right--md--38px {
    padding-right: 38px !important;
  }
  .u-p--right--md--39px {
    padding-right: 39px !important;
  }
  .u-p--right--md--40px {
    padding-right: 40px !important;
  }
  .u-p--right--md--41px {
    padding-right: 41px !important;
  }
  .u-p--right--md--42px {
    padding-right: 42px !important;
  }
  .u-p--right--md--43px {
    padding-right: 43px !important;
  }
  .u-p--right--md--44px {
    padding-right: 44px !important;
  }
  .u-p--right--md--45px {
    padding-right: 45px !important;
  }
  .u-p--right--md--46px {
    padding-right: 46px !important;
  }
  .u-p--right--md--47px {
    padding-right: 47px !important;
  }
  .u-p--right--md--48px {
    padding-right: 48px !important;
  }
  .u-p--right--md--49px {
    padding-right: 49px !important;
  }
  .u-p--right--md--50px {
    padding-right: 50px !important;
  }
  .u-p--right--md--51px {
    padding-right: 51px !important;
  }
  .u-p--right--md--52px {
    padding-right: 52px !important;
  }
  .u-p--right--md--53px {
    padding-right: 53px !important;
  }
  .u-p--right--md--54px {
    padding-right: 54px !important;
  }
  .u-p--right--md--55px {
    padding-right: 55px !important;
  }
  .u-p--right--md--56px {
    padding-right: 56px !important;
  }
  .u-p--right--md--57px {
    padding-right: 57px !important;
  }
  .u-p--right--md--58px {
    padding-right: 58px !important;
  }
  .u-p--right--md--59px {
    padding-right: 59px !important;
  }
  .u-p--right--md--60px {
    padding-right: 60px !important;
  }
  .u-p--right--md--61px {
    padding-right: 61px !important;
  }
  .u-p--right--md--62px {
    padding-right: 62px !important;
  }
  .u-p--right--md--63px {
    padding-right: 63px !important;
  }
  .u-p--right--md--64px {
    padding-right: 64px !important;
  }
  .u-p--right--md--65px {
    padding-right: 65px !important;
  }
  .u-p--right--md--66px {
    padding-right: 66px !important;
  }
  .u-p--right--md--67px {
    padding-right: 67px !important;
  }
  .u-p--right--md--68px {
    padding-right: 68px !important;
  }
  .u-p--right--md--69px {
    padding-right: 69px !important;
  }
  .u-p--right--md--70px {
    padding-right: 70px !important;
  }
  .u-p--right--md--71px {
    padding-right: 71px !important;
  }
  .u-p--right--md--72px {
    padding-right: 72px !important;
  }
  .u-p--right--md--73px {
    padding-right: 73px !important;
  }
  .u-p--right--md--74px {
    padding-right: 74px !important;
  }
  .u-p--right--md--75px {
    padding-right: 75px !important;
  }
  .u-p--right--md--76px {
    padding-right: 76px !important;
  }
  .u-p--right--md--77px {
    padding-right: 77px !important;
  }
  .u-p--right--md--78px {
    padding-right: 78px !important;
  }
  .u-p--right--md--79px {
    padding-right: 79px !important;
  }
  .u-p--right--md--80px {
    padding-right: 80px !important;
  }
  .u-p--right--md--81px {
    padding-right: 81px !important;
  }
  .u-p--right--md--82px {
    padding-right: 82px !important;
  }
  .u-p--right--md--83px {
    padding-right: 83px !important;
  }
  .u-p--right--md--84px {
    padding-right: 84px !important;
  }
  .u-p--right--md--85px {
    padding-right: 85px !important;
  }
  .u-p--right--md--86px {
    padding-right: 86px !important;
  }
  .u-p--right--md--87px {
    padding-right: 87px !important;
  }
  .u-p--right--md--88px {
    padding-right: 88px !important;
  }
  .u-p--right--md--89px {
    padding-right: 89px !important;
  }
  .u-p--right--md--90px {
    padding-right: 90px !important;
  }
  .u-p--right--md--91px {
    padding-right: 91px !important;
  }
  .u-p--right--md--92px {
    padding-right: 92px !important;
  }
  .u-p--right--md--93px {
    padding-right: 93px !important;
  }
  .u-p--right--md--94px {
    padding-right: 94px !important;
  }
  .u-p--right--md--95px {
    padding-right: 95px !important;
  }
  .u-p--right--md--96px {
    padding-right: 96px !important;
  }
  .u-p--right--md--97px {
    padding-right: 97px !important;
  }
  .u-p--right--md--98px {
    padding-right: 98px !important;
  }
  .u-p--right--md--99px {
    padding-right: 99px !important;
  }
  .u-p--right--md--100px {
    padding-right: 100px !important;
  }
}
@media (max-width: 992px) {
  .u-p--right--lg--0 {
    padding-right: 0 !important;
  }
  .u-p--right--lg--1px {
    padding-right: 1px !important;
  }
  .u-p--right--lg--2px {
    padding-right: 2px !important;
  }
  .u-p--right--lg--3px {
    padding-right: 3px !important;
  }
  .u-p--right--lg--4px {
    padding-right: 4px !important;
  }
  .u-p--right--lg--5px {
    padding-right: 5px !important;
  }
  .u-p--right--lg--6px {
    padding-right: 6px !important;
  }
  .u-p--right--lg--7px {
    padding-right: 7px !important;
  }
  .u-p--right--lg--8px {
    padding-right: 8px !important;
  }
  .u-p--right--lg--9px {
    padding-right: 9px !important;
  }
  .u-p--right--lg--10px {
    padding-right: 10px !important;
  }
  .u-p--right--lg--11px {
    padding-right: 11px !important;
  }
  .u-p--right--lg--12px {
    padding-right: 12px !important;
  }
  .u-p--right--lg--13px {
    padding-right: 13px !important;
  }
  .u-p--right--lg--14px {
    padding-right: 14px !important;
  }
  .u-p--right--lg--15px {
    padding-right: 15px !important;
  }
  .u-p--right--lg--16px {
    padding-right: 16px !important;
  }
  .u-p--right--lg--17px {
    padding-right: 17px !important;
  }
  .u-p--right--lg--18px {
    padding-right: 18px !important;
  }
  .u-p--right--lg--19px {
    padding-right: 19px !important;
  }
  .u-p--right--lg--20px {
    padding-right: 20px !important;
  }
  .u-p--right--lg--21px {
    padding-right: 21px !important;
  }
  .u-p--right--lg--22px {
    padding-right: 22px !important;
  }
  .u-p--right--lg--23px {
    padding-right: 23px !important;
  }
  .u-p--right--lg--24px {
    padding-right: 24px !important;
  }
  .u-p--right--lg--25px {
    padding-right: 25px !important;
  }
  .u-p--right--lg--26px {
    padding-right: 26px !important;
  }
  .u-p--right--lg--27px {
    padding-right: 27px !important;
  }
  .u-p--right--lg--28px {
    padding-right: 28px !important;
  }
  .u-p--right--lg--29px {
    padding-right: 29px !important;
  }
  .u-p--right--lg--30px {
    padding-right: 30px !important;
  }
  .u-p--right--lg--31px {
    padding-right: 31px !important;
  }
  .u-p--right--lg--32px {
    padding-right: 32px !important;
  }
  .u-p--right--lg--33px {
    padding-right: 33px !important;
  }
  .u-p--right--lg--34px {
    padding-right: 34px !important;
  }
  .u-p--right--lg--35px {
    padding-right: 35px !important;
  }
  .u-p--right--lg--36px {
    padding-right: 36px !important;
  }
  .u-p--right--lg--37px {
    padding-right: 37px !important;
  }
  .u-p--right--lg--38px {
    padding-right: 38px !important;
  }
  .u-p--right--lg--39px {
    padding-right: 39px !important;
  }
  .u-p--right--lg--40px {
    padding-right: 40px !important;
  }
  .u-p--right--lg--41px {
    padding-right: 41px !important;
  }
  .u-p--right--lg--42px {
    padding-right: 42px !important;
  }
  .u-p--right--lg--43px {
    padding-right: 43px !important;
  }
  .u-p--right--lg--44px {
    padding-right: 44px !important;
  }
  .u-p--right--lg--45px {
    padding-right: 45px !important;
  }
  .u-p--right--lg--46px {
    padding-right: 46px !important;
  }
  .u-p--right--lg--47px {
    padding-right: 47px !important;
  }
  .u-p--right--lg--48px {
    padding-right: 48px !important;
  }
  .u-p--right--lg--49px {
    padding-right: 49px !important;
  }
  .u-p--right--lg--50px {
    padding-right: 50px !important;
  }
  .u-p--right--lg--51px {
    padding-right: 51px !important;
  }
  .u-p--right--lg--52px {
    padding-right: 52px !important;
  }
  .u-p--right--lg--53px {
    padding-right: 53px !important;
  }
  .u-p--right--lg--54px {
    padding-right: 54px !important;
  }
  .u-p--right--lg--55px {
    padding-right: 55px !important;
  }
  .u-p--right--lg--56px {
    padding-right: 56px !important;
  }
  .u-p--right--lg--57px {
    padding-right: 57px !important;
  }
  .u-p--right--lg--58px {
    padding-right: 58px !important;
  }
  .u-p--right--lg--59px {
    padding-right: 59px !important;
  }
  .u-p--right--lg--60px {
    padding-right: 60px !important;
  }
  .u-p--right--lg--61px {
    padding-right: 61px !important;
  }
  .u-p--right--lg--62px {
    padding-right: 62px !important;
  }
  .u-p--right--lg--63px {
    padding-right: 63px !important;
  }
  .u-p--right--lg--64px {
    padding-right: 64px !important;
  }
  .u-p--right--lg--65px {
    padding-right: 65px !important;
  }
  .u-p--right--lg--66px {
    padding-right: 66px !important;
  }
  .u-p--right--lg--67px {
    padding-right: 67px !important;
  }
  .u-p--right--lg--68px {
    padding-right: 68px !important;
  }
  .u-p--right--lg--69px {
    padding-right: 69px !important;
  }
  .u-p--right--lg--70px {
    padding-right: 70px !important;
  }
  .u-p--right--lg--71px {
    padding-right: 71px !important;
  }
  .u-p--right--lg--72px {
    padding-right: 72px !important;
  }
  .u-p--right--lg--73px {
    padding-right: 73px !important;
  }
  .u-p--right--lg--74px {
    padding-right: 74px !important;
  }
  .u-p--right--lg--75px {
    padding-right: 75px !important;
  }
  .u-p--right--lg--76px {
    padding-right: 76px !important;
  }
  .u-p--right--lg--77px {
    padding-right: 77px !important;
  }
  .u-p--right--lg--78px {
    padding-right: 78px !important;
  }
  .u-p--right--lg--79px {
    padding-right: 79px !important;
  }
  .u-p--right--lg--80px {
    padding-right: 80px !important;
  }
  .u-p--right--lg--81px {
    padding-right: 81px !important;
  }
  .u-p--right--lg--82px {
    padding-right: 82px !important;
  }
  .u-p--right--lg--83px {
    padding-right: 83px !important;
  }
  .u-p--right--lg--84px {
    padding-right: 84px !important;
  }
  .u-p--right--lg--85px {
    padding-right: 85px !important;
  }
  .u-p--right--lg--86px {
    padding-right: 86px !important;
  }
  .u-p--right--lg--87px {
    padding-right: 87px !important;
  }
  .u-p--right--lg--88px {
    padding-right: 88px !important;
  }
  .u-p--right--lg--89px {
    padding-right: 89px !important;
  }
  .u-p--right--lg--90px {
    padding-right: 90px !important;
  }
  .u-p--right--lg--91px {
    padding-right: 91px !important;
  }
  .u-p--right--lg--92px {
    padding-right: 92px !important;
  }
  .u-p--right--lg--93px {
    padding-right: 93px !important;
  }
  .u-p--right--lg--94px {
    padding-right: 94px !important;
  }
  .u-p--right--lg--95px {
    padding-right: 95px !important;
  }
  .u-p--right--lg--96px {
    padding-right: 96px !important;
  }
  .u-p--right--lg--97px {
    padding-right: 97px !important;
  }
  .u-p--right--lg--98px {
    padding-right: 98px !important;
  }
  .u-p--right--lg--99px {
    padding-right: 99px !important;
  }
  .u-p--right--lg--100px {
    padding-right: 100px !important;
  }
}
.u-p--bottom--0 {
  padding-bottom: 0 !important;
}
.u-p--bottom--1px {
  padding-bottom: 1px !important;
}
.u-p--bottom--2px {
  padding-bottom: 2px !important;
}
.u-p--bottom--3px {
  padding-bottom: 3px !important;
}
.u-p--bottom--4px {
  padding-bottom: 4px !important;
}
.u-p--bottom--5px {
  padding-bottom: 5px !important;
}
.u-p--bottom--6px {
  padding-bottom: 6px !important;
}
.u-p--bottom--7px {
  padding-bottom: 7px !important;
}
.u-p--bottom--8px {
  padding-bottom: 8px !important;
}
.u-p--bottom--9px {
  padding-bottom: 9px !important;
}
.u-p--bottom--10px {
  padding-bottom: 10px !important;
}
.u-p--bottom--11px {
  padding-bottom: 11px !important;
}
.u-p--bottom--12px {
  padding-bottom: 12px !important;
}
.u-p--bottom--13px {
  padding-bottom: 13px !important;
}
.u-p--bottom--14px {
  padding-bottom: 14px !important;
}
.u-p--bottom--15px {
  padding-bottom: 15px !important;
}
.u-p--bottom--16px {
  padding-bottom: 16px !important;
}
.u-p--bottom--17px {
  padding-bottom: 17px !important;
}
.u-p--bottom--18px {
  padding-bottom: 18px !important;
}
.u-p--bottom--19px {
  padding-bottom: 19px !important;
}
.u-p--bottom--20px {
  padding-bottom: 20px !important;
}
.u-p--bottom--21px {
  padding-bottom: 21px !important;
}
.u-p--bottom--22px {
  padding-bottom: 22px !important;
}
.u-p--bottom--23px {
  padding-bottom: 23px !important;
}
.u-p--bottom--24px {
  padding-bottom: 24px !important;
}
.u-p--bottom--25px {
  padding-bottom: 25px !important;
}
.u-p--bottom--26px {
  padding-bottom: 26px !important;
}
.u-p--bottom--27px {
  padding-bottom: 27px !important;
}
.u-p--bottom--28px {
  padding-bottom: 28px !important;
}
.u-p--bottom--29px {
  padding-bottom: 29px !important;
}
.u-p--bottom--30px {
  padding-bottom: 30px !important;
}
.u-p--bottom--31px {
  padding-bottom: 31px !important;
}
.u-p--bottom--32px {
  padding-bottom: 32px !important;
}
.u-p--bottom--33px {
  padding-bottom: 33px !important;
}
.u-p--bottom--34px {
  padding-bottom: 34px !important;
}
.u-p--bottom--35px {
  padding-bottom: 35px !important;
}
.u-p--bottom--36px {
  padding-bottom: 36px !important;
}
.u-p--bottom--37px {
  padding-bottom: 37px !important;
}
.u-p--bottom--38px {
  padding-bottom: 38px !important;
}
.u-p--bottom--39px {
  padding-bottom: 39px !important;
}
.u-p--bottom--40px {
  padding-bottom: 40px !important;
}
.u-p--bottom--41px {
  padding-bottom: 41px !important;
}
.u-p--bottom--42px {
  padding-bottom: 42px !important;
}
.u-p--bottom--43px {
  padding-bottom: 43px !important;
}
.u-p--bottom--44px {
  padding-bottom: 44px !important;
}
.u-p--bottom--45px {
  padding-bottom: 45px !important;
}
.u-p--bottom--46px {
  padding-bottom: 46px !important;
}
.u-p--bottom--47px {
  padding-bottom: 47px !important;
}
.u-p--bottom--48px {
  padding-bottom: 48px !important;
}
.u-p--bottom--49px {
  padding-bottom: 49px !important;
}
.u-p--bottom--50px {
  padding-bottom: 50px !important;
}
.u-p--bottom--51px {
  padding-bottom: 51px !important;
}
.u-p--bottom--52px {
  padding-bottom: 52px !important;
}
.u-p--bottom--53px {
  padding-bottom: 53px !important;
}
.u-p--bottom--54px {
  padding-bottom: 54px !important;
}
.u-p--bottom--55px {
  padding-bottom: 55px !important;
}
.u-p--bottom--56px {
  padding-bottom: 56px !important;
}
.u-p--bottom--57px {
  padding-bottom: 57px !important;
}
.u-p--bottom--58px {
  padding-bottom: 58px !important;
}
.u-p--bottom--59px {
  padding-bottom: 59px !important;
}
.u-p--bottom--60px {
  padding-bottom: 60px !important;
}
.u-p--bottom--61px {
  padding-bottom: 61px !important;
}
.u-p--bottom--62px {
  padding-bottom: 62px !important;
}
.u-p--bottom--63px {
  padding-bottom: 63px !important;
}
.u-p--bottom--64px {
  padding-bottom: 64px !important;
}
.u-p--bottom--65px {
  padding-bottom: 65px !important;
}
.u-p--bottom--66px {
  padding-bottom: 66px !important;
}
.u-p--bottom--67px {
  padding-bottom: 67px !important;
}
.u-p--bottom--68px {
  padding-bottom: 68px !important;
}
.u-p--bottom--69px {
  padding-bottom: 69px !important;
}
.u-p--bottom--70px {
  padding-bottom: 70px !important;
}
.u-p--bottom--71px {
  padding-bottom: 71px !important;
}
.u-p--bottom--72px {
  padding-bottom: 72px !important;
}
.u-p--bottom--73px {
  padding-bottom: 73px !important;
}
.u-p--bottom--74px {
  padding-bottom: 74px !important;
}
.u-p--bottom--75px {
  padding-bottom: 75px !important;
}
.u-p--bottom--76px {
  padding-bottom: 76px !important;
}
.u-p--bottom--77px {
  padding-bottom: 77px !important;
}
.u-p--bottom--78px {
  padding-bottom: 78px !important;
}
.u-p--bottom--79px {
  padding-bottom: 79px !important;
}
.u-p--bottom--80px {
  padding-bottom: 80px !important;
}
.u-p--bottom--81px {
  padding-bottom: 81px !important;
}
.u-p--bottom--82px {
  padding-bottom: 82px !important;
}
.u-p--bottom--83px {
  padding-bottom: 83px !important;
}
.u-p--bottom--84px {
  padding-bottom: 84px !important;
}
.u-p--bottom--85px {
  padding-bottom: 85px !important;
}
.u-p--bottom--86px {
  padding-bottom: 86px !important;
}
.u-p--bottom--87px {
  padding-bottom: 87px !important;
}
.u-p--bottom--88px {
  padding-bottom: 88px !important;
}
.u-p--bottom--89px {
  padding-bottom: 89px !important;
}
.u-p--bottom--90px {
  padding-bottom: 90px !important;
}
.u-p--bottom--91px {
  padding-bottom: 91px !important;
}
.u-p--bottom--92px {
  padding-bottom: 92px !important;
}
.u-p--bottom--93px {
  padding-bottom: 93px !important;
}
.u-p--bottom--94px {
  padding-bottom: 94px !important;
}
.u-p--bottom--95px {
  padding-bottom: 95px !important;
}
.u-p--bottom--96px {
  padding-bottom: 96px !important;
}
.u-p--bottom--97px {
  padding-bottom: 97px !important;
}
.u-p--bottom--98px {
  padding-bottom: 98px !important;
}
.u-p--bottom--99px {
  padding-bottom: 99px !important;
}
.u-p--bottom--100px {
  padding-bottom: 100px !important;
}
@media (max-width: 576px) {
  .u-p--bottom--sm--0 {
    padding-bottom: 0 !important;
  }
  .u-p--bottom--sm--1px {
    padding-bottom: 1px !important;
  }
  .u-p--bottom--sm--2px {
    padding-bottom: 2px !important;
  }
  .u-p--bottom--sm--3px {
    padding-bottom: 3px !important;
  }
  .u-p--bottom--sm--4px {
    padding-bottom: 4px !important;
  }
  .u-p--bottom--sm--5px {
    padding-bottom: 5px !important;
  }
  .u-p--bottom--sm--6px {
    padding-bottom: 6px !important;
  }
  .u-p--bottom--sm--7px {
    padding-bottom: 7px !important;
  }
  .u-p--bottom--sm--8px {
    padding-bottom: 8px !important;
  }
  .u-p--bottom--sm--9px {
    padding-bottom: 9px !important;
  }
  .u-p--bottom--sm--10px {
    padding-bottom: 10px !important;
  }
  .u-p--bottom--sm--11px {
    padding-bottom: 11px !important;
  }
  .u-p--bottom--sm--12px {
    padding-bottom: 12px !important;
  }
  .u-p--bottom--sm--13px {
    padding-bottom: 13px !important;
  }
  .u-p--bottom--sm--14px {
    padding-bottom: 14px !important;
  }
  .u-p--bottom--sm--15px {
    padding-bottom: 15px !important;
  }
  .u-p--bottom--sm--16px {
    padding-bottom: 16px !important;
  }
  .u-p--bottom--sm--17px {
    padding-bottom: 17px !important;
  }
  .u-p--bottom--sm--18px {
    padding-bottom: 18px !important;
  }
  .u-p--bottom--sm--19px {
    padding-bottom: 19px !important;
  }
  .u-p--bottom--sm--20px {
    padding-bottom: 20px !important;
  }
  .u-p--bottom--sm--21px {
    padding-bottom: 21px !important;
  }
  .u-p--bottom--sm--22px {
    padding-bottom: 22px !important;
  }
  .u-p--bottom--sm--23px {
    padding-bottom: 23px !important;
  }
  .u-p--bottom--sm--24px {
    padding-bottom: 24px !important;
  }
  .u-p--bottom--sm--25px {
    padding-bottom: 25px !important;
  }
  .u-p--bottom--sm--26px {
    padding-bottom: 26px !important;
  }
  .u-p--bottom--sm--27px {
    padding-bottom: 27px !important;
  }
  .u-p--bottom--sm--28px {
    padding-bottom: 28px !important;
  }
  .u-p--bottom--sm--29px {
    padding-bottom: 29px !important;
  }
  .u-p--bottom--sm--30px {
    padding-bottom: 30px !important;
  }
  .u-p--bottom--sm--31px {
    padding-bottom: 31px !important;
  }
  .u-p--bottom--sm--32px {
    padding-bottom: 32px !important;
  }
  .u-p--bottom--sm--33px {
    padding-bottom: 33px !important;
  }
  .u-p--bottom--sm--34px {
    padding-bottom: 34px !important;
  }
  .u-p--bottom--sm--35px {
    padding-bottom: 35px !important;
  }
  .u-p--bottom--sm--36px {
    padding-bottom: 36px !important;
  }
  .u-p--bottom--sm--37px {
    padding-bottom: 37px !important;
  }
  .u-p--bottom--sm--38px {
    padding-bottom: 38px !important;
  }
  .u-p--bottom--sm--39px {
    padding-bottom: 39px !important;
  }
  .u-p--bottom--sm--40px {
    padding-bottom: 40px !important;
  }
  .u-p--bottom--sm--41px {
    padding-bottom: 41px !important;
  }
  .u-p--bottom--sm--42px {
    padding-bottom: 42px !important;
  }
  .u-p--bottom--sm--43px {
    padding-bottom: 43px !important;
  }
  .u-p--bottom--sm--44px {
    padding-bottom: 44px !important;
  }
  .u-p--bottom--sm--45px {
    padding-bottom: 45px !important;
  }
  .u-p--bottom--sm--46px {
    padding-bottom: 46px !important;
  }
  .u-p--bottom--sm--47px {
    padding-bottom: 47px !important;
  }
  .u-p--bottom--sm--48px {
    padding-bottom: 48px !important;
  }
  .u-p--bottom--sm--49px {
    padding-bottom: 49px !important;
  }
  .u-p--bottom--sm--50px {
    padding-bottom: 50px !important;
  }
  .u-p--bottom--sm--51px {
    padding-bottom: 51px !important;
  }
  .u-p--bottom--sm--52px {
    padding-bottom: 52px !important;
  }
  .u-p--bottom--sm--53px {
    padding-bottom: 53px !important;
  }
  .u-p--bottom--sm--54px {
    padding-bottom: 54px !important;
  }
  .u-p--bottom--sm--55px {
    padding-bottom: 55px !important;
  }
  .u-p--bottom--sm--56px {
    padding-bottom: 56px !important;
  }
  .u-p--bottom--sm--57px {
    padding-bottom: 57px !important;
  }
  .u-p--bottom--sm--58px {
    padding-bottom: 58px !important;
  }
  .u-p--bottom--sm--59px {
    padding-bottom: 59px !important;
  }
  .u-p--bottom--sm--60px {
    padding-bottom: 60px !important;
  }
  .u-p--bottom--sm--61px {
    padding-bottom: 61px !important;
  }
  .u-p--bottom--sm--62px {
    padding-bottom: 62px !important;
  }
  .u-p--bottom--sm--63px {
    padding-bottom: 63px !important;
  }
  .u-p--bottom--sm--64px {
    padding-bottom: 64px !important;
  }
  .u-p--bottom--sm--65px {
    padding-bottom: 65px !important;
  }
  .u-p--bottom--sm--66px {
    padding-bottom: 66px !important;
  }
  .u-p--bottom--sm--67px {
    padding-bottom: 67px !important;
  }
  .u-p--bottom--sm--68px {
    padding-bottom: 68px !important;
  }
  .u-p--bottom--sm--69px {
    padding-bottom: 69px !important;
  }
  .u-p--bottom--sm--70px {
    padding-bottom: 70px !important;
  }
  .u-p--bottom--sm--71px {
    padding-bottom: 71px !important;
  }
  .u-p--bottom--sm--72px {
    padding-bottom: 72px !important;
  }
  .u-p--bottom--sm--73px {
    padding-bottom: 73px !important;
  }
  .u-p--bottom--sm--74px {
    padding-bottom: 74px !important;
  }
  .u-p--bottom--sm--75px {
    padding-bottom: 75px !important;
  }
  .u-p--bottom--sm--76px {
    padding-bottom: 76px !important;
  }
  .u-p--bottom--sm--77px {
    padding-bottom: 77px !important;
  }
  .u-p--bottom--sm--78px {
    padding-bottom: 78px !important;
  }
  .u-p--bottom--sm--79px {
    padding-bottom: 79px !important;
  }
  .u-p--bottom--sm--80px {
    padding-bottom: 80px !important;
  }
  .u-p--bottom--sm--81px {
    padding-bottom: 81px !important;
  }
  .u-p--bottom--sm--82px {
    padding-bottom: 82px !important;
  }
  .u-p--bottom--sm--83px {
    padding-bottom: 83px !important;
  }
  .u-p--bottom--sm--84px {
    padding-bottom: 84px !important;
  }
  .u-p--bottom--sm--85px {
    padding-bottom: 85px !important;
  }
  .u-p--bottom--sm--86px {
    padding-bottom: 86px !important;
  }
  .u-p--bottom--sm--87px {
    padding-bottom: 87px !important;
  }
  .u-p--bottom--sm--88px {
    padding-bottom: 88px !important;
  }
  .u-p--bottom--sm--89px {
    padding-bottom: 89px !important;
  }
  .u-p--bottom--sm--90px {
    padding-bottom: 90px !important;
  }
  .u-p--bottom--sm--91px {
    padding-bottom: 91px !important;
  }
  .u-p--bottom--sm--92px {
    padding-bottom: 92px !important;
  }
  .u-p--bottom--sm--93px {
    padding-bottom: 93px !important;
  }
  .u-p--bottom--sm--94px {
    padding-bottom: 94px !important;
  }
  .u-p--bottom--sm--95px {
    padding-bottom: 95px !important;
  }
  .u-p--bottom--sm--96px {
    padding-bottom: 96px !important;
  }
  .u-p--bottom--sm--97px {
    padding-bottom: 97px !important;
  }
  .u-p--bottom--sm--98px {
    padding-bottom: 98px !important;
  }
  .u-p--bottom--sm--99px {
    padding-bottom: 99px !important;
  }
  .u-p--bottom--sm--100px {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 768px) {
  .u-p--bottom--md--0 {
    padding-bottom: 0 !important;
  }
  .u-p--bottom--md--1px {
    padding-bottom: 1px !important;
  }
  .u-p--bottom--md--2px {
    padding-bottom: 2px !important;
  }
  .u-p--bottom--md--3px {
    padding-bottom: 3px !important;
  }
  .u-p--bottom--md--4px {
    padding-bottom: 4px !important;
  }
  .u-p--bottom--md--5px {
    padding-bottom: 5px !important;
  }
  .u-p--bottom--md--6px {
    padding-bottom: 6px !important;
  }
  .u-p--bottom--md--7px {
    padding-bottom: 7px !important;
  }
  .u-p--bottom--md--8px {
    padding-bottom: 8px !important;
  }
  .u-p--bottom--md--9px {
    padding-bottom: 9px !important;
  }
  .u-p--bottom--md--10px {
    padding-bottom: 10px !important;
  }
  .u-p--bottom--md--11px {
    padding-bottom: 11px !important;
  }
  .u-p--bottom--md--12px {
    padding-bottom: 12px !important;
  }
  .u-p--bottom--md--13px {
    padding-bottom: 13px !important;
  }
  .u-p--bottom--md--14px {
    padding-bottom: 14px !important;
  }
  .u-p--bottom--md--15px {
    padding-bottom: 15px !important;
  }
  .u-p--bottom--md--16px {
    padding-bottom: 16px !important;
  }
  .u-p--bottom--md--17px {
    padding-bottom: 17px !important;
  }
  .u-p--bottom--md--18px {
    padding-bottom: 18px !important;
  }
  .u-p--bottom--md--19px {
    padding-bottom: 19px !important;
  }
  .u-p--bottom--md--20px {
    padding-bottom: 20px !important;
  }
  .u-p--bottom--md--21px {
    padding-bottom: 21px !important;
  }
  .u-p--bottom--md--22px {
    padding-bottom: 22px !important;
  }
  .u-p--bottom--md--23px {
    padding-bottom: 23px !important;
  }
  .u-p--bottom--md--24px {
    padding-bottom: 24px !important;
  }
  .u-p--bottom--md--25px {
    padding-bottom: 25px !important;
  }
  .u-p--bottom--md--26px {
    padding-bottom: 26px !important;
  }
  .u-p--bottom--md--27px {
    padding-bottom: 27px !important;
  }
  .u-p--bottom--md--28px {
    padding-bottom: 28px !important;
  }
  .u-p--bottom--md--29px {
    padding-bottom: 29px !important;
  }
  .u-p--bottom--md--30px {
    padding-bottom: 30px !important;
  }
  .u-p--bottom--md--31px {
    padding-bottom: 31px !important;
  }
  .u-p--bottom--md--32px {
    padding-bottom: 32px !important;
  }
  .u-p--bottom--md--33px {
    padding-bottom: 33px !important;
  }
  .u-p--bottom--md--34px {
    padding-bottom: 34px !important;
  }
  .u-p--bottom--md--35px {
    padding-bottom: 35px !important;
  }
  .u-p--bottom--md--36px {
    padding-bottom: 36px !important;
  }
  .u-p--bottom--md--37px {
    padding-bottom: 37px !important;
  }
  .u-p--bottom--md--38px {
    padding-bottom: 38px !important;
  }
  .u-p--bottom--md--39px {
    padding-bottom: 39px !important;
  }
  .u-p--bottom--md--40px {
    padding-bottom: 40px !important;
  }
  .u-p--bottom--md--41px {
    padding-bottom: 41px !important;
  }
  .u-p--bottom--md--42px {
    padding-bottom: 42px !important;
  }
  .u-p--bottom--md--43px {
    padding-bottom: 43px !important;
  }
  .u-p--bottom--md--44px {
    padding-bottom: 44px !important;
  }
  .u-p--bottom--md--45px {
    padding-bottom: 45px !important;
  }
  .u-p--bottom--md--46px {
    padding-bottom: 46px !important;
  }
  .u-p--bottom--md--47px {
    padding-bottom: 47px !important;
  }
  .u-p--bottom--md--48px {
    padding-bottom: 48px !important;
  }
  .u-p--bottom--md--49px {
    padding-bottom: 49px !important;
  }
  .u-p--bottom--md--50px {
    padding-bottom: 50px !important;
  }
  .u-p--bottom--md--51px {
    padding-bottom: 51px !important;
  }
  .u-p--bottom--md--52px {
    padding-bottom: 52px !important;
  }
  .u-p--bottom--md--53px {
    padding-bottom: 53px !important;
  }
  .u-p--bottom--md--54px {
    padding-bottom: 54px !important;
  }
  .u-p--bottom--md--55px {
    padding-bottom: 55px !important;
  }
  .u-p--bottom--md--56px {
    padding-bottom: 56px !important;
  }
  .u-p--bottom--md--57px {
    padding-bottom: 57px !important;
  }
  .u-p--bottom--md--58px {
    padding-bottom: 58px !important;
  }
  .u-p--bottom--md--59px {
    padding-bottom: 59px !important;
  }
  .u-p--bottom--md--60px {
    padding-bottom: 60px !important;
  }
  .u-p--bottom--md--61px {
    padding-bottom: 61px !important;
  }
  .u-p--bottom--md--62px {
    padding-bottom: 62px !important;
  }
  .u-p--bottom--md--63px {
    padding-bottom: 63px !important;
  }
  .u-p--bottom--md--64px {
    padding-bottom: 64px !important;
  }
  .u-p--bottom--md--65px {
    padding-bottom: 65px !important;
  }
  .u-p--bottom--md--66px {
    padding-bottom: 66px !important;
  }
  .u-p--bottom--md--67px {
    padding-bottom: 67px !important;
  }
  .u-p--bottom--md--68px {
    padding-bottom: 68px !important;
  }
  .u-p--bottom--md--69px {
    padding-bottom: 69px !important;
  }
  .u-p--bottom--md--70px {
    padding-bottom: 70px !important;
  }
  .u-p--bottom--md--71px {
    padding-bottom: 71px !important;
  }
  .u-p--bottom--md--72px {
    padding-bottom: 72px !important;
  }
  .u-p--bottom--md--73px {
    padding-bottom: 73px !important;
  }
  .u-p--bottom--md--74px {
    padding-bottom: 74px !important;
  }
  .u-p--bottom--md--75px {
    padding-bottom: 75px !important;
  }
  .u-p--bottom--md--76px {
    padding-bottom: 76px !important;
  }
  .u-p--bottom--md--77px {
    padding-bottom: 77px !important;
  }
  .u-p--bottom--md--78px {
    padding-bottom: 78px !important;
  }
  .u-p--bottom--md--79px {
    padding-bottom: 79px !important;
  }
  .u-p--bottom--md--80px {
    padding-bottom: 80px !important;
  }
  .u-p--bottom--md--81px {
    padding-bottom: 81px !important;
  }
  .u-p--bottom--md--82px {
    padding-bottom: 82px !important;
  }
  .u-p--bottom--md--83px {
    padding-bottom: 83px !important;
  }
  .u-p--bottom--md--84px {
    padding-bottom: 84px !important;
  }
  .u-p--bottom--md--85px {
    padding-bottom: 85px !important;
  }
  .u-p--bottom--md--86px {
    padding-bottom: 86px !important;
  }
  .u-p--bottom--md--87px {
    padding-bottom: 87px !important;
  }
  .u-p--bottom--md--88px {
    padding-bottom: 88px !important;
  }
  .u-p--bottom--md--89px {
    padding-bottom: 89px !important;
  }
  .u-p--bottom--md--90px {
    padding-bottom: 90px !important;
  }
  .u-p--bottom--md--91px {
    padding-bottom: 91px !important;
  }
  .u-p--bottom--md--92px {
    padding-bottom: 92px !important;
  }
  .u-p--bottom--md--93px {
    padding-bottom: 93px !important;
  }
  .u-p--bottom--md--94px {
    padding-bottom: 94px !important;
  }
  .u-p--bottom--md--95px {
    padding-bottom: 95px !important;
  }
  .u-p--bottom--md--96px {
    padding-bottom: 96px !important;
  }
  .u-p--bottom--md--97px {
    padding-bottom: 97px !important;
  }
  .u-p--bottom--md--98px {
    padding-bottom: 98px !important;
  }
  .u-p--bottom--md--99px {
    padding-bottom: 99px !important;
  }
  .u-p--bottom--md--100px {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 992px) {
  .u-p--bottom--lg--0 {
    padding-bottom: 0 !important;
  }
  .u-p--bottom--lg--1px {
    padding-bottom: 1px !important;
  }
  .u-p--bottom--lg--2px {
    padding-bottom: 2px !important;
  }
  .u-p--bottom--lg--3px {
    padding-bottom: 3px !important;
  }
  .u-p--bottom--lg--4px {
    padding-bottom: 4px !important;
  }
  .u-p--bottom--lg--5px {
    padding-bottom: 5px !important;
  }
  .u-p--bottom--lg--6px {
    padding-bottom: 6px !important;
  }
  .u-p--bottom--lg--7px {
    padding-bottom: 7px !important;
  }
  .u-p--bottom--lg--8px {
    padding-bottom: 8px !important;
  }
  .u-p--bottom--lg--9px {
    padding-bottom: 9px !important;
  }
  .u-p--bottom--lg--10px {
    padding-bottom: 10px !important;
  }
  .u-p--bottom--lg--11px {
    padding-bottom: 11px !important;
  }
  .u-p--bottom--lg--12px {
    padding-bottom: 12px !important;
  }
  .u-p--bottom--lg--13px {
    padding-bottom: 13px !important;
  }
  .u-p--bottom--lg--14px {
    padding-bottom: 14px !important;
  }
  .u-p--bottom--lg--15px {
    padding-bottom: 15px !important;
  }
  .u-p--bottom--lg--16px {
    padding-bottom: 16px !important;
  }
  .u-p--bottom--lg--17px {
    padding-bottom: 17px !important;
  }
  .u-p--bottom--lg--18px {
    padding-bottom: 18px !important;
  }
  .u-p--bottom--lg--19px {
    padding-bottom: 19px !important;
  }
  .u-p--bottom--lg--20px {
    padding-bottom: 20px !important;
  }
  .u-p--bottom--lg--21px {
    padding-bottom: 21px !important;
  }
  .u-p--bottom--lg--22px {
    padding-bottom: 22px !important;
  }
  .u-p--bottom--lg--23px {
    padding-bottom: 23px !important;
  }
  .u-p--bottom--lg--24px {
    padding-bottom: 24px !important;
  }
  .u-p--bottom--lg--25px {
    padding-bottom: 25px !important;
  }
  .u-p--bottom--lg--26px {
    padding-bottom: 26px !important;
  }
  .u-p--bottom--lg--27px {
    padding-bottom: 27px !important;
  }
  .u-p--bottom--lg--28px {
    padding-bottom: 28px !important;
  }
  .u-p--bottom--lg--29px {
    padding-bottom: 29px !important;
  }
  .u-p--bottom--lg--30px {
    padding-bottom: 30px !important;
  }
  .u-p--bottom--lg--31px {
    padding-bottom: 31px !important;
  }
  .u-p--bottom--lg--32px {
    padding-bottom: 32px !important;
  }
  .u-p--bottom--lg--33px {
    padding-bottom: 33px !important;
  }
  .u-p--bottom--lg--34px {
    padding-bottom: 34px !important;
  }
  .u-p--bottom--lg--35px {
    padding-bottom: 35px !important;
  }
  .u-p--bottom--lg--36px {
    padding-bottom: 36px !important;
  }
  .u-p--bottom--lg--37px {
    padding-bottom: 37px !important;
  }
  .u-p--bottom--lg--38px {
    padding-bottom: 38px !important;
  }
  .u-p--bottom--lg--39px {
    padding-bottom: 39px !important;
  }
  .u-p--bottom--lg--40px {
    padding-bottom: 40px !important;
  }
  .u-p--bottom--lg--41px {
    padding-bottom: 41px !important;
  }
  .u-p--bottom--lg--42px {
    padding-bottom: 42px !important;
  }
  .u-p--bottom--lg--43px {
    padding-bottom: 43px !important;
  }
  .u-p--bottom--lg--44px {
    padding-bottom: 44px !important;
  }
  .u-p--bottom--lg--45px {
    padding-bottom: 45px !important;
  }
  .u-p--bottom--lg--46px {
    padding-bottom: 46px !important;
  }
  .u-p--bottom--lg--47px {
    padding-bottom: 47px !important;
  }
  .u-p--bottom--lg--48px {
    padding-bottom: 48px !important;
  }
  .u-p--bottom--lg--49px {
    padding-bottom: 49px !important;
  }
  .u-p--bottom--lg--50px {
    padding-bottom: 50px !important;
  }
  .u-p--bottom--lg--51px {
    padding-bottom: 51px !important;
  }
  .u-p--bottom--lg--52px {
    padding-bottom: 52px !important;
  }
  .u-p--bottom--lg--53px {
    padding-bottom: 53px !important;
  }
  .u-p--bottom--lg--54px {
    padding-bottom: 54px !important;
  }
  .u-p--bottom--lg--55px {
    padding-bottom: 55px !important;
  }
  .u-p--bottom--lg--56px {
    padding-bottom: 56px !important;
  }
  .u-p--bottom--lg--57px {
    padding-bottom: 57px !important;
  }
  .u-p--bottom--lg--58px {
    padding-bottom: 58px !important;
  }
  .u-p--bottom--lg--59px {
    padding-bottom: 59px !important;
  }
  .u-p--bottom--lg--60px {
    padding-bottom: 60px !important;
  }
  .u-p--bottom--lg--61px {
    padding-bottom: 61px !important;
  }
  .u-p--bottom--lg--62px {
    padding-bottom: 62px !important;
  }
  .u-p--bottom--lg--63px {
    padding-bottom: 63px !important;
  }
  .u-p--bottom--lg--64px {
    padding-bottom: 64px !important;
  }
  .u-p--bottom--lg--65px {
    padding-bottom: 65px !important;
  }
  .u-p--bottom--lg--66px {
    padding-bottom: 66px !important;
  }
  .u-p--bottom--lg--67px {
    padding-bottom: 67px !important;
  }
  .u-p--bottom--lg--68px {
    padding-bottom: 68px !important;
  }
  .u-p--bottom--lg--69px {
    padding-bottom: 69px !important;
  }
  .u-p--bottom--lg--70px {
    padding-bottom: 70px !important;
  }
  .u-p--bottom--lg--71px {
    padding-bottom: 71px !important;
  }
  .u-p--bottom--lg--72px {
    padding-bottom: 72px !important;
  }
  .u-p--bottom--lg--73px {
    padding-bottom: 73px !important;
  }
  .u-p--bottom--lg--74px {
    padding-bottom: 74px !important;
  }
  .u-p--bottom--lg--75px {
    padding-bottom: 75px !important;
  }
  .u-p--bottom--lg--76px {
    padding-bottom: 76px !important;
  }
  .u-p--bottom--lg--77px {
    padding-bottom: 77px !important;
  }
  .u-p--bottom--lg--78px {
    padding-bottom: 78px !important;
  }
  .u-p--bottom--lg--79px {
    padding-bottom: 79px !important;
  }
  .u-p--bottom--lg--80px {
    padding-bottom: 80px !important;
  }
  .u-p--bottom--lg--81px {
    padding-bottom: 81px !important;
  }
  .u-p--bottom--lg--82px {
    padding-bottom: 82px !important;
  }
  .u-p--bottom--lg--83px {
    padding-bottom: 83px !important;
  }
  .u-p--bottom--lg--84px {
    padding-bottom: 84px !important;
  }
  .u-p--bottom--lg--85px {
    padding-bottom: 85px !important;
  }
  .u-p--bottom--lg--86px {
    padding-bottom: 86px !important;
  }
  .u-p--bottom--lg--87px {
    padding-bottom: 87px !important;
  }
  .u-p--bottom--lg--88px {
    padding-bottom: 88px !important;
  }
  .u-p--bottom--lg--89px {
    padding-bottom: 89px !important;
  }
  .u-p--bottom--lg--90px {
    padding-bottom: 90px !important;
  }
  .u-p--bottom--lg--91px {
    padding-bottom: 91px !important;
  }
  .u-p--bottom--lg--92px {
    padding-bottom: 92px !important;
  }
  .u-p--bottom--lg--93px {
    padding-bottom: 93px !important;
  }
  .u-p--bottom--lg--94px {
    padding-bottom: 94px !important;
  }
  .u-p--bottom--lg--95px {
    padding-bottom: 95px !important;
  }
  .u-p--bottom--lg--96px {
    padding-bottom: 96px !important;
  }
  .u-p--bottom--lg--97px {
    padding-bottom: 97px !important;
  }
  .u-p--bottom--lg--98px {
    padding-bottom: 98px !important;
  }
  .u-p--bottom--lg--99px {
    padding-bottom: 99px !important;
  }
  .u-p--bottom--lg--100px {
    padding-bottom: 100px !important;
  }
}
.u-p--left--0 {
  padding-left: 0 !important;
}
.u-p--left--1px {
  padding-left: 1px !important;
}
.u-p--left--2px {
  padding-left: 2px !important;
}
.u-p--left--3px {
  padding-left: 3px !important;
}
.u-p--left--4px {
  padding-left: 4px !important;
}
.u-p--left--5px {
  padding-left: 5px !important;
}
.u-p--left--6px {
  padding-left: 6px !important;
}
.u-p--left--7px {
  padding-left: 7px !important;
}
.u-p--left--8px {
  padding-left: 8px !important;
}
.u-p--left--9px {
  padding-left: 9px !important;
}
.u-p--left--10px {
  padding-left: 10px !important;
}
.u-p--left--11px {
  padding-left: 11px !important;
}
.u-p--left--12px {
  padding-left: 12px !important;
}
.u-p--left--13px {
  padding-left: 13px !important;
}
.u-p--left--14px {
  padding-left: 14px !important;
}
.u-p--left--15px {
  padding-left: 15px !important;
}
.u-p--left--16px {
  padding-left: 16px !important;
}
.u-p--left--17px {
  padding-left: 17px !important;
}
.u-p--left--18px {
  padding-left: 18px !important;
}
.u-p--left--19px {
  padding-left: 19px !important;
}
.u-p--left--20px {
  padding-left: 20px !important;
}
.u-p--left--21px {
  padding-left: 21px !important;
}
.u-p--left--22px {
  padding-left: 22px !important;
}
.u-p--left--23px {
  padding-left: 23px !important;
}
.u-p--left--24px {
  padding-left: 24px !important;
}
.u-p--left--25px {
  padding-left: 25px !important;
}
.u-p--left--26px {
  padding-left: 26px !important;
}
.u-p--left--27px {
  padding-left: 27px !important;
}
.u-p--left--28px {
  padding-left: 28px !important;
}
.u-p--left--29px {
  padding-left: 29px !important;
}
.u-p--left--30px {
  padding-left: 30px !important;
}
.u-p--left--31px {
  padding-left: 31px !important;
}
.u-p--left--32px {
  padding-left: 32px !important;
}
.u-p--left--33px {
  padding-left: 33px !important;
}
.u-p--left--34px {
  padding-left: 34px !important;
}
.u-p--left--35px {
  padding-left: 35px !important;
}
.u-p--left--36px {
  padding-left: 36px !important;
}
.u-p--left--37px {
  padding-left: 37px !important;
}
.u-p--left--38px {
  padding-left: 38px !important;
}
.u-p--left--39px {
  padding-left: 39px !important;
}
.u-p--left--40px {
  padding-left: 40px !important;
}
.u-p--left--41px {
  padding-left: 41px !important;
}
.u-p--left--42px {
  padding-left: 42px !important;
}
.u-p--left--43px {
  padding-left: 43px !important;
}
.u-p--left--44px {
  padding-left: 44px !important;
}
.u-p--left--45px {
  padding-left: 45px !important;
}
.u-p--left--46px {
  padding-left: 46px !important;
}
.u-p--left--47px {
  padding-left: 47px !important;
}
.u-p--left--48px {
  padding-left: 48px !important;
}
.u-p--left--49px {
  padding-left: 49px !important;
}
.u-p--left--50px {
  padding-left: 50px !important;
}
.u-p--left--51px {
  padding-left: 51px !important;
}
.u-p--left--52px {
  padding-left: 52px !important;
}
.u-p--left--53px {
  padding-left: 53px !important;
}
.u-p--left--54px {
  padding-left: 54px !important;
}
.u-p--left--55px {
  padding-left: 55px !important;
}
.u-p--left--56px {
  padding-left: 56px !important;
}
.u-p--left--57px {
  padding-left: 57px !important;
}
.u-p--left--58px {
  padding-left: 58px !important;
}
.u-p--left--59px {
  padding-left: 59px !important;
}
.u-p--left--60px {
  padding-left: 60px !important;
}
.u-p--left--61px {
  padding-left: 61px !important;
}
.u-p--left--62px {
  padding-left: 62px !important;
}
.u-p--left--63px {
  padding-left: 63px !important;
}
.u-p--left--64px {
  padding-left: 64px !important;
}
.u-p--left--65px {
  padding-left: 65px !important;
}
.u-p--left--66px {
  padding-left: 66px !important;
}
.u-p--left--67px {
  padding-left: 67px !important;
}
.u-p--left--68px {
  padding-left: 68px !important;
}
.u-p--left--69px {
  padding-left: 69px !important;
}
.u-p--left--70px {
  padding-left: 70px !important;
}
.u-p--left--71px {
  padding-left: 71px !important;
}
.u-p--left--72px {
  padding-left: 72px !important;
}
.u-p--left--73px {
  padding-left: 73px !important;
}
.u-p--left--74px {
  padding-left: 74px !important;
}
.u-p--left--75px {
  padding-left: 75px !important;
}
.u-p--left--76px {
  padding-left: 76px !important;
}
.u-p--left--77px {
  padding-left: 77px !important;
}
.u-p--left--78px {
  padding-left: 78px !important;
}
.u-p--left--79px {
  padding-left: 79px !important;
}
.u-p--left--80px {
  padding-left: 80px !important;
}
.u-p--left--81px {
  padding-left: 81px !important;
}
.u-p--left--82px {
  padding-left: 82px !important;
}
.u-p--left--83px {
  padding-left: 83px !important;
}
.u-p--left--84px {
  padding-left: 84px !important;
}
.u-p--left--85px {
  padding-left: 85px !important;
}
.u-p--left--86px {
  padding-left: 86px !important;
}
.u-p--left--87px {
  padding-left: 87px !important;
}
.u-p--left--88px {
  padding-left: 88px !important;
}
.u-p--left--89px {
  padding-left: 89px !important;
}
.u-p--left--90px {
  padding-left: 90px !important;
}
.u-p--left--91px {
  padding-left: 91px !important;
}
.u-p--left--92px {
  padding-left: 92px !important;
}
.u-p--left--93px {
  padding-left: 93px !important;
}
.u-p--left--94px {
  padding-left: 94px !important;
}
.u-p--left--95px {
  padding-left: 95px !important;
}
.u-p--left--96px {
  padding-left: 96px !important;
}
.u-p--left--97px {
  padding-left: 97px !important;
}
.u-p--left--98px {
  padding-left: 98px !important;
}
.u-p--left--99px {
  padding-left: 99px !important;
}
.u-p--left--100px {
  padding-left: 100px !important;
}
@media (max-width: 576px) {
  .u-p--left--sm--0 {
    padding-left: 0 !important;
  }
  .u-p--left--sm--1px {
    padding-left: 1px !important;
  }
  .u-p--left--sm--2px {
    padding-left: 2px !important;
  }
  .u-p--left--sm--3px {
    padding-left: 3px !important;
  }
  .u-p--left--sm--4px {
    padding-left: 4px !important;
  }
  .u-p--left--sm--5px {
    padding-left: 5px !important;
  }
  .u-p--left--sm--6px {
    padding-left: 6px !important;
  }
  .u-p--left--sm--7px {
    padding-left: 7px !important;
  }
  .u-p--left--sm--8px {
    padding-left: 8px !important;
  }
  .u-p--left--sm--9px {
    padding-left: 9px !important;
  }
  .u-p--left--sm--10px {
    padding-left: 10px !important;
  }
  .u-p--left--sm--11px {
    padding-left: 11px !important;
  }
  .u-p--left--sm--12px {
    padding-left: 12px !important;
  }
  .u-p--left--sm--13px {
    padding-left: 13px !important;
  }
  .u-p--left--sm--14px {
    padding-left: 14px !important;
  }
  .u-p--left--sm--15px {
    padding-left: 15px !important;
  }
  .u-p--left--sm--16px {
    padding-left: 16px !important;
  }
  .u-p--left--sm--17px {
    padding-left: 17px !important;
  }
  .u-p--left--sm--18px {
    padding-left: 18px !important;
  }
  .u-p--left--sm--19px {
    padding-left: 19px !important;
  }
  .u-p--left--sm--20px {
    padding-left: 20px !important;
  }
  .u-p--left--sm--21px {
    padding-left: 21px !important;
  }
  .u-p--left--sm--22px {
    padding-left: 22px !important;
  }
  .u-p--left--sm--23px {
    padding-left: 23px !important;
  }
  .u-p--left--sm--24px {
    padding-left: 24px !important;
  }
  .u-p--left--sm--25px {
    padding-left: 25px !important;
  }
  .u-p--left--sm--26px {
    padding-left: 26px !important;
  }
  .u-p--left--sm--27px {
    padding-left: 27px !important;
  }
  .u-p--left--sm--28px {
    padding-left: 28px !important;
  }
  .u-p--left--sm--29px {
    padding-left: 29px !important;
  }
  .u-p--left--sm--30px {
    padding-left: 30px !important;
  }
  .u-p--left--sm--31px {
    padding-left: 31px !important;
  }
  .u-p--left--sm--32px {
    padding-left: 32px !important;
  }
  .u-p--left--sm--33px {
    padding-left: 33px !important;
  }
  .u-p--left--sm--34px {
    padding-left: 34px !important;
  }
  .u-p--left--sm--35px {
    padding-left: 35px !important;
  }
  .u-p--left--sm--36px {
    padding-left: 36px !important;
  }
  .u-p--left--sm--37px {
    padding-left: 37px !important;
  }
  .u-p--left--sm--38px {
    padding-left: 38px !important;
  }
  .u-p--left--sm--39px {
    padding-left: 39px !important;
  }
  .u-p--left--sm--40px {
    padding-left: 40px !important;
  }
  .u-p--left--sm--41px {
    padding-left: 41px !important;
  }
  .u-p--left--sm--42px {
    padding-left: 42px !important;
  }
  .u-p--left--sm--43px {
    padding-left: 43px !important;
  }
  .u-p--left--sm--44px {
    padding-left: 44px !important;
  }
  .u-p--left--sm--45px {
    padding-left: 45px !important;
  }
  .u-p--left--sm--46px {
    padding-left: 46px !important;
  }
  .u-p--left--sm--47px {
    padding-left: 47px !important;
  }
  .u-p--left--sm--48px {
    padding-left: 48px !important;
  }
  .u-p--left--sm--49px {
    padding-left: 49px !important;
  }
  .u-p--left--sm--50px {
    padding-left: 50px !important;
  }
  .u-p--left--sm--51px {
    padding-left: 51px !important;
  }
  .u-p--left--sm--52px {
    padding-left: 52px !important;
  }
  .u-p--left--sm--53px {
    padding-left: 53px !important;
  }
  .u-p--left--sm--54px {
    padding-left: 54px !important;
  }
  .u-p--left--sm--55px {
    padding-left: 55px !important;
  }
  .u-p--left--sm--56px {
    padding-left: 56px !important;
  }
  .u-p--left--sm--57px {
    padding-left: 57px !important;
  }
  .u-p--left--sm--58px {
    padding-left: 58px !important;
  }
  .u-p--left--sm--59px {
    padding-left: 59px !important;
  }
  .u-p--left--sm--60px {
    padding-left: 60px !important;
  }
  .u-p--left--sm--61px {
    padding-left: 61px !important;
  }
  .u-p--left--sm--62px {
    padding-left: 62px !important;
  }
  .u-p--left--sm--63px {
    padding-left: 63px !important;
  }
  .u-p--left--sm--64px {
    padding-left: 64px !important;
  }
  .u-p--left--sm--65px {
    padding-left: 65px !important;
  }
  .u-p--left--sm--66px {
    padding-left: 66px !important;
  }
  .u-p--left--sm--67px {
    padding-left: 67px !important;
  }
  .u-p--left--sm--68px {
    padding-left: 68px !important;
  }
  .u-p--left--sm--69px {
    padding-left: 69px !important;
  }
  .u-p--left--sm--70px {
    padding-left: 70px !important;
  }
  .u-p--left--sm--71px {
    padding-left: 71px !important;
  }
  .u-p--left--sm--72px {
    padding-left: 72px !important;
  }
  .u-p--left--sm--73px {
    padding-left: 73px !important;
  }
  .u-p--left--sm--74px {
    padding-left: 74px !important;
  }
  .u-p--left--sm--75px {
    padding-left: 75px !important;
  }
  .u-p--left--sm--76px {
    padding-left: 76px !important;
  }
  .u-p--left--sm--77px {
    padding-left: 77px !important;
  }
  .u-p--left--sm--78px {
    padding-left: 78px !important;
  }
  .u-p--left--sm--79px {
    padding-left: 79px !important;
  }
  .u-p--left--sm--80px {
    padding-left: 80px !important;
  }
  .u-p--left--sm--81px {
    padding-left: 81px !important;
  }
  .u-p--left--sm--82px {
    padding-left: 82px !important;
  }
  .u-p--left--sm--83px {
    padding-left: 83px !important;
  }
  .u-p--left--sm--84px {
    padding-left: 84px !important;
  }
  .u-p--left--sm--85px {
    padding-left: 85px !important;
  }
  .u-p--left--sm--86px {
    padding-left: 86px !important;
  }
  .u-p--left--sm--87px {
    padding-left: 87px !important;
  }
  .u-p--left--sm--88px {
    padding-left: 88px !important;
  }
  .u-p--left--sm--89px {
    padding-left: 89px !important;
  }
  .u-p--left--sm--90px {
    padding-left: 90px !important;
  }
  .u-p--left--sm--91px {
    padding-left: 91px !important;
  }
  .u-p--left--sm--92px {
    padding-left: 92px !important;
  }
  .u-p--left--sm--93px {
    padding-left: 93px !important;
  }
  .u-p--left--sm--94px {
    padding-left: 94px !important;
  }
  .u-p--left--sm--95px {
    padding-left: 95px !important;
  }
  .u-p--left--sm--96px {
    padding-left: 96px !important;
  }
  .u-p--left--sm--97px {
    padding-left: 97px !important;
  }
  .u-p--left--sm--98px {
    padding-left: 98px !important;
  }
  .u-p--left--sm--99px {
    padding-left: 99px !important;
  }
  .u-p--left--sm--100px {
    padding-left: 100px !important;
  }
}
@media (max-width: 768px) {
  .u-p--left--md--0 {
    padding-left: 0 !important;
  }
  .u-p--left--md--1px {
    padding-left: 1px !important;
  }
  .u-p--left--md--2px {
    padding-left: 2px !important;
  }
  .u-p--left--md--3px {
    padding-left: 3px !important;
  }
  .u-p--left--md--4px {
    padding-left: 4px !important;
  }
  .u-p--left--md--5px {
    padding-left: 5px !important;
  }
  .u-p--left--md--6px {
    padding-left: 6px !important;
  }
  .u-p--left--md--7px {
    padding-left: 7px !important;
  }
  .u-p--left--md--8px {
    padding-left: 8px !important;
  }
  .u-p--left--md--9px {
    padding-left: 9px !important;
  }
  .u-p--left--md--10px {
    padding-left: 10px !important;
  }
  .u-p--left--md--11px {
    padding-left: 11px !important;
  }
  .u-p--left--md--12px {
    padding-left: 12px !important;
  }
  .u-p--left--md--13px {
    padding-left: 13px !important;
  }
  .u-p--left--md--14px {
    padding-left: 14px !important;
  }
  .u-p--left--md--15px {
    padding-left: 15px !important;
  }
  .u-p--left--md--16px {
    padding-left: 16px !important;
  }
  .u-p--left--md--17px {
    padding-left: 17px !important;
  }
  .u-p--left--md--18px {
    padding-left: 18px !important;
  }
  .u-p--left--md--19px {
    padding-left: 19px !important;
  }
  .u-p--left--md--20px {
    padding-left: 20px !important;
  }
  .u-p--left--md--21px {
    padding-left: 21px !important;
  }
  .u-p--left--md--22px {
    padding-left: 22px !important;
  }
  .u-p--left--md--23px {
    padding-left: 23px !important;
  }
  .u-p--left--md--24px {
    padding-left: 24px !important;
  }
  .u-p--left--md--25px {
    padding-left: 25px !important;
  }
  .u-p--left--md--26px {
    padding-left: 26px !important;
  }
  .u-p--left--md--27px {
    padding-left: 27px !important;
  }
  .u-p--left--md--28px {
    padding-left: 28px !important;
  }
  .u-p--left--md--29px {
    padding-left: 29px !important;
  }
  .u-p--left--md--30px {
    padding-left: 30px !important;
  }
  .u-p--left--md--31px {
    padding-left: 31px !important;
  }
  .u-p--left--md--32px {
    padding-left: 32px !important;
  }
  .u-p--left--md--33px {
    padding-left: 33px !important;
  }
  .u-p--left--md--34px {
    padding-left: 34px !important;
  }
  .u-p--left--md--35px {
    padding-left: 35px !important;
  }
  .u-p--left--md--36px {
    padding-left: 36px !important;
  }
  .u-p--left--md--37px {
    padding-left: 37px !important;
  }
  .u-p--left--md--38px {
    padding-left: 38px !important;
  }
  .u-p--left--md--39px {
    padding-left: 39px !important;
  }
  .u-p--left--md--40px {
    padding-left: 40px !important;
  }
  .u-p--left--md--41px {
    padding-left: 41px !important;
  }
  .u-p--left--md--42px {
    padding-left: 42px !important;
  }
  .u-p--left--md--43px {
    padding-left: 43px !important;
  }
  .u-p--left--md--44px {
    padding-left: 44px !important;
  }
  .u-p--left--md--45px {
    padding-left: 45px !important;
  }
  .u-p--left--md--46px {
    padding-left: 46px !important;
  }
  .u-p--left--md--47px {
    padding-left: 47px !important;
  }
  .u-p--left--md--48px {
    padding-left: 48px !important;
  }
  .u-p--left--md--49px {
    padding-left: 49px !important;
  }
  .u-p--left--md--50px {
    padding-left: 50px !important;
  }
  .u-p--left--md--51px {
    padding-left: 51px !important;
  }
  .u-p--left--md--52px {
    padding-left: 52px !important;
  }
  .u-p--left--md--53px {
    padding-left: 53px !important;
  }
  .u-p--left--md--54px {
    padding-left: 54px !important;
  }
  .u-p--left--md--55px {
    padding-left: 55px !important;
  }
  .u-p--left--md--56px {
    padding-left: 56px !important;
  }
  .u-p--left--md--57px {
    padding-left: 57px !important;
  }
  .u-p--left--md--58px {
    padding-left: 58px !important;
  }
  .u-p--left--md--59px {
    padding-left: 59px !important;
  }
  .u-p--left--md--60px {
    padding-left: 60px !important;
  }
  .u-p--left--md--61px {
    padding-left: 61px !important;
  }
  .u-p--left--md--62px {
    padding-left: 62px !important;
  }
  .u-p--left--md--63px {
    padding-left: 63px !important;
  }
  .u-p--left--md--64px {
    padding-left: 64px !important;
  }
  .u-p--left--md--65px {
    padding-left: 65px !important;
  }
  .u-p--left--md--66px {
    padding-left: 66px !important;
  }
  .u-p--left--md--67px {
    padding-left: 67px !important;
  }
  .u-p--left--md--68px {
    padding-left: 68px !important;
  }
  .u-p--left--md--69px {
    padding-left: 69px !important;
  }
  .u-p--left--md--70px {
    padding-left: 70px !important;
  }
  .u-p--left--md--71px {
    padding-left: 71px !important;
  }
  .u-p--left--md--72px {
    padding-left: 72px !important;
  }
  .u-p--left--md--73px {
    padding-left: 73px !important;
  }
  .u-p--left--md--74px {
    padding-left: 74px !important;
  }
  .u-p--left--md--75px {
    padding-left: 75px !important;
  }
  .u-p--left--md--76px {
    padding-left: 76px !important;
  }
  .u-p--left--md--77px {
    padding-left: 77px !important;
  }
  .u-p--left--md--78px {
    padding-left: 78px !important;
  }
  .u-p--left--md--79px {
    padding-left: 79px !important;
  }
  .u-p--left--md--80px {
    padding-left: 80px !important;
  }
  .u-p--left--md--81px {
    padding-left: 81px !important;
  }
  .u-p--left--md--82px {
    padding-left: 82px !important;
  }
  .u-p--left--md--83px {
    padding-left: 83px !important;
  }
  .u-p--left--md--84px {
    padding-left: 84px !important;
  }
  .u-p--left--md--85px {
    padding-left: 85px !important;
  }
  .u-p--left--md--86px {
    padding-left: 86px !important;
  }
  .u-p--left--md--87px {
    padding-left: 87px !important;
  }
  .u-p--left--md--88px {
    padding-left: 88px !important;
  }
  .u-p--left--md--89px {
    padding-left: 89px !important;
  }
  .u-p--left--md--90px {
    padding-left: 90px !important;
  }
  .u-p--left--md--91px {
    padding-left: 91px !important;
  }
  .u-p--left--md--92px {
    padding-left: 92px !important;
  }
  .u-p--left--md--93px {
    padding-left: 93px !important;
  }
  .u-p--left--md--94px {
    padding-left: 94px !important;
  }
  .u-p--left--md--95px {
    padding-left: 95px !important;
  }
  .u-p--left--md--96px {
    padding-left: 96px !important;
  }
  .u-p--left--md--97px {
    padding-left: 97px !important;
  }
  .u-p--left--md--98px {
    padding-left: 98px !important;
  }
  .u-p--left--md--99px {
    padding-left: 99px !important;
  }
  .u-p--left--md--100px {
    padding-left: 100px !important;
  }
}
@media (max-width: 992px) {
  .u-p--left--lg--0 {
    padding-left: 0 !important;
  }
  .u-p--left--lg--1px {
    padding-left: 1px !important;
  }
  .u-p--left--lg--2px {
    padding-left: 2px !important;
  }
  .u-p--left--lg--3px {
    padding-left: 3px !important;
  }
  .u-p--left--lg--4px {
    padding-left: 4px !important;
  }
  .u-p--left--lg--5px {
    padding-left: 5px !important;
  }
  .u-p--left--lg--6px {
    padding-left: 6px !important;
  }
  .u-p--left--lg--7px {
    padding-left: 7px !important;
  }
  .u-p--left--lg--8px {
    padding-left: 8px !important;
  }
  .u-p--left--lg--9px {
    padding-left: 9px !important;
  }
  .u-p--left--lg--10px {
    padding-left: 10px !important;
  }
  .u-p--left--lg--11px {
    padding-left: 11px !important;
  }
  .u-p--left--lg--12px {
    padding-left: 12px !important;
  }
  .u-p--left--lg--13px {
    padding-left: 13px !important;
  }
  .u-p--left--lg--14px {
    padding-left: 14px !important;
  }
  .u-p--left--lg--15px {
    padding-left: 15px !important;
  }
  .u-p--left--lg--16px {
    padding-left: 16px !important;
  }
  .u-p--left--lg--17px {
    padding-left: 17px !important;
  }
  .u-p--left--lg--18px {
    padding-left: 18px !important;
  }
  .u-p--left--lg--19px {
    padding-left: 19px !important;
  }
  .u-p--left--lg--20px {
    padding-left: 20px !important;
  }
  .u-p--left--lg--21px {
    padding-left: 21px !important;
  }
  .u-p--left--lg--22px {
    padding-left: 22px !important;
  }
  .u-p--left--lg--23px {
    padding-left: 23px !important;
  }
  .u-p--left--lg--24px {
    padding-left: 24px !important;
  }
  .u-p--left--lg--25px {
    padding-left: 25px !important;
  }
  .u-p--left--lg--26px {
    padding-left: 26px !important;
  }
  .u-p--left--lg--27px {
    padding-left: 27px !important;
  }
  .u-p--left--lg--28px {
    padding-left: 28px !important;
  }
  .u-p--left--lg--29px {
    padding-left: 29px !important;
  }
  .u-p--left--lg--30px {
    padding-left: 30px !important;
  }
  .u-p--left--lg--31px {
    padding-left: 31px !important;
  }
  .u-p--left--lg--32px {
    padding-left: 32px !important;
  }
  .u-p--left--lg--33px {
    padding-left: 33px !important;
  }
  .u-p--left--lg--34px {
    padding-left: 34px !important;
  }
  .u-p--left--lg--35px {
    padding-left: 35px !important;
  }
  .u-p--left--lg--36px {
    padding-left: 36px !important;
  }
  .u-p--left--lg--37px {
    padding-left: 37px !important;
  }
  .u-p--left--lg--38px {
    padding-left: 38px !important;
  }
  .u-p--left--lg--39px {
    padding-left: 39px !important;
  }
  .u-p--left--lg--40px {
    padding-left: 40px !important;
  }
  .u-p--left--lg--41px {
    padding-left: 41px !important;
  }
  .u-p--left--lg--42px {
    padding-left: 42px !important;
  }
  .u-p--left--lg--43px {
    padding-left: 43px !important;
  }
  .u-p--left--lg--44px {
    padding-left: 44px !important;
  }
  .u-p--left--lg--45px {
    padding-left: 45px !important;
  }
  .u-p--left--lg--46px {
    padding-left: 46px !important;
  }
  .u-p--left--lg--47px {
    padding-left: 47px !important;
  }
  .u-p--left--lg--48px {
    padding-left: 48px !important;
  }
  .u-p--left--lg--49px {
    padding-left: 49px !important;
  }
  .u-p--left--lg--50px {
    padding-left: 50px !important;
  }
  .u-p--left--lg--51px {
    padding-left: 51px !important;
  }
  .u-p--left--lg--52px {
    padding-left: 52px !important;
  }
  .u-p--left--lg--53px {
    padding-left: 53px !important;
  }
  .u-p--left--lg--54px {
    padding-left: 54px !important;
  }
  .u-p--left--lg--55px {
    padding-left: 55px !important;
  }
  .u-p--left--lg--56px {
    padding-left: 56px !important;
  }
  .u-p--left--lg--57px {
    padding-left: 57px !important;
  }
  .u-p--left--lg--58px {
    padding-left: 58px !important;
  }
  .u-p--left--lg--59px {
    padding-left: 59px !important;
  }
  .u-p--left--lg--60px {
    padding-left: 60px !important;
  }
  .u-p--left--lg--61px {
    padding-left: 61px !important;
  }
  .u-p--left--lg--62px {
    padding-left: 62px !important;
  }
  .u-p--left--lg--63px {
    padding-left: 63px !important;
  }
  .u-p--left--lg--64px {
    padding-left: 64px !important;
  }
  .u-p--left--lg--65px {
    padding-left: 65px !important;
  }
  .u-p--left--lg--66px {
    padding-left: 66px !important;
  }
  .u-p--left--lg--67px {
    padding-left: 67px !important;
  }
  .u-p--left--lg--68px {
    padding-left: 68px !important;
  }
  .u-p--left--lg--69px {
    padding-left: 69px !important;
  }
  .u-p--left--lg--70px {
    padding-left: 70px !important;
  }
  .u-p--left--lg--71px {
    padding-left: 71px !important;
  }
  .u-p--left--lg--72px {
    padding-left: 72px !important;
  }
  .u-p--left--lg--73px {
    padding-left: 73px !important;
  }
  .u-p--left--lg--74px {
    padding-left: 74px !important;
  }
  .u-p--left--lg--75px {
    padding-left: 75px !important;
  }
  .u-p--left--lg--76px {
    padding-left: 76px !important;
  }
  .u-p--left--lg--77px {
    padding-left: 77px !important;
  }
  .u-p--left--lg--78px {
    padding-left: 78px !important;
  }
  .u-p--left--lg--79px {
    padding-left: 79px !important;
  }
  .u-p--left--lg--80px {
    padding-left: 80px !important;
  }
  .u-p--left--lg--81px {
    padding-left: 81px !important;
  }
  .u-p--left--lg--82px {
    padding-left: 82px !important;
  }
  .u-p--left--lg--83px {
    padding-left: 83px !important;
  }
  .u-p--left--lg--84px {
    padding-left: 84px !important;
  }
  .u-p--left--lg--85px {
    padding-left: 85px !important;
  }
  .u-p--left--lg--86px {
    padding-left: 86px !important;
  }
  .u-p--left--lg--87px {
    padding-left: 87px !important;
  }
  .u-p--left--lg--88px {
    padding-left: 88px !important;
  }
  .u-p--left--lg--89px {
    padding-left: 89px !important;
  }
  .u-p--left--lg--90px {
    padding-left: 90px !important;
  }
  .u-p--left--lg--91px {
    padding-left: 91px !important;
  }
  .u-p--left--lg--92px {
    padding-left: 92px !important;
  }
  .u-p--left--lg--93px {
    padding-left: 93px !important;
  }
  .u-p--left--lg--94px {
    padding-left: 94px !important;
  }
  .u-p--left--lg--95px {
    padding-left: 95px !important;
  }
  .u-p--left--lg--96px {
    padding-left: 96px !important;
  }
  .u-p--left--lg--97px {
    padding-left: 97px !important;
  }
  .u-p--left--lg--98px {
    padding-left: 98px !important;
  }
  .u-p--left--lg--99px {
    padding-left: 99px !important;
  }
  .u-p--left--lg--100px {
    padding-left: 100px !important;
  }
}
.u-p--x--0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.u-p--x--1px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.u-p--x--2px {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.u-p--x--3px {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.u-p--x--4px {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.u-p--x--5px {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.u-p--x--6px {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.u-p--x--7px {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.u-p--x--8px {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.u-p--x--9px {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.u-p--x--10px {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.u-p--x--11px {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}
.u-p--x--12px {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.u-p--x--13px {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}
.u-p--x--14px {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.u-p--x--15px {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.u-p--x--16px {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.u-p--x--17px {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}
.u-p--x--18px {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.u-p--x--19px {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}
.u-p--x--20px {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.u-p--x--21px {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}
.u-p--x--22px {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}
.u-p--x--23px {
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}
.u-p--x--24px {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.u-p--x--25px {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.u-p--x--26px {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}
.u-p--x--27px {
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}
.u-p--x--28px {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.u-p--x--29px {
  padding-top: 29px !important;
  padding-bottom: 29px !important;
}
.u-p--x--30px {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.u-p--x--31px {
  padding-top: 31px !important;
  padding-bottom: 31px !important;
}
.u-p--x--32px {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.u-p--x--33px {
  padding-top: 33px !important;
  padding-bottom: 33px !important;
}
.u-p--x--34px {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}
.u-p--x--35px {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.u-p--x--36px {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
.u-p--x--37px {
  padding-top: 37px !important;
  padding-bottom: 37px !important;
}
.u-p--x--38px {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}
.u-p--x--39px {
  padding-top: 39px !important;
  padding-bottom: 39px !important;
}
.u-p--x--40px {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.u-p--x--41px {
  padding-top: 41px !important;
  padding-bottom: 41px !important;
}
.u-p--x--42px {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}
.u-p--x--43px {
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}
.u-p--x--44px {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}
.u-p--x--45px {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.u-p--x--46px {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}
.u-p--x--47px {
  padding-top: 47px !important;
  padding-bottom: 47px !important;
}
.u-p--x--48px {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.u-p--x--49px {
  padding-top: 49px !important;
  padding-bottom: 49px !important;
}
.u-p--x--50px {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.u-p--x--51px {
  padding-top: 51px !important;
  padding-bottom: 51px !important;
}
.u-p--x--52px {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}
.u-p--x--53px {
  padding-top: 53px !important;
  padding-bottom: 53px !important;
}
.u-p--x--54px {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}
.u-p--x--55px {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}
.u-p--x--56px {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
.u-p--x--57px {
  padding-top: 57px !important;
  padding-bottom: 57px !important;
}
.u-p--x--58px {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}
.u-p--x--59px {
  padding-top: 59px !important;
  padding-bottom: 59px !important;
}
.u-p--x--60px {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.u-p--x--61px {
  padding-top: 61px !important;
  padding-bottom: 61px !important;
}
.u-p--x--62px {
  padding-top: 62px !important;
  padding-bottom: 62px !important;
}
.u-p--x--63px {
  padding-top: 63px !important;
  padding-bottom: 63px !important;
}
.u-p--x--64px {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.u-p--x--65px {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}
.u-p--x--66px {
  padding-top: 66px !important;
  padding-bottom: 66px !important;
}
.u-p--x--67px {
  padding-top: 67px !important;
  padding-bottom: 67px !important;
}
.u-p--x--68px {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}
.u-p--x--69px {
  padding-top: 69px !important;
  padding-bottom: 69px !important;
}
.u-p--x--70px {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.u-p--x--71px {
  padding-top: 71px !important;
  padding-bottom: 71px !important;
}
.u-p--x--72px {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}
.u-p--x--73px {
  padding-top: 73px !important;
  padding-bottom: 73px !important;
}
.u-p--x--74px {
  padding-top: 74px !important;
  padding-bottom: 74px !important;
}
.u-p--x--75px {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
.u-p--x--76px {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}
.u-p--x--77px {
  padding-top: 77px !important;
  padding-bottom: 77px !important;
}
.u-p--x--78px {
  padding-top: 78px !important;
  padding-bottom: 78px !important;
}
.u-p--x--79px {
  padding-top: 79px !important;
  padding-bottom: 79px !important;
}
.u-p--x--80px {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.u-p--x--81px {
  padding-top: 81px !important;
  padding-bottom: 81px !important;
}
.u-p--x--82px {
  padding-top: 82px !important;
  padding-bottom: 82px !important;
}
.u-p--x--83px {
  padding-top: 83px !important;
  padding-bottom: 83px !important;
}
.u-p--x--84px {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}
.u-p--x--85px {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}
.u-p--x--86px {
  padding-top: 86px !important;
  padding-bottom: 86px !important;
}
.u-p--x--87px {
  padding-top: 87px !important;
  padding-bottom: 87px !important;
}
.u-p--x--88px {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}
.u-p--x--89px {
  padding-top: 89px !important;
  padding-bottom: 89px !important;
}
.u-p--x--90px {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.u-p--x--91px {
  padding-top: 91px !important;
  padding-bottom: 91px !important;
}
.u-p--x--92px {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}
.u-p--x--93px {
  padding-top: 93px !important;
  padding-bottom: 93px !important;
}
.u-p--x--94px {
  padding-top: 94px !important;
  padding-bottom: 94px !important;
}
.u-p--x--95px {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}
.u-p--x--96px {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}
.u-p--x--97px {
  padding-top: 97px !important;
  padding-bottom: 97px !important;
}
.u-p--x--98px {
  padding-top: 98px !important;
  padding-bottom: 98px !important;
}
.u-p--x--99px {
  padding-top: 99px !important;
  padding-bottom: 99px !important;
}
.u-p--x--100px {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.u-p--y--0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.u-p--y--1px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.u-p--y--2px {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.u-p--y--3px {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.u-p--y--4px {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.u-p--y--5px {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.u-p--y--6px {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.u-p--y--7px {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.u-p--y--8px {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.u-p--y--9px {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.u-p--y--10px {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.u-p--y--11px {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}
.u-p--y--12px {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.u-p--y--13px {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}
.u-p--y--14px {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.u-p--y--15px {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.u-p--y--16px {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.u-p--y--17px {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}
.u-p--y--18px {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.u-p--y--19px {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}
.u-p--y--20px {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.u-p--y--21px {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}
.u-p--y--22px {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}
.u-p--y--23px {
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}
.u-p--y--24px {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.u-p--y--25px {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.u-p--y--26px {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}
.u-p--y--27px {
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}
.u-p--y--28px {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.u-p--y--29px {
  padding-top: 29px !important;
  padding-bottom: 29px !important;
}
.u-p--y--30px {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.u-p--y--31px {
  padding-top: 31px !important;
  padding-bottom: 31px !important;
}
.u-p--y--32px {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.u-p--y--33px {
  padding-top: 33px !important;
  padding-bottom: 33px !important;
}
.u-p--y--34px {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}
.u-p--y--35px {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.u-p--y--36px {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
.u-p--y--37px {
  padding-top: 37px !important;
  padding-bottom: 37px !important;
}
.u-p--y--38px {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}
.u-p--y--39px {
  padding-top: 39px !important;
  padding-bottom: 39px !important;
}
.u-p--y--40px {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.u-p--y--41px {
  padding-top: 41px !important;
  padding-bottom: 41px !important;
}
.u-p--y--42px {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}
.u-p--y--43px {
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}
.u-p--y--44px {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}
.u-p--y--45px {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.u-p--y--46px {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}
.u-p--y--47px {
  padding-top: 47px !important;
  padding-bottom: 47px !important;
}
.u-p--y--48px {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.u-p--y--49px {
  padding-top: 49px !important;
  padding-bottom: 49px !important;
}
.u-p--y--50px {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.u-p--y--51px {
  padding-top: 51px !important;
  padding-bottom: 51px !important;
}
.u-p--y--52px {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}
.u-p--y--53px {
  padding-top: 53px !important;
  padding-bottom: 53px !important;
}
.u-p--y--54px {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}
.u-p--y--55px {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}
.u-p--y--56px {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
.u-p--y--57px {
  padding-top: 57px !important;
  padding-bottom: 57px !important;
}
.u-p--y--58px {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}
.u-p--y--59px {
  padding-top: 59px !important;
  padding-bottom: 59px !important;
}
.u-p--y--60px {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.u-p--y--61px {
  padding-top: 61px !important;
  padding-bottom: 61px !important;
}
.u-p--y--62px {
  padding-top: 62px !important;
  padding-bottom: 62px !important;
}
.u-p--y--63px {
  padding-top: 63px !important;
  padding-bottom: 63px !important;
}
.u-p--y--64px {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.u-p--y--65px {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}
.u-p--y--66px {
  padding-top: 66px !important;
  padding-bottom: 66px !important;
}
.u-p--y--67px {
  padding-top: 67px !important;
  padding-bottom: 67px !important;
}
.u-p--y--68px {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}
.u-p--y--69px {
  padding-top: 69px !important;
  padding-bottom: 69px !important;
}
.u-p--y--70px {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.u-p--y--71px {
  padding-top: 71px !important;
  padding-bottom: 71px !important;
}
.u-p--y--72px {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}
.u-p--y--73px {
  padding-top: 73px !important;
  padding-bottom: 73px !important;
}
.u-p--y--74px {
  padding-top: 74px !important;
  padding-bottom: 74px !important;
}
.u-p--y--75px {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
.u-p--y--76px {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}
.u-p--y--77px {
  padding-top: 77px !important;
  padding-bottom: 77px !important;
}
.u-p--y--78px {
  padding-top: 78px !important;
  padding-bottom: 78px !important;
}
.u-p--y--79px {
  padding-top: 79px !important;
  padding-bottom: 79px !important;
}
.u-p--y--80px {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.u-p--y--81px {
  padding-top: 81px !important;
  padding-bottom: 81px !important;
}
.u-p--y--82px {
  padding-top: 82px !important;
  padding-bottom: 82px !important;
}
.u-p--y--83px {
  padding-top: 83px !important;
  padding-bottom: 83px !important;
}
.u-p--y--84px {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}
.u-p--y--85px {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}
.u-p--y--86px {
  padding-top: 86px !important;
  padding-bottom: 86px !important;
}
.u-p--y--87px {
  padding-top: 87px !important;
  padding-bottom: 87px !important;
}
.u-p--y--88px {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}
.u-p--y--89px {
  padding-top: 89px !important;
  padding-bottom: 89px !important;
}
.u-p--y--90px {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.u-p--y--91px {
  padding-top: 91px !important;
  padding-bottom: 91px !important;
}
.u-p--y--92px {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}
.u-p--y--93px {
  padding-top: 93px !important;
  padding-bottom: 93px !important;
}
.u-p--y--94px {
  padding-top: 94px !important;
  padding-bottom: 94px !important;
}
.u-p--y--95px {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}
.u-p--y--96px {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}
.u-p--y--97px {
  padding-top: 97px !important;
  padding-bottom: 97px !important;
}
.u-p--y--98px {
  padding-top: 98px !important;
  padding-bottom: 98px !important;
}
.u-p--y--99px {
  padding-top: 99px !important;
  padding-bottom: 99px !important;
}
.u-p--y--100px {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.u-position--center {
  margin: auto auto;
}
.u-position--left {
  margin-right: auto;
}
.u-position--right {
  margin-left: auto;
}

.u-stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.u-text--right {
  text-align: right !important;
}
.u-text--center {
  text-align: center !important;
}
.u-text--left {
  text-align: left !important;
}
.u-text--left--xs {
  text-align: left !important;
}
@media (max-width: 576px) {
  .u-text--left--sm {
    text-align: left !important;
  }
}
@media (max-width: 768px) {
  .u-text--left--md {
    text-align: left !important;
  }
}
@media (max-width: 992px) {
  .u-text--left--lg {
    text-align: left !important;
  }
}
@media (max-width: 1200px) {
  .u-text--left--xl {
    text-align: left !important;
  }
}
.u-text--lh-16 {
  line-height: 2.25;
}
@media (max-width: 576px) {
  .u-text--lh-16 {
    line-height: 1.8;
  }
}

.u-title--hidden-01 {
  margin-bottom: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.u-title--hidden-02 * {
  margin-bottom: 0;
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.u-title--hidden-03 * {
  margin-bottom: 0;
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.u-title--first-color .first-letter {
  color: #372a9a;
  background: -webkit-linear-gradient(0deg, #5ebdd5, #52c1a2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.u-title--text-gradation {
  display: inline;
  color: #372a9a;
  background: -webkit-linear-gradient(0deg, #5ebdd5, #52c1a2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*
* Breadcrumbs Settings
*/
.c-breadcrumbs {
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  margin-bottom: 0;
  text-align: right;
}

.c-btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: calc(1.285rem + 0.42vw);
}
@media (min-width: 1200px) {
  .c-btn {
    font-size: 1.6rem;
  }
}
.c-btn:hover {
  color: #333333;
}
.c-btn a {
  color: inherit;
}
.c-btn {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-btn:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.c-btn--primary {
  background: #372a9a;
  width: 296px;
  max-width: 100%;
  border-radius: 4px;
  font-size: 18px;
  height: 50px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-btn--form {
  background: #372a9a;
  width: 296px;
  max-width: 100%;
  border-radius: 4px;
  font-size: 18px;
  height: 50px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .c-btn--form {
    font-size: 14px;
  }
}
.c-btn--form--back {
  margin-top: 20px;
  background: #e5e7eb;
}

.c-card {
  overflow: hidden;
}
.c-card__body {
  padding: 40px 20px;
}
@media (max-width: 576px) {
  .c-card__body {
    padding: 20px 20px;
  }
}
.c-card--round {
  border-radius: 20px;
}

.c-categories {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 12px;
  padding: 0;
}
.c-categories li {
  list-style-type: none;
  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;
  margin: 0 12px 12px 0;
}
.c-categories li:last-child {
  margin-right: 0;
}
.c-categories li a,
.c-categories li p {
  color: #fff;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-categories li a:hover,
.c-categories li p:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.c-categories li a,
.c-categories li p {
  padding: 2px 12px;
  margin-bottom: 0;
  font-size: 14px;
}
.c-categories--round li {
  border-radius: 20px;
}

.c-dl {
  margin: 0;
}
.c-dl--side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-dl--side dd {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
}

/*
* 編集ボタン
*/
.edit-link {
  display: block;
  text-align: right;
  margin-top: 2rem;
  font-size: 1.2rem;
}
.edit-link .post-edit-link {
  display: inline-block;
  padding: 0.3rem 0.8em;
  color: rgb(10.3441376551%, 7.8991596639%, 28.9635854342%);
  border-radius: 0.2rem;
  border: 1px solid rgb(10.3441376551%, 7.8991596639%, 28.9635854342%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.edit-link .post-edit-link:hover {
  background: rgba(10.3441376551%, 7.8991596639%, 28.9635854342%, 0.2);
  text-decoration: none;
}

.c-entry-pageheader {
  background: #372a9a;
  padding: 1em 0;
}
.c-entry-pageheader__title {
  text-align: center;
}
#ez-toc-container {
  background: #fff;
  border: 1px solid #707070;
  position: relative;
  padding: 40px 80px 60px;
  margin-bottom: 60px;
}
@media (max-width: 576px) {
  #ez-toc-container {
    padding: 20px 24px 40px;
  }
}
#ez-toc-container .ez-toc-title-container .ez-toc-title {
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  top: -14px;
  margin: auto;
  display: inherit;
  padding: 0 24px;
  font-weight: 700;
  font-size: 20px;
}
#ez-toc-container .ez-toc-list a {
  color: #333333;
}

.c-hover {
  display: block;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-hover:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.c-hover__img {
  overflow: hidden;
}
.c-hover__img__bg {
  padding: 52.5% 0 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-hover__img__bg:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.c-hover__img:hover .c-hover__img__bg {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.c-hover--img-no img:hover {
  opacity: 1;
}
.c-hover--rolling .animate-target {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.c-hover--rolling:hover .animate-target {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.post-list {
  margin-bottom: 40px;
}

.c-loop-new {
  font-size: 1.2rem;
  background: #372a9a;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  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;
}
.c-loop--post {
  position: relative;
  margin-bottom: 32px;
}
.c-loop--post a {
  text-decoration: none;
}
.c-loop--post .c-loop-new {
  position: absolute;
  top: -20px;
  right: 0;
}
.c-loop--post__img {
  border: 1px solid #372a9a;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.c-loop--post__img::after {
  content: "READ MORE";
  font-family: "Quicksand", sans-serif;
  font-size: calc(1.265rem + 0.18vw);
}
@media (min-width: 1200px) {
  .c-loop--post__img::after {
    font-size: 1.4rem;
  }
}
.c-loop--post__img::after {
  color: #fff;
  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%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.c-loop--post__img:hover img {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.c-loop--post__img:hover::after {
  opacity: 1;
}
.c-loop--post__title {
  margin-top: 1em;
  color: #333333;
  font-size: calc(1.285rem + 0.42vw);
}
@media (min-width: 1200px) {
  .c-loop--post__title {
    font-size: 1.6rem;
  }
}
.c-loop--post__title {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-loop--post__title:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.c-loop--post__title a {
  color: #333333;
}
.c-loop--post__excerpt {
  font-size: 1.2rem;
  line-height: 1.7;
}
.c-loop--post--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1.5em 0;
  border-bottom: 1px solid #e5e7eb;
  position: relative;
  margin-bottom: 0;
}
.c-loop--post--list .c-loop-post__title {
  margin: 0 0 1em;
  color: #333333;
}
.c-loop--post--list .c-loop-new {
  position: absolute;
  top: 10px;
  left: 0;
}
.c-loop--post--list .c-loop-post__img {
  margin-bottom: 0;
  max-width: 250px;
}
.c-loop--post--list .c-loop-post__body {
  padding: 0 24px;
}

article:first-of-type .c-loop--post--layout--a {
  border-top: 1px solid #e5e7eb;
}
article:first-of-type .c-loop--post--layout--c {
  border-top: 1px solid #e5e7eb;
}

.c-loop--post--layout--a {
  padding: 40px 0;
  margin: 0;
  border-bottom: 1px solid #e5e7eb;
}
.c-loop--post--layout--a .c-loop--post__date {
  text-align: center;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.c-loop--post--layout--a .c-loop--post__date__day {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 0;
  letter-spacing: 0px;
}
.c-loop--post--layout--a .c-loop--post__date--bottom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (max-width: 576px) {
  .c-loop--post--layout--a .c-loop--post__date--bottom::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #333333;
    bottom: 12px;
  }
}
.c-loop--post--layout--a .c-loop--post__date--bottom .c-loop--post__date__year:after {
  content: "/";
  display: inline-block;
  margin: 0 6px 0 2px;
}
.c-loop--post--layout--a .c-loop--post__date--bottom p {
  font-size: 14px;
  font-weight: bold;
}
.c-loop--post--layout--a .c-loop--post__title {
  margin: 0 0 20px;
}
.c-loop--post--layout--a .c-loop--post__title * {
  font-size: 30px;
  letter-spacing: 2px;
  color: #333333;
}
.c-loop--post--layout--a .c-loop--post__title a:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.c-loop--post--layout--a .c-loop--post__excerpt * {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2em;
  color: #333333;
}
.c-loop--post--layout--a .c-loop--post__excerpt a:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.c-loop--post--layout--b .c-loop--post__body {
  background: #F0F3F5;
}
.c-loop--post--layout--b .c-loop--post__body__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.c-loop--post--layout--b .c-loop--post__body__info .c-categories {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-loop--post--layout--b .c-loop--post__body__info .c-categories a {
  font-size: 12px;
  font-weight: 700;
}
.c-loop--post--layout--b .c-loop--post__body__info .c-loop--post__date {
  width: 10em;
  text-align: right;
}
.c-loop--post--layout--b .c-loop--post__body__info .c-loop--post__date__full {
  font-size: 12px;
}
.c-loop--post--layout--b .c-loop--post--layout {
  margin: 0;
}
.c-loop--post--layout--b .c-loop--post--layout p {
  font-size: 14px;
}
.c-loop--post--layout--b .c-loop--post__title {
  margin: 0;
}
.c-loop--post--layout--c {
  border-bottom: 1px solid #e5e7eb;
  padding: 40px 0;
}
@media (min-width: 576.02px) {
  .c-loop--post--layout--c .c-loop--post__body__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.c-loop--post--layout--c .c-loop--post__body__info .c-categories {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-loop--post--layout--c .c-loop--post__body__info .c-categories a {
  font-size: 12px;
  font-weight: 700;
}
.c-loop--post--layout--c .c-loop--post__body__info .c-loop--post__date {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 576.02px) {
  .c-loop--post--layout--c .c-loop--post__body__info .c-loop--post__date {
    width: calc(10em + 40px);
    max-width: calc(10em + 40px);
    min-width: calc(10em + 40px);
  }
}
@media (max-width: 576px) {
  .c-loop--post--layout--c .c-loop--post__body__info .c-loop--post__date {
    margin: 20px 0;
  }
}
.c-loop--post--layout--c .c-loop--post__body__info .c-loop--post__date__full {
  margin: 0;
  font-size: 14px;
}
.c-loop--post--layout--c .c-loop--post__body__info .c-loop--post__date:after {
  content: "";
  background: #e5e7eb;
  height: 1px;
  width: 80px;
  margin: 0 24px;
  display: inline-block;
}
.c-loop--post--layout--c .c-loop--post__title {
  font-size: 16px;
  margin: 0;
}

.c-meta-date {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #6b7280;
  font-family: "Quicksand", sans-serif;
}
.c-meta-category {
  font-size: 1.2rem;
}
.c-meta-category a {
  text-decoration: none;
  color: #372a9a !important;
}

.c-nav {
  margin-bottom: 40px;
}
.c-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-nav > ul .cat-item a {
  text-decoration: none;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-nav > ul .current-cat a {
  color: #372a9a;
}
.c-nav-layout--a ul .cat-item {
  padding: 0 12px 0 0;
}
.c-nav-layout--a ul .cat-item::after {
  content: "/";
  display: inline-block;
  padding: 0 0 0 6px;
  color: #e5e7eb;
}
.c-nav-layout--a ul .cat-item:last-child::after {
  display: none;
}
.c-nav-layout--a ul .cat-item a {
  color: #e5e7eb;
}
.c-nav-layout--a ul .cat-item a:hover {
  border-bottom: 2px solid #372a9a;
}
.c-nav-layout--a ul .current-cat a {
  color: #333333;
}
.c-nav-layout--b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.c-nav-layout--b p {
  width: auto;
  min-width: 6em;
  margin: 0;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  padding: 4px 0 4px 0;
  font-weight: 700;
}
@media (max-width: 576px) {
  .c-nav-layout--b p {
    font-size: 12px;
  }
}
.c-nav-layout--b ul {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-nav-layout--b ul .cat-item {
  margin: 0 12px 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 576px) {
  .c-nav-layout--b ul .cat-item {
    margin: 0 6px 12px 0;
  }
}
.c-nav-layout--b ul .cat-item a {
  background-color: #e5e7eb;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
}
.c-nav-layout--b ul .cat-item a:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
@media (max-width: 576px) {
  .c-nav-layout--b ul .cat-item a {
    padding: 2px 8px;
    font-size: 12px;
  }
}
.c-nav-layout--b ul .cat-item a:hover {
  background-color: #372a9a !important;
}
.c-nav-layout--b ul .current-cat a {
  background-color: #372a9a !important;
}
.c-nav-layout--c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.c-nav-layout--c p {
  width: auto;
  min-width: 6em;
  margin: 0;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  padding: 4px 0 4px 0;
  font-weight: 700;
}
@media (max-width: 576px) {
  .c-nav-layout--c p {
    font-size: 12px;
  }
}
.c-nav-layout--c ul {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-nav-layout--c ul .cat-item {
  margin: 0 12px 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 576px) {
  .c-nav-layout--c ul .cat-item {
    margin: 0 6px 12px 0;
  }
}
.c-nav-layout--c ul .cat-item a {
  background-color: #e5e7eb;
  color: #fff;
  padding: 4px 12px;
  font-size: 14px;
}
.c-nav-layout--c ul .cat-item a:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
@media (max-width: 576px) {
  .c-nav-layout--c ul .cat-item a {
    padding: 2px 8px;
    font-size: 12px;
  }
}
.c-nav-layout--c ul .cat-item a:hover {
  background-color: #372a9a !important;
}
.c-nav-layout--c ul .current-cat a {
  background-color: #372a9a !important;
}

/*
* Pagetop Settings

pagescroll.jsと連動
*/
.c-pagetop {
  cursor: pointer;
  background: #faf7f2;
  width: 45px;
  height: 45px;
  right: 16px;
  bottom: 16px;
}

/*
* ページナビゲーション設定
*/
.c-pager--a--single {
  border-top: 1px solid #e5e7eb;
}
.c-pager--a .nav-links {
  position: relative;
  height: 140px;
}
@media (max-width: 576px) {
  .c-pager--a .nav-links {
    height: 80px;
  }
}
.c-pager--a .nav-links:after {
  position: absolute;
  content: "";
  height: calc(100% - 40px);
  background: #e5e7eb;
  width: 1px;
  right: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 576px) {
  .c-pager--a .nav-links:after {
    height: calc(100% - 30px);
  }
}
.c-pager--a .nav-links .nav-previous,
.c-pager--a .nav-links .nav-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-pager--a .nav-links .nav-previous a,
.c-pager--a .nav-links .nav-next a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.c-pager--a .nav-links .nav-previous {
  left: 0;
}
.c-pager--a .nav-links .nav-previous:hover {
  left: -10px;
}
.c-pager--a .nav-links .nav-previous a:before {
  content: "<";
  display: inline-block;
  padding: 0 12px 0 0;
}
.c-pager--a .nav-links .nav-next {
  right: 0;
}
.c-pager--a .nav-links .nav-next:hover {
  right: -10px;
}
.c-pager--a .nav-links .nav-next a:after {
  content: ">";
  display: inline-block;
  padding: 0 0 0 12px;
}
.c-pager--b .navigation {
  text-align: center;
}
.c-pager--b .nav-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 80px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-pager--b .nav-links .prev,
.c-pager--b .nav-links .next {
  position: absolute;
  background: #333333;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 !important;
}
@media (max-width: 576px) {
  .c-pager--b .nav-links .prev,
  .c-pager--b .nav-links .next {
    width: 40px;
    height: 40px;
  }
}
.c-pager--b .nav-links .prev i,
.c-pager--b .nav-links .next i {
  color: #fff;
}
.c-pager--b .nav-links .prev {
  left: 0px;
}
.c-pager--b .nav-links .next {
  right: 0px;
}
.c-pager--b .nav-links .page-numbers {
  color: #e5e7eb;
  margin: 0 12px;
}
.c-pager--b .nav-links .page-numbers:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.c-pager--b .nav-links .page-numbers.current {
  color: #333333;
}
.c-pager--c .navigation {
  text-align: center;
}
.c-pager--c .nav-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 80px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-pager--c .nav-links .prev,
.c-pager--c .nav-links .next {
  position: absolute;
  background: #333333;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 !important;
}
@media (max-width: 576px) {
  .c-pager--c .nav-links .prev,
  .c-pager--c .nav-links .next {
    width: 40px;
    height: 40px;
  }
}
.c-pager--c .nav-links .prev i,
.c-pager--c .nav-links .next i {
  color: #fff;
}
.c-pager--c .nav-links .prev {
  left: 0px;
}
.c-pager--c .nav-links .next {
  right: 0px;
}
.c-pager--c .nav-links .page-numbers {
  color: #e5e7eb;
  margin: 0 12px;
}
.c-pager--c .nav-links .page-numbers:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.c-pager--c .nav-links .page-numbers.current {
  color: #333333;
}

@media (scripting: enabled) {
  .js-scrollin {
    opacity: 0;
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, transform 0.8s ease;
    transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  }
  .js-scrollin.is-show {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .js-scrollin {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
.c-share {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.c-share li {
  list-style: none;
  margin: 0 12px 0;
}
@media (max-width: 576px) {
  .c-share li {
    margin: 0 6px 0;
  }
}

.share-nav--square {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .share-nav--square .share-nav__box {
    margin-bottom: 20px;
  }
}

.c-slider {
  overflow: hidden;
}

.c-title__01,
.is-style-h__01 {
  text-align: center;
}
.c-title__01__icon,
.is-style-h__01__icon {
  margin-bottom: 20px;
}
.c-title__01__icon .icon,
.is-style-h__01__icon .icon {
  width: 29px;
  height: 38px;
}
.c-title__01__title,
.is-style-h__01__title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.c-title__01__title span,
.is-style-h__01__title span {
  font-family: "Quicksand", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  display: block;
  letter-spacing: 0.1em;
}
.c-title--vertical-01,
.is-style-h--vertical-01 {
  text-align: center;
}
.c-title--vertical-01 .title,
.is-style-h--vertical-01 .title {
  font-size: 36px;
  margin: 0 0 0;
  color: #333333;
}
@media (max-width: 576px) {
  .c-title--vertical-01 .title,
  .is-style-h--vertical-01 .title {
    font-size: 18px;
  }
}
.c-title--vertical-01 .text,
.is-style-h--vertical-01 .text {
  font-size: 12px;
  margin: 0 0 4px;
  color: #333333;
}
.c-title--vertical-01:after,
.is-style-h--vertical-01:after {
  content: "";
  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: 1px;
  height: 40px;
  background: #e5e7eb;
  margin: 0 auto;
}

.acf-block-preview .gallery__layout-01 .c-slider {
  height: 407px;
}
.acf-block-preview .gallery__layout-01 .swiper-wrapper {
  position: relative;
}
.acf-block-preview .gallery__layout-01 .swiper-wrapper .swiper-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 407px;
  display: block;
}

.acf-blocks.head__head-01 {
  text-align: center;
}
.acf-blocks.head__head-01 .inner {
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .acf-blocks.head__head-01 .inner {
    margin-bottom: 40px;
  }
}
.acf-blocks.head__head-01 .title__main {
  font-size: 32px;
  margin: 0 0 20px;
  color: #333333;
}
@media (max-width: 768px) {
  .acf-blocks.head__head-01 .title__main {
    font-size: 18px;
    margin: 0 0 12px;
  }
}
.acf-blocks.head__head-01 .title__sub {
  font-size: 18px;
  margin-bottom: 0;
  color: #333333;
}
@media (max-width: 768px) {
  .acf-blocks.head__head-01 .title__sub {
    font-size: 12px;
  }
}
.acf-blocks.head__head-02 {
  text-align: center;
}
.acf-blocks.head__head-02 .title {
  font-size: 30px;
  margin: 0 0 60px;
}
@media (max-width: 576px) {
  .acf-blocks.head__head-02 .title {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.acf-blocks.paragraph__layout-01 {
  margin-bottom: 40px;
}
.acf-blocks.paragraph__layout-01 p {
  font-size: 16px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .acf-blocks.paragraph__layout-01 p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.acf-blocks.paragraph__layout-01 p:last-child {
  margin-bottom: 0;
}
.acf-blocks.block__layout-01 {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .acf-blocks.block__layout-01 {
    margin-bottom: 40px;
  }
}
.acf-blocks.block__layout-01 .top-field {
  position: relative;
  z-index: 1;
}
.acf-blocks.block__layout-01 .bg-field {
  position: relative;
}
.acf-blocks.block__layout-01 .bg-field .inner {
  background: #faf7f2;
  position: absolute;
  z-index: 0;
  top: -215px;
  left: 0;
  width: 100%;
  height: 420px;
}
@media (max-width: 768px) {
  .acf-blocks.block__layout-01 .bg-field .inner {
    height: 260px;
    top: -120px;
  }
}
@media (max-width: 576px) {
  .acf-blocks.block__layout-01 .bg-field .inner {
    height: 320px;
  }
}
.acf-blocks.block__layout-01 .bottom-field {
  position: relative;
  z-index: 1;
  margin: 40px 0 0;
}
@media (max-width: 768px) {
  .acf-blocks.block__layout-01 .bottom-field {
    margin: 20px 0 0;
  }
}
.acf-blocks.block__layout-01 .bottom-field .leftbox {
  font-size: 16px;
}
@media (max-width: 768px) {
  .acf-blocks.block__layout-01 .bottom-field .leftbox {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .acf-blocks.block__layout-01 .bottom-field .rightbox .img__sub {
    width: 70%;
    margin: 0 auto;
  }
}
.acf-blocks.block__layout-02 {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .acf-blocks.block__layout-02 {
    margin-bottom: 40px;
  }
}
.acf-blocks.block__layout-02 .top-field {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200.02px) {
  .acf-blocks.block__layout-02 .top-field__inner {
    margin-right: -166px;
  }
}
.acf-blocks.block__layout-02 .bottom-field {
  position: relative;
  z-index: 1;
}
@media (min-width: 576.02px) {
  .acf-blocks.block__layout-02 .bottom-field {
    margin: 40px 0 0;
  }
}
@media (max-width: 768px) {
  .acf-blocks.block__layout-02 .bottom-field {
    margin: 20px 0 0;
  }
}
@media (max-width: 576px) {
  .acf-blocks.block__layout-02 .bottom-field .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .acf-blocks.block__layout-02 .bottom-field .leftbox .img__sub {
    width: 70%;
    margin: 0 auto;
  }
}
.acf-blocks.block__layout-02 .bottom-field .rightbox .col-inner {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 40px 20px;
}
@media (min-width: 1200.02px) {
  .acf-blocks.block__layout-02 .bottom-field .rightbox .col-inner {
    margin-right: -166px;
    padding: 70px 50px;
  }
}
@media (min-width: 576.02px) {
  .acf-blocks.block__layout-02 .bottom-field .rightbox .col-inner {
    margin-top: -200px;
  }
}
@media (max-width: 576px) {
  .acf-blocks.block__layout-02 .bottom-field .rightbox .col-inner {
    padding: 20px 0;
  }
}
.acf-blocks.block__layout-02 .bottom-field .rightbox p {
  font-size: 16px;
}
@media (max-width: 768px) {
  .acf-blocks.block__layout-02 .bottom-field .rightbox p {
    font-size: 14px;
  }
}
.acf-blocks.process__layout-01 {
  counter-reset: number 0;
  margin-bottom: 80px;
  background: #faf7f2;
  padding: 70px;
}
@media (max-width: 768px) {
  .acf-blocks.process__layout-01 {
    margin-bottom: 40px;
    padding: 20px 0;
  }
}
.acf-blocks.process__layout-01 .top-field {
  padding: 0 0 80px;
}
.acf-blocks.process__layout-01 .top-field__inner .img__inner {
  position: relative;
}
.acf-blocks.process__layout-01 .top-field__head {
  position: absolute;
  z-index: 1;
  bottom: 12px;
  margin: 0;
  padding: 0 16px;
  text-shadow: 0 2px 4px rgba(255, 255, 255, 0.6);
}
.acf-blocks.process__layout-01 .top-field__head__text {
  width: 60%;
  margin: 12px 0 0;
  padding: 0 16px;
  font-size: 16px;
}
@media (max-width: 576px) {
  .acf-blocks.process__layout-01 .top-field__head__text {
    font-size: 14px;
    width: 100%;
  }
}
.acf-blocks.process__layout-01 .process__layout-01__repeat dt {
  width: 5em;
}
@media (max-width: 576px) {
  .acf-blocks.process__layout-01 .process__layout-01__repeat dt {
    width: 2.5em;
  }
}
.acf-blocks.process__layout-01 .process__layout-01__repeat dt:before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
}
.acf-blocks.process__layout-01 .process__layout-01__repeat dt:before,
.acf-blocks.process__layout-01 .process__layout-01__repeat .top-field__head__title {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 1200px) {
  .acf-blocks.process__layout-01 .process__layout-01__repeat dt:before,
  .acf-blocks.process__layout-01 .process__layout-01__repeat .top-field__head__title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .acf-blocks.process__layout-01 .process__layout-01__repeat dt:before,
  .acf-blocks.process__layout-01 .process__layout-01__repeat .top-field__head__title {
    font-size: 18px;
  }
}
@media (min-width: 1200.02px) {
  .acf-blocks.process__layout-01 .process__layout-01__repeat:nth-of-type(odd) .top-field__inner {
    margin-left: -240px;
  }
}
@media (max-width: 1200px) {
  .acf-blocks.process__layout-01 .process__layout-01__repeat:nth-of-type(odd) .top-field__inner {
    margin-left: calc(50% - 50vw);
  }
}
.acf-blocks.process__layout-01 .process__layout-01__repeat:nth-of-type(odd) .top-field__head {
  left: 0;
}
@media (min-width: 1200.02px) {
  .acf-blocks.process__layout-01 .process__layout-01__repeat:nth-of-type(even) .top-field__inner {
    margin-right: -240px;
  }
}
@media (max-width: 1200px) {
  .acf-blocks.process__layout-01 .process__layout-01__repeat:nth-of-type(even) .top-field__inner {
    margin-right: calc(50% - 50vw);
  }
}
.acf-blocks.process__layout-01 .process__layout-01__repeat:nth-of-type(even) .top-field__head {
  right: 0;
}
.acf-blocks.process__layout-01 .process__layout-01__repeat:nth-of-type(even) .top-field__head__text {
  margin-left: auto;
}
.acf-blocks.process__layout-01 .process__layout-01__repeat:last-child .top-field__inner {
  margin: 0 !important;
}
.acf-blocks.process__layout-01 .process__layout-01__repeat:last-child .top-field__head {
  display: none;
}
.acf-blocks.process__layout-01 .process__layout-01__repeat:last-child .top-field__head__text {
  display: none;
}
.acf-blocks.company-01 {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .acf-blocks.company-01 {
    margin-bottom: 40px;
  }
}
.acf-blocks.company-01 .bottom-field {
  margin-top: -130px;
  position: relative;
  z-index: 1;
}
.acf-blocks.company-01 .bottom-field .inner {
  padding: 70px 110px;
  background: rgba(247, 247, 247, 0.9);
}
@media (max-width: 768px) {
  .acf-blocks.company-01 .bottom-field .inner {
    padding: 40px 16px;
  }
}
.acf-blocks.company-01 .bottom-field .inner dl {
  border-bottom: 1px solid #e5e7eb;
  margin: 0;
  padding: 20px 0;
}
@media (max-width: 576px) {
  .acf-blocks.company-01 .bottom-field .inner dl {
    display: block;
  }
}
.acf-blocks.company-01 .bottom-field .inner dl dt {
  font-size: 18px;
}
@media (min-width: 576.02px) {
  .acf-blocks.company-01 .bottom-field .inner dl dt {
    width: 8em;
  }
}
@media (max-width: 576px) {
  .acf-blocks.company-01 .bottom-field .inner dl dt {
    margin: 0 0 8px;
    font-size: 16px;
  }
}
.acf-blocks.company-01 .bottom-field .inner dl dd {
  font-size: 16px;
}
@media (max-width: 576px) {
  .acf-blocks.company-01 .bottom-field .inner dl dd {
    font-size: 14px;
  }
}
.acf-blocks.company-01 .bottom-field .inner dl:first-of-type {
  border-top: 1px solid #e5e7eb;
}
.acf-blocks.gallery__layout-01 {
  background: #faf7f2;
  padding: 60px 0 100px;
  margin: 160px 0 40px;
}
@media (max-width: 576px) {
  .acf-blocks.gallery__layout-01 {
    padding: 30px 0 30px;
    margin: 0 0 40px;
  }
}
.acf-blocks.gallery__layout-01 .gallery__layout-01__inner .leftbox .inner .gallery__layout-01__head .title {
  text-align: center;
  margin: 0 0 20px;
}
.acf-blocks.gallery__layout-01 .gallery__layout-01__inner .leftbox .inner .gallery__layout-01__head .title--ja {
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 30px;
}
@media (max-width: 576px) {
  .acf-blocks.gallery__layout-01 .gallery__layout-01__inner .leftbox .inner .gallery__layout-01__head .title--ja {
    font-size: 24px;
  }
}
.acf-blocks.gallery__layout-01 .gallery__layout-01__inner .leftbox .inner .gallery__layout-01__head .title--en {
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 16px;
}
@media (max-width: 576px) {
  .acf-blocks.gallery__layout-01 .gallery__layout-01__inner .leftbox .inner .gallery__layout-01__head .title--en {
    font-size: 12px;
  }
}
@media (min-width: 576.02px) {
  .acf-blocks.gallery__layout-01 .gallery__layout-01__inner .rightbox .inner {
    margin: -120px 0 0;
  }
}
@media (min-width: 1200.02px) {
  .acf-blocks.gallery__layout-01 .gallery__layout-01__inner {
    margin-right: -166px;
  }
}
@media (max-width: 1200px) {
  .acf-blocks.gallery__layout-01 .gallery__layout-01__inner {
    margin-right: calc(50% - 50vw);
  }
}
@media (max-width: 576px) {
  .acf-blocks.gallery__layout-01 .gallery__layout-01__inner {
    margin: 0 auto;
  }
}
.acf-blocks.timeline-01 .timeline {
  list-style: none;
  list-style-type: none;
  padding: 0;
}
.acf-blocks.timeline-01 .timeline > li {
  margin-bottom: 60px;
  list-style: none;
  list-style-type: none;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
}
.acf-blocks.timeline-01 .timeline > li:nth-child(1) .timeline-content:before {
  content: "";
}
.acf-blocks.timeline-01 .timeline-date {
  width: 90px;
  min-width: 90px;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: -5px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
@media (max-width: 576px) {
  .acf-blocks.timeline-01 .timeline-date {
    width: 80px;
    min-width: 80px;
  }
}
.acf-blocks.timeline-01 .timeline-content {
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border-left: 4px #3C4043 solid;
  padding-left: 60px;
}
@media (max-width: 576px) {
  .acf-blocks.timeline-01 .timeline-content {
    padding-left: 40px;
  }
}
.acf-blocks.timeline-01 .timeline-content p {
  margin-bottom: 60px;
  margin-top: -6px;
}
.acf-blocks.timeline-01 .timeline-content:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #3C4043;
  position: absolute;
  top: -2px;
  left: 83px;
  border-radius: 100%;
}
@media (max-width: 576px) {
  .acf-blocks.timeline-01 .timeline-content:before {
    left: 73px;
  }
}

.concept__layout-01 {
  text-align: center;
}
.concept__layout-01 .concept__layout-01__title {
  border-bottom: 1px solid #34383B;
}
.concept__layout-01 .concept__layout-01__title h2 {
  font-family: "Hiragino Sans、ヒラギノ角ゴシック";
}
.concept__layout-01 .concept__layout-01__title p {
  margin-bottom: 5px;
}
.concept__layout-01 .concept__layout-01__info {
  margin: 5rem 0 7rem 0;
  line-height: 2;
  text-align: left;
  font-size: 2rem;
}
@media (max-width: 992px) {
  .concept__layout-01 .concept__layout-01__info {
    font-size: 1.6rem;
  }
}

.concept__layout-02 {
  text-align: center;
}
.concept__layout-02 .concept__layout-02__title {
  border-bottom: 1px solid #34383B;
  margin-bottom: 5rem;
}
.concept__layout-02 .concept__layout-02__title p {
  margin-bottom: 0;
}
.concept__layout-02 .scale {
  -webkit-transform: scale(1.055, 1.055);
  transform: scale(1.055, 1.055);
}
@media (max-width: 992px) {
  .concept__layout-02 .scale {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.concept__layout-02 .concept__layout-02__item {
  margin-bottom: 5rem;
  width: 25%;
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .concept__layout-02 .concept__layout-02__item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .concept__layout-02 .concept__layout-02__item {
    width: 100%;
  }
}
.concept__layout-02 .concept__layout-02__item .concept__layout-02__item__title {
  margin-bottom: 0;
}
.concept__layout-02 .case-count .case {
  margin: 0;
}
.concept__layout-02 .case-count .count {
  margin: 0;
  font-size: 3rem;
  margin-top: -15px;
}
.concept__layout-02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  bottom: 25px;
  margin-bottom: -25px;
  z-index: -1;
}
@media (max-width: 768px) {
  .concept__layout-02 img {
    width: 100%;
    height: auto;
  }
}

.concept__layout-03 .concept__layout-03__title h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: bold;
  color: #4D555C;
}
@media (max-width: 768px) {
  .concept__layout-03 .concept__layout-03__title h2 {
    font-size: 2.2rem;
  }
}
.concept__layout-03 .concept__layout-03__wrap:nth-child(odd) {
  background-color: #F0F3F5;
}
.concept__layout-03 .concept__layout-03__item {
  margin-bottom: 2rem;
  padding: 2rem 0;
  max-width: 1140px;
  margin: auto;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .concept__layout-03 .concept__layout-03__item {
    text-align: center;
    max-width: 540px;
    margin: 0 auto;
    padding: 3rem;
  }
}
.concept__layout-03 .concept__layout-03__item .concept__layout-03__info {
  line-height: 2;
}
.concept__layout-03 .concept__layout-03__item p {
  margin: 0;
}
.concept__layout-03 .case-count {
  letter-spacing: 5px;
}
.concept__layout-03 .case-count p {
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.concept__layout-03 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 768px) {
  .concept__layout-03 img {
    width: 100%;
    height: auto;
  }
}

.l-single article.post {
  margin-bottom: 80px;
}
@media (max-width: 576px) {
  .l-single article.post {
    margin-bottom: 40px;
  }
}

.components-grid.components-tools-panel.typography-block-support-panel {
  display: none !important;
}

.acf-blocks.blog__card-01 {
  margin-bottom: 40px;
}
.acf-blocks.blog__card-01 .p-blogcard {
  line-height: 1;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  word-wrap: break-word;
  margin: 40px 0;
  -webkit-box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.025);
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.025);
}
.acf-blocks.blog__card-01 .p-blogcard.ex {
  background-color: #f7f7f7;
}
.acf-blocks.blog__card-01 .p-blogcard a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 20px;
  color: #2271b1;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.acf-blocks.blog__card-01 .p-blogcard a:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.acf-blocks.blog__card-01 .p-blogcard a:hover {
  opacity: 0.6;
}
.acf-blocks.blog__card-01 .p-blogcard_thumbnail {
  max-width: 120px;
  min-width: 120px;
}
@media (max-width: 576px) {
  .acf-blocks.blog__card-01 .p-blogcard_thumbnail {
    max-width: 80px;
    min-width: 80px;
  }
}
.acf-blocks.blog__card-01 .p-blogcard_content {
  min-width: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 0 0 24px;
}
.acf-blocks.blog__card-01 .p-blogcard_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  margin: 0 0 8px;
}
@media (max-width: 576px) {
  .acf-blocks.blog__card-01 .p-blogcard_title {
    font-size: 14px;
  }
}
.acf-blocks.blog__card-01 .p-blogcard_excerpt {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 12px;
}
@media (max-width: 576px) {
  .acf-blocks.blog__card-01 .p-blogcard_excerpt {
    font-size: 12px;
    line-height: 1.6;
  }
}
.acf-blocks.blog__card-01 .p-blogcard_link {
  font-size: 10px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.acf-blocks.blog__card-01 .p-blogcard_link .favicon {
  width: 20px;
  margin: 0 8px 0 0;
}
.acf-blocks.blog__card-01 .p-blogcard_link .icon-external-link-alt {
  min-width: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.acf-blocks.blog__card-01 .p-blogcard_link .icon-external-link-alt::before {
  font-size: 0.75em;
}

/*
ボタンブロック装飾

命名規則
.is-style-btn-名前

ブロックエディタ内のボタンにも対応できるよう以下の記述も
.is-style-btn-名前 .wp-block-button__link { スタイル }
*/
.wp-block-button.is-style-btn-primary .wp-block-button__link {
  background: #372a9a !important;
  padding: 0.5em 1em;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.wp-block-button.is-style-btn-primary .wp-block-button__link:hover {
  background: rgb(13.150260104%, 10.0420168067%, 36.8207282913%);
}

.wp-block-button.is-style-btn-accent .wp-block-button__link {
  background: #e63a1f !important;
  padding: 0.5em 1em;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.wp-block-button.is-style-btn-accent .wp-block-button__link:hover {
  background: rgb(65.0885896527%, 15.1098511694%, 7.2643515237%);
}

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

/*
ギャラリー

命名規則
.is-style-gallry_名前
*/
/*
グループブロック装飾

命名規則
.is-style-group-名前
*/
.is-style-group-container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 16px);
  padding-left: var(--bs-gutter-x, 16px);
  margin-right: auto;
  margin-left: auto;
  max-width: 992px;
}

.is-style-group-container-md {
  width: 100%;
  padding-right: var(--bs-gutter-x, 16px);
  padding-left: var(--bs-gutter-x, 16px);
  margin-right: auto;
  margin-left: auto;
  max-width: 1032px;
}

.is-style-group-container-lg {
  width: 100%;
  padding-right: var(--bs-gutter-x, 16px);
  padding-left: var(--bs-gutter-x, 16px);
  margin-right: auto;
  margin-left: auto;
  max-width: 1272px;
}

.is-style-group-container-xl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 16px);
  padding-left: var(--bs-gutter-x, 16px);
  margin-right: auto;
  margin-left: auto;
  max-width: 1472px;
}

/*
見出しブロック装飾

命名規則
.is-style-h_名前
*/
.wp-block-heading {
  margin-bottom: 40px;
}

.l-single--c h2,
.wp-block-heading.is-style-h-layout--l__normal,
.is-style-h-layout--l__normal {
  font-weight: 700;
  font-size: 36px;
  margin: 0 0 20px;
}
@media (max-width: 576px) {
  .l-single--c h2,
  .wp-block-heading.is-style-h-layout--l__normal,
  .is-style-h-layout--l__normal {
    font-size: 28px;
    margin: 0 0 12px;
  }
}

.l-single--a article.type-post h2,
.wp-block-heading.is-style-h-layout--l,
.is-style-h-layout--l {
  border-bottom: 1px solid #000000;
  padding: 4px 0 4px 20px;
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
}
.l-single--a article.type-post h2:before,
.wp-block-heading.is-style-h-layout--l:before,
.is-style-h-layout--l:before {
  content: "";
  background: #e63a1f;
  width: 8px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.l-single--b article.type-post h2,
.wp-block-heading.is-style-h-layout--l__02,
.is-style-h-layout--l__02 {
  padding: 4px 0 4px 0;
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
}
.l-single--b article.type-post h2:before,
.wp-block-heading.is-style-h-layout--l__02:before,
.is-style-h-layout--l__02:before {
  content: "";
  background: black;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.l-single--b article.type-post h2:after,
.wp-block-heading.is-style-h-layout--l__02:after,
.is-style-h-layout--l__02:after {
  content: "";
  background: #e63a1f;
  width: 160px;
  height: 2px;
  position: absolute;
}
@media (max-width: 576px) {
  .l-single--b article.type-post h2:after,
  .wp-block-heading.is-style-h-layout--l__02:after,
  .is-style-h-layout--l__02:after {
    width: 120px;
  }
}
.l-single--b article.type-post h2:after,
.wp-block-heading.is-style-h-layout--l__02:after,
.is-style-h-layout--l__02:after {
  left: 0;
  bottom: 0;
  top: calc(100% - 2px);
}

.l-single--c article.type-post h3,
.wp-block-heading.is-style-h-layout--m__normal,
.is-style-h-layout--m__normal {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 20px;
}
@media (max-width: 576px) {
  .l-single--c article.type-post h3,
  .wp-block-heading.is-style-h-layout--m__normal,
  .is-style-h-layout--m__normal {
    font-size: 20px;
    margin: 0 0 12px;
  }
}

.wp-block-heading.is-style-h-layout--m,
.is-style-h-layout--m {
  padding: 8px 16px;
  position: relative;
  font-size: 16px;
  background: #e63a1f;
  margin-bottom: 20px;
}

.wp-block-heading.is-style-h-layout--m__02,
.is-style-h-layout--m__02 {
  padding: 8px 16px;
  position: relative;
  font-size: 16px;
  background: #e63a1f;
  margin-bottom: 20px;
  border-radius: 8px;
}

.l-single--c article.type-post h4,
.wp-block-heading.is-style-h-layout--s__normal,
.is-style-h-layout--s__normal {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}
@media (max-width: 576px) {
  .l-single--c article.type-post h4,
  .wp-block-heading.is-style-h-layout--s__normal,
  .is-style-h-layout--s__normal {
    font-size: 16px;
    margin: 0 0 12px;
  }
}

.l-single--a article.type-post h3,
.l-single--b article.type-post h3,
.l-single--a article.type-post h4,
.l-single--b article.type-post h4 {
  color: #000000;
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.l-single--a article.type-post h3 :before,
.l-single--b article.type-post h3 :before,
.l-single--a article.type-post h4 :before,
.l-single--b article.type-post h4 :before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #000000;
  border-radius: 50%;
}

/*
区切りブロック装飾

命名規則
.is-style-hr-名前
*/
/*
メディアと文章装飾

命名規則
.is-style-img_名前
*/
.wp-block-image figcaption {
  text-align: center;
  margin: 12px 0 0;
}
.wp-block-image {
  margin-bottom: 40px;
}

.l-single--b .wp-block-image img {
  border-radius: 8px;
}

/*
リストブロック装飾

命名規則
.is-style-list-名前
*/
.wp-block-list {
  margin-bottom: 40px;
}

.l-single article ul {
  margin-bottom: 40px;
}
.l-single article ul li {
  font-size: 16px;
}

.l-single article p {
  font-size: 14px;
  margin-bottom: 40px;
}

.wp-block-paragraph {
  font-size: 14px;
  margin-bottom: 40px;
}

.wp-block-quote.is-style-default,
.is-style-default {
  margin-bottom: 40px;
}
.wp-block-quote.is-style-default p,
.is-style-default p {
  font-size: 20px;
  color: #333333;
}
@media (max-width: 576px) {
  .wp-block-quote.is-style-default p,
  .is-style-default p {
    font-size: 14px;
  }
}
.wp-block-quote.is-style-default cite,
.is-style-default cite {
  font-size: 20px;
  color: #95989A;
  padding: 0 0 0 36px;
  position: relative;
}
@media (max-width: 576px) {
  .wp-block-quote.is-style-default cite,
  .is-style-default cite {
    font-size: 14px;
  }
}
.wp-block-quote.is-style-default cite:before,
.is-style-default cite:before {
  position: absolute;
  top: 48%;
  left: 0;
  background: #95989A;
  height: 2px;
  width: 24px;
  content: "";
}

.wp-block-quote.is-style-quote-layout--01,
.is-style-quote-layout--01 {
  margin-bottom: 40px;
  border-left: 0.25em #ECEEEF solid;
}
.wp-block-quote.is-style-quote-layout--01 p,
.is-style-quote-layout--01 p {
  font-size: 20px;
  color: #333333;
}
@media (max-width: 576px) {
  .wp-block-quote.is-style-quote-layout--01 p,
  .is-style-quote-layout--01 p {
    font-size: 14px;
  }
}
.wp-block-quote.is-style-quote-layout--01 cite,
.is-style-quote-layout--01 cite {
  font-size: 20px;
  color: #818A91;
  padding: 0 0 0 36px;
  position: relative;
}
@media (max-width: 576px) {
  .wp-block-quote.is-style-quote-layout--01 cite,
  .is-style-quote-layout--01 cite {
    font-size: 14px;
  }
}
.wp-block-quote.is-style-quote-layout--01 cite:before,
.is-style-quote-layout--01 cite:before {
  position: absolute;
  top: 48%;
  left: 0;
  background: #818A91;
  height: 2px;
  width: 24px;
  content: "";
}

/*
表ブロック装飾

命名規則
.is-style-table-名前
*/
.wp-block-table.is-style-regular,
.is-style-regular {
  margin-bottom: 40px;
}
.wp-block-table.is-style-regular tr,
.is-style-regular tr {
  background-color: #ffffff !important;
  border-top: 1px solid #e5e7eb;
}
.wp-block-table.is-style-regular tr:first-child td,
.is-style-regular tr:first-child td {
  font-weight: 700;
}
.wp-block-table.is-style-regular tr td,
.is-style-regular tr td {
  border: none;
}
@media (max-width: 576px) {
  .wp-block-table.is-style-regular tr td:first-child,
  .is-style-regular tr td:first-child {
    font-weight: 700;
    width: 150px;
  }
}
@media (max-width: 576px) {
  .wp-block-table.is-style-regular tr td:first-child,
  .is-style-regular tr td:first-child {
    padding: 15px;
  }
}

/*
画像

命名規則
.is-style-media-text_名前
*/
.l-footer {
  background: #0a1f30;
  color: #d1dbe8;
  padding: 48px 0 32px;
}
@media (min-width: 992.02px) {
  .l-footer {
    padding: 80px 0 40px;
  }
}
.l-footer__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding: 0 24px;
}
@media (min-width: 992.02px) {
  .l-footer__inner {
    padding: 0 clamp(40px, 8.33vw, 120px);
  }
}
.l-footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 992.02px) {
  .l-footer__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .l-footer__main > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.l-footer__sitename {
  margin: 0 0 14px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2.2rem;
  color: #fff;
}
.l-footer__address {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.9;
}
.l-footer__address a {
  color: inherit;
  text-decoration: none;
}
.l-footer__label {
  margin: 0 0 12px;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  color: #9eadbf;
}
.l-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.l-footer__menu a {
  color: #d1dbe8;
  font-size: 1.4rem;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.l-footer__menu a:hover {
  color: #fff;
}
.l-footer__menu .sub-menu {
  display: none;
}
@media (min-width: 768.02px) {
  .l-footer__menu--sitemap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
  }
}
@media (min-width: 992.02px) {
  .l-footer__col--sitemap {
    -webkit-box-flex: 1.6;
    -ms-flex: 1.6;
    flex: 1.6;
  }
}
.l-footer__bottom {
  margin-top: 48px;
  border-top: 1px solid #2e4254;
  padding-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  font-size: 1.2rem;
}
@media (min-width: 992.02px) {
  .l-footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.l-footer__legal {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.l-footer__legal a {
  color: #d1dbe8;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.l-footer__legal a:hover {
  color: #fff;
}
.l-footer__copyright {
  margin: 0;
  color: #9eadbf;
}

.l-header {
  position: relative;
  background: #fff;
}
.l-header .js-gnav__container {
  max-width: 1440px;
  margin-inline: auto;
  padding: 0 clamp(12px, 8.33vw, 120px);
}
@media (max-width: 992px) {
  .l-header .js-gnav__container {
    padding: 0 12px;
  }
}
.l-header.is-fixed {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px) saturate(1.4);
  -webkit-backdrop-filter: blur(10px) saturate(1.4);
}
.l-header.is-fixed ~ .l-body {
  padding-top: 68px;
}
@media (min-width: 992.02px) {
  .l-header.is-fixed ~ .l-body {
    padding-top: 104px;
  }
}
.l-header-site {
  position: relative;
  z-index: 104;
}
.l-header-logo {
  margin: 0;
  line-height: 0;
}
.l-header-logo a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.l-header-logo a:hover {
  opacity: 0.75;
}
.l-header-logo img {
  width: 214px;
  height: auto;
}
@media (max-width: 992px) {
  .l-header-logo img {
    width: 179px;
  }
}
.l-header-nav__pc {
  height: 100%;
}
@media (max-width: 992px) {
  .l-header-nav__pc {
    display: none;
  }
}
@media (min-width: 992.02px) {
  .l-header-nav__sp {
    display: none;
  }
}
.l-header-ig {
  position: relative;
  z-index: 104;
  display: block;
  line-height: 0;
  margin-left: 28px;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.l-header-ig:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  opacity: 0.75;
}
.l-header-ig img {
  width: 24px;
  height: 24px;
}
@media (max-width: 992px) {
  .l-header-ig {
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 992px) {
  .l-header .js-gnav-toggle {
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.js-gnav-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .js-gnav-navbar {
    gap: 12px;
  }
}

@media (min-width: 992.02px) {
  .l-header .js-gnav-menu > li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-header .js-gnav-menu > li > a {
    height: 40px;
  }
  .l-header .js-gnav-menu > li > a::after {
    bottom: 0;
  }
  .l-header .js-gnav-menu .sub-menu {
    left: 50%;
    -webkit-transform: translate(-50%, 8px);
    transform: translate(-50%, 8px);
    -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, transform 0.35s ease;
    transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
    -webkit-box-shadow: 0 12px 24px rgba(15, 45, 68, 0.18);
    box-shadow: 0 12px 24px rgba(15, 45, 68, 0.18);
  }
  .l-header .js-gnav-menu .sub-menu > li {
    padding: 0;
  }
  .l-header .js-gnav-menu .sub-menu > li a {
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #fff;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .l-header .js-gnav-menu .sub-menu > li a::before {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 6px;
    height: 11px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/common/icon-chevron--white.svg) no-repeat center/contain;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .l-header .js-gnav-menu .sub-menu > li a:hover::before {
    -webkit-transform: translateY(-50%) translateX(3px);
    transform: translateY(-50%) translateX(3px);
  }
  .l-header .js-gnav-menu li.is-active .sub-menu,
  .l-header .js-gnav-menu li:focus-within .sub-menu {
    opacity: 1;
    height: auto;
    overflow: visible;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.l-spnav {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #f0eff8;
}
.l-spnav li {
  width: 100%;
}
.l-spnav a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 20px 12px 32px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid rgba(55, 42, 154, 0.35);
}
.l-spnav a::after {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 6px;
  height: 10px;
  background: url(../img/common/icon-chevron.svg) no-repeat center/contain;
}
.l-spnav .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-spnav .sub-menu a {
  padding-left: 48px;
}

.js-gnav-nav.is-active .l-spnav > li {
  opacity: 0;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-animation: spnav-item-in 0.45s ease forwards;
  animation: spnav-item-in 0.45s ease forwards;
}
.js-gnav-nav.is-active .l-spnav > li:nth-child(1) {
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}
.js-gnav-nav.is-active .l-spnav > li:nth-child(2) {
  -webkit-animation-delay: 0.22s;
  animation-delay: 0.22s;
}
.js-gnav-nav.is-active .l-spnav > li:nth-child(3) {
  -webkit-animation-delay: 0.28s;
  animation-delay: 0.28s;
}
.js-gnav-nav.is-active .l-spnav > li:nth-child(4) {
  -webkit-animation-delay: 0.34s;
  animation-delay: 0.34s;
}
.js-gnav-nav.is-active .l-spnav > li:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.js-gnav-nav.is-active .l-spnav > li:nth-child(6) {
  -webkit-animation-delay: 0.46s;
  animation-delay: 0.46s;
}
.js-gnav-nav.is-active .l-spnav > li:nth-child(7) {
  -webkit-animation-delay: 0.52s;
  animation-delay: 0.52s;
}
.js-gnav-nav.is-active .l-spnav > li:nth-child(8) {
  -webkit-animation-delay: 0.58s;
  animation-delay: 0.58s;
}
.js-gnav-nav.is-active .l-spnav > li:nth-child(9) {
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
}
.js-gnav-nav.is-active .l-spnav > li:nth-child(10) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

@-webkit-keyframes spnav-item-in {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes spnav-item-in {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .l-header-ig,
  .l-header-logo a,
  .js-gnav-menu .sub-menu,
  .js-gnav-menu .sub-menu > li a::before {
    -webkit-transition: none;
    transition: none;
  }
  .js-gnav-nav.is-active .l-spnav > li {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.site-main {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .site-main {
    padding: 40px 0;
  }
}

@media (min-width: 992.02px) {
  .l-side {
    max-width: 300px;
    margin-left: auto;
  }
}

.l-single {
  margin: 80px 0;
}
.l-single--nav--a {
  margin-bottom: 0px;
}
@media (max-width: 576px) {
  .l-single--nav--a {
    margin-bottom: 40px;
  }
}
.l-single--nav--a li {
  text-align: center;
}
.l-single--nav--b {
  margin-bottom: 80px;
}
@media (max-width: 576px) {
  .l-single--nav--b {
    margin-bottom: 40px;
  }
}
@media (min-width: 768.02px) {
  .l-single--nav--b ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.l-single--nav--b ul li {
  text-align: center;
  height: 60px;
  width: 260px;
  min-width: 260px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .l-single--nav--b ul li {
    width: 200px;
    min-width: 200px;
  }
}
@media (max-width: 768px) {
  .l-single--nav--b ul li {
    width: 100%;
    min-width: 100%;
  }
}
.l-single--nav--b ul li.current {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  width: 100%;
  margin: 0 24px;
}
@media (max-width: 768px) {
  .l-single--nav--b ul li.current {
    margin: 0;
  }
}
.l-single--nav--b ul li.current a {
  background: #fff;
  color: #333333;
}
.l-single--nav--b ul li.current a:hover {
  background: #333333;
  color: #fff;
}
.l-single--nav--b ul li a {
  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;
  padding: 8px 24px;
  border: 1px solid #372a9a;
  border-radius: 8px;
  background: #372a9a;
  color: #fff;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.l-single--nav--b ul li a:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.l-single--nav--c {
  margin-bottom: 120px;
}
@media (max-width: 576px) {
  .l-single--nav--c {
    margin-bottom: 40px;
  }
}
.l-single--nav--c ul {
  position: relative;
}
@media (min-width: 576.02px) {
  .l-single--nav--c ul {
    height: 90px;
  }
}
.l-single--nav--c ul li {
  position: absolute;
  width: 50%;
}
@media (min-width: 576.02px) {
  .l-single--nav--c ul li {
    height: 90px;
  }
}
@media (max-width: 576px) {
  .l-single--nav--c ul li {
    width: 100%;
    position: relative;
  }
}
.l-single--nav--c ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
  height: 90px;
  width: 100%;
}
.l-single--nav--c ul li a:hover {
  filter: alpha(opacity=80);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=80)";
  /* IE 8,9 */
  -moz-opacity: 0.8;
  /* FF , Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
  /*IE*/
}
.l-single--nav--c ul li a .post-image {
  width: 90px;
  min-width: 90px;
  max-width: 90px;
  height: 90px;
  min-height: 90px;
  max-height: 90px;
  border: 1px solid #e5e7eb;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media (max-width: 576px) {
  .l-single--nav--c ul li a .post-image {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
  }
}
.l-single--nav--c ul li a .post-image:hover {
  opacity: 1;
}
.l-single--nav--c ul li a p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 12px;
}
.l-single--nav--c ul li.prev {
  left: 0;
  text-align: left;
}
.l-single--nav--c ul li.prev a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-weight: 900;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #F0F3F5;
  background: #FAFAFA;
  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;
  border-radius: 10px;
  margin-right: 20px;
}
@media (max-width: 576px) {
  .l-single--nav--c ul li.prev a:before {
    width: 30px;
    height: 30px;
    margin-right: 12px;
  }
}
.l-single--nav--c ul li.next {
  right: 0;
  text-align: right;
}
.l-single--nav--c ul li.next a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.l-single--nav--c ul li.next a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 900;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #F0F3F5;
  background: #FAFAFA;
  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;
  border-radius: 10px;
  margin-left: 20px;
}
@media (max-width: 576px) {
  .l-single--nav--c ul li.next a:after {
    width: 30px;
    height: 30px;
    margin-left: 12px;
  }
}
.l-single__header .c-loop--post--layout--a {
  border-bottom: none;
  padding: 0;
}
.l-single__header--b .c-loop--post__body__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 50px;
}
.l-single__header--b .c-loop--post__body__info .c-categories {
  min-width: 0;
  margin: 0;
}
.l-single__header--b .c-loop--post__body__info .c-loop--post__date {
  width: 6em;
  min-width: 6em;
  text-align: right;
}
.l-single__header--b .c-loop--post__body__info .c-loop--post__date p {
  font-size: 14px;
  margin: 2px 0 0;
}
.l-single__header--b .c-loop--post__title {
  font-size: 30px;
  margin: 0 0 40px;
}
@media (max-width: 576px) {
  .l-single__header--b .c-loop--post__title {
    font-size: 20px;
  }
}
.l-single__header--c .c-loop--post__title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 12px;
}
.l-single__header--c .c-loop--post__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}
.l-single__header--c .c-loop--post__date__full {
  font-size: 14px;
  letter-spacing: 0;
  color: #959EA7;
}
.l-single__share {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .l-single__share {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .l-single__share img {
    width: 30px;
  }
}
@media (min-width: 576.02px) {
  .l-single__share--side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .l-single__share--side ul {
    padding: 0 0 0 24px;
  }
}
@media (max-width: 576px) {
  .l-single__share--side {
    text-align: center;
  }
}
.l-single__share--side p {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .l-single__share--side p {
    margin-bottom: 20px;
  }
}
.l-single__share--center {
  text-align: center;
}
.l-single__relation {
  margin-bottom: 120px;
}
@media (max-width: 576px) {
  .l-single__relation {
    margin-bottom: 40px;
  }
}
.l-single__relation__head {
  margin: 0 0 24px;
  font-size: 24px;
}
@media (max-width: 576px) {
  .l-single__relation .c-card {
    margin-bottom: 32px;
  }
}
.l-single__relation .c-card__body {
  padding: 12px 0;
}
.l-single__relation .c-loop--post__title {
  margin: 0 0 12px;
}
.l-single__relation .c-loop--post__body__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-single__relation .c-loop--post__body__info .c-loop--post__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-single__relation .c-loop--post__body__info .c-loop--post__date i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 8px 0 0;
}
.l-single__relation .c-loop--post__body__info .c-loop--post__date__full {
  color: #959EA7;
  font-size: 14px;
}
.l-single__relation .c-loop--post__body__info .c-categories {
  margin-bottom: 0;
}
.l-single__relation .c-loop--post__body__info .c-categories li {
  margin-bottom: 0;
}

.js-gnav {
  z-index: 102;
  top: 0;
  width: 100%;
  height: 68px;
}
@media (max-width: 992px) {
  .js-gnav.is-fixed {
    position: fixed;
    background: rgba(255, 255, 255, 0.85);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-animation: header-fade-in 0.4s ease-out;
    animation: header-fade-in 0.4s ease-out;
  }
}
@media (min-width: 992.02px) {
  .js-gnav {
    height: 104px;
  }
  .js-gnav.is-fixed {
    height: 80px;
    position: fixed;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 999;
    -webkit-animation-name: header-fade-in;
    animation-name: header-fade-in;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background: rgba(255, 255, 255, 0.85);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
}
@-webkit-keyframes header-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  1% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes header-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  1% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.js-gnav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.js-gnav.is-active::after {
  content: "";
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

/*!------------------------------------*\
  Navbar
\*!------------------------------------*/
.js-gnav-navbar {
  z-index: 102;
  top: 0;
}
.js-gnav-nav {
  padding-top: 88px;
  margin-top: 0;
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 32rem;
  height: 100%;
  color: #372a9a;
}
@media (min-width: 992.02px) {
  .js-gnav-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 992px) {
  .js-gnav-nav {
    background: #fff;
  }
}
.js-gnav-menu {
  padding-bottom: 68px;
  overflow-y: scroll;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1rem;
}
.js-gnav-menu a {
  text-decoration: none;
  color: #1a1a1a;
  font-size: calc(1.285rem + 0.42vw);
}
@media (min-width: 1200px) {
  .js-gnav-menu a {
    font-size: 1.6rem;
  }
}
.js-gnav-menu a {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.js-gnav-menu a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #372a9a;
  bottom: -4px;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
.js-gnav-menu a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.js-gnav-menu a::after {
  bottom: 2px;
}
.js-gnav-menu a:hover {
  color: #372a9a;
}
.js-gnav-menu span {
  font-size: 1.2rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .js-gnav-menu span {
    display: none;
  }
}
@media (min-width: 992.02px) {
  .js-gnav-menu {
    padding: 0;
    height: 100%;
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .js-gnav-menu > li {
    padding: 0 14px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .js-gnav-menu > li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .js-gnav-menu {
    padding: 4%;
  }
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.js-gnav-toggle {
  border: 0;
  outline: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  top: 3%;
  right: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 40px;
  height: 68px;
  padding: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-color: transparent;
  z-index: 104;
  margin-top: -3px;
}
@media (min-width: 992.02px) {
  .js-gnav-toggle {
    display: none;
  }
}
.js-gnav-toggle:hover {
  cursor: pointer;
}
.js-gnav-toggle::before {
  content: "MENU";
  font-size: 10px;
  position: absolute;
  bottom: 3px;
  line-height: 1;
  font-family: "Quicksand", sans-serif;
  color: #333333;
}
.js-gnav-toggle__icon, .js-gnav-toggle__icon::after, .js-gnav-toggle__icon::before {
  width: 100%;
  height: 4px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #372a9a;
  border-radius: 8px;
}
.js-gnav-toggle__icon {
  position: relative;
  display: block;
}
.js-gnav-toggle__icon:before, .js-gnav-toggle__icon::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  font-family: "Quicksand", sans-serif;
}
.js-gnav-toggle__icon::after {
  top: 8px;
}
.js-gnav-toggle.is-active::before {
  content: "CLOSE";
}
.js-gnav-toggle.is-active .js-gnav-toggle__icon {
  background-color: transparent;
}
.js-gnav-toggle.is-active .js-gnav-toggle__icon:before, .js-gnav-toggle.is-active .js-gnav-toggle__icon:after {
  top: 0;
}
.js-gnav-toggle.is-active .js-gnav-toggle__icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.js-gnav-toggle.is-active .js-gnav-toggle__icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.js-gnav-menu .sub-menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  overflow: hidden;
}
@media (min-width: 992.02px) {
  .js-gnav-menu .sub-menu {
    width: 16rem;
    position: absolute;
    left: 0;
    top: 100%;
  }
  .js-gnav-menu .sub-menu > li {
    width: 100%;
    background: #372a9a;
    padding: 1em;
    color: #fff;
    border-bottom: 2px solid #fff;
    -webkit-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
  }
  .js-gnav-menu .sub-menu > li:last-child {
    border-bottom: none;
  }
  .js-gnav-menu .sub-menu > li:hover {
    background: #0F2D44;
  }
  .js-gnav-menu .sub-menu > li a {
    display: block;
    color: inherit;
  }
  .js-gnav-menu .sub-menu > li a::after {
    display: none;
  }
}
.js-gnav-menu li.is-active .sub-menu {
  opacity: 1;
  height: auto;
  overflow: visible;
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/
@media (max-width: 992px) {
  .js-gnav-nav--left {
    left: -32rem;
    -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .js-gnav-nav--left.is-active {
    left: 0;
  }
  .js-gnav-nav--left.is-active a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/
@media (max-width: 992px) {
  .js-gnav-nav--right {
    right: -32rem !important;
    -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .js-gnav-nav--right.is-active {
    right: 0 !important;
  }
  .js-gnav-nav--right.is-active a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/
@media (max-width: 992px) {
  .js-gnav-nav--fix {
    overflow: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    max-height: 100%;
    -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .js-gnav-nav--fix.is-active {
    overflow: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
  }
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/
.js-gnav-nav--top {
  top: -100% !important;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.js-gnav-nav--top.is-active {
  top: 0 !important;
}

.p-cp-hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 320px;
  padding-block: 40px;
  padding-inline: clamp(24px, 8.33vw, 120px);
  overflow: hidden;
  background: #faf7f2;
}
@media (min-width: 992.02px) {
  .p-cp-hero {
    min-height: 460px;
    padding-block: 0;
  }
}
.p-cp-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right center;
  object-position: right center;
}
.p-cp-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.96)), color-stop(46%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.66)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 46%, rgba(255, 255, 255, 0.66) 100%);
}
.p-cp-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
@media (min-width: 992.02px) {
  .p-cp-hero__inner {
    grid-template-columns: 1fr 420px;
    gap: 64px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-cp-hero__label {
  margin: 0 0 10px;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.3em;
  color: #372a9a;
}
.p-cp-hero__title {
  margin: 0 0 16px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}
@media (min-width: 768.02px) {
  .p-cp-hero__title {
    font-size: 3.6rem;
  }
}
@media (min-width: 992.02px) {
  .p-cp-hero__title {
    font-size: 4.2rem;
  }
}
.p-cp-hero__lead {
  margin: 0;
  max-width: 620px;
  font-size: 1.4rem;
  line-height: 2;
  color: #333333;
}
.p-cp-hero__family {
  padding-top: 16px;
  border-top: 1px solid #372a9a;
}
.p-cp-hero__family-label {
  margin: 0 0 10px;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-size: 1.15rem;
  letter-spacing: 0.3em;
  color: #6b7280;
}
.p-cp-hero__family-list {
  margin: 0;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}
@media (min-width: 992.02px) {
  .p-cp-hero__family-list {
    font-size: 1.9rem;
  }
}

.p-cp-list {
  background: #fff;
  padding-block: 56px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-cp-list {
    padding-block: 88px;
  }
}
.p-cp-list__inner {
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
}

.p-cp-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding-block: 40px;
  border-bottom: 1px solid #e5e7eb;
}
@media (min-width: 768.02px) {
  .p-cp-card {
    grid-template-columns: 400px 1fr;
    gap: 48px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding-block: 64px;
  }
}
.p-cp-card:last-child {
  border-bottom: 0;
}
@media (min-width: 768.02px) {
  .p-cp-card--reverse {
    grid-template-columns: 1fr 400px;
  }
  .p-cp-card--reverse .p-cp-card__media {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-cp-card--reverse .p-cp-card__body {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.p-cp-card__media img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  background: #f0eff8;
}
.p-cp-card__no {
  margin: 0 0 6px;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  color: #e63a1f;
}
.p-cp-card__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #1a1a1a;
}
@media (min-width: 992.02px) {
  .p-cp-card__name {
    font-size: 3.4rem;
  }
}
.p-cp-card__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  padding-inline: 14px;
  border: 1px solid #372a9a;
  border-radius: 999px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  color: #372a9a;
}
.p-cp-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 28px;
  margin: 0 0 24px;
  padding-block: 12px;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}
.p-cp-card__meta div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 8px;
}
.p-cp-card__meta dt {
  font-size: 1.2rem;
  color: #6b7280;
}
.p-cp-card__meta dd {
  margin: 0;
  font-size: 1.35rem;
  color: #333333;
}
.p-cp-card__catch {
  margin: 0 0 12px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #372a9a;
}
@media (min-width: 992.02px) {
  .p-cp-card__catch {
    font-size: 2.1rem;
  }
}
.p-cp-card__text {
  margin: 0 0 24px;
  font-size: 1.45rem;
  line-height: 2;
  color: #333333;
}
.p-cp-card__spec {
  margin: 0;
}
.p-cp-card__spec div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  margin-bottom: 8px;
}
@media (min-width: 768.02px) {
  .p-cp-card__spec div {
    grid-template-columns: 110px 1fr;
    gap: 16px;
  }
}
.p-cp-card__spec dt {
  font-size: 1.2rem;
  color: #6b7280;
}
.p-cp-card__spec dd {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #333333;
}
.p-cp-card__spec-en {
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  letter-spacing: 0.16em;
}
.p-cp-card__voice {
  margin-top: 28px;
  padding-left: 20px;
  border-left: 2px solid #e63a1f;
}
.p-cp-card__voice-label {
  margin: 0 0 6px;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-size: 1.15rem;
  letter-spacing: 0.2em;
  color: #e63a1f;
}
.p-cp-card__voice-text {
  margin: 0;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}
.p-cp-card__note {
  margin: 20px 0 0;
  font-size: 1.3rem;
  color: #6b7280;
}

.p-cp-stance {
  background: #faf7f2;
  padding-block: 56px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-cp-stance {
    padding-block: 96px;
  }
}
.p-cp-stance__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
@media (min-width: 992.02px) {
  .p-cp-stance__inner {
    grid-template-columns: 380px 1fr;
    gap: 64px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.p-cp-stance__label {
  margin: 0 0 10px;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.3em;
  color: #372a9a;
}
.p-cp-stance__title {
  margin: 0;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #1a1a1a;
}
@media (min-width: 992.02px) {
  .p-cp-stance__title {
    font-size: 2.8rem;
  }
}
.p-cp-stance__text {
  margin: 0 0 1.4em;
  font-size: 1.45rem;
  line-height: 2;
  color: #333333;
}
.p-cp-stance__notice {
  margin: 28px 0 0;
  padding: 20px;
  border: 1px solid rgba(230, 58, 31, 0.55);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.9;
  color: #333333;
}
@media (min-width: 992.02px) {
  .p-cp-stance__notice {
    padding: 24px 28px;
  }
}
.p-cp-stance__manners {
  margin: 32px 0 0;
  padding: 32px 0 0;
  border-top: 1px solid #e5e7eb;
  list-style: none;
}
.p-cp-stance__manners li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 28px;
  font-size: 1.35rem;
  line-height: 1.9;
  color: #333333;
}
.p-cp-stance__manners li::before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 0;
  width: 14px;
  height: 1px;
  background: #e63a1f;
}
.p-cp-stance__manners li:last-child {
  margin-bottom: 0;
}
.p-cp-stance__manners strong {
  font-weight: 700;
}

.p-cp-follow {
  background: #0F2D44;
  color: #fff;
  padding-block: 48px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-cp-follow {
    padding-block: 72px;
  }
}
.p-cp-follow__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
@media (min-width: 992.02px) {
  .p-cp-follow__inner {
    grid-template-columns: 1fr auto;
    gap: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-cp-follow__title {
  margin: 0 0 12px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #fff;
}
@media (min-width: 992.02px) {
  .p-cp-follow__title {
    font-size: 2.8rem;
  }
}
.p-cp-follow__text {
  margin: 0;
  max-width: 560px;
  font-size: 1.35rem;
  line-height: 1.9;
  color: #d1dbe8;
}
.p-cp-follow__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.p-cp-follow__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 200px;
  padding: 14px 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.p-cp-follow__btn:hover, .p-cp-follow__btn:focus-visible {
  opacity: 0.8;
  color: #fff;
}
.p-cp-follow__btn--primary {
  border-color: #fff;
  background: #fff;
  color: #0F2D44;
}
.p-cp-follow__btn--primary:hover, .p-cp-follow__btn--primary:focus-visible {
  color: #0F2D44;
}

.p-cats-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 220px;
  padding: 15px 28px;
  border: 1px solid #372a9a;
  border-radius: 999px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #372a9a;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.p-cats-btn:hover, .p-cats-btn:focus-visible {
  opacity: 0.8;
  color: #372a9a;
}
.p-cats-btn--fill {
  background: #372a9a;
  color: #fff;
}
.p-cats-btn--fill:hover, .p-cats-btn--fill:focus-visible {
  color: #fff;
}

.p-cats-hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 280px;
  padding-block: 32px;
  padding-inline: clamp(24px, 8.33vw, 120px);
  overflow: hidden;
  background: #0F2D44;
}
@media (min-width: 992.02px) {
  .p-cats-hero {
    min-height: 456px;
    padding-bottom: 56px;
  }
}
.p-cats-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-cats-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 31, 48, 0.28)), color-stop(60%, rgba(10, 31, 48, 0.5)), to(rgba(10, 31, 48, 0.68)));
  background: linear-gradient(180deg, rgba(10, 31, 48, 0.28) 0%, rgba(10, 31, 48, 0.5) 60%, rgba(10, 31, 48, 0.68) 100%);
}
.p-cats-hero__body {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-cats-hero__label {
  margin: 0 0 10px;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.82);
}
.p-cats-hero__title {
  margin: 0;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.35;
  letter-spacing: 0.06em;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768.02px) {
  .p-cats-hero__title {
    font-size: 3.6rem;
  }
}
@media (min-width: 992.02px) {
  .p-cats-hero__title {
    font-size: 4.4rem;
  }
}

.p-cats-lead {
  background: #fff;
  padding-block: 40px 8px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-cats-lead {
    padding-block: 56px 0;
  }
}
.p-cats-lead__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-cats-lead__inner p {
  margin: 0;
  font-size: 1.45rem;
  line-height: 2;
  color: #333333;
}

.p-cats-about {
  background: #fff;
  padding-block: 56px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-cats-about {
    padding-block: 88px 96px;
  }
}
.p-cats-about__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
@media (min-width: 992.02px) {
  .p-cats-about__inner {
    grid-template-columns: 340px 1fr;
    gap: 64px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.p-cats-about__label {
  margin: 0 0 10px;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.3em;
  color: #372a9a;
}
.p-cats-about__title {
  margin: 0;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #1a1a1a;
}
@media (min-width: 992.02px) {
  .p-cats-about__title {
    font-size: 2.8rem;
  }
}

.p-cats-qa + .p-cats-qa {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e5e7eb;
}
.p-cats-qa__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 12px;
  margin: 0 0 18px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #1a1a1a;
}
@media (min-width: 992.02px) {
  .p-cats-qa__q {
    font-size: 2.2rem;
  }
}
.p-cats-qa__q span {
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #e63a1f;
}
.p-cats-qa__text {
  margin: 0 0 1.4em;
  font-size: 1.45rem;
  line-height: 2;
  color: #333333;
}
.p-cats-qa__text:last-child {
  margin-bottom: 0;
}
.p-cats-qa__text strong {
  font-weight: 700;
}

.p-cats-notice {
  margin-top: 28px;
  padding: 20px;
  border: 1px solid rgba(230, 58, 31, 0.55);
}
@media (min-width: 992.02px) {
  .p-cats-notice {
    padding: 24px 28px;
  }
}
.p-cats-notice__text {
  margin: 0 0 0.8em;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.9;
  color: #333333;
}
.p-cats-notice__alert {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.9;
  color: #e63a1f;
}

.p-cats-members {
  background: #faf7f2;
  padding-block: 56px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-cats-members {
    padding-block: 96px;
  }
}
.p-cats-members__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-cats-members__head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (min-width: 992.02px) {
  .p-cats-members__head {
    grid-template-columns: 1fr 380px;
    gap: 64px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
}
.p-cats-members__label {
  margin: 0 0 10px;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.3em;
  color: #372a9a;
}
.p-cats-members__title {
  margin: 0;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #1a1a1a;
}
@media (min-width: 992.02px) {
  .p-cats-members__title {
    font-size: 3.2rem;
  }
}
.p-cats-members__lead {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.9;
  color: #333333;
}
.p-cats-members__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768.02px) {
  .p-cats-members__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 24px;
  }
}
.p-cats-members__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid #e0dbd1;
}
@media (min-width: 768.02px) {
  .p-cats-members__foot {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
  }
}
.p-cats-members__foot p {
  margin: 0;
  font-size: 1.4rem;
  color: #333333;
}

.p-cats-member__img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 12px;
  background: #f0eff8;
}
.p-cats-member__no {
  margin: 0 0 4px;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-size: 1.15rem;
  letter-spacing: 0.16em;
  color: #6b7280;
}
.p-cats-member__name {
  margin: 0 0 6px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #1a1a1a;
}
.p-cats-member__text {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #333333;
}

.p-cats-life {
  background: #fff;
  padding-block: 56px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-cats-life {
    padding-block: 96px;
  }
}
.p-cats-life__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
@media (min-width: 992.02px) {
  .p-cats-life__inner {
    grid-template-columns: 1fr 460px;
    gap: 72px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.p-cats-life__label {
  margin: 0 0 10px;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.3em;
  color: #372a9a;
}
.p-cats-life__title {
  margin: 0 0 28px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #1a1a1a;
}
@media (min-width: 992.02px) {
  .p-cats-life__title {
    font-size: 2.8rem;
  }
}
.p-cats-life__list {
  margin: 0;
  border-top: 1px solid #e5e7eb;
}
.p-cats-life__list div {
  padding-block: 20px;
  border-bottom: 1px solid #e5e7eb;
}
.p-cats-life__list dt {
  margin-bottom: 8px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  color: #1a1a1a;
}
.p-cats-life__list dd {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.9;
  color: #333333;
}
.p-cats-life__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
  object-fit: cover;
  background: #f0eff8;
}

.p-cats-viewing {
  background: #0a1f30;
  color: #d1dbe8;
  padding-block: 56px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-cats-viewing {
    padding-block: 88px;
  }
}
.p-cats-viewing__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
@media (min-width: 992.02px) {
  .p-cats-viewing__inner {
    grid-template-columns: 380px 1fr;
    gap: 72px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.p-cats-viewing__label {
  margin: 0 0 10px;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.3em;
  color: #9eadbf;
}
.p-cats-viewing__title {
  margin: 0;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #fff;
}
@media (min-width: 992.02px) {
  .p-cats-viewing__title {
    font-size: 3rem;
  }
}
.p-cats-viewing__hours {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #2e4254;
}
.p-cats-viewing__hours-label {
  margin: 0 0 8px;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-size: 1.15rem;
  letter-spacing: 0.3em;
  color: #9eadbf;
}
.p-cats-viewing__hours-value {
  margin: 0;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  color: #fff;
}
.p-cats-viewing__text {
  margin: 0 0 28px;
  font-size: 1.4rem;
  line-height: 2;
  color: #d1dbe8;
}
.p-cats-viewing__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-cats-viewing__list li {
  position: relative;
  padding: 16px 0 16px 32px;
  border-bottom: 1px solid #2e4254;
  font-size: 1.35rem;
  line-height: 1.8;
  color: #d1dbe8;
}
.p-cats-viewing__list li::before {
  content: "";
  position: absolute;
  top: 1.55em;
  left: 0;
  width: 14px;
  height: 1px;
  background: #e63a1f;
}
.p-cats-viewing__list li:first-child {
  border-top: 1px solid #2e4254;
}

.p-cats-instagram {
  background: #fff;
  padding-block: 56px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-cats-instagram {
    padding-block: 88px;
  }
}
.p-cats-instagram__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-cats-instagram__head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 32px;
}
@media (min-width: 992.02px) {
  .p-cats-instagram__head {
    grid-template-columns: 1fr 420px;
    gap: 64px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
}
.p-cats-instagram__label {
  margin: 0 0 10px;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.3em;
  color: #372a9a;
}
.p-cats-instagram__title {
  margin: 0;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #1a1a1a;
}
@media (min-width: 992.02px) {
  .p-cats-instagram__title {
    font-size: 3.2rem;
  }
}
.p-cats-instagram__lead {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.9;
  color: #333333;
}
.p-cats-instagram__foot {
  margin-top: 28px;
}

.p-cats-naru {
  background: #faf7f2;
  padding-block: 56px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-cats-naru {
    padding-block: 96px;
  }
}
.p-cats-naru__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-cats-naru__label {
  margin: 0 0 10px;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.3em;
  color: #372a9a;
}
.p-cats-naru__title {
  margin: 0 0 20px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #1a1a1a;
}
@media (min-width: 992.02px) {
  .p-cats-naru__title {
    font-size: 3.2rem;
  }
}
.p-cats-naru__intro {
  margin: 0 0 44px;
  max-width: 880px;
  font-size: 1.45rem;
  line-height: 2;
  color: #333333;
}
.p-cats-naru__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 992.02px) {
  .p-cats-naru__grid {
    grid-template-columns: 380px 1fr;
    gap: 72px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.p-cats-naru__img {
  display: block;
  width: 100%;
  max-width: 320px;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 24px;
  background: #f0eff8;
}
.p-cats-naru__dl {
  margin: 0;
  border-top: 1px solid #e0dbd1;
}
.p-cats-naru__dl div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
  padding-block: 14px;
  border-bottom: 1px solid #e0dbd1;
}
.p-cats-naru__dl dt {
  font-size: 1.25rem;
  font-weight: 700;
  color: #372a9a;
}
.p-cats-naru__dl dd {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.7;
  color: #333333;
}
.p-cats-naru__h3 {
  margin: 40px 0 14px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #1a1a1a;
}
.p-cats-naru__h3:first-child {
  margin-top: 0;
}
.p-cats-naru__text {
  margin: 0 0 1.4em;
  font-size: 1.45rem;
  line-height: 2;
  color: #333333;
}
.p-cats-naru__text:last-child {
  margin-bottom: 0;
}
.p-cats-naru__quote {
  margin: 28px 0 0;
  padding-left: 20px;
  border-left: 2px solid #e63a1f;
}
.p-cats-naru__quote blockquote {
  margin: 0 0 6px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}
.p-cats-naru__quote figcaption {
  font-size: 1.2rem;
  color: #6b7280;
}

.p-cats-cta {
  background: #fff;
  padding-block: 56px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-cats-cta {
    padding-block: 88px;
  }
}
.p-cats-cta__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
@media (min-width: 992.02px) {
  .p-cats-cta__inner {
    grid-template-columns: 1fr auto;
    gap: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-cats-cta__title {
  margin: 0 0 10px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #1a1a1a;
}
@media (min-width: 992.02px) {
  .p-cats-cta__title {
    font-size: 3rem;
  }
}
.p-cats-cta__text {
  margin: 0;
  max-width: 560px;
  font-size: 1.35rem;
  line-height: 1.9;
  color: #333333;
}
.p-cats-cta__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.p-cf .p-cf__unit {
  border-bottom: 1px solid black;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.p-cf .p-cf__unit input[type=text], .p-cf .p-cf__unit input[type=email], .p-cf .p-cf__unit input[type=tel] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid black;
  padding: 5px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .p-cf .p-cf__unit input[type=text], .p-cf .p-cf__unit input[type=email], .p-cf .p-cf__unit input[type=tel] {
    width: 100%;
  }
}
.p-cf .p-cf__unit .p-cf__unit__select {
  position: relative;
  max-width: 350px;
}
.p-cf .p-cf__unit .p-cf__unit__select select {
  width: 100%;
  height: 40px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: rgb(232, 232, 232);
  color: black;
  padding-left: 5px;
}
@media (max-width: 768px) {
  .p-cf .p-cf__unit .p-cf__unit__select select {
    width: 100%;
  }
}
.p-cf .p-cf__unit .p-cf__unit__select::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: black transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 99;
}
.p-cf .p-cf__unit dt {
  position: relative;
}
.p-cf .p-cf__unit dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .p-cf .p-cf__unit dl {
    display: block;
  }
}
.p-cf .p-cf__unit .require {
  color: white;
  background-color: red;
  font-size: 1.2rem;
  border-radius: 5px;
  position: absolute;
  right: 25px;
  padding: 0 5px;
}
@media (max-width: 768px) {
  .p-cf .p-cf__unit .require {
    left: 15px;
    bottom: 2px;
    position: relative;
    padding: 1px 5px 3px 5px;
  }
}
.p-cf .p-cf__unit .zip-code input {
  width: 100px;
}
.p-cf .p-cf__unit .address p {
  margin-top: 10px;
  margin-bottom: -5px;
}
.p-cf .p-cf__unit .address .bottom input {
  width: 100%;
}
.p-cf .p-cf__unit textarea {
  width: 100%;
  height: 200px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}
.p-cf .p-cf__privacy-policy {
  text-align: center;
}
.p-cf .p-cf__privacy-policy span {
  margin: 10px 5px 0 0;
}
.p-cf .p-cf__privacy-policy input[type=checkbox] {
  width: 15px;
  height: 15px;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.p-cf .p-cf__unit-sbm {
  text-align: center;
  margin-top: 30px;
  position: relative;
}
.p-cf .p-cf__unit-sbm .wpcf7-spinner {
  position: absolute;
}
.p-cf .p-cf__unit-sbm button {
  margin: 0 auto;
}
.p-cf .p-cf__unit-sbm input[type=submit] {
  display: inline-block;
  border: 1px solid #c62828;
  background-color: #f2f2f2 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: calc(1.285rem + 0.42vw);
  line-height: 1.38;
  color: #c62828;
  font-weight: bold;
  padding: 12px 30px 12px 30px;
}
.p-cf .p-cf__unit-sbm input[type=button] {
  display: inline-block;
  border: 1px solid black;
  background-color: #f2f2f2 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: calc(1.285rem + 0.42vw);
  line-height: 1.38;
  color: black;
  font-weight: bold;
  padding: 12px 30px 12px 30px;
  margin-top: 15px;
}
.p-cf p {
  margin: 0;
}
.p-cf .recaptcha_policy {
  text-align: center;
  padding-top: 15px;
}

.p-checkbox--layout .wpcf7-list-item {
  margin: 0 0 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .p-checkbox--layout .wpcf7-list-item {
    margin: 0 0 20px;
  }
}
.p-checkbox--layout .wpcf7-list-item label {
  width: 100%;
}
.p-checkbox--layout .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.p-checkbox--layout__side {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.p-checkbox--layout__side dt {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
@media (max-width: 767px) {
  .p-checkbox--layout__side dt {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
  }
}
.p-checkbox--layout__side dd {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.p-checkbox--layout__bnr {
  border: 1px solid #ccc;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .p-checkbox--layout__bnr {
    padding: 24px;
    display: block;
  }
}
.p-checkbox--layout__bnr .wpcf7-list-item-label {
  display: none;
}
.p-checkbox--layout__bnr__img {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .p-checkbox--layout__bnr__img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.p-checkbox--layout__bnr__img img {
  max-width: 100%;
  height: auto;
}
.p-checkbox--layout__bnr__img .info {
  text-align: center;
  font-size: 14px;
  margin: 24px 0 0;
}
@media (max-width: 767px) {
  .p-checkbox--layout__bnr__img .info {
    font-size: 12px;
    margin: 8px 0 0;
  }
}
.p-checkbox--layout__bnr__contents {
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 0 0 24px;
}
@media (max-width: 767px) {
  .p-checkbox--layout__bnr__contents {
    padding: 0;
    margin-top: 24px;
  }
}
.p-checkbox--layout__bnr__contents .head {
  margin: 0;
}
.p-checkbox--layout__bnr__contents .head .title--main {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 767px) {
  .p-checkbox--layout__bnr__contents .head .title--main {
    font-size: 20px;
  }
}
.p-checkbox--layout__bnr__contents .head .title--sub {
  font-size: 20px;
  margin: 8px 0 0;
}
@media (max-width: 767px) {
  .p-checkbox--layout__bnr__contents .head .title--sub {
    font-size: 16px;
  }
}

.p-co-catch {
  margin: 0 0 20px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #372a9a;
}
@media (min-width: 992.02px) {
  .p-co-catch {
    font-size: 2.8rem;
  }
}

.p-co-message {
  background: #faf7f2;
  padding-block: 64px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-co-message {
    padding-block: 104px;
  }
}
.p-co-message__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
@media (min-width: 992.02px) {
  .p-co-message__inner {
    grid-template-columns: 196px 1fr;
    gap: 80px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.p-co-message__person {
  padding-bottom: 16px;
  border-bottom: 1px solid #d9d5cc;
}
.p-co-message__photo {
  display: block;
  width: 100%;
  max-width: 196px;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 16px;
  border-radius: 4px;
  background: #f2f2f2;
}
.p-co-message__name {
  margin: 0 0 4px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.06em;
  color: #372a9a;
}
.p-co-message__role {
  margin: 0;
  font-size: 1.3rem;
  color: #6b7280;
}
.p-co-message__text {
  margin: 1.6em 0 0;
  font-size: 1.55rem;
  line-height: 2.1;
  color: #2e2e38;
}
.p-co-message__sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 6px;
  margin: 2.4em 0 0;
}
.p-co-message__sign-org {
  font-size: 1.3rem;
  color: #6b7280;
}
.p-co-message__sign-name {
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #372a9a;
}

.p-co-creed {
  background: #fff;
  padding-block: 64px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-co-creed {
    padding-block: 96px;
  }
}
.p-co-creed__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
@media (min-width: 992.02px) {
  .p-co-creed__inner {
    grid-template-columns: 300px 1fr;
    gap: 72px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.p-co-creed__note {
  margin: 20px 0 0;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #4b5563;
}
.p-co-creed__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-co-creed__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding-block: 20px;
  border-bottom: 1px solid #e5e5e0;
}
.p-co-creed__item:first-child {
  padding-top: 0;
}
.p-co-creed__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.p-co-creed__mark {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.7rem;
  color: #e63a1f;
}
.p-co-creed__text {
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #2e2e38;
}
@media (min-width: 992.02px) {
  .p-co-creed__text {
    font-size: 1.9rem;
  }
}

.p-co-work {
  background: #faf7f2;
  padding-block: 64px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-co-work {
    padding-block: 104px;
  }
}
.p-co-work__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-co-work__head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 992.02px) {
  .p-co-work__head {
    grid-template-columns: 1fr 390px;
    gap: 56px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
}
.p-co-work__title {
  margin: 10px 0 0;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #372a9a;
}
@media (min-width: 992.02px) {
  .p-co-work__title {
    font-size: 3.6rem;
  }
}
.p-co-work__title span {
  display: block;
}
.p-co-work__lead {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #4b5563;
}
.p-co-work__figure {
  margin: 40px 0 0;
  overflow: hidden;
  border-radius: 8px;
}
.p-co-work__figure img {
  display: block;
  width: 100%;
  aspect-ratio: 960/366;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-co-work__steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  list-style: none;
  margin: 40px 0 0;
  padding-top: 32px;
  border-top: 1px solid #372a9a;
}
@media (min-width: 768.02px) {
  .p-co-work__steps {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-co-work__step {
  padding-block: 20px;
  border-bottom: 1px solid #e5e5e0;
}
@media (min-width: 768.02px) {
  .p-co-work__step {
    padding-block: 0;
    padding-inline: 40px;
    border-bottom: 0;
    border-left: 1px solid #e5e5e0;
  }
  .p-co-work__step:first-child {
    padding-left: 0;
    border-left: 0;
  }
}
.p-co-work__step:last-child {
  border-bottom: 0;
}
.p-co-work__step-label {
  margin: 0 0 10px;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.14em;
  color: #372a9a;
}
.p-co-work__step-name {
  margin: 0 0 12px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2.1rem;
  letter-spacing: 0.04em;
  color: #372a9a;
}
.p-co-work__step-text {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.9;
  color: #4b5563;
}
.p-co-work__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
  padding: 28px;
  border: 1px solid #e5e5e0;
  border-radius: 10px;
  background: #fff;
}
@media (min-width: 992.02px) {
  .p-co-work__foot {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
    padding: 32px 40px;
  }
}
.p-co-work__foot p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #2e2e38;
}
.p-co-work__foot a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-co-profile {
  background: #faf7f2;
  padding-block: 0 64px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-co-profile {
    padding-block: 0 104px;
  }
}
.p-co-profile__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-co-profile__cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-top: 40px;
}
@media (min-width: 992.02px) {
  .p-co-profile__cols {
    grid-template-columns: 1fr 400px;
    gap: 80px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.p-co-profile__dl {
  margin: 0;
}
.p-co-profile__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  padding-block: 16px;
  border-bottom: 1px solid #e0dcd3;
}
@media (min-width: 768.02px) {
  .p-co-profile__row {
    grid-template-columns: 150px 1fr;
    gap: 24px;
  }
}
.p-co-profile__row dt {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #372a9a;
}
.p-co-profile__row dd {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.8;
  color: #2e2e38;
}
.p-co-profile__offices {
  display: grid;
  gap: 20px;
}

.p-co-office {
  padding: 28px 32px;
  border: 1px solid #e0dcd3;
  border-radius: 8px;
  background: #fff;
}
.p-co-office__name {
  margin: 0 0 14px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 1.9rem;
  letter-spacing: 0.04em;
  color: #372a9a;
}
.p-co-office p {
  margin: 0 0 0.6em;
  font-size: 1.35rem;
  line-height: 1.8;
  color: #4b5563;
}
.p-co-office p:last-child {
  margin-bottom: 0;
}
.p-co-office__tel {
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  letter-spacing: 0.04em;
}
.p-co-office__tel a {
  color: #372a9a;
}

.p-co-access {
  background: #fff;
  padding-block: 64px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-co-access {
    padding-block: 104px;
  }
}
.p-co-access__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
@media (min-width: 992.02px) {
  .p-co-access__inner {
    grid-template-columns: 1fr 448px;
    gap: 64px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.p-co-access__list {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
}
.p-co-access__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 12px;
  padding-block: 16px;
  border-bottom: 1px solid #e5e5e0;
}
.p-co-access__means {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.3rem;
  font-weight: 700;
  color: #e63a1f;
}
.p-co-access__route {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #2e2e38;
}
.p-co-access__map {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
  background: #ececec;
}
.p-co-access__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-co-cta {
  background: #0F2D44;
  padding-block: 56px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-co-cta {
    padding-block: 88px;
  }
}
.p-co-cta__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
@media (min-width: 992.02px) {
  .p-co-cta__inner {
    grid-template-columns: 1fr auto;
    gap: 56px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-co-cta__title {
  margin: 0 0 16px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
}
@media (min-width: 992.02px) {
  .p-co-cta__title {
    font-size: 3.6rem;
  }
}
.p-co-cta__title span {
  display: block;
}
.p-co-cta__text {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.82);
}
.p-co-cta__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}
@media (min-width: 768.02px) {
  .p-co-cta__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.p-ct-intro {
  background: #fff;
  padding-block: 56px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-ct-intro {
    padding-block: 96px;
  }
}
.p-ct-intro__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
@media (min-width: 992.02px) {
  .p-ct-intro__inner {
    grid-template-columns: 1fr 460px;
    gap: 64px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.p-ct-intro__head {
  margin: 0 0 20px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #372a9a;
}
@media (min-width: 992.02px) {
  .p-ct-intro__head {
    font-size: 2.6rem;
  }
}
.p-ct-intro__text {
  margin: 0 0 1.2em;
  font-size: 1.55rem;
  line-height: 2;
  color: #333333;
}
.p-ct-intro__text:last-child {
  margin-bottom: 0;
}

.p-ct-tel {
  padding: 28px 24px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  background: #fff;
}
@media (min-width: 992.02px) {
  .p-ct-tel {
    padding: 32px;
  }
}
.p-ct-tel__lead {
  margin: 0 0 8px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #e63a1f;
}
.p-ct-tel__number {
  margin: 0 0 10px;
}
.p-ct-tel__number a {
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #372a9a;
  text-decoration: none;
}
@media (min-width: 992.02px) {
  .p-ct-tel__number a {
    font-size: 3.6rem;
  }
}
.p-ct-tel__hours {
  margin: 0 0 12px;
  font-size: 1.3rem;
  color: #6b7280;
}
.p-ct-tel__note {
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid #e5e7eb;
  font-size: 1.25rem;
  line-height: 1.9;
  color: #6b7280;
}

.p-ct-form {
  background: #faf7f2;
  padding-block: 56px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-ct-form {
    padding-block: 96px;
  }
}
.p-ct-form__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-ct-form__note {
  margin: 20px 0 0;
  font-size: 1.45rem;
  line-height: 1.9;
  color: #6b7280;
}
.p-ct-form__card {
  margin-top: 28px;
  padding: 28px 20px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  background: #fff;
}
@media (min-width: 992.02px) {
  .p-ct-form__card {
    margin-top: 32px;
    padding: 48px;
  }
}
.p-ct-form__caution {
  margin: 20px 0 0;
  font-size: 1.25rem;
  line-height: 1.9;
  color: #6b7280;
}
.p-ct-form__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding-block: 16px;
}
@media (min-width: 992.02px) {
  .p-ct-form__row {
    grid-template-columns: 190px 1fr;
    gap: 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding-block: 14px;
  }
}
.p-ct-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 1.45rem;
  font-weight: 700;
  color: #333333;
}
@media (min-width: 992.02px) {
  .p-ct-form__label {
    padding-top: 12px;
  }
}
.p-ct-form__req {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
  padding-inline: 8px;
  border-radius: 10px;
  background: rgba(230, 58, 31, 0.1);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #e63a1f;
}
.p-ct-form input[type=text],
.p-ct-form input[type=email],
.p-ct-form input[type=tel],
.p-ct-form select,
.p-ct-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 3px;
  background: #fff;
  font-family: inherit;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-ct-form input[type=text]::-webkit-input-placeholder, .p-ct-form input[type=email]::-webkit-input-placeholder, .p-ct-form input[type=tel]::-webkit-input-placeholder, .p-ct-form select::-webkit-input-placeholder, .p-ct-form textarea::-webkit-input-placeholder {
  color: #b0b0b0;
}
.p-ct-form input[type=text]::-moz-placeholder, .p-ct-form input[type=email]::-moz-placeholder, .p-ct-form input[type=tel]::-moz-placeholder, .p-ct-form select::-moz-placeholder, .p-ct-form textarea::-moz-placeholder {
  color: #b0b0b0;
}
.p-ct-form input[type=text]:-ms-input-placeholder, .p-ct-form input[type=email]:-ms-input-placeholder, .p-ct-form input[type=tel]:-ms-input-placeholder, .p-ct-form select:-ms-input-placeholder, .p-ct-form textarea:-ms-input-placeholder {
  color: #b0b0b0;
}
.p-ct-form input[type=text]::-ms-input-placeholder, .p-ct-form input[type=email]::-ms-input-placeholder, .p-ct-form input[type=tel]::-ms-input-placeholder, .p-ct-form select::-ms-input-placeholder, .p-ct-form textarea::-ms-input-placeholder {
  color: #b0b0b0;
}
.p-ct-form input[type=text]::placeholder,
.p-ct-form input[type=email]::placeholder,
.p-ct-form input[type=tel]::placeholder,
.p-ct-form select::placeholder,
.p-ct-form textarea::placeholder {
  color: #b0b0b0;
}
.p-ct-form input[type=text]:focus-visible,
.p-ct-form input[type=email]:focus-visible,
.p-ct-form input[type=tel]:focus-visible,
.p-ct-form select:focus-visible,
.p-ct-form textarea:focus-visible {
  outline: 2px solid rgba(55, 42, 154, 0.4);
  outline-offset: 1px;
  border-color: #372a9a;
}
.p-ct-form textarea {
  min-height: 160px;
  resize: vertical;
}
.p-ct-form select {
  padding-right: 40px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23372a9a' d='M6 8 0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 10px 7px;
}
.p-ct-form__consent {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
  font-size: 1.4rem;
}
.p-ct-form__consent .wpcf7-list-item {
  margin: 0;
}
.p-ct-form__consent label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.p-ct-form__consent input[type=checkbox] {
  width: 16px;
  height: 16px;
  accent-color: #372a9a;
}
.p-ct-form__consent a {
  color: #372a9a;
}
.p-ct-form__submit {
  margin-top: 24px;
}
.p-ct-form__submit input[type=submit] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 240px;
  padding: 16px 32px;
  border: 0;
  border-radius: 999px;
  background: #372a9a;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.p-ct-form__submit input[type=submit]:hover, .p-ct-form__submit input[type=submit]:focus-visible {
  opacity: 0.85;
}
.p-ct-form__submit .wpcf7-spinner {
  margin-left: 12px;
}
.p-ct-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 1.25rem;
  color: #e63a1f;
}
.p-ct-form .wpcf7-response-output {
  margin: 24px 0 0 !important;
  padding: 14px 16px !important;
  border-width: 1px !important;
  border-radius: 3px;
  font-size: 1.4rem;
  line-height: 1.8;
}

/*--------------------------------------------
お問い合わせ
--------------------------------------------*/
.p-contact__intro__head {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-contact__intro__head {
    font-size: 20px;
  }
}
.p-contact__tel__inner {
  padding: 40px 20px;
  margin: 0 0 60px;
}
.p-contact__tel__head {
  font-size: 24px;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .p-contact__tel__head {
    font-size: 18px;
  }
}
.p-contact__tel__number {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-contact__tel__number dt {
  font-size: 18px;
  width: 2.2em;
}
@media (max-width: 768px) {
  .p-contact__tel__number dt {
    font-size: 14px;
  }
}
.p-contact__tel__number dd {
  font-size: 40px;
  color: #372a9a;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  line-height: 40px;
}
@media (max-width: 768px) {
  .p-contact__tel__number dd {
    font-size: 28px;
    line-height: 28px;
  }
}
.p-contact__tel__info {
  font-size: 16px;
  margin: 0;
}
@media (max-width: 768px) {
  .p-contact__tel__info {
    font-size: 14px;
    margin: 8px 0 0;
  }
}
.p-contact__tel__caution {
  margin: 20px 0 0;
}
.p-contact__tel__caution .head {
  font-size: 16px;
}
@media (max-width: 768px) {
  .p-contact__tel__caution .head {
    font-size: 14px;
  }
}
.p-contact__tel__caution .text {
  font-size: 16px;
}
@media (max-width: 768px) {
  .p-contact__tel__caution .text {
    font-size: 12px;
  }
}
.p-contact__form__head {
  font-size: 24px;
  margin: 0 0 60px;
}
@media (max-width: 768px) {
  .p-contact__form__head {
    font-size: 18px;
  }
}
.p-contact__send-title {
  font-size: 24px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-contact__send-title {
    font-size: 18px;
  }
}
.p-contact__send-info {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-contact__send-info {
    font-size: 14px;
    text-align: left;
  }
}

.p-cookie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: -200px;
  width: 100%;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 1.2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 9999;
}
.p-cookie .p-cookie__link {
  color: white;
  text-decoration: underline;
}

.p-cookie.is-show {
  bottom: 0px;
}

.p-cookie-text {
  width: 48%;
}
@media (max-width: 992px) {
  .p-cookie-text {
    margin-top: 2rem;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .p-cookie__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-cookie__agree {
  color: black;
  background-color: white;
  padding: 5px 0;
  width: 82px;
  margin: 0 auto;
  margin-top: 3rem;
  text-align: center;
}
.p-cookie__agree:hover {
  cursor: pointer;
}
.p-cookie__agree p {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .p-cookie__agree {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
    height: 35px;
    line-height: 35px;
    padding: 0;
    margin-left: 2rem;
  }
}

.p-cookie__close {
  color: white;
  text-align: center;
  margin-top: 1rem;
}
.p-cookie__close:hover {
  cursor: pointer;
}

/* パッと消える */
.cc-hide1 {
  display: none;
}

/* ゆっくり消える */
.cc-hide2 {
  -webkit-animation: hide 1s linear 0s;
  animation: hide 1s linear 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.p-ex-text {
  margin: 0 0 1.4em;
  font-size: 1.45rem;
  line-height: 2;
  color: #333333;
}
.p-ex-text:last-child {
  margin-bottom: 0;
}
.p-ex-text--wide {
  max-width: 880px;
}

.p-ex-h3 {
  margin: 36px 0 14px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #372a9a;
}

.p-ex-note {
  margin: 16px 0 0;
  font-size: 1.25rem;
  line-height: 1.9;
  color: #6b7280;
}

.p-ex-callout {
  margin: 28px 0 0;
  padding: 18px 20px;
  border-left: 2px solid #e63a1f;
  background: rgba(55, 42, 154, 0.04);
  font-size: 1.35rem;
  line-height: 1.9;
  color: #333333;
}
@media (min-width: 992.02px) {
  .p-ex-callout {
    padding: 20px 24px;
  }
}

.p-ex-dl {
  margin: 0;
  border-top: 1px solid #e5e7eb;
}
.p-ex-dl div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  padding-block: 14px;
  border-bottom: 1px solid #e5e7eb;
}
@media (min-width: 768.02px) {
  .p-ex-dl div {
    grid-template-columns: 180px 1fr;
    gap: 20px;
  }
}
.p-ex-dl dt {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333333;
}
.p-ex-dl dd {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333333;
}

.p-ex-scroll {
  margin-top: 24px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.p-ex-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.3rem;
  line-height: 1.7;
  white-space: nowrap;
}
.p-ex-table th,
.p-ex-table td {
  padding: 14px 16px 14px 0;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
  font-weight: 400;
  color: #333333;
  vertical-align: top;
}
.p-ex-table thead th {
  font-size: 1.2rem;
  font-weight: 700;
  color: #6b7280;
}
.p-ex-table tbody th {
  font-weight: 700;
  color: #372a9a;
}

.p-ex-lead {
  background: #fff;
  padding-block: 48px 0;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-ex-lead {
    padding-block: 64px 0;
  }
}
.p-ex-lead__inner {
  width: 100%;
  max-width: 990px;
  margin-inline: auto;
}
.p-ex-lead__inner p {
  margin: 0;
  font-size: 1.55rem;
  line-height: 2.1;
  color: #333333;
}

.p-ex-uminoeki {
  background: #fff;
  padding-block: 56px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-ex-uminoeki {
    padding-block: 88px;
  }
}
.p-ex-uminoeki__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
@media (min-width: 992.02px) {
  .p-ex-uminoeki__inner {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.p-ex-uminoeki__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
  background: #f0eff8;
}
.p-ex-uminoeki__body .p-ex-text {
  margin-top: 24px;
}

.p-ex-flow {
  background: #faf7f2;
  padding-block: 56px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-ex-flow {
    padding-block: 80px;
  }
}
.p-ex-flow__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-ex-flow__inner > .p-ex-h3:first-child {
  margin-top: 0;
}
.p-ex-flow__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768.02px) {
  .p-ex-flow__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.p-ex-flow__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: #fff;
  border: 1px solid #e5e7eb;
}
.p-ex-flow__no {
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #e63a1f;
}
.p-ex-flow__text {
  font-size: 1.35rem;
  line-height: 1.9;
  color: #333333;
}

.p-ex-facilities {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768.02px) {
  .p-ex-facilities {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992.02px) {
  .p-ex-facilities {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-ex-facilities li {
  padding-top: 16px;
  border-top: 1px solid #e0dbd1;
}
.p-ex-facilities__name {
  margin: 0 0 6px;
  font-size: 1.45rem;
  font-weight: 700;
  color: #372a9a;
}
.p-ex-facilities__text {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.9;
  color: #333333;
}

.p-ex-course {
  background: #fff;
  padding-block: 56px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-ex-course {
    padding-block: 88px;
  }
}
.p-ex-course__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-ex-course__inner .p-ex-text {
  margin-top: 24px;
}
.p-ex-course__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px 24px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768.02px) {
  .p-ex-course__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992.02px) {
  .p-ex-course__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-ex-course__item img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 14px;
  background: #f0eff8;
}
.p-ex-course__name {
  margin: 0 0 6px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}
.p-ex-course__time {
  margin: 0 0 10px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #e63a1f;
}
.p-ex-course__text {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.9;
  color: #333333;
}

.p-ex-nearby {
  background: #faf7f2;
  padding-block: 56px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-ex-nearby {
    padding-block: 88px;
  }
}
.p-ex-nearby__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

.p-ex-block {
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid #e0dbd1;
}
@media (min-width: 992.02px) {
  .p-ex-block {
    margin-top: 72px;
  }
}
.p-ex-block:first-of-type {
  border-top: 0;
}
.p-ex-block__label {
  margin: 0 0 8px;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.3em;
  color: #372a9a;
}
.p-ex-block__title {
  margin: 0 0 18px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #1a1a1a;
}
@media (min-width: 992.02px) {
  .p-ex-block__title {
    font-size: 2.6rem;
  }
}

.p-ex-story {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 36px;
}
@media (min-width: 992.02px) {
  .p-ex-story {
    grid-template-columns: 420px 1fr;
    gap: 48px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
@media (min-width: 992.02px) {
  .p-ex-story--reverse {
    grid-template-columns: 1fr 420px;
  }
  .p-ex-story--reverse .p-ex-story__media {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-ex-story--reverse .p-ex-story__body {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.p-ex-story__media img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
  background: #f0eff8;
}
.p-ex-story__no {
  margin: 0 0 6px;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  color: #e63a1f;
}
.p-ex-story__title {
  margin: 0 0 14px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #372a9a;
}

.p-ex-ports {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 28px;
}
@media (min-width: 768.02px) {
  .p-ex-ports {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.p-ex-ports img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
  background: #f0eff8;
}

.p-ex-art {
  background: #fff;
  padding-block: 56px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-ex-art {
    padding-block: 88px;
  }
}
.p-ex-art__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-ex-art__intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 992.02px) {
  .p-ex-art__intro {
    grid-template-columns: 1fr 420px;
    gap: 64px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.p-ex-art__body .p-ex-text {
  margin-top: 24px;
}
.p-ex-art__media img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  background: #f0eff8;
}

.p-ex-artists {
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid #e5e7eb;
}
@media (min-width: 992.02px) {
  .p-ex-artists {
    margin-top: 72px;
  }
}
.p-ex-artists__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768.02px) {
  .p-ex-artists__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992.02px) {
  .p-ex-artists__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-ex-artists__list li {
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
}
.p-ex-artists__no {
  margin: 0 0 6px;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-size: 1.15rem;
  letter-spacing: 0.2em;
  color: #e63a1f;
}
.p-ex-artists__name {
  margin: 0 0 4px;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #1a1a1a;
}
.p-ex-artists__role {
  margin: 0;
  font-size: 1.25rem;
  color: #6b7280;
}
.p-ex-artists__text {
  margin: 12px 0 0;
  font-size: 1.3rem;
  line-height: 1.9;
  color: #333333;
}

.p-ex-map {
  background: #faf7f2;
  padding-block: 56px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-ex-map {
    padding-block: 88px;
  }
}
.p-ex-map__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-ex-map__inner .p-ex-text {
  margin-top: 24px;
}
.p-ex-map__frame {
  margin-top: 28px;
  aspect-ratio: 16/9;
  background: #e8e4dc;
}
@media (max-width: 768px) {
  .p-ex-map__frame {
    aspect-ratio: 4/3;
  }
}
.p-ex-map__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-ex-access {
  background: #fff;
  padding-block: 56px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-ex-access {
    padding-block: 88px;
  }
}
.p-ex-access__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-ex-access__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 36px;
}
@media (min-width: 992.02px) {
  .p-ex-access__grid {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.p-ex-access__grid .p-ex-h3:first-child {
  margin-top: 0;
}
.p-ex-access__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}

/*--------------------------------------------
フォームのステータス
--------------------------------------------*/
.p-form input,
.p-form button,
.p-form select,
.p-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.p-form textarea {
  resize: vertical;
}
.p-form input[type=checkbox],
.p-form input[type=radio] {
  display: none;
}
.p-form input[type=submit],
.p-form input[type=button],
.p-form label,
.p-form button,
.p-form select {
  cursor: pointer;
}
.p-form select::-ms-expand {
  display: none;
}
.p-form input[type=submit][disabled],
.p-form input[type=submit][disabled]:hover,
.p-form input[type=submit][disabled]:focus {
  background-color: #999;
}
.p-form .wpcf7-submit:disabled {
  opacity: 0.5;
}
.p-form select option {
  font-size: 14px;
  color: #000000;
}
.p-form .input-box {
  border: 1px solid #A7A7A7;
  border-radius: 4px;
  min-height: 40px;
  color: #000000;
  font-size: 14px;
  padding: 2px 12px;
}
.p-form .input-box::-webkit-input-placeholder {
  font-size: 12px;
  color: #6C6C6C;
}
.p-form .input-box::-moz-placeholder {
  font-size: 12px;
  color: #6C6C6C;
}
.p-form .input-box:-ms-input-placeholder {
  font-size: 12px;
  color: #6C6C6C;
}
.p-form .input-box::-ms-input-placeholder {
  font-size: 12px;
  color: #6C6C6C;
}
.p-form .input-box::placeholder {
  font-size: 12px;
  color: #6C6C6C;
}
@media (max-width: 768px) {
  .p-form .input-box::-webkit-input-placeholder {
    font-size: 14px;
  }
  .p-form .input-box::-moz-placeholder {
    font-size: 14px;
  }
  .p-form .input-box:-ms-input-placeholder {
    font-size: 14px;
  }
  .p-form .input-box::-ms-input-placeholder {
    font-size: 14px;
  }
  .p-form .input-box::placeholder {
    font-size: 14px;
  }
}
.p-form .input-box--select-year {
  width: 80px;
  border: 1px solid #A7A7A7;
  border-radius: 4px;
  min-height: 40px;
  color: #000000;
  font-size: 14px;
  padding: 2px 12px;
}
.p-form .input-box--select-year::-webkit-input-placeholder {
  font-size: 14px;
  color: #6C6C6C;
}
.p-form .input-box--select-year::-moz-placeholder {
  font-size: 14px;
  color: #6C6C6C;
}
.p-form .input-box--select-year:-ms-input-placeholder {
  font-size: 14px;
  color: #6C6C6C;
}
.p-form .input-box--select-year::-ms-input-placeholder {
  font-size: 14px;
  color: #6C6C6C;
}
.p-form .input-box--select-year::placeholder {
  font-size: 14px;
  color: #6C6C6C;
}
@media (max-width: 768px) {
  .p-form .input-box--select-year {
    width: 60px;
    min-width: 60px;
  }
}
.p-form .input-box--ss {
  width: 80px;
}
@media (max-width: 768px) {
  .p-form .input-box--ss {
    width: 60px;
    min-width: 60px;
  }
}
.p-form .input-box--s {
  width: 250px;
}
@media (max-width: 768px) {
  .p-form .input-box--s {
    width: 100%;
  }
}
.p-form .input-box--m {
  width: 350px;
}
@media (max-width: 768px) {
  .p-form .input-box--m {
    width: 100%;
  }
}
.p-form .input-box--100 {
  width: 100%;
}
.p-form .input-box--textarea {
  height: 225px;
}
.p-form__group {
  padding: 20px 0;
  border-top: 1px solid rgba(13, 110, 253, 0.3);
}
.p-form__caution {
  font-size: 14px !important;
  color: #6C6C6C;
  margin: 0 !important;
}
.p-form__title {
  margin: 2px 0 0 !important;
  padding: 0 60px 0 0;
  min-height: 40px;
  position: relative;
}
@media (min-width: 992.02px) {
  .p-form__title {
    text-align: right;
  }
}
.p-form__box__birth .seplate {
  margin: 0 8px 0 4px;
}
.p-form__box__zip__inner {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-form__box__zip__inner:last-child {
  margin-bottom: 0;
}
.p-form__box__zip__inner__head {
  margin: 0 !important;
  min-width: 6em;
}
.p-form__box__zip__inner .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
}
.p-form__box--radio .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-form__box--radio .wpcf7-list-item {
  margin: 0;
}
.p-form__box--radio .wpcf7-list-item-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-form__box--radio {
  /* デフォルトのボタン */
}
.p-form__box--radio input[type=radio] {
  opacity: 0;
  /* デフォルトのボタンを非表示 */
  position: absolute;
}
.p-form__box--radio {
  /* チェック前のボタン */
}
.p-form__box--radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%;
  /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  /* 色をじんわり変化させる */
  width: 1.2em;
}
.p-form__box--radio {
  /* チェック後のボタン */
}
.p-form__box--radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #6C6C6C;
  /* チェック後の中心の色 */
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
  /* 中心の色のスタイル */
}
.p-form__acceptance {
  text-align: center;
}
.p-form__check-box {
  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;
}
.p-form__check-box--field {
  text-align: center;
  margin: 40px 0;
}
.p-form__check-box--field__link {
  color: #333333;
  font-weight: 700;
  margin: 0 0 20px;
  display: block;
}
@media (max-width: 768px) {
  .p-form__check-box--field__link {
    font-size: 12px;
  }
}
.p-form__check-box--field__link:hover {
  text-decoration: underline;
}
.p-form__check-box--field__link:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  display: inline-block;
  color: #333333;
}
.p-form__check-box input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}
.p-form__check-box input[type=checkbox] + span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 400;
  font-size: 24px;
}
.p-form__check-box input[type=checkbox]:checked + span:before {
  content: "\f14a";
  font-weight: 400;
}
.p-form .hissu {
  padding: 0px 8px;
  border-radius: 4px;
  background: #FF0000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  margin: 0 0 0;
}
@media (min-width: 992.02px) {
  .p-form .hissu {
    position: absolute;
    top: 4px;
    right: 0;
  }
}
@media (max-width: 768px) {
  .p-form .hissu {
    margin: 0 0 0 8px;
  }
}
.p-form .privacy-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  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-top: 40px;
}
.p-form .privacy-link p {
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
}
.p-form .privacy-link a {
  text-decoration: underline;
  color: #333333;
  margin: 0 4px;
}
.p-form .recaptcha_policy {
  padding: 0;
  margin: 40px 0 0;
  text-align: center;
  font-size: 11px !important;
  color: #333333 !important;
}
.p-form .recaptcha_policy a {
  font-size: 11px !important;
  color: #0d6efd !important;
  text-decoration: underline;
}
.p-form .send-btn-field {
  margin-top: 40px;
}
.p-form--entry__head__title {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 40px;
  text-align: center;
}
@media (max-width: 992px) {
  .p-form--entry__head__title {
    font-size: 18px;
  }
}
.p-form--entry__head__text {
  font-size: 16px !important;
  line-height: 2 !important;
  margin-bottom: 1em !important;
}
.p-form--entry__head__text:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .p-form--entry__head__text {
    font-size: 14px !important;
  }
}
.p-form--entry__head--outer {
  margin: 0 auto 40px;
}
@media (min-width: 992.02px) {
  .p-form--entry__head--outer {
    max-width: 540px;
  }
}
.p-form__privacy {
  padding: 80px 0 0;
  border-top: 1px solid rgba(13, 110, 253, 0.3);
}
@media (max-width: 992px) {
  .p-form__privacy {
    padding: 20px 0 0;
  }
}
@media (max-width: 992px) {
  .p-form__privacy__text p {
    font-size: 14px !important;
  }
}
.p-form__privacy__text p a {
  color: rgba(255, 0, 0, 0.8);
  text-decoration: underline;
}
.p-form__submit {
  margin: 60px 0 0;
}
.p-form__acceptance {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .p-form__acceptance {
    margin-top: 40px;
  }
}
.p-form__acceptance .wpcf7-form-control-wrap {
  display: block;
}
.p-form__acceptance .wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-form__acceptance span.wpcf7-list-item {
  position: relative;
  margin: 0 auto 0 !important;
  /*項目ごとの余白を調整*/
}
.p-form__acceptance .wpcf7-list-item-label {
  /*項目の色や文字サイズ*/
  color: #000000;
  cursor: pointer;
  font-size: 16px;
}
@media (max-width: 992px) {
  .p-form__acceptance .wpcf7-list-item-label {
    font-size: 14px;
  }
}
.p-form__acceptance input[type=checkbox] {
  position: absolute;
  opacity: 0;
  /*既存のチェックボックスを見えなくする*/
}
.p-form__acceptance .wpcf7-list-item-label:before {
  /*チェックボックスの枠*/
  content: "";
  border: 1px solid #A7A7A7;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  top: 0;
  margin-right: 20px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
.p-form__acceptance .wpcf7-list-item-label:after {
  /*チェックアイコン*/
  font-family: "Font Awesome 6 Free";
  content: "\f00c";
  color: #6C6C6C;
  font-weight: 900;
  font-size: 36px;
  display: block;
  position: absolute;
  top: -14px;
  left: 6px;
  opacity: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.p-form__acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.p-form__submit {
  text-align: center;
}
.p-form__submit .wpcf7-spinner {
  display: block;
  margin: 12px auto 0;
}
.p-form__akimist, .p-form__recaptcha {
  margin: 20px 0 0;
}
.p-form__akimist p, .p-form__recaptcha p {
  padding: 0;
  margin: 0 !important;
  text-align: center;
  font-size: 11px !important;
  color: #444 !important;
}
.p-form__akimist a, .p-form__recaptcha a {
  font-size: 11px !important;
  color: #111 !important;
}

.p-front-access {
  background: #fff;
  padding-block: 72px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
.p-front-access > * {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-front-access {
  scroll-margin-top: 68px;
}
@media (min-width: 992.02px) {
  .p-front-access {
    scroll-margin-top: 80px;
  }
}
@media (min-width: 992.02px) {
  .p-front-access {
    padding-block: 120px;
  }
}
.p-front-access__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 20px;
  border-bottom: 1px solid #333333;
}
@media (min-width: 992.02px) {
  .p-front-access__head {
    gap: 12px;
    padding-bottom: 24px;
  }
}
.p-front-access__label {
  margin: 0;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.3em;
  color: #0F2D44;
}
@media (min-width: 992.02px) {
  .p-front-access__label {
    font-size: 1.3rem;
  }
}
.p-front-access__title {
  margin: 0;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: clamp(2.8rem, 6.4vw, 3.6rem);
  line-height: 1.35;
  letter-spacing: 0.04em;
  color: #0F2D44;
}
@media (min-width: 992.02px) {
  .p-front-access__title {
    font-size: 5.2rem;
    line-height: 1.2;
  }
}
.p-front-access__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}
@media (min-width: 992.02px) {
  .p-front-access__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 56px;
    margin-top: 48px;
  }
}
.p-front-access__map {
  position: relative;
  width: 100%;
  height: 260px;
  background: rgba(15, 45, 68, 0.06);
  overflow: hidden;
}
@media (min-width: 768.02px) {
  .p-front-access__map {
    height: 360px;
  }
}
@media (min-width: 992.02px) {
  .p-front-access__map {
    -webkit-box-flex: 2;
    -ms-flex: 2 1 0px;
    flex: 2 1 0;
    min-width: 0;
    height: 480px;
  }
}
.p-front-access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.p-front-access__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 992.02px) {
  .p-front-access__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-width: 0;
    gap: 28px;
    padding-top: 8px;
  }
}
.p-front-access__tel {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding: 16px 28px;
  border-radius: 999px;
  background: #372a9a;
  color: #fff;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (min-width: 992.02px) {
  .p-front-access__tel {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 100%;
  }
}
.p-front-access__tel:hover, .p-front-access__tel:focus-visible {
  color: #fff;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 24px rgba(55, 42, 154, 0.28);
  box-shadow: 0 10px 24px rgba(55, 42, 154, 0.28);
}
.p-front-access__list {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992.02px) {
  .p-front-access__list {
    gap: 24px;
  }
}
.p-front-access__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
.p-front-access__row dt {
  margin: 0;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.24em;
  color: #6b7280;
}
.p-front-access__row dd {
  margin: 0;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.7;
  color: #333333;
}
@media (min-width: 992.02px) {
  .p-front-access__row dd {
    font-size: 1.9rem;
  }
}
.p-front-access__row dd a {
  color: inherit;
  text-decoration: none;
}
.p-front-access__row dd a:hover {
  text-decoration: underline;
}
.p-front-access__routes {
  list-style: none;
  margin: 40px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid #333333;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 768.02px) {
  .p-front-access__routes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 40px;
  }
}
@media (min-width: 992.02px) {
  .p-front-access__routes {
    margin-top: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px 48px;
  }
}
.p-front-access__route {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 4px 10px;
}
.p-front-access__route-from {
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.18em;
  color: #6b7280;
}
.p-front-access__route-time {
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #333333;
}
@media (min-width: 992.02px) {
  .p-front-access__route-time {
    font-size: 1.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .p-front-access__tel {
    -webkit-transition: none;
    transition: none;
  }
  .p-front-access__tel:hover, .p-front-access__tel:focus-visible {
    -webkit-transform: none;
    transform: none;
  }
}
.p-front-corners {
  background: #fff;
  padding-block: 72px 80px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-front-corners {
    padding-block: 120px;
  }
}
.p-front-corners__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-front-corners__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1a1a1a;
}
@media (min-width: 992.02px) {
  .p-front-corners__head {
    padding-bottom: 24px;
  }
}
.p-front-corners__label {
  margin: 0;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.3em;
  color: #0F2D44;
}
.p-front-corners__title {
  margin: 0;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: clamp(2.8rem, 3.6vw, 4.4rem);
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #0F2D44;
}
.p-front-corners__list {
  list-style: none;
  margin: 48px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media (min-width: 768.02px) {
  .p-front-corners__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 56px 30px;
  }
}
@media (min-width: 992.02px) {
  .p-front-corners__list {
    margin-top: 64px;
    grid-template-columns: repeat(3, 1fr);
    gap: 72px 30px;
  }
}
.p-front-corners__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  color: inherit;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-front-corners__card:hover, .p-front-corners__card:focus-visible {
  color: inherit;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.p-front-corners__card:hover .p-front-corners__img, .p-front-corners__card:focus-visible .p-front-corners__img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.p-front-corners__card:hover .p-front-corners__name, .p-front-corners__card:focus-visible .p-front-corners__name {
  color: #372a9a;
}
.p-front-corners__figure {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f0eff8;
}
.p-front-corners__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.p-front-corners__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  margin-top: 6px;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.25em;
  color: #372a9a;
}
.p-front-corners__num::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 1px;
  background: rgba(15, 45, 68, 0.15);
}
.p-front-corners__name {
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #0F2D44;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 992.02px) {
  .p-front-corners__name {
    font-size: 2.1rem;
  }
}
.p-front-corners__text {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #555;
}
.p-front-corners__arrow {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .p-front-corners__card, .p-front-corners__img, .p-front-corners__name {
    -webkit-transition: none;
    transition: none;
  }
  .p-front-corners__card:hover {
    -webkit-transform: none;
    transform: none;
  }
  .p-front-corners__card:hover .p-front-corners__img {
    -webkit-transform: none;
    transform: none;
  }
}

.p-front-feature {
  display: grid;
  grid-template-columns: 1fr;
  background: #f0eff8;
}
@media (min-width: 992.02px) {
  .p-front-feature {
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.p-front-feature__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}
@media (min-width: 992.02px) {
  .p-front-feature__media {
    grid-row: 1;
    grid-column: 1;
    aspect-ratio: auto;
    min-height: clamp(560px, 50vw, 780px);
  }
}
.p-front-feature__img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.p-front-feature__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  padding-block: 56px 64px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-front-feature__body {
    grid-row: 1;
    grid-column: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px;
    padding-block: 120px;
    padding-inline: clamp(48px, 6.67vw, 96px);
  }
}
.p-front-feature__label {
  margin: 0;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.3em;
  color: #372a9a;
}
@media (min-width: 992.02px) {
  .p-front-feature__label {
    font-size: 1.3rem;
  }
}
.p-front-feature__title {
  margin: 0;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: clamp(3.2rem, 5vw, 7.2rem);
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #372a9a;
}
.p-front-feature__title-line {
  display: block;
}
.p-front-feature__text {
  margin: 0;
  max-width: 28em;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #333333;
}
@media (min-width: 992.02px) {
  .p-front-feature__text {
    font-size: 1.7rem;
  }
}
.p-front-feature__callout {
  margin: 0;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: clamp(2rem, 2.4vw, 3rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #e63a1f;
}
.p-front-feature__button {
  display: inline-block;
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 4px;
  padding: 13px 26px;
  border-radius: 999px;
  background: #372a9a;
  color: #fff;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (min-width: 992.02px) {
  .p-front-feature__button {
    padding: 14px 32px;
    font-size: 1.6rem;
  }
}
.p-front-feature__button:hover, .p-front-feature__button:focus-visible {
  color: #fff;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 20px rgba(55, 42, 154, 0.28);
  box-shadow: 0 8px 20px rgba(55, 42, 154, 0.28);
}
.p-front-feature__button-arrow {
  display: inline-block;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-front-feature__button:hover .p-front-feature__button-arrow {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
@media (min-width: 992.02px) {
  .p-front-feature--media-right .p-front-feature__media {
    grid-column: 2;
  }
  .p-front-feature--media-right .p-front-feature__body {
    grid-column: 1;
  }
}
.p-front-feature--kitanadamaru .p-front-feature__label {
  color: #0F2D44;
}
.p-front-feature--sudachiburi .p-front-feature__img {
  -o-object-position: 29% center;
  object-position: 29% center;
}

@media (prefers-reduced-motion: reduce) {
  .p-front-feature__button, .p-front-feature__button-arrow {
    -webkit-transition: none;
    transition: none;
  }
  .p-front-feature__button:hover, .p-front-feature__button:focus-visible {
    -webkit-transform: none;
    transform: none;
  }
  .p-front-feature__button:hover .p-front-feature__button-arrow {
    -webkit-transform: none;
    transform: none;
  }
}
.p-front-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #0F2D44;
  isolation: isolate;
  aspect-ratio: 3/4;
  min-height: 440px;
  max-height: 78svh;
}
@media (min-width: 768.02px) {
  .p-front-hero {
    aspect-ratio: 16/9;
    min-height: 0;
    max-height: none;
  }
}
@media (min-width: 992.02px) {
  .p-front-hero {
    aspect-ratio: 1440/660;
  }
}
.p-front-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.p-front-hero__media video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 45%;
  object-position: 50% 45%;
}
.p-front-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 45, 68, 0.46)), color-stop(34%, rgba(15, 45, 68, 0.22)), color-stop(60%, rgba(15, 45, 68, 0))), -webkit-gradient(linear, left top, right top, from(rgba(15, 45, 68, 0.32)), color-stop(48%, rgba(15, 45, 68, 0)));
  background: linear-gradient(180deg, rgba(15, 45, 68, 0.46) 0%, rgba(15, 45, 68, 0.22) 34%, rgba(15, 45, 68, 0) 60%), linear-gradient(90deg, rgba(15, 45, 68, 0.32) 0%, rgba(15, 45, 68, 0) 48%);
}
.p-front-hero__inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-inline: clamp(20px, 3.13vw, 45px);
  padding-block: clamp(24px, 7vw, 48px) 14%;
}
@media (min-width: 992.02px) {
  .p-front-hero__inner {
    padding-block: 4.58% 0;
  }
}
.p-front-hero__catch {
  margin: 0;
  color: #fff;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: clamp(3.4rem, 5.14vw, 7.4rem);
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-shadow: 0 4px 9px rgba(0, 0, 0, 0.49);
}
.p-front-hero__catch span {
  display: block;
}
.p-front-hero__sub {
  margin: clamp(16px, 2.5vw, 36px) 0 0;
  -webkit-margin-start: clamp(0px, 0.83vw, 12px);
  margin-inline-start: clamp(0px, 0.83vw, 12px);
}
.p-front-hero__sub span {
  display: inline-block;
  padding: 9px clamp(14px, 1.67vw, 24px);
  background: #372a9a;
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.53vw, 2.2rem);
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.p-front-hero__note {
  margin: clamp(14px, 1.53vw, 22px) 0 0;
  -webkit-margin-start: clamp(0px, 0.83vw, 12px);
  margin-inline-start: clamp(0px, 0.83vw, 12px);
  max-width: 28em;
  color: #fff;
  font-size: clamp(1.25rem, 1.18vw, 1.7rem);
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

@-webkit-keyframes p-front-hero-kenburns {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes p-front-hero-kenburns {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-front-hero__media video {
    -webkit-animation: none;
    animation: none;
    -webkit-transform: none;
    transform: none;
  }
}
.p-front-instagram {
  background: #fff;
  padding-block: 64px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
.p-front-instagram > * {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-front-instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 36px;
}
@media (min-width: 992.02px) {
  .p-front-instagram {
    padding-block: 120px;
    gap: 56px;
  }
}
.p-front-instagram__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1a1a1a;
}
@media (min-width: 992.02px) {
  .p-front-instagram__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 24px;
  }
}
.p-front-instagram__headMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
}
.p-front-instagram__label {
  margin: 0;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.3em;
  color: #372a9a;
}
.p-front-instagram__title {
  margin: 0;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.35;
  letter-spacing: 0.04em;
  color: #372a9a;
}
@media (min-width: 768.02px) {
  .p-front-instagram__title {
    font-size: 4rem;
  }
}
@media (min-width: 992.02px) {
  .p-front-instagram__title {
    font-size: 5.2rem;
  }
}
.p-front-instagram__sub {
  margin: 0;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #e63a1f;
}
@media (min-width: 992.02px) {
  .p-front-instagram__sub {
    font-size: 2.2rem;
  }
}
.p-front-instagram__lead {
  margin: 0;
  max-width: 54rem;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #2e2e38;
}
.p-front-instagram__deco {
  display: block;
  width: 32px;
  height: 2px;
  background: #e63a1f;
}
.p-front-instagram__handles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin: 0;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #666;
}
.p-front-instagram__feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 992.02px) {
  .p-front-instagram__feed {
    gap: 20px;
  }
}
.p-front-instagram__feedHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 8px 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e0;
}
.p-front-instagram__feedName {
  margin: 0;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #0F2D44;
}
@media (min-width: 992.02px) {
  .p-front-instagram__feedName {
    font-size: 1.8rem;
  }
}
.p-front-instagram__feedNote {
  margin: 0;
  font-size: 1.4rem;
  color: #666;
}
.p-front-instagram__feedLink {
  margin-left: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #372a9a;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-front-instagram__feedLink:hover, .p-front-instagram__feedLink:focus-visible {
  color: #e63a1f;
}
.p-front-instagram__feedBody #sb_instagram {
  padding: 0 !important;
  width: 100% !important;
}
.p-front-instagram__feedBody #sb_instagram .sbi_photo_wrap,
.p-front-instagram__feedBody #sb_instagram .sbi_photo {
  border-radius: 0;
}
.p-front-instagram__feedBody #sb_instagram .sbi_photo_wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.p-front-instagram__feedBody #sb_instagram .sbi_photo {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}
.p-front-instagram__feedBody #sb_instagram .sbi_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.p-front-instagram__feedBody #sb_instagram .sbi_item:hover .sbi_photo img,
.p-front-instagram__feedBody #sb_instagram .sbi_item:focus-within .sbi_photo img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.p-front-instagram__fallback {
  margin: 0;
  padding: 24px;
  border: 1px solid #e5e5e0;
  font-size: 1.6rem;
  color: #666;
  text-align: center;
}
.p-front-instagram__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-front-instagram__tag {
  padding: 8px 14px;
  border: 1px solid #e5e5e0;
  border-radius: 999px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #0F2D44;
}
.p-front-instagram__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  padding-top: 16px;
}
@media (min-width: 768.02px) {
  .p-front-instagram__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-front-instagram__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 34px;
  border: 1px solid #372a9a;
  border-radius: 999px;
  background: #372a9a;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.p-front-instagram__btn:hover, .p-front-instagram__btn:focus-visible {
  color: #fff;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 24px rgba(55, 42, 154, 0.28);
  box-shadow: 0 10px 24px rgba(55, 42, 154, 0.28);
}
.p-front-instagram__btn--ghost {
  background: transparent;
  color: #372a9a;
}
.p-front-instagram__btn--ghost:hover, .p-front-instagram__btn--ghost:focus-visible {
  background: #372a9a;
  color: #fff;
}
.p-front-instagram__arrow {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-front-instagram__btn:hover .p-front-instagram__arrow {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
@media (prefers-reduced-motion: reduce) {
  .p-front-instagram__btn, .p-front-instagram__feedLink, .p-front-instagram__arrow {
    -webkit-transition: none;
    transition: none;
  }
  .p-front-instagram__btn:hover {
    -webkit-transform: none;
    transform: none;
  }
  .p-front-instagram__arrow {
    -webkit-transform: none;
    transform: none;
  }
  .p-front-instagram__feedBody #sb_instagram .sbi_photo img {
    -webkit-transition: none;
    transition: none;
  }
  .p-front-instagram__feedBody #sb_instagram .sbi_item:hover .sbi_photo img {
    -webkit-transform: none;
    transform: none;
  }
}

.p-front-news {
  background: #fff;
  padding-block: 56px 72px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
.p-front-news > * {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
@media (min-width: 992.02px) {
  .p-front-news {
    padding-block: 66px 120px;
  }
}
.p-front-news__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-front-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1a1a1a;
}
@media (min-width: 992.02px) {
  .p-front-news__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 24px;
  }
}
.p-front-news__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.p-front-news__label {
  margin: 0;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.3em;
  color: #372a9a;
}
.p-front-news__title {
  margin: 0;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: clamp(2.8rem, 5.6vw, 5.2rem);
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #372a9a;
}
.p-front-news__lead {
  margin: 4px 0 0;
  max-width: 46em;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #333333;
}
.p-front-news__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 12px 28px;
  border-radius: 999px;
  background: #372a9a;
  color: #fff;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (min-width: 992.02px) {
  .p-front-news__button {
    font-size: 1.6rem;
    margin-bottom: 6px;
  }
}
.p-front-news__button:hover, .p-front-news__button:focus-visible {
  color: #fff;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 20px rgba(55, 42, 154, 0.28);
  box-shadow: 0 8px 20px rgba(55, 42, 154, 0.28);
}
.p-front-news__button-arrow {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-front-news__button:hover .p-front-news__button-arrow {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
.p-front-news__list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}
@media (min-width: 992.02px) {
  .p-front-news__list {
    margin-top: 56px;
  }
}
.p-front-news__item {
  border-bottom: 1px solid #e5e7eb;
}
.p-front-news__item:last-child {
  border-bottom: 0;
}
.p-front-news__link {
  display: grid;
  grid-template-columns: 64px 1fr;
  grid-template-areas: "thumb meta" "thumb headline";
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 6px;
  padding: 16px 0;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 992.02px) {
  .p-front-news__link {
    grid-template-columns: 80px 120px 108px 1fr;
    grid-template-areas: "thumb date badge headline";
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 0;
    min-height: 80px;
    padding: 0;
  }
}
.p-front-news__link:hover, .p-front-news__link:focus-visible {
  color: inherit;
}
.p-front-news__link:hover .p-front-news__headline, .p-front-news__link:focus-visible .p-front-news__headline {
  color: #372a9a;
}
.p-front-news__link:hover .p-front-news__thumb-img, .p-front-news__link:focus-visible .p-front-news__thumb-img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.p-front-news__thumb {
  grid-area: thumb;
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
  background: #f0eff8;
}
@media (min-width: 992.02px) {
  .p-front-news__thumb {
    width: 80px;
    height: 80px;
  }
}
.p-front-news__thumb-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.p-front-news__thumb-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: #f0eff8;
}
.p-front-news__date {
  grid-area: meta;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  color: #666;
}
@media (min-width: 992.02px) {
  .p-front-news__date {
    grid-area: date;
    font-size: 1.6rem;
  }
}
.p-front-news__badge {
  grid-area: meta;
  justify-self: end;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 88px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #0F2D44;
  color: #fff;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
  white-space: nowrap;
}
@media (min-width: 992.02px) {
  .p-front-news__badge {
    grid-area: badge;
    justify-self: start;
    min-width: 108px;
    font-size: 1.3rem;
  }
}
.p-front-news__badge[data-cat=旬の魚] {
  background: #372a9a;
}
.p-front-news__badge[data-cat=催し], .p-front-news__badge[data-cat=催し・イベント], .p-front-news__badge[data-cat=イベント] {
  background: #e63a1f;
}
.p-front-news__badge[data-cat=休業日] {
  background: #6b7280;
}
.p-front-news__badge-empty {
  display: none;
}
@media (min-width: 992.02px) {
  .p-front-news__badge-empty {
    display: block;
    grid-area: badge;
  }
}
.p-front-news__headline {
  grid-area: headline;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #1a1a1a;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 992.02px) {
  .p-front-news__headline {
    font-size: 2.2rem;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.p-front-news__empty {
  margin: 40px 0 0;
  font-size: 1.5rem;
  color: #6b7280;
}
@media (prefers-reduced-motion: reduce) {
  .p-front-news__button, .p-front-news__button-arrow, .p-front-news__link, .p-front-news__thumb-img, .p-front-news__headline {
    -webkit-transition: none;
    transition: none;
  }
  .p-front-news__button:hover {
    -webkit-transform: none;
    transform: none;
  }
  .p-front-news__link:hover .p-front-news__thumb-img {
    -webkit-transform: none;
    transform: none;
  }
}

.p-front-uminoeki {
  background: #f0eff8;
  padding-block: 64px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
.p-front-uminoeki > * {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-front-uminoeki {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 992.02px) {
  .p-front-uminoeki {
    padding-block: 100px;
    gap: 36px;
  }
}
.p-front-uminoeki__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 992.02px) {
  .p-front-uminoeki__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 56px;
  }
}
.p-front-uminoeki__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 18px;
  min-width: 0;
}
@media (min-width: 992.02px) {
  .p-front-uminoeki__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.p-front-uminoeki__label {
  margin: 0;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.3em;
  color: #e63a1f;
}
.p-front-uminoeki__title {
  margin: 0;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: #372a9a;
}
@media (min-width: 768.02px) {
  .p-front-uminoeki__title {
    font-size: 3.4rem;
  }
}
@media (min-width: 992.02px) {
  .p-front-uminoeki__title {
    font-size: 4rem;
  }
}
.p-front-uminoeki__text p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 2;
  color: #0c0c0c;
}
@media (min-width: 992.02px) {
  .p-front-uminoeki__text p {
    font-size: 1.6rem;
  }
}
.p-front-uminoeki__closing {
  margin: 0;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #e63a1f;
}
.p-front-uminoeki__closing br {
  display: none;
}
@media (min-width: 992.02px) {
  .p-front-uminoeki__closing br {
    display: inline;
  }
}
@media (min-width: 992.02px) {
  .p-front-uminoeki__closing {
    font-size: 2rem;
  }
}
.p-front-uminoeki__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  margin-top: 6px;
  padding: 15px 34px;
  border-radius: 999px;
  background: #372a9a;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (min-width: 992.02px) {
  .p-front-uminoeki__btn {
    font-size: 1.7rem;
  }
}
.p-front-uminoeki__btn:hover, .p-front-uminoeki__btn:focus-visible {
  color: #fff;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 24px rgba(55, 42, 154, 0.28);
  box-shadow: 0 10px 24px rgba(55, 42, 154, 0.28);
}
.p-front-uminoeki__arrow {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-front-uminoeki__btn:hover .p-front-uminoeki__arrow {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
.p-front-uminoeki__card {
  padding: 24px;
  background: #fff;
  border: 1px solid #e5e8f2;
  border-radius: 14px;
}
@media (min-width: 992.02px) {
  .p-front-uminoeki__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42rem;
    flex: 0 0 42rem;
    width: 42rem;
    padding: 32px;
  }
}
.p-front-uminoeki__cardTitle {
  margin: 0 0 16px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #372a9a;
}
@media (min-width: 992.02px) {
  .p-front-uminoeki__cardTitle {
    font-size: 2rem;
  }
}
.p-front-uminoeki__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.p-front-uminoeki__listItem {
  position: relative;
  padding-left: 2.4rem;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #0c0c0c;
}
.p-front-uminoeki__listItem::before {
  content: "";
  position: absolute;
  top: 0.85em;
  left: 0.4rem;
  width: 6px;
  height: 6px;
  border-top: 2px solid #e63a1f;
  border-right: 2px solid #e63a1f;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.p-front-uminoeki__visual {
  overflow: hidden;
  border-radius: 14px;
}
.p-front-uminoeki__visual picture,
.p-front-uminoeki__visual img {
  display: block;
  width: 100%;
}
.p-front-uminoeki__visual img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 3/2;
}
@media (min-width: 768.02px) {
  .p-front-uminoeki__visual img {
    aspect-ratio: 1200/427;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-front-uminoeki__btn, .p-front-uminoeki__arrow {
    -webkit-transition: none;
    transition: none;
  }
  .p-front-uminoeki__btn:hover {
    -webkit-transform: none;
    transform: none;
  }
  .p-front-uminoeki__arrow {
    -webkit-transform: none;
    transform: none;
  }
}

.p-front-voice {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  min-height: 420px;
  padding-block: 96px;
  padding-inline: clamp(24px, 8.33vw, 120px);
  overflow: hidden;
  background: #0F2D44;
  isolation: isolate;
}
@media (min-width: 992.02px) {
  .p-front-voice {
    gap: 40px;
    min-height: 620px;
    padding-block: 160px;
  }
}
.p-front-voice__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p-front-voice__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 40%;
  object-position: center 40%;
}
.p-front-voice__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.28)), color-stop(55%, rgba(0, 0, 0, 0.42)), to(rgba(0, 0, 0, 0.58)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.42) 55%, rgba(0, 0, 0, 0.58) 100%);
}
.p-front-voice__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 840px;
  text-align: center;
}
@media (min-width: 992.02px) {
  .p-front-voice__inner {
    gap: 32px;
  }
}
.p-front-voice__label {
  margin: 0;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.82);
}
@media (min-width: 992.02px) {
  .p-front-voice__label {
    font-size: 1.3rem;
  }
}
.p-front-voice__copy {
  margin: 0;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 400;
  font-size: clamp(1.9rem, 5.2vw, 2.6rem);
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.45);
}
@media (min-width: 992.02px) {
  .p-front-voice__copy {
    font-size: clamp(3rem, 2.78vw, 4rem);
  }
}
.p-front-voice__sign {
  margin: 0;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  color: #d9dee5;
}
@media (min-width: 992.02px) {
  .p-front-voice__sign {
    font-size: 1.7rem;
  }
}

.p-front-welcome {
  position: relative;
  overflow: hidden;
  background: #fff;
  isolation: isolate;
}
.p-front-welcome__bg {
  position: absolute;
  right: 0;
  bottom: -24%;
  left: 0;
  top: 40%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.p-front-welcome__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-front-welcome__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.62;
}
.p-front-welcome__bg::after {
  content: "";
  position: absolute;
  inset: 0 0 42% 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.p-front-welcome__deco {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.p-front-welcome__deco-item {
  position: absolute;
  display: block;
  height: auto;
  border-radius: 50%;
}
.p-front-welcome__deco-item--sashimi-l {
  border-radius: 0;
  clip-path: ellipse(54.2% 50% at 45.8% 50%);
}
.p-front-welcome__deco-item--tai, .p-front-welcome__deco-item--sashimi-l {
  display: none;
}
.p-front-welcome__deco-item--buri {
  top: 3%;
  right: -13vw;
  width: min(30vw, 13vw + 62px);
}
.p-front-welcome__deco-item--sashimi-s {
  bottom: 6%;
  left: -12vw;
  width: min(28vw, 12vw + 60px);
}
.p-front-welcome__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: clamp(24px, 8.33vw, 120px);
  padding-block: clamp(56px, 6.04vw, 87px) clamp(64px, 6.32vw, 91px);
}
.p-front-welcome__illust {
  margin: 0 0 clamp(36px, 5.63vw, 81px);
  width: min(499px, 72%);
}
.p-front-welcome__illust img {
  display: block;
  width: 100%;
  height: auto;
}
.p-front-welcome__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 clamp(24px, 3.61vw, 52px);
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 1.1rem;
}
.p-front-welcome__label-en {
  color: #e63a1f;
  letter-spacing: 0.3em;
}
.p-front-welcome__label-rule {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 24px;
  height: 1px;
  background: #6b7280;
}
.p-front-welcome__label-sub {
  color: #6b7280;
  letter-spacing: 0.2em;
}
.p-front-welcome__heading {
  margin: 0 0 clamp(22px, 3.33vw, 48px);
  color: #0F2D44;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 700;
  font-size: clamp(2.8rem, 4.44vw, 6.4rem);
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.p-front-welcome__lead {
  margin: 0 0 clamp(28px, 2.5vw, 36px);
  max-width: 920px;
  color: #333333;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.32vw, 1.9rem);
  line-height: 2;
  letter-spacing: 0.02em;
}
.p-front-welcome__lead p {
  margin: 0;
}
.p-front-welcome__lead span {
  display: inline;
}
.p-front-welcome__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: clamp(12px, 1.39vw, 20px);
}
.p-front-welcome__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 14px clamp(24px, 2.5vw, 36px);
  border: 2px solid transparent;
  border-radius: 999px;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.p-front-welcome__btn-arrow {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-front-welcome__btn:hover, .p-front-welcome__btn:focus-visible {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 24px rgba(55, 42, 154, 0.24);
  box-shadow: 0 10px 24px rgba(55, 42, 154, 0.24);
  text-decoration: none;
}
.p-front-welcome__btn:hover .p-front-welcome__btn-arrow, .p-front-welcome__btn:focus-visible .p-front-welcome__btn-arrow {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
.p-front-welcome__btn--primary {
  background: #372a9a;
  border-color: #372a9a;
  color: #fff;
}
.p-front-welcome__btn--primary:hover, .p-front-welcome__btn--primary:focus-visible {
  background: #2e2382;
  border-color: #2e2382;
  color: #fff;
}
.p-front-welcome__btn--secondary {
  background: #fff;
  border-color: #372a9a;
  color: #372a9a;
}
.p-front-welcome__btn--secondary:hover, .p-front-welcome__btn--secondary:focus-visible {
  background: #f0eff8;
  color: #372a9a;
}
@media (min-width: 768.02px) {
  .p-front-welcome__deco-item--buri {
    top: 3%;
    right: -14%;
    width: 22%;
  }
  .p-front-welcome__deco-item--sashimi-s {
    bottom: 0;
    left: -12%;
    width: 20%;
  }
}
@media (min-width: 992.02px) {
  .p-front-welcome__deco-item--tai {
    display: block;
    top: 34.48%;
    left: 11.18%;
    right: auto;
    bottom: auto;
    width: 12.29%;
  }
  .p-front-welcome__deco-item--sashimi-l {
    display: block;
    top: 67.4%;
    left: 0;
    right: auto;
    bottom: auto;
    width: 18.19%;
  }
  .p-front-welcome__deco-item--buri {
    top: 20.22%;
    left: 74.44%;
    right: auto;
    bottom: auto;
    width: 22.15%;
  }
  .p-front-welcome__deco-item--sashimi-s {
    top: 72.82%;
    left: 81.81%;
    right: auto;
    bottom: auto;
    width: 12.85%;
  }
  .p-front-welcome__label {
    gap: 16px;
    font-size: 1.3rem;
  }
  .p-front-welcome__label-en {
    letter-spacing: 0.4em;
  }
  .p-front-welcome__label-rule {
    width: 40px;
  }
  .p-front-welcome__label-sub {
    letter-spacing: 0.3em;
  }
  .p-front-welcome__lead span {
    display: block;
  }
}

.p-front-title {
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .p-front-title {
    font-size: 4rem;
  }
}

.p-legal {
  background: #fff;
  padding-block: 56px 80px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-legal {
    padding-block: 88px 120px;
  }
}
.p-legal__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-legal--narrow .p-legal__inner > * {
  max-width: 800px;
}
.p-legal__h2 {
  margin: 56px 0 20px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #372a9a;
}
@media (min-width: 992.02px) {
  .p-legal__h2 {
    margin-top: 72px;
    font-size: 2.6rem;
  }
}
.p-legal__h2:first-child {
  margin-top: 0;
}
.p-legal__h3 {
  margin: 32px 0 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  color: #0c0c0c;
}
.p-legal__sublabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  margin: 24px 0 8px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  color: #0c0c0c;
}
.p-legal__sublabel::before {
  content: "●";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0.7em;
  color: #e63a1f;
}
.p-legal__text {
  margin: 0 0 1.4em;
  font-size: 1.5rem;
  line-height: 2;
  color: #6b7280;
}
.p-legal__text a {
  color: #372a9a;
  word-break: break-all;
}
.p-legal__list {
  margin: 0 0 1.4em;
  padding-left: 1.2em;
  font-size: 1.5rem;
  line-height: 2;
  color: #6b7280;
}
.p-legal__list li {
  list-style: disc;
}
.p-legal__note {
  margin: 16px 0 0;
  font-size: 1.25rem;
  line-height: 1.9;
  color: #6b7280;
}
.p-legal__box {
  margin-top: 56px;
  padding: 24px 20px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}
@media (min-width: 992.02px) {
  .p-legal__box {
    padding: 32px;
  }
}
.p-legal__box-head {
  margin: 0 0 10px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #372a9a;
}
.p-legal__box-text {
  margin: 0 0 16px;
  font-size: 1.35rem;
  line-height: 1.9;
  color: #6b7280;
}
.p-legal__box-address {
  margin: 0;
  font-size: 1.45rem;
  line-height: 2;
  color: #333333;
}
.p-legal__box-address a {
  color: inherit;
  text-decoration: none;
}
.p-legal__revised {
  margin: 32px 0 0;
  font-size: 1.25rem;
  color: #6b7280;
}
.p-legal__dl {
  margin: 0;
  border-top: 1px solid #e5e7eb;
}
.p-legal__dl-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  padding-block: 16px;
  border-bottom: 1px solid #e5e7eb;
}
@media (min-width: 768.02px) {
  .p-legal__dl-row {
    grid-template-columns: 240px 1fr;
    gap: 24px;
    padding-block: 20px;
  }
}
.p-legal__dl-row dt {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
}
.p-legal__dl-row dd {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.8;
  color: #333333;
}
.p-legal__dl-row dd a {
  color: #372a9a;
  word-break: break-all;
}
.p-legal__scroll-hint {
  margin: 16px 0 0;
  font-size: 1.25rem;
  line-height: 1.7;
  color: #6b7280;
}
.p-legal__scroll-hint::before {
  content: "→ ";
  color: #e63a1f;
}
@media (min-width: 992.02px) {
  .p-legal__scroll-hint {
    display: none;
  }
}
.p-legal__scroll {
  margin-top: 24px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.p-legal__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.35rem;
  line-height: 1.7;
  white-space: nowrap;
}
.p-legal__table th,
.p-legal__table td {
  padding: 14px 12px;
  border-bottom: 1px solid #e5e7eb;
  text-align: right;
  font-weight: 400;
  color: #333333;
}
.p-legal__table thead th {
  font-size: 1.25rem;
  font-weight: 700;
  color: #6b7280;
}
.p-legal__table th:first-child,
.p-legal__table td:first-child {
  text-align: left;
  padding-left: 0;
}
.p-legal__table td:last-child {
  padding-right: 0;
}
.p-legal__table tbody th {
  text-align: left;
  font-weight: 400;
}
.p-legal__table--fee {
  max-width: 520px;
}
.p-legal__table--shipping {
  min-width: 820px;
}
.p-legal__table--shipping .p-legal__table-pref {
  text-align: left;
  white-space: normal;
  min-width: 20em;
}

.p-news {
  background: #fff;
  padding-block: 48px 72px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
.p-news > * {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
@media (min-width: 992.02px) {
  .p-news {
    padding-block: 72px 120px;
  }
}
.p-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1a1a1a;
}
@media (min-width: 992.02px) {
  .p-news__head {
    padding-bottom: 24px;
  }
}
.p-news__label {
  margin: 0;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.3em;
  color: #372a9a;
}
.p-news__title {
  margin: 0;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.35;
  letter-spacing: 0.04em;
  color: #372a9a;
}
@media (min-width: 768.02px) {
  .p-news__title {
    font-size: 4rem;
  }
}
@media (min-width: 992.02px) {
  .p-news__title {
    font-size: 5.2rem;
  }
}
.p-news__lead {
  margin: 0;
  max-width: 60rem;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #2e2e38;
}
.p-news__cats {
  margin-top: 24px;
}
@media (min-width: 992.02px) {
  .p-news__cats {
    margin-top: 32px;
  }
}
.p-news__cats-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-news__cat {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #e5e5e0;
  border-radius: 999px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #0F2D44;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.p-news__cat:hover, .p-news__cat:focus-visible {
  border-color: #372a9a;
  color: #372a9a;
}
.p-news__cat.is-current {
  border-color: #372a9a;
  background: #372a9a;
  color: #fff;
}
.p-news__list {
  margin-top: 8px;
}
@media (min-width: 992.02px) {
  .p-news__list {
    margin-top: 24px;
  }
}
.p-news__empty {
  margin: 40px 0 0;
  padding: 32px;
  border: 1px solid #e5e5e0;
  font-size: 1.6rem;
  color: #666;
  text-align: center;
}
.p-news__pager {
  margin-top: 40px;
}
@media (min-width: 992.02px) {
  .p-news__pager {
    margin-top: 56px;
  }
}
.p-news__pager-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;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-news__pager-list .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding-inline: 12px;
  border: 1px solid #e5e5e0;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #0F2D44;
  text-decoration: none;
  -webkit-transition: border-color 0.3s ease, color 0.3s ease;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.p-news__pager-list .page-numbers:hover, .p-news__pager-list .page-numbers:focus-visible {
  border-color: #372a9a;
  color: #372a9a;
}
.p-news__pager-list .page-numbers.current {
  border-color: #372a9a;
  background: #372a9a;
  color: #fff;
}
.p-news__pager-list .page-numbers.dots {
  border-color: transparent;
}

.p-news-single {
  background: #fff;
  padding-block: 48px 72px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
.p-news-single > * {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}
@media (min-width: 992.02px) {
  .p-news-single {
    padding-block: 72px 120px;
  }
}
.p-news-single__head {
  padding-bottom: 20px;
  border-bottom: 1px solid #1a1a1a;
}
.p-news-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
}
.p-news-single__date {
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: #666;
}
.p-news-single__badge {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #e5e5e0;
  border-radius: 999px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #0F2D44;
  text-decoration: none;
  -webkit-transition: border-color 0.3s ease, color 0.3s ease;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.p-news-single__badge:hover, .p-news-single__badge:focus-visible {
  border-color: #372a9a;
  color: #372a9a;
}
.p-news-single__title {
  margin: 0;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #372a9a;
}
@media (min-width: 992.02px) {
  .p-news-single__title {
    font-size: 3.6rem;
  }
}
.p-news-single__figure {
  margin: 32px auto 0;
}
.p-news-single__img {
  display: block;
  width: 100%;
  height: auto;
}
.p-news-single__body {
  margin-top: 32px;
  font-size: 1.6rem;
  line-height: 2;
  color: #2e2e38;
}
@media (min-width: 992.02px) {
  .p-news-single__body {
    margin-top: 48px;
  }
}
.p-news-single__body p {
  margin: 0 0 1.8em;
}
.p-news-single__body h2 {
  margin: 2.4em 0 0.8em;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  color: #372a9a;
}
.p-news-single__body h3 {
  margin: 2em 0 0.6em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0F2D44;
}
.p-news-single__body a {
  color: #372a9a;
  text-underline-offset: 0.2em;
}
.p-news-single__body img {
  max-width: 100%;
  height: auto;
}
.p-news-single__body figure {
  margin: 2.4em 0;
}
.p-news-single__body .wp-block-image img {
  display: block;
  width: 100%;
}
.p-news-single__body .wp-block-image figcaption {
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #6b7280;
}
.p-news-single__body ul,
.p-news-single__body ol {
  margin: 0 0 1.8em;
  padding-left: 1.4em;
}
.p-news-single__body li {
  margin-bottom: 0.4em;
}
.p-news-single__nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid #e5e5e0;
}
@media (min-width: 768.02px) {
  .p-news-single__nav {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (min-width: 768.02px) {
  .p-news-single__nav-side--next {
    text-align: right;
  }
}
.p-news-single__nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  text-decoration: none;
  color: inherit;
}
.p-news-single__nav-link:hover .p-news-single__nav-title, .p-news-single__nav-link:focus-visible .p-news-single__nav-title {
  color: #372a9a;
}
.p-news-single__nav-label {
  font-size: 1.3rem;
  color: #888;
}
.p-news-single__nav-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #0F2D44;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-news-single__back {
  margin: 40px 0 0;
  text-align: center;
}
.p-news-single__back-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 34px;
  border: 1px solid #372a9a;
  border-radius: 999px;
  background: #372a9a;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.p-news-single__back-link:hover, .p-news-single__back-link:focus-visible {
  color: #fff;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 24px rgba(55, 42, 154, 0.28);
  box-shadow: 0 10px 24px rgba(55, 42, 154, 0.28);
}
.p-news-single__back-arrow {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-news-single__back-link:hover .p-news-single__back-arrow {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
@media (prefers-reduced-motion: reduce) {
  .p-news-single__back-link, .p-news-single__back-arrow, .p-news-single__nav-title {
    -webkit-transition: none;
    transition: none;
  }
  .p-news-single__back-link:hover {
    -webkit-transform: none;
    transform: none;
  }
  .p-news-single__back-arrow {
    -webkit-transform: none;
    transform: none;
  }
}

.p-om-band {
  display: block;
  overflow: hidden;
  background: #faf7f2;
}
.p-om-band img {
  display: block;
  width: 100%;
  aspect-ratio: 1440/500;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-om-band img {
    aspect-ratio: 3/2;
  }
}

.p-om-features {
  background: #fff;
  padding-block: 64px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-om-features {
    padding-block: 96px;
  }
}
.p-om-features__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-om-features__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
}
@media (min-width: 768.02px) {
  .p-om-features__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992.02px) {
  .p-om-features__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-om-features__icon {
  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: 60px;
  height: 60px;
  margin: 0 0 18px;
  border-radius: 12px;
  background: #f0eff8;
  font-size: 2.6rem;
  line-height: 1;
}
.p-om-features__name {
  margin: 0 0 14px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #372a9a;
}
.p-om-features__text {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.9;
  color: #4b5563;
}

.p-om-collage {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0 0 8px;
  background: #fff;
}
@media (min-width: 768.02px) {
  .p-om-collage {
    grid-template-columns: 514fr 371fr 503fr;
    gap: 26px;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .p-om-collage li:first-child {
    grid-column: span 2;
  }
}
.p-om-collage img {
  display: block;
  width: 100%;
  height: auto;
}

.p-om-products {
  background: #fff;
}
.p-om-products__intro {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-block: 64px 40px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-om-products__intro {
    padding-block: 96px 56px;
  }
}
.p-om-products__lead {
  margin: 32px 0 0;
  max-width: 86rem;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #2e2e38;
}

.p-om-product {
  display: grid;
  grid-template-columns: 1fr;
  background: #f5f5fb;
}
@media (min-width: 992.02px) {
  .p-om-product {
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.p-om-product__media {
  overflow: hidden;
}
@media (min-width: 992.02px) {
  .p-om-product__media {
    grid-row: 1;
    grid-column: 1;
  }
}
.p-om-product__media img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 720/560;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 992.02px) {
  .p-om-product__media img {
    aspect-ratio: auto;
    min-height: 480px;
  }
}
.p-om-product__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 18px;
  padding-block: 44px 52px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-om-product__body {
    grid-row: 1;
    grid-column: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-block: 80px;
    padding-inline: clamp(48px, 6.67vw, 96px);
  }
}
@media (min-width: 992.02px) {
  .p-om-product--reverse .p-om-product__media {
    grid-column: 2;
  }
  .p-om-product--reverse .p-om-product__body {
    grid-column: 1;
  }
}
.p-om-product__name {
  margin: 0;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #372a9a;
}
@media (min-width: 992.02px) {
  .p-om-product__name {
    font-size: 3rem;
  }
}
.p-om-product__text {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #2e2e38;
}
.p-om-product__note {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #6b7280;
}

.p-om-gift {
  background: #faf7f2;
  padding-block: 64px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-om-gift {
    padding-block: 96px;
  }
}
.p-om-gift__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-om-gift__card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-top: 40px;
  padding: 36px 28px;
  border-radius: 10px;
  background: #fff;
}
@media (min-width: 768.02px) {
  .p-om-gift__card {
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    padding: 52px 56px;
  }
}
.p-om-gift__name {
  margin: 0 0 16px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 1.9rem;
  letter-spacing: 0.03em;
  color: #372a9a;
}
.p-om-gift__col p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #4b5563;
}
.p-om-gift__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #4b5563;
}
.p-om-gift__col ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-om-gift__col ul li::before {
  content: "・";
  color: #e63a1f;
}

.p-om-cta__tel {
  margin: 28px 0 20px;
}
.p-om-cta__tel a {
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 0.04em;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 992.02px) {
  .p-om-cta__tel a {
    font-size: 3.6rem;
  }
}
.p-om-cta__tel a:hover, .p-om-cta__tel a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.p-om-cta .p-tb-cta__text + .p-tb-cta__text {
  margin-top: 0.4em;
}

.p-breadcrumb {
  background: #faf7f2;
  padding-block: 14px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
.p-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
  font-size: 1.2rem;
  color: #6b7280;
}
.p-breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.p-breadcrumb__item + .p-breadcrumb__item::before {
  content: "›";
  color: #b8b8b8;
}
.p-breadcrumb__item a {
  color: #6b7280;
  text-decoration: none;
}
.p-breadcrumb__item a:hover, .p-breadcrumb__item a:focus-visible {
  color: #372a9a;
}
.p-breadcrumb__item[aria-current=page] {
  color: #1a1a1a;
}

.p-page-hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 180px;
  padding-block: 32px;
  padding-inline: clamp(24px, 8.33vw, 120px);
  overflow: hidden;
  background: #faf7f2;
}
@media (min-width: 992.02px) {
  .p-page-hero {
    min-height: 270px;
    padding-block: 0;
  }
}
.p-page-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.p-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.9)), color-stop(38%, rgba(255, 255, 255, 0.74)), to(rgba(255, 255, 255, 0.38)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.74) 38%, rgba(255, 255, 255, 0.38) 100%);
}
.p-page-hero__body {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}
.p-page-hero__label {
  margin: 0;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.3em;
  color: #372a9a;
}
.p-page-hero__title {
  margin: 0;
  max-width: 18em;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 3.4rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: #372a9a;
}
@media (min-width: 768.02px) {
  .p-page-hero__title {
    font-size: 4.4rem;
  }
}
@media (min-width: 992.02px) {
  .p-page-hero__title {
    font-size: 5.2rem;
  }
}
.p-page-hero__lead {
  margin: 6px 0 0;
  max-width: 760px;
  font-size: 1.45rem;
  line-height: 1.9;
  color: #333333;
}

.p-si-section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}
.p-si-section-head__label {
  margin: 0;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.3em;
  color: #372a9a;
}
.p-si-section-head__title {
  margin: 0;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #372a9a;
}
@media (min-width: 768.02px) {
  .p-si-section-head__title {
    font-size: 3.4rem;
  }
}
@media (min-width: 992.02px) {
  .p-si-section-head__title {
    font-size: 4rem;
  }
}

.p-si-lead {
  background: #fff;
  padding-block: 48px 40px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-si-lead {
    padding-block: 64px 56px;
  }
}
.p-si-lead__inner {
  width: 100%;
  max-width: 990px;
  margin-inline: auto;
}
.p-si-lead__text {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2;
  color: #2e2e38;
}
.p-si-lead__note {
  margin: 32px 0 0;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #6b7280;
}

.p-si-feature {
  background: #f5f5fb;
}

.p-si-products {
  background: #fff;
  padding-block: 64px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-si-products {
    padding-block: 96px;
  }
}
.p-si-products__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-si-products__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
}
@media (min-width: 768.02px) {
  .p-si-products__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992.02px) {
  .p-si-products__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 33px;
    margin-top: 44px;
  }
}
.p-si-products__item {
  padding: 28px;
  border: 1px solid #e5e5e0;
  border-radius: 10px;
  background: #fff;
}
.p-si-products__name {
  margin: 0 0 12px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: #372a9a;
}
.p-si-products__text {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #4b5563;
}

.p-si-price {
  background: #fff;
  padding-block: 0 64px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-si-price {
    padding-block: 0 96px;
  }
}
.p-si-price__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-si-price__body {
  margin-top: 32px;
  max-width: 82rem;
  font-size: 1.6rem;
  line-height: 2;
  color: #2e2e38;
}
.p-si-price__body p {
  margin: 0 0 1em;
}
.p-si-price__body p:last-child {
  margin-bottom: 0;
}

.p-si-calendar {
  background: #faf7f2;
  padding-block: 64px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-si-calendar {
    padding-block: 120px;
  }
}
.p-si-calendar__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-si-calendar__lead {
  margin: 32px 0 0;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #2e2e38;
}
.p-si-calendar__callout {
  margin: 40px 0 0;
  padding: 24px 24px 24px 28px;
  border-left: 5px solid #e63a1f;
  border-radius: 0 6px 6px 0;
  background: #fcf2ef;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: #e63a1f;
}
.p-si-calendar__note {
  margin: 24px 0 0;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #6b7280;
}

.p-si-season {
  margin-top: 28px;
  padding: 28px 24px;
  border-radius: 12px;
}
@media (min-width: 992.02px) {
  .p-si-season {
    margin-top: 40px;
    padding: 36px;
  }
}
.p-si-season--spring {
  background: #fceef1;
}
.p-si-season--summer {
  background: #eaf2fb;
}
.p-si-season--autumn {
  background: #fcf1e3;
}
.p-si-season--winter {
  background: #eef1f5;
}
.p-si-season__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 14px;
  margin: 0 0 20px;
}
@media (min-width: 992.02px) {
  .p-si-season__head {
    margin-bottom: 24px;
  }
}
.p-si-season__name {
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
}
.p-si-season--spring .p-si-season__name {
  color: #d1517a;
}
.p-si-season--summer .p-si-season__name {
  color: #2f6fb5;
}
.p-si-season--autumn .p-si-season__name {
  color: #c96a1e;
}
.p-si-season--winter .p-si-season__name {
  color: #4a6fa5;
}
.p-si-season__en {
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
}
.p-si-season--spring .p-si-season__en {
  color: #d1517a;
}
.p-si-season--summer .p-si-season__en {
  color: #2f6fb5;
}
.p-si-season--autumn .p-si-season__en {
  color: #c96a1e;
}
.p-si-season--winter .p-si-season__en {
  color: #4a6fa5;
}
.p-si-season__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768.02px) {
  .p-si-season__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992.02px) {
  .p-si-season__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-si-fish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.p-si-fish__img {
  display: block;
  width: 100%;
  aspect-ratio: 362/150;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.p-si-fish__body {
  padding: 18px;
}
.p-si-fish__name {
  margin: 0 0 8px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  color: #372a9a;
}
.p-si-fish__text {
  margin: 0 0 12px;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #4b5563;
}
.p-si-fish__how {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 8px;
  margin: 0;
}
.p-si-fish__how-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #e63a1f;
}
.p-si-fish__how-text {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #2e2e38;
}

.p-si-instagram {
  background: #fff;
  padding-block: 64px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-si-instagram {
    padding-block: 120px;
  }
}
.p-si-instagram__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-si-instagram__lead {
  margin: 32px 0 0;
  max-width: 82rem;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #2e2e38;
}
.p-si-instagram__feed {
  margin-top: 32px;
}
@media (min-width: 992.02px) {
  .p-si-instagram__feed {
    margin-top: 40px;
  }
}
.p-si-instagram__feed #sb_instagram {
  padding: 0 !important;
  width: 100% !important;
}
.p-si-instagram__feed #sb_instagram .sbi_photo_wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 0;
}
.p-si-instagram__feed #sb_instagram .sbi_photo {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}
.p-si-instagram__feed #sb_instagram .sbi_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.p-si-instagram__feed #sb_instagram .sbi_item:hover .sbi_photo img,
.p-si-instagram__feed #sb_instagram .sbi_item:focus-within .sbi_photo img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.p-si-instagram__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}
@media (min-width: 768.02px) {
  .p-si-instagram__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-si-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 32px;
  border: 1px solid #372a9a;
  border-radius: 999px;
  background: #372a9a;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.p-si-btn:hover, .p-si-btn:focus-visible {
  color: #fff;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 24px rgba(55, 42, 154, 0.28);
  box-shadow: 0 10px 24px rgba(55, 42, 154, 0.28);
}
.p-si-btn--ghost {
  background: transparent;
  color: #372a9a;
}
.p-si-btn--ghost:hover, .p-si-btn--ghost:focus-visible {
  background: #372a9a;
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .p-si-btn {
    -webkit-transition: none;
    transition: none;
  }
  .p-si-btn:hover {
    -webkit-transform: none;
    transform: none;
  }
  .p-si-instagram__feed #sb_instagram .sbi_photo img {
    -webkit-transition: none;
    transition: none;
  }
  .p-si-instagram__feed #sb_instagram .sbi_item:hover .sbi_photo img {
    -webkit-transform: none;
    transform: none;
  }
}
.p-sb-catch {
  margin: 0 0 20px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: #e63a1f;
}
@media (min-width: 992.02px) {
  .p-sb-catch {
    font-size: 2.2rem;
  }
}

.p-sb-badge {
  display: inline-block;
  margin: 0;
  padding: 4px 12px;
  border-radius: 999px;
  background: #fcf2ef;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #e63a1f;
}

.p-sb-subtitle {
  margin: 0;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 1.9rem;
  letter-spacing: 0.04em;
  color: #372a9a;
}

.p-sb-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e5e5e0;
  font-size: 1.4rem;
}
.p-sb-table th,
.p-sb-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #e5e5e0;
  text-align: left;
}
.p-sb-table thead th {
  background: #f0eff8;
  font-weight: 700;
  color: #372a9a;
}
.p-sb-table tbody th {
  font-weight: 500;
  color: #2e2e38;
}
.p-sb-table tbody tr:last-child th,
.p-sb-table tbody tr:last-child td {
  border-bottom: 0;
}
.p-sb-table__strong {
  font-weight: 700;
  color: #e63a1f;
}

.p-sb-secret {
  background: #fff;
  padding-block: 64px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-sb-secret {
    padding-block: 104px;
  }
}
.p-sb-secret__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-sb-secret__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
}
@media (min-width: 768.02px) {
  .p-sb-secret__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
.p-sb-secret__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e5e5e0;
  border-radius: 10px;
  background: #fff;
}
.p-sb-secret__img {
  display: block;
  width: 100%;
  aspect-ratio: 379/170;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-sb-secret__body {
  padding: 20px;
}
.p-sb-secret__num {
  margin: 0 0 8px;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  color: #e63a1f;
}
.p-sb-secret__name {
  margin: 0 0 10px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #372a9a;
}
.p-sb-secret__text {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #4b5563;
}

.p-sb-enjoy {
  background: #faf7f2;
  padding-block: 64px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-sb-enjoy {
    padding-block: 104px;
  }
}
.p-sb-enjoy__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-sb-enjoy__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
}
@media (min-width: 768.02px) {
  .p-sb-enjoy__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992.02px) {
  .p-sb-enjoy__list {
    max-width: 900px;
  }
}
.p-sb-enjoy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.p-sb-enjoy__img {
  display: block;
  width: 100%;
  aspect-ratio: 282/150;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-sb-enjoy__body {
  padding: 20px;
}
.p-sb-enjoy__name {
  margin: 0 0 10px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #372a9a;
}
.p-sb-enjoy__text {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #4b5563;
}

.p-sb-cert {
  background: #f5f5fb;
  padding-block: 56px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-sb-cert {
    padding-block: 80px;
  }
}
.p-sb-cert__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-sb-cert__list {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 2;
  color: #2e2e38;
}
.p-sb-cert__list li {
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.p-sb-cert__list li::before {
  content: "▸ ";
  color: #e63a1f;
}

.p-sb-buy {
  background: #fff;
  padding-block: 64px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-sb-buy {
    padding-block: 104px;
  }
}
.p-sb-buy__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-sb-buy__cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-top: 40px;
}
@media (min-width: 768.02px) {
  .p-sb-buy__cols {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-sb-buy__col p {
  margin: 0 0 0.8em;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #4b5563;
}
.p-sb-buy__col p:last-child {
  margin-bottom: 0;
}
.p-sb-buy__col a {
  color: #372a9a;
}
.p-sb-buy__name {
  margin: 0 0 14px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 1.9rem;
  letter-spacing: 0.03em;
  color: #372a9a;
}
.p-sb-buy__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  margin-top: 44px;
}
@media (min-width: 768.02px) {
  .p-sb-buy__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.p-tb-callout {
  margin: 32px 0 0;
  padding: 22px 24px 22px 28px;
  border-left: 5px solid #e63a1f;
  border-radius: 0 6px 6px 0;
  background: #fcf2ef;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #e63a1f;
}

.p-tb-note {
  margin: 24px 0 0;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #6b7280;
}

.p-tb-casual {
  background: #faf7f2;
  padding-block: 64px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-tb-casual {
    padding-block: 104px;
  }
}
.p-tb-casual__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-tb-casual__text {
  margin: 32px 0 0;
  max-width: 90rem;
  font-size: 1.6rem;
  line-height: 2;
  color: #2e2e38;
}
.p-tb-casual__note {
  margin: 28px 0 0;
  max-width: 90rem;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #6b7280;
}
.p-tb-casual__subtitle {
  margin: 44px 0 0;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  color: #372a9a;
}

.p-tb-experiences {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}
@media (min-width: 768.02px) {
  .p-tb-experiences {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
}
.p-tb-experiences__item {
  padding: 24px;
  border: 1px solid #e5e5e0;
  border-radius: 8px;
  background: #fff;
}
.p-tb-experiences__num {
  margin: 0 0 8px;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  color: #e63a1f;
}
.p-tb-experiences__name {
  margin: 0 0 10px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 1.9rem;
  letter-spacing: 0.03em;
  color: #372a9a;
}
.p-tb-experiences__text {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #4b5563;
}

.p-tb-dishes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
}
@media (min-width: 768.02px) {
  .p-tb-dishes {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}
.p-tb-dishes__item {
  overflow: hidden;
  border-radius: 6px;
}
.p-tb-dishes__item img {
  display: block;
  width: 100%;
  aspect-ratio: 288/220;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-tb-journey {
  background: #faf7f2;
  padding-block: 0 64px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-tb-journey {
    padding-block: 0 120px;
  }
}
.p-tb-journey__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-tb-journey__list {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.p-tb-step {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}
@media (min-width: 768.02px) {
  .p-tb-step {
    grid-template-columns: 560fr 640fr;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media (min-width: 768.02px) {
  .p-tb-step__media {
    grid-row: 1;
    grid-column: 1;
  }
}
.p-tb-step__media img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768.02px) {
  .p-tb-step__media img {
    aspect-ratio: auto;
    min-height: 280px;
  }
}
.p-tb-step__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  padding: 28px 24px 32px;
}
@media (min-width: 768.02px) {
  .p-tb-step__body {
    grid-row: 1;
    grid-column: 2;
    padding: 40px 56px;
  }
}
@media (min-width: 768.02px) {
  .p-tb-step--reverse {
    grid-template-columns: 640fr 560fr;
  }
  .p-tb-step--reverse .p-tb-step__media {
    grid-column: 2;
  }
  .p-tb-step--reverse .p-tb-step__body {
    grid-column: 1;
  }
}
.p-tb-step__num {
  margin: 0;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  color: #e63a1f;
}
.p-tb-step__name {
  margin: 0;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  color: #372a9a;
}
@media (min-width: 992.02px) {
  .p-tb-step__name {
    font-size: 3.2rem;
  }
}
.p-tb-step__text {
  margin: 6px 0 0;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #2e2e38;
}

.p-tb-class {
  background: #fff;
  padding-block: 64px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-tb-class {
    padding-block: 104px;
  }
}
.p-tb-class__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-tb-class__text {
  margin: 32px 0 0;
  max-width: 82rem;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #2e2e38;
}
.p-tb-class__movie {
  position: relative;
  margin-top: 32px;
  max-width: 900px;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
  background: #0d0d12;
}
.p-tb-class__movie iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.p-tb-class__note {
  margin: 24px 0 0;
  font-size: 1.3rem;
  color: #6b7280;
}
.p-tb-class__note a {
  color: #372a9a;
}

.p-tb-menu {
  background: #faf7f2;
  padding-block: 64px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-tb-menu {
    padding-block: 104px;
  }
}
.p-tb-menu__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-tb-menu__lead {
  margin: 32px 0 0;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #2e2e38;
}
.p-tb-menu__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
}
@media (min-width: 768.02px) {
  .p-tb-menu__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992.02px) {
  .p-tb-menu__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-tb-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.p-tb-menu__img {
  display: block;
  width: 100%;
  aspect-ratio: 384/200;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-tb-menu__body {
  padding: 22px;
}
.p-tb-menu__name {
  margin: 0 0 10px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.03em;
  color: #372a9a;
}
.p-tb-menu__text {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #4b5563;
}
.p-tb-menu__note {
  margin: 28px 0 0;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #6b7280;
}

.p-tb-iwai {
  background: #faf7f2;
  padding-block: 64px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-tb-iwai {
    padding-block: 104px;
  }
}
.p-tb-iwai__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-tb-iwai__text {
  margin: 32px 0 0;
  max-width: 82rem;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #2e2e38;
}
.p-tb-iwai__list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 2;
  color: #2e2e38;
}
.p-tb-iwai__list li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.p-tb-iwai__list li::before {
  content: "・";
  color: #e63a1f;
}
.p-tb-iwai__figure {
  margin: 40px 0 0;
  overflow: hidden;
  border-radius: 8px;
}
.p-tb-iwai__figure img {
  display: block;
  width: 100%;
  aspect-ratio: 1200/378;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-tb-seasonal {
  background: #faf7f2;
  padding-block: 0 64px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-tb-seasonal {
    padding-block: 0 104px;
  }
}
.p-tb-seasonal__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-tb-seasonal__lead {
  margin: 32px 0 0;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #2e2e38;
}
.p-tb-seasonal__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}
@media (min-width: 768.02px) {
  .p-tb-seasonal__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-tb-seasonal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.p-tb-seasonal__img {
  display: block;
  width: 100%;
  aspect-ratio: 370/170;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-tb-seasonal__body {
  padding: 20px;
}
.p-tb-seasonal__name {
  margin: 0 0 10px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 1.9rem;
  letter-spacing: 0.03em;
  color: #372a9a;
}
.p-tb-seasonal__term {
  display: inline-block;
  margin: 0 0 10px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #fcf2ef;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #e63a1f;
}
.p-tb-seasonal__text {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #4b5563;
}

.p-tb-cta {
  background: #0F2D44;
  padding-block: 64px;
  padding-inline: clamp(24px, 8.33vw, 120px);
}
@media (min-width: 992.02px) {
  .p-tb-cta {
    padding-block: 96px;
  }
}
.p-tb-cta__inner {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}
.p-tb-cta__label {
  margin: 0 0 12px;
  font-family: "Geist Mono", ui-monospace, "SF Mono", "Consolas", monospace;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.7);
}
.p-tb-cta__title {
  margin: 0 0 20px;
  font-family: "Shippori Mincho B1", "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
}
@media (min-width: 992.02px) {
  .p-tb-cta__title {
    font-size: 3.8rem;
  }
}
.p-tb-cta__text {
  margin: 0 auto;
  max-width: 76rem;
  font-size: 1.4rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.82);
}
.p-tb-cta__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
}
@media (min-width: 768.02px) {
  .p-tb-cta__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-tb-cta__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 32px;
  border: 1px solid #e63a1f;
  border-radius: 999px;
  background: #e63a1f;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.p-tb-cta__btn:hover, .p-tb-cta__btn:focus-visible {
  color: #fff;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 24px rgba(230, 58, 31, 0.35);
  box-shadow: 0 10px 24px rgba(230, 58, 31, 0.35);
}
.p-tb-cta__btn--ghost {
  border-color: rgba(255, 255, 255, 0.7);
  background: transparent;
}
.p-tb-cta__btn--ghost:hover, .p-tb-cta__btn--ghost:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (prefers-reduced-motion: reduce) {
  .p-tb-cta__btn {
    -webkit-transition: none;
    transition: none;
  }
  .p-tb-cta__btn:hover {
    -webkit-transform: none;
    transform: none;
  }
}/*# sourceMappingURL=maps/style.min.css.map */
