@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/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;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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

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;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

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

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

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

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

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

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

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

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

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

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

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

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -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;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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;
  }
}
.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-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;
}

.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;
  -ms-grid-row-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;
  -ms-grid-row-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;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .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-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;
  }
  .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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .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-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;
  }
  .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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .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-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;
  }
  .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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .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-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;
  }
  .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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

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

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

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

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

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

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

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

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

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

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

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

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -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;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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;
  }
}
.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-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;
}

.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;
  -ms-grid-row-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;
  -ms-grid-row-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;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .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-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;
  }
  .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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .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-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;
  }
  .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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .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-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;
  }
  .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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .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-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;
  }
  .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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
.container {
  max-width: 1230px;
}

.container--model-oh,
.container--model {
  padding-right: 20px;
  padding-left: 20px;
}

.gutter--model-oh,
.gutter--model {
  margin-left: -7px;
  margin-right: -7px;
}
.gutter--model-oh > [class*=col-],
.gutter--model > [class*=col-] {
  padding-left: 7px;
  padding-right: 7px;
}

@media (min-width: 992px) {
  .container--model-oh {
    padding-right: 35px;
    padding-left: 35px;
  }
  .gutter--model-oh {
    margin-left: -35px;
    margin-right: -35px;
  }
  .gutter--model-oh > [class*=col-] {
    padding-left: 35px;
    padding-right: 35px;
  }
  .container--model {
    padding-right: 25px;
    padding-left: 25px;
  }
  .gutter--model {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter--model > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.gutter--modelNew > [class*=col-]:nth-child(-n+2) {
  padding-top: 25px;
}
.gutter--modelNew > [class*=col-]:nth-child(3n+1) {
  border-left: 1px solid #000000;
}
@media screen and (min-width: 576px) {
  .gutter--modelNew > [class*=col-]:nth-child(-n+3) {
    padding-top: 40px;
  }
  .gutter--modelNew > [class*=col-]:nth-child(3n+1) {
    border-left: 1px solid #000000;
  }
}
@media screen and (min-width: 992px) {
  .gutter--modelNew > [class*=col-]:nth-child(-n+3) {
    padding-top: 65px;
  }
}

/** ===================================
 * Slick-Theme
 * ==================================== **/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/** ===================================
 * Slick-slider
 * ==================================== **/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  color: #000;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
a:focus, a:hover, a:active {
  color: #000;
  text-decoration: none;
  outline: 0;
}
a:hover {
  opacity: 0.5;
}

main {
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.bg-black {
  background-color: #000;
}

.bg-gray {
  background-color: #efefef;
}

.bg-deep-gray {
  background: url("../../assets/img/bg_grain_dark.jpg") repeat 0 0/200px 200px;
}

.img-fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.l-footer {
  position: relative;
  z-index: 10;
  padding: 90px 0 20px;
}
.l-footer.l-footer--no-catalog {
  padding-top: 80px;
}
@media screen and (min-width: 992px) {
  .l-footer {
    padding: 150px 0 30px;
  }
}

.l-gnav__list {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 1px solid #000;
}
.l-gnav__list__item {
  display: table-cell;
  text-align: center;
  padding: 5px 0;
  font-size: 12px;
  letter-spacing: 0.075em;
  font-weight: 300;
  list-style: none;
  border-right: 1px solid #000;
}
.l-gnav__list__item:last-child {
  border-right: 0;
}
.l-gnav__list__item__link {
  margin-top: -5px;
  margin-bottom: -5px;
  display: block;
  padding: 5px;
  height: 100%;
}
.l-gnav__list__item__link.l-gnav__list__item__link--catalog {
  background-color: #000;
  color: #fff;
}
.l-gnav__list__item__link.l-gnav__list__item__link--catalog:hover {
  color: #fff;
}
.l-gnav__list__item__link.l-gnav__list__item__link--newmodel {
  background-color: red;
  color: #fff;
}
@media screen and (min-width: 375px) {
  .l-gnav__list__item {
    font-size: 11px;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 992px) {
  .l-gnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border: 0;
  }
  .l-gnav__list__item {
    line-height: 1;
    font-size: 20px;
    letter-spacing: 0.1em;
    padding: 0;
    border-right: none;
  }
  .l-gnav__list__item:not(:first-of-type) {
    margin-left: 2em;
  }
  .l-gnav__list__item__link {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
}

.l-header {
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  position: relative;
  top: 0;
  -webkit-transition: top 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s ease-out;
  transition: top 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s ease-out;
}
.l-header__wrap {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.l-header.js-hide {
  top: -100px;
  opacity: 0;
}
.l-header__ttl {
  width: 45px;
  position: relative;
  z-index: 2;
}
.l-header__nav {
  display: none;
}
@media screen and (min-width: 576px) {
  .l-header {
    padding: 25px 0;
  }
}
@media screen and (min-width: 992px) {
  .l-header {
    padding: 30px 0;
  }
  .l-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header__ttl {
    width: 90px;
  }
  .l-header__nav {
    display: block;
    width: calc(100% - 90px);
    margin: auto 0;
  }
  .l-header__offcanvas {
    display: none;
  }
}

.l-section {
  position: relative;
  z-index: 20;
  padding: 60px 0;
}
.l-section--model {
  padding: 50px 0;
  background: url("../../assets/img/bg_grain_dark.jpg") repeat 0 0/200px 200px;
}
@media screen and (min-width: 992px) {
  .l-section {
    padding: 110px 0;
  }
  .l-section--model {
    padding: 110px 0 0;
  }
}

/* Add 2024/12/05 */
.l-section--modelArchives {
  margin-top: 60px;
  padding: 0;
}
.l-section--modelArchives .container {
  padding-right: 7px;
  padding-left: 7px;
}
@media screen and (min-width: 576px) {
  .l-section--modelArchives {
    margin-top: 95px;
  }
}

.l-ttl {
  text-align: center;
  margin: 0 0 40px;
}
.l-ttl.l-ttl--page {
  padding-top: 120px;
  margin: 0;
}
.l-ttl__main, .l-ttl__sub {
  display: block;
  line-height: 1;
}
.l-ttl__main {
  color: #2E2E2E;
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: 300;
  margin-bottom: 0.5em;
}
.l-ttl__main--white {
  color: #ffffff;
}
.l-ttl__sub {
  color: #2E2E2E;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: normal;
}
.l-ttl__sub--white {
  color: #ffffff;
}
@media screen and (min-width: 576px) {
  .l-ttl {
    margin: 0 0 1.5em;
  }
  .l-ttl__main {
    font-size: 48px;
    letter-spacing: 0.1em;
  }
  .l-ttl__sub {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 992px) {
  .l-ttl {
    margin: 0 0 80px;
  }
  .l-ttl.l-ttl--page {
    padding-top: 235px;
  }
}

.back-to-model-index {
  padding: 0 0 60px;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .back-to-model-index {
    padding: 0 0 120px;
  }
}

.banner {
  position: relative;
  z-index: 15;
  height: 120px;
  background-position: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner--shoes-cloak {
  background-image: url(../img/top_banner_sc.jpg?t=002);
}

@media (min-width: 576px) {
  .banner {
    height: 240px;
  }
}
@media (min-width: 992px) {
  .banner {
    height: 400px;
  }
}
.btn {
  position: relative;
  display: block;
  border: 1px solid #000;
  padding: 15px 2em;
  font-size: 12px;
  line-height: 1;
  border-radius: 0;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
.btn.btn--black {
  background-color: #000;
  color: #fff;
}
.btn.btn--black:hover {
  color: #fff;
}

.catalog__photo img {
  vertical-align: bottom;
}
.catalog__body {
  background-color: #fff;
}
.catalog__body__inner {
  padding: 20px 24px;
}
.catalog__ttl {
  font-size: 14px;
  letter-spacing: 0.05em;
}
.catalog__ttl .d-lg-block {
  display: none;
}
.catalog__ttl .d-lg-block {
  display: none;
}
.catalog__txt {
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 576px) {
  .catalog__body__inner {
    padding: 45px 25px 25px 75px;
  }
  .catalog__ttl {
    font-size: 16px;
  }
  .catalog__txt {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  .catalog__ttl {
    font-size: 24px;
  }
  .catalog__txt {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

.catalog-form-lead {
  max-width: 800px;
  margin: 0 auto 40px;
  border: 1px solid #ddd;
  padding: 20px;
}
.catalog-form-lead__txt {
  padding-top: 10px;
  line-height: 1.75;
  font-size: 14px;
}
.catalog-form-lead__photo {
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
  .catalog-form-lead__photo {
    margin-bottom: 0;
  }
  .catalog-form-lead__txt {
    font-size: 16px;
  }
}

.clip {
  padding-bottom: 40%;
  clip-path: polygon(0 0, 100% 0, 100% 97%, 0% 100%);
}
@media screen and (min-width: 992px) {
  .clip {
    padding-bottom: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
  }
}

.contact-btn {
  background-color: #fff;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  font-size: 13px;
  z-index: 10;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.contact-btn.js-active {
  pointer-events: auto;
  opacity: 1;
}

.contact-btn.contact-btn--catalog {
  background-color: #000;
}
.contact-btn.contact-btn--catalog a {
  color: #fff;
}

.contact-btn__inner-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-btn__photo {
  position: relative;
  overflow: hidden;
  width: 25%;
  height: 100%;
}
.contact-btn__photo:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.contact-btn__photo img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.contact-btn__txt {
  float: left;
  width: 75%;
  padding: 5px 25px;
}

.contact-btn__txt__ttl {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

.contact-btn__txt__lead {
  font-size: 13px;
  margin: 0;
  display: none;
}

.contact-btn__txt__lead--quo {
  color: red;
  font-weight: bold;
}
.contact-btn__txt__lead--quo span {
  font-size: 1.2em;
}

@media (min-width: 576px) {
  .contact-btn {
    background-color: #fff;
    width: 460px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 13px;
    z-index: 9999;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .contact-btn.js-active {
    pointer-events: auto;
    opacity: 1;
  }
  .contact-btn__inner-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-btn__photo {
    position: relative;
    overflow: hidden;
    width: 40%;
  }
  .contact-btn__photo:before {
    content: "";
    display: block;
    padding-top: 60%;
  }
  .contact-btn__photo img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .contact-btn__txt {
    width: 60%;
    padding: 5px 25px;
  }
  .contact-btn__txt__ttl {
    text-align: left;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.35;
  }
  .contact-btn__txt__lead {
    font-size: 12px;
    margin: 0;
    display: block;
  }
  .contact-btn__txt__lead--quo {
    color: red;
    font-weight: bold;
  }
}
.copyright {
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  .copyright {
    font-size: 18px;
  }
}

input[type=date],
input[type=text],
input[type=tel],
input[type=email],
textarea {
  width: 100%;
  border: 0;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 32px;
}
input[type=date]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
  outline: 0;
  border: solid 1px #ccc;
}

input[type=date],
input[type=text],
input[type=tel],
input[type=email] {
  height: 32px;
}

textarea {
  height: 200px;
}

select {
  padding: 5px 10px;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}

.submit {
  padding-top: 20px;
  text-align: center;
}

.fr {
  margin-bottom: 0;
}

.fh {
  font-weight: normal;
  font-size: 14px;
}

.required .fh:after {
  content: "*";
  color: red;
  display: inline-block;
  margin-left: 5px;
}

.error-message {
  color: red;
  display: block;
  margin-top: 5px;
  font-weight: bold;
}

.target-model-name {
  font-size: 18px;
  letter-spacing: 0.075em;
  font-weight: bold;
}

.notice {
  color: red;
  margin: 15px 0 0 0;
  font-size: 13px;
}

@media (min-width: 576px) {
  .date-input {
    max-width: 360px;
  }
  .fr {
    margin-bottom: 18px;
  }
  .fh {
    font-size: 16px;
    padding-top: 5px;
  }
}
.ico-catalog {
  width: 12px;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -3px;
}
@media screen and (min-width: 992px) {
  .ico-catalog {
    width: 15px;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: -4px;
  }
}

.c-lif-logo {
  display: block;
  width: 45px;
  height: auto;
  margin: 0;
  font-size: 0;
}
@media screen and (min-width: 576px) {
  .c-lif-logo {
    width: 60px;
  }
}
@media screen and (min-width: 992px) {
  .c-lif-logo {
    width: 90px;
  }
}

.lif-logo-w-nc {
  width: 90px;
  margin: 0 auto 60px;
}
@media screen and (min-width: 992px) {
  .lif-logo-w-nc {
    width: 200px;
    margin: 0 auto 110px;
  }
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
}
.loading-overlay.complete {
  -webkit-animation: complete 1s ease-out 0s forwards;
          animation: complete 1s ease-out 0s forwards;
}
.loading-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: loading 2s linear 0s infinite;
          animation: loading 2s linear 0s infinite;
}

@-webkit-keyframes loading {
  50% {
    opacity: 0.3;
  }
}

@keyframes loading {
  50% {
    opacity: 0.3;
  }
}
@-webkit-keyframes complete {
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes complete {
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.c-modelCard {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.c-modelCard__inner {
  padding: 20px 0;
}
.c-modelCard__inner > a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-modelCard__inner > a img {
  -webkit-transition: -webkit-transform 0.75s ease-out;
  transition: -webkit-transform 0.75s ease-out;
  transition: transform 0.75s ease-out;
  transition: transform 0.75s ease-out, -webkit-transform 0.75s ease-out;
}
.c-modelCard__title {
  color: #ffffff;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0.5em auto 0;
}
.c-modelCard__tmb {
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .c-modelCard__inner {
    padding: 30px 0;
  }
  .c-modelCard__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .c-modelCard__inner {
    padding: 35px 0;
  }
  .c-modelCard__title {
    font-size: 18px;
  }
}

.c-offcanvas {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.c-offcanvas__btn {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 1001;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.c-offcanvas__btn.is-active span {
  color: #ffffff;
}
.c-offcanvas__btn.is-active i {
  background: none;
}
.c-offcanvas__btn.is-active i::before {
  margin-top: 0;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  background: #ffffff;
}
.c-offcanvas__btn.is-active i::after {
  margin-top: 0;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  background: #ffffff;
}
.c-offcanvas__btn i {
  display: block;
  position: absolute;
  top: 50%;
  right: 0%;
  z-index: 101;
  width: 25px;
  height: 25px;
  margin: 0;
  background: transparent;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.c-offcanvas__btn i::before, .c-offcanvas__btn i::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 2px;
  background: #000000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.c-offcanvas__btn i::before {
  margin-top: 3px;
}
.c-offcanvas__btn i::after {
  margin-top: -3px;
}
.c-offcanvas__btn span {
  color: #000000;
  line-height: 1;
  cursor: pointer;
  font-size: 10px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-offcanvas__body {
  display: none;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #000000;
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  transition: -webkit-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.c-offcanvas__body.is-active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.c-offcanvas__list {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0;
}
.c-offcanvas__item {
  list-style-type: none;
  white-space: nowrap;
  padding: 0;
  margin: 15px auto;
  overflow: hidden;
}
.c-offcanvas__item.is-active a {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: opacity 1.2s ease 0s, -webkit-transform 0.5s ease 0s;
  transition: opacity 1.2s ease 0s, -webkit-transform 0.5s ease 0s;
  transition: opacity 1.2s ease 0s, transform 0.5s ease 0s;
  transition: opacity 1.2s ease 0s, transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
.c-offcanvas__item a {
  color: #ffffff;
  opacity: 0;
  font-size: 18px;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.soken-logo {
  float: right;
  width: 150px;
  margin: 0;
  font-size: 0;
}
@media screen and (min-width: 375px) {
  .soken-logo {
    width: 170px;
  }
}
@media screen and (min-width: 992px) {
  .soken-logo {
    float: left;
    width: 184px;
  }
}

.thanks-message {
  padding-bottom: 120px;
  font-size: 18px;
  line-height: 2;
}
.thanks-message__ttl {
  font-size: 21px;
  margin-bottom: 20px;
}

.p-archive__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 50px;
}
.p-archive__content.is-active::before {
  width: calc(100% - 20px);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-archive__content.is-active::after {
  height: calc(100% - 20px);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.p-archive__content.is-active .p-archive__contentInner::before {
  width: calc(100% - 20px);
}
.p-archive__content.is-active .p-archive__contentInner::after {
  height: calc(100% - 20px);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.p-archive__content.is-active .p-archive__text {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.p-archive__content.is-active .p-archive__thumbnail {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.p-archive__content:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.p-archive__content::before, .p-archive__content::after {
  content: "";
  display: block;
  background-color: #000000;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-archive__content::before {
  width: 0;
  height: 1px;
  left: 20px;
}
.p-archive__content::after {
  width: 1px;
  height: 0;
  right: 0;
}
.p-archive__content > * {
  width: 50%;
}
.p-archive__contentInner {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px;
}
.p-archive__contentInner::before, .p-archive__contentInner::after {
  content: "";
  display: block;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-archive__contentInner::before {
  width: 0;
  height: 1px;
  right: 20px;
}
.p-archive__contentInner::after {
  width: 1px;
  height: 0;
  left: 0;
}
.p-archive__text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-archive__title {
  color: #ffffff;
  line-height: 0.95;
  font-size: 20px;
  font-size: clamp(1.25rem, 0.1104rem + 4.8622vw, 3.125rem);
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.05em;
  margin: 0;
}
.p-archive__desc {
  color: #000000;
  position: relative;
  line-height: 0.95;
  font-size: 8px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0.5em 0;
  margin: 1em auto 0;
  background-color: #ffffff;
}
.p-archive__desc > svg {
  width: 100%;
  max-width: 24.5px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
.p-archive__thumbnail {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px) scale(0.95);
          transform: translateY(20px) scale(0.95);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-archive__thumbnail img {
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 576px) {
  .p-archive {
    margin: 60px 0 100px;
  }
  .p-archive__contentInner {
    padding: 12px;
  }
  .p-archive__title {
    font-size: 42px;
    font-size: clamp(1.25rem, 0.1104rem + 4.8622vw, 3.125rem);
  }
  .p-archive__desc {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  .p-archive {
    margin: 80px 0 150px;
  }
  .p-archive__contentInner {
    padding: 20px;
  }
  .p-archive__title {
    font-size: 50px;
  }
  .p-archive__desc {
    font-size: 15px;
  }
  .p-archive__desc > svg {
    display: block;
  }
}

.bg-slanting {
  width: 100%;
  height: 100%;
}
.bg-slanting .bg-slanting__bg {
  position: absolute;
  bottom: -400px;
  left: 0;
  z-index: 11;
  content: "";
  background-color: #ffffff;
  -webkit-transform: skew(0deg, -10deg);
          transform: skew(0deg, -10deg);
  display: block;
  width: 100%;
  height: calc(100% + 400px);
}

.section--concept {
  padding-top: 100px;
  background: url("../../assets/img/bg_grain_dark.jpg") repeat 0 0/200px 200px;
}

.concept {
  color: #ffffff;
  position: relative;
  z-index: 1;
  font-size: 10px;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 12%;
}
@media screen and (min-width: 576px) {
  .concept {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  .concept {
    font-size: 14px;
    margin-bottom: 60px;
  }
}

.about-lif-logo-wrap {
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .about-lif-logo-wrap {
    padding-bottom: 200px;
  }
}

.about-lif-logo {
  position: relative;
  z-index: 50;
  width: 140px;
  margin: 0 auto;
}
.about-lif-logo--black {
  position: fixed;
  z-index: 49;
}

@media (min-width: 992px) {
  .section--concept {
    padding-top: 160px;
  }
  .concept {
    text-align: center;
    line-height: 2.5;
    font-size: 17px;
    letter-spacing: 0.075em;
    margin-bottom: 80px;
  }
  .about-lif-logo-wrap {
    height: 121px;
  }
  .about-lif-logo {
    z-index: 50;
    width: 295px;
  }
  .about-lif-logo--black {
    z-index: 49;
  }
  .about-lif-logo.js-fix {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.p-conceptNew {
  padding: 30px 0 75px;
  overflow: hidden;
}
.p-conceptNew__text > * + * {
  margin-top: 0.5em;
}
.p-conceptNew__desc {
  color: #ffffff;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 576px) {
  .p-conceptNew {
    padding: 60px 0 100px;
  }
  .p-conceptNew__desc {
    font-size: 22px;
  }
}
@media screen and (min-width: 992px) {
  .p-conceptNew {
    padding: 200px 0 220px;
  }
  .p-conceptNew__desc {
    font-size: 28px;
  }
}

.contact-section {
  text-align: center;
  padding: 30px 0 25px;
}

.contact-ttl {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  line-height: 1.65;
  font-weight: normal;
}

.contact-ttl__quo {
  color: #D61C25;
  font-size: 21px;
  display: block;
  font-weight: bold;
}

.contact-tel {
  font-size: 16px;
  margin-top: 30px;
  letter-spacing: 0.075em;
  line-height: 1.65;
}

.contact-tel__no {
  font-size: 16px;
  letter-spacing: 0.1em;
}

@media (min-width: 576px) {
  .contact-section {
    padding: 60px 0 50px;
  }
  .contact-ttl {
    font-size: 21px;
    letter-spacing: 0.075em;
  }
  .contact-ttl--catalog {
    font-size: 24px;
  }
  .contact-ttl__quo {
    font-size: 28px;
  }
  .contact-tel {
    font-size: 16px;
    margin-top: 30px;
    letter-spacing: 0.075em;
    line-height: 1.65;
  }
  .contact-tel__no {
    font-size: 21px;
    letter-spacing: 0.1em;
  }
}
.p-designers {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  margin-top: 50px;
}
.p-designers__header {
  position: relative;
}
.p-designers__headerContent {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  min-height: calc(80dvh - 50px);
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}
.p-designers__headerVisual {
  overflow: hidden;
  max-height: calc(80dvh - 50px);
  width: 63%;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-designers__headerVisual > * {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.p-designers__headerVisual > * img {
  height: calc(80dvh - 50px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-designers__headerText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-designers__heading {
  font-family: Roboto;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
  padding-top: 1.5em;
  margin: auto 0 0;
}
.p-designers__subheading {
  font-family: Roboto;
  line-height: 1.1;
  font-size: 46px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
  margin: 0.2em 0 0;
}
.p-designers__lead {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin: 5em 0 2em 0;
}
.p-designers__main {
  margin-top: 80px;
}
.p-designers__mainVisual {
  overflow: hidden;
}
.p-designers__mainVisual > * {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.p-designers__mainVisual > *.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-designers__mainVisual > * img {
  min-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-designers__content {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
.p-designers__content > * + * {
  margin-top: 5rem;
}
.p-designers__title {
  line-height: 1.2;
  font-size: 21px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  margin: 0;
}
.p-designers__desc {
  line-height: 2;
  font-size: 12px;
  font-weight: 500;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  margin: 0;
}
.p-designers__innerContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 50px 0 0;
}
.p-designers__innerColumn {
  width: 100%;
}
.p-designers__innerColumn > * + * {
  margin-top: 2em;
}
@media screen and (min-width: 576px) {
  .p-designers {
    margin-top: 76px;
  }
  .p-designers__headerContent {
    min-height: 600px;
  }
  .p-designers__headerVisual {
    max-height: 600px;
  }
  .p-designers__headerVisual > * img {
    height: 600px;
  }
  .p-designers__heading {
    font-size: 28px;
  }
  .p-designers__subheading {
    font-size: 65px;
  }
  .p-designers__lead {
    font-size: 20px;
    margin: auto 0 1.5em 0;
  }
  .p-designers__mainVisual > * img {
    min-height: 315px;
  }
  .p-designers__content {
    margin-top: 100px;
  }
  .p-designers__title {
    font-size: 30px;
  }
  .p-designers__desc {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .p-designers {
    margin-top: 100px;
  }
  .p-designers__headerContent {
    min-height: 760px;
    padding: 0 50px;
  }
  .p-designers__headerVisual {
    max-height: 760px;
    height: 760px;
  }
  .p-designers__headerVisual > * img {
    height: 760px;
  }
  .p-designers__heading {
    font-size: 35px;
  }
  .p-designers__subheading {
    font-size: 80px;
  }
  .p-designers__lead {
    font-size: 24px;
  }
  .p-designers__main {
    margin-top: 90px;
  }
  .p-designers__mainVisual > * img {
    min-height: 630px;
  }
  .p-designers__content {
    padding: 0 50px;
    margin-top: 195px;
  }
  .p-designers__content > * + * {
    margin-top: 8.2rem;
  }
  .p-designers__title {
    font-size: 40px;
  }
  .p-designers__desc {
    line-height: 2.1;
    font-size: 18px;
  }
  .p-designers__innerContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 55px -30px 0;
  }
  .p-designers__innerContent--full {
    display: block;
    margin: 55px 0 0;
  }
  .p-designers__innerColumn {
    width: calc(50% - 60px);
    margin-left: 30px;
    margin-right: 30px;
  }
  .p-designers__innerColumn > * + * {
    margin-top: 2.2em;
  }
}

.js-designersInitTrigger > * {
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.js-designersInitTrigger > *.is-active {
  color: #000000;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-expansive__column {
  position: relative;
  width: 100%;
  z-index: 1;
  min-height: 860px;
  background: url("../../assets/img/bg_grain_dark.jpg") repeat 0 0/200px 200px;
}
.p-expansive__columnInner {
  max-width: 1300px;
  position: relative;
  padding: 61% 15px 10%;
  margin: 0 auto;
}
.p-expansive__heading {
  margin: 0;
}
.p-expansive__heading svg {
  width: 65vw;
  max-width: 70vw;
  height: auto;
  display: block;
  overflow: visible;
  margin: 0 0 0 auto;
}
.p-expansive__heading svg path,
.p-expansive__heading svg polygon,
.p-expansive__heading svg rect {
  opacity: 0;
  stroke: #fff;
  stroke-width: 1;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  -webkit-animation: textStrokeReverse 0.5s forwards;
          animation: textStrokeReverse 0.5s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(1),
.p-expansive__heading.is-active svg polygon:nth-child(1),
.p-expansive__heading.is-active svg rect:nth-child(1) {
  -webkit-animation: textStroke 0.15s forwards;
          animation: textStroke 0.15s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(2),
.p-expansive__heading.is-active svg polygon:nth-child(2),
.p-expansive__heading.is-active svg rect:nth-child(2) {
  -webkit-animation: textStroke 0.3s forwards;
          animation: textStroke 0.3s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(3),
.p-expansive__heading.is-active svg polygon:nth-child(3),
.p-expansive__heading.is-active svg rect:nth-child(3) {
  -webkit-animation: textStroke 0.45s forwards;
          animation: textStroke 0.45s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(4),
.p-expansive__heading.is-active svg polygon:nth-child(4),
.p-expansive__heading.is-active svg rect:nth-child(4) {
  -webkit-animation: textStroke 0.6s forwards;
          animation: textStroke 0.6s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(5),
.p-expansive__heading.is-active svg polygon:nth-child(5),
.p-expansive__heading.is-active svg rect:nth-child(5) {
  -webkit-animation: textStroke 0.75s forwards;
          animation: textStroke 0.75s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(6),
.p-expansive__heading.is-active svg polygon:nth-child(6),
.p-expansive__heading.is-active svg rect:nth-child(6) {
  -webkit-animation: textStroke 0.9s forwards;
          animation: textStroke 0.9s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(7),
.p-expansive__heading.is-active svg polygon:nth-child(7),
.p-expansive__heading.is-active svg rect:nth-child(7) {
  -webkit-animation: textStroke 1.05s forwards;
          animation: textStroke 1.05s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(8),
.p-expansive__heading.is-active svg polygon:nth-child(8),
.p-expansive__heading.is-active svg rect:nth-child(8) {
  -webkit-animation: textStroke 1.2s forwards;
          animation: textStroke 1.2s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(9),
.p-expansive__heading.is-active svg polygon:nth-child(9),
.p-expansive__heading.is-active svg rect:nth-child(9) {
  -webkit-animation: textStroke 1.35s forwards;
          animation: textStroke 1.35s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(10),
.p-expansive__heading.is-active svg polygon:nth-child(10),
.p-expansive__heading.is-active svg rect:nth-child(10) {
  -webkit-animation: textStroke 1.5s forwards;
          animation: textStroke 1.5s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(11),
.p-expansive__heading.is-active svg polygon:nth-child(11),
.p-expansive__heading.is-active svg rect:nth-child(11) {
  -webkit-animation: textStroke 1.65s forwards;
          animation: textStroke 1.65s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(12),
.p-expansive__heading.is-active svg polygon:nth-child(12),
.p-expansive__heading.is-active svg rect:nth-child(12) {
  -webkit-animation: textStroke 1.8s forwards;
          animation: textStroke 1.8s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(13),
.p-expansive__heading.is-active svg polygon:nth-child(13),
.p-expansive__heading.is-active svg rect:nth-child(13) {
  -webkit-animation: textStroke 1.95s forwards;
          animation: textStroke 1.95s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(14),
.p-expansive__heading.is-active svg polygon:nth-child(14),
.p-expansive__heading.is-active svg rect:nth-child(14) {
  -webkit-animation: textStroke 2.1s forwards;
          animation: textStroke 2.1s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(15),
.p-expansive__heading.is-active svg polygon:nth-child(15),
.p-expansive__heading.is-active svg rect:nth-child(15) {
  -webkit-animation: textStroke 2.25s forwards;
          animation: textStroke 2.25s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(16),
.p-expansive__heading.is-active svg polygon:nth-child(16),
.p-expansive__heading.is-active svg rect:nth-child(16) {
  -webkit-animation: textStroke 2.4s forwards;
          animation: textStroke 2.4s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(17),
.p-expansive__heading.is-active svg polygon:nth-child(17),
.p-expansive__heading.is-active svg rect:nth-child(17) {
  -webkit-animation: textStroke 2.55s forwards;
          animation: textStroke 2.55s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(18),
.p-expansive__heading.is-active svg polygon:nth-child(18),
.p-expansive__heading.is-active svg rect:nth-child(18) {
  -webkit-animation: textStroke 2.7s forwards;
          animation: textStroke 2.7s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(19),
.p-expansive__heading.is-active svg polygon:nth-child(19),
.p-expansive__heading.is-active svg rect:nth-child(19) {
  -webkit-animation: textStroke 2.85s forwards;
          animation: textStroke 2.85s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(20),
.p-expansive__heading.is-active svg polygon:nth-child(20),
.p-expansive__heading.is-active svg rect:nth-child(20) {
  -webkit-animation: textStroke 3s forwards;
          animation: textStroke 3s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(21),
.p-expansive__heading.is-active svg polygon:nth-child(21),
.p-expansive__heading.is-active svg rect:nth-child(21) {
  -webkit-animation: textStroke 3.15s forwards;
          animation: textStroke 3.15s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(22),
.p-expansive__heading.is-active svg polygon:nth-child(22),
.p-expansive__heading.is-active svg rect:nth-child(22) {
  -webkit-animation: textStroke 3.3s forwards;
          animation: textStroke 3.3s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(23),
.p-expansive__heading.is-active svg polygon:nth-child(23),
.p-expansive__heading.is-active svg rect:nth-child(23) {
  -webkit-animation: textStroke 3.45s forwards;
          animation: textStroke 3.45s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(24),
.p-expansive__heading.is-active svg polygon:nth-child(24),
.p-expansive__heading.is-active svg rect:nth-child(24) {
  -webkit-animation: textStroke 3.6s forwards;
          animation: textStroke 3.6s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(25),
.p-expansive__heading.is-active svg polygon:nth-child(25),
.p-expansive__heading.is-active svg rect:nth-child(25) {
  -webkit-animation: textStroke 3.75s forwards;
          animation: textStroke 3.75s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(26),
.p-expansive__heading.is-active svg polygon:nth-child(26),
.p-expansive__heading.is-active svg rect:nth-child(26) {
  -webkit-animation: textStroke 3.9s forwards;
          animation: textStroke 3.9s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(27),
.p-expansive__heading.is-active svg polygon:nth-child(27),
.p-expansive__heading.is-active svg rect:nth-child(27) {
  -webkit-animation: textStroke 4.05s forwards;
          animation: textStroke 4.05s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(28),
.p-expansive__heading.is-active svg polygon:nth-child(28),
.p-expansive__heading.is-active svg rect:nth-child(28) {
  -webkit-animation: textStroke 4.2s forwards;
          animation: textStroke 4.2s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(29),
.p-expansive__heading.is-active svg polygon:nth-child(29),
.p-expansive__heading.is-active svg rect:nth-child(29) {
  -webkit-animation: textStroke 4.35s forwards;
          animation: textStroke 4.35s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(30),
.p-expansive__heading.is-active svg polygon:nth-child(30),
.p-expansive__heading.is-active svg rect:nth-child(30) {
  -webkit-animation: textStroke 4.5s forwards;
          animation: textStroke 4.5s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(31),
.p-expansive__heading.is-active svg polygon:nth-child(31),
.p-expansive__heading.is-active svg rect:nth-child(31) {
  -webkit-animation: textStroke 4.65s forwards;
          animation: textStroke 4.65s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(32),
.p-expansive__heading.is-active svg polygon:nth-child(32),
.p-expansive__heading.is-active svg rect:nth-child(32) {
  -webkit-animation: textStroke 4.8s forwards;
          animation: textStroke 4.8s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(33),
.p-expansive__heading.is-active svg polygon:nth-child(33),
.p-expansive__heading.is-active svg rect:nth-child(33) {
  -webkit-animation: textStroke 4.95s forwards;
          animation: textStroke 4.95s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(34),
.p-expansive__heading.is-active svg polygon:nth-child(34),
.p-expansive__heading.is-active svg rect:nth-child(34) {
  -webkit-animation: textStroke 5.1s forwards;
          animation: textStroke 5.1s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(35),
.p-expansive__heading.is-active svg polygon:nth-child(35),
.p-expansive__heading.is-active svg rect:nth-child(35) {
  -webkit-animation: textStroke 5.25s forwards;
          animation: textStroke 5.25s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(36),
.p-expansive__heading.is-active svg polygon:nth-child(36),
.p-expansive__heading.is-active svg rect:nth-child(36) {
  -webkit-animation: textStroke 5.4s forwards;
          animation: textStroke 5.4s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(37),
.p-expansive__heading.is-active svg polygon:nth-child(37),
.p-expansive__heading.is-active svg rect:nth-child(37) {
  -webkit-animation: textStroke 5.55s forwards;
          animation: textStroke 5.55s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(38),
.p-expansive__heading.is-active svg polygon:nth-child(38),
.p-expansive__heading.is-active svg rect:nth-child(38) {
  -webkit-animation: textStroke 5.7s forwards;
          animation: textStroke 5.7s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(39),
.p-expansive__heading.is-active svg polygon:nth-child(39),
.p-expansive__heading.is-active svg rect:nth-child(39) {
  -webkit-animation: textStroke 5.85s forwards;
          animation: textStroke 5.85s forwards;
}
.p-expansive__heading.is-active svg path:nth-child(40),
.p-expansive__heading.is-active svg polygon:nth-child(40),
.p-expansive__heading.is-active svg rect:nth-child(40) {
  -webkit-animation: textStroke 6s forwards;
          animation: textStroke 6s forwards;
}
.p-expansive__text {
  position: relative;
  z-index: 2;
  margin: 4% auto 0 0;
}
.p-expansive__text > * + * {
  margin: 2em 0 0;
}
.p-expansive__desc {
  color: #ffffff;
  line-height: 2;
  font-size: 10px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.p-expansive__tmb01 {
  position: relative;
  z-index: 2;
  width: 65%;
  margin: 5% auto 0 0;
}
.p-expansive__tmb02 {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 5% 0 0 auto;
}
.p-expansive__bgMain {
  width: 100%;
  margin: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -20%;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-expansive__bgMain.is-active {
  left: 0;
  opacity: 1;
}
.p-expansive__bgMain img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 750/490;
}
@media screen and (min-width: 576px) {
  .p-expansive__desc {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .p-expansive__columnInner {
    padding: 815px 50px 200px;
  }
  .p-expansive__heading svg {
    width: 52%;
    max-width: 615px;
  }
  .p-expansive__text {
    width: 35%;
    margin: 50px auto 0 0;
  }
  .p-expansive__desc {
    font-size: 14px;
  }
  .p-expansive__tmb01 {
    width: 40%;
    max-width: 450px;
    margin: 30px auto 0 0;
  }
  .p-expansive__tmb02 {
    width: 50%;
    max-width: 580px;
    margin: -525px 0 0 auto;
  }
  .p-expansive__bgMain img {
    height: 860px;
    aspect-ratio: 1;
  }
}

.feature {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
  padding-top: 28%;
  margin-top: -28%;
}
.feature__inner {
  position: relative;
  z-index: 11;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .feature {
    padding-top: 300px;
    margin-top: -300px;
    clip-path: polygon(0 12%, 100% 0, 100% 100%, 0% 100%);
  }
  .feature__inner {
    padding-top: 80px;
  }
}

.feature-item {
  margin-right: auto;
  margin-left: 0;
  margin-bottom: 20px;
  padding: 0 15px;
}
.feature-item:last-child {
  margin-bottom: 0;
}
.feature-item--right {
  margin-right: 0;
  margin-left: auto;
}
.feature-item__body {
  width: 90%;
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 16px 0;
  margin-left: auto;
  margin-right: auto;
}
.feature-item__ttl {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.feature-item__txt {
  font-size: 11px;
  line-height: 1.5;
}
@media screen and (min-width: 576px) {
  .feature-item {
    max-width: 620px;
    padding: 0;
  }
  .feature-item:last-child {
    margin-bottom: 20px;
  }
  .feature-item__ttl {
    font-size: 22px;
  }
  .feature-item__txt {
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  .feature-item {
    margin-top: -50px;
  }
  .feature-item--right .feature-item__body {
    margin-left: auto;
    margin-right: 0;
  }
  .feature-item__body {
    width: 400px;
    padding: 28px 42px;
    margin-top: -48px;
    margin-left: 0;
  }
  .feature-item__ttl {
    font-size: 26px;
    letter-spacing: 0.2em;
  }
  .feature-item__txt {
    font-size: 15px;
    line-height: 1.75;
  }
}

.l-hero,
.l-hero__slider,
.l-hero__slider__slide,
.slick-slider,
.slick-list,
.slick-track {
  width: 100%;
  height: 100%;
}

.l-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}
.l-hero__logo {
  width: 130px;
  position: relative;
  z-index: 5;
  margin: auto;
}
.l-hero__logo .l-hero__logo__img {
  display: none;
}
.l-hero__slider {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
.l-hero__slider__slide {
  background-position: 50%;
  background-size: cover;
  background-repeat: norepeat;
}
.l-hero__slider__slide.l-hero__slider__slide--1 {
  background-image: url("../../assets/img/top_hero_slide01_sp.jpg");
}
.l-hero__slider__slide.l-hero__slider__slide--2 {
  background-image: url("../../assets/img/top_hero_slide02_sp.jpg");
}
@media screen and (min-width: 576px) {
  .l-hero__logo {
    width: 140px;
  }
  .l-hero__slider__slide {
    background-position: 50% !important;
  }
  .l-hero__slider__slide.l-hero__slider__slide--1 {
    background-image: url("../../assets/img/top_hero_slide01.jpg");
  }
  .l-hero__slider__slide.l-hero__slider__slide--2 {
    background-image: url("../../assets/img/top_hero_slide02.jpg");
  }
}
@media screen and (min-width: 992px) {
  .l-hero__logo {
    width: 295px;
  }
}

.p-layers {
  overflow: hidden;
}
.p-layers__column {
  position: relative;
  width: 100%;
  z-index: 1;
  background: url("../../assets/img/bg_grain_dark.jpg") repeat 0 0/200px 200px;
}
.p-layers__columnInner {
  max-width: 1300px;
  position: relative;
  padding: 0 15px 40px;
  margin: 0 auto;
}
.p-layers__text {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 25% 11% 0;
}
.p-layers__title {
  color: #ffffff;
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.07em;
  white-space: nowrap;
}
.p-layers__desc {
  color: #ffffff;
  line-height: 2;
  font-size: 10px;
  text-align: justify;
  letter-spacing: 0.02em;
  margin: 2em 0 0;
}
.p-layers__desc .d-lg-block {
  display: none;
}
.p-layers__heading {
  margin: 10% 0 0;
}
.p-layers__heading svg {
  max-width: 55vw;
  height: auto;
  display: block;
  overflow: visible;
}
.p-layers__heading svg path,
.p-layers__heading svg polygon,
.p-layers__heading svg rect {
  opacity: 0;
  stroke: #fff;
  stroke-width: 1;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  -webkit-animation: textStrokeReverse 0.5s forwards;
          animation: textStrokeReverse 0.5s forwards;
}
.p-layers__heading.is-active svg path:nth-child(1),
.p-layers__heading.is-active svg polygon:nth-child(1),
.p-layers__heading.is-active svg rect:nth-child(1) {
  -webkit-animation: textStroke 0.15s forwards;
          animation: textStroke 0.15s forwards;
}
.p-layers__heading.is-active svg path:nth-child(2),
.p-layers__heading.is-active svg polygon:nth-child(2),
.p-layers__heading.is-active svg rect:nth-child(2) {
  -webkit-animation: textStroke 0.3s forwards;
          animation: textStroke 0.3s forwards;
}
.p-layers__heading.is-active svg path:nth-child(3),
.p-layers__heading.is-active svg polygon:nth-child(3),
.p-layers__heading.is-active svg rect:nth-child(3) {
  -webkit-animation: textStroke 0.45s forwards;
          animation: textStroke 0.45s forwards;
}
.p-layers__heading.is-active svg path:nth-child(4),
.p-layers__heading.is-active svg polygon:nth-child(4),
.p-layers__heading.is-active svg rect:nth-child(4) {
  -webkit-animation: textStroke 0.6s forwards;
          animation: textStroke 0.6s forwards;
}
.p-layers__heading.is-active svg path:nth-child(5),
.p-layers__heading.is-active svg polygon:nth-child(5),
.p-layers__heading.is-active svg rect:nth-child(5) {
  -webkit-animation: textStroke 0.75s forwards;
          animation: textStroke 0.75s forwards;
}
.p-layers__heading.is-active svg path:nth-child(6),
.p-layers__heading.is-active svg polygon:nth-child(6),
.p-layers__heading.is-active svg rect:nth-child(6) {
  -webkit-animation: textStroke 0.9s forwards;
          animation: textStroke 0.9s forwards;
}
.p-layers__heading.is-active svg path:nth-child(7),
.p-layers__heading.is-active svg polygon:nth-child(7),
.p-layers__heading.is-active svg rect:nth-child(7) {
  -webkit-animation: textStroke 1.05s forwards;
          animation: textStroke 1.05s forwards;
}
.p-layers__heading.is-active svg path:nth-child(8),
.p-layers__heading.is-active svg polygon:nth-child(8),
.p-layers__heading.is-active svg rect:nth-child(8) {
  -webkit-animation: textStroke 1.2s forwards;
          animation: textStroke 1.2s forwards;
}
.p-layers__heading.is-active svg path:nth-child(9),
.p-layers__heading.is-active svg polygon:nth-child(9),
.p-layers__heading.is-active svg rect:nth-child(9) {
  -webkit-animation: textStroke 1.35s forwards;
          animation: textStroke 1.35s forwards;
}
.p-layers__heading.is-active svg path:nth-child(10),
.p-layers__heading.is-active svg polygon:nth-child(10),
.p-layers__heading.is-active svg rect:nth-child(10) {
  -webkit-animation: textStroke 1.5s forwards;
          animation: textStroke 1.5s forwards;
}
.p-layers__heading.is-active svg path:nth-child(11),
.p-layers__heading.is-active svg polygon:nth-child(11),
.p-layers__heading.is-active svg rect:nth-child(11) {
  -webkit-animation: textStroke 1.65s forwards;
          animation: textStroke 1.65s forwards;
}
.p-layers__heading.is-active svg path:nth-child(12),
.p-layers__heading.is-active svg polygon:nth-child(12),
.p-layers__heading.is-active svg rect:nth-child(12) {
  -webkit-animation: textStroke 1.8s forwards;
          animation: textStroke 1.8s forwards;
}
.p-layers__heading.is-active svg path:nth-child(13),
.p-layers__heading.is-active svg polygon:nth-child(13),
.p-layers__heading.is-active svg rect:nth-child(13) {
  -webkit-animation: textStroke 1.95s forwards;
          animation: textStroke 1.95s forwards;
}
.p-layers__heading.is-active svg path:nth-child(14),
.p-layers__heading.is-active svg polygon:nth-child(14),
.p-layers__heading.is-active svg rect:nth-child(14) {
  -webkit-animation: textStroke 2.1s forwards;
          animation: textStroke 2.1s forwards;
}
.p-layers__heading.is-active svg path:nth-child(15),
.p-layers__heading.is-active svg polygon:nth-child(15),
.p-layers__heading.is-active svg rect:nth-child(15) {
  -webkit-animation: textStroke 2.25s forwards;
          animation: textStroke 2.25s forwards;
}
.p-layers__heading.is-active svg path:nth-child(16),
.p-layers__heading.is-active svg polygon:nth-child(16),
.p-layers__heading.is-active svg rect:nth-child(16) {
  -webkit-animation: textStroke 2.4s forwards;
          animation: textStroke 2.4s forwards;
}
.p-layers__heading.is-active svg path:nth-child(17),
.p-layers__heading.is-active svg polygon:nth-child(17),
.p-layers__heading.is-active svg rect:nth-child(17) {
  -webkit-animation: textStroke 2.55s forwards;
          animation: textStroke 2.55s forwards;
}
.p-layers__heading.is-active svg path:nth-child(18),
.p-layers__heading.is-active svg polygon:nth-child(18),
.p-layers__heading.is-active svg rect:nth-child(18) {
  -webkit-animation: textStroke 2.7s forwards;
          animation: textStroke 2.7s forwards;
}
.p-layers__heading.is-active svg path:nth-child(19),
.p-layers__heading.is-active svg polygon:nth-child(19),
.p-layers__heading.is-active svg rect:nth-child(19) {
  -webkit-animation: textStroke 2.85s forwards;
          animation: textStroke 2.85s forwards;
}
.p-layers__heading.is-active svg path:nth-child(20),
.p-layers__heading.is-active svg polygon:nth-child(20),
.p-layers__heading.is-active svg rect:nth-child(20) {
  -webkit-animation: textStroke 3s forwards;
          animation: textStroke 3s forwards;
}
.p-layers__heading.is-active svg path:nth-child(21),
.p-layers__heading.is-active svg polygon:nth-child(21),
.p-layers__heading.is-active svg rect:nth-child(21) {
  -webkit-animation: textStroke 3.15s forwards;
          animation: textStroke 3.15s forwards;
}
.p-layers__heading.is-active svg path:nth-child(22),
.p-layers__heading.is-active svg polygon:nth-child(22),
.p-layers__heading.is-active svg rect:nth-child(22) {
  -webkit-animation: textStroke 3.3s forwards;
          animation: textStroke 3.3s forwards;
}
.p-layers__heading.is-active svg path:nth-child(23),
.p-layers__heading.is-active svg polygon:nth-child(23),
.p-layers__heading.is-active svg rect:nth-child(23) {
  -webkit-animation: textStroke 3.45s forwards;
          animation: textStroke 3.45s forwards;
}
.p-layers__heading.is-active svg path:nth-child(24),
.p-layers__heading.is-active svg polygon:nth-child(24),
.p-layers__heading.is-active svg rect:nth-child(24) {
  -webkit-animation: textStroke 3.6s forwards;
          animation: textStroke 3.6s forwards;
}
.p-layers__heading.is-active svg path:nth-child(25),
.p-layers__heading.is-active svg polygon:nth-child(25),
.p-layers__heading.is-active svg rect:nth-child(25) {
  -webkit-animation: textStroke 3.75s forwards;
          animation: textStroke 3.75s forwards;
}
.p-layers__heading.is-active svg path:nth-child(26),
.p-layers__heading.is-active svg polygon:nth-child(26),
.p-layers__heading.is-active svg rect:nth-child(26) {
  -webkit-animation: textStroke 3.9s forwards;
          animation: textStroke 3.9s forwards;
}
.p-layers__heading.is-active svg path:nth-child(27),
.p-layers__heading.is-active svg polygon:nth-child(27),
.p-layers__heading.is-active svg rect:nth-child(27) {
  -webkit-animation: textStroke 4.05s forwards;
          animation: textStroke 4.05s forwards;
}
.p-layers__heading.is-active svg path:nth-child(28),
.p-layers__heading.is-active svg polygon:nth-child(28),
.p-layers__heading.is-active svg rect:nth-child(28) {
  -webkit-animation: textStroke 4.2s forwards;
          animation: textStroke 4.2s forwards;
}
.p-layers__heading.is-active svg path:nth-child(29),
.p-layers__heading.is-active svg polygon:nth-child(29),
.p-layers__heading.is-active svg rect:nth-child(29) {
  -webkit-animation: textStroke 4.35s forwards;
          animation: textStroke 4.35s forwards;
}
.p-layers__heading.is-active svg path:nth-child(30),
.p-layers__heading.is-active svg polygon:nth-child(30),
.p-layers__heading.is-active svg rect:nth-child(30) {
  -webkit-animation: textStroke 4.5s forwards;
          animation: textStroke 4.5s forwards;
}
.p-layers__heading.is-active svg path:nth-child(31),
.p-layers__heading.is-active svg polygon:nth-child(31),
.p-layers__heading.is-active svg rect:nth-child(31) {
  -webkit-animation: textStroke 4.65s forwards;
          animation: textStroke 4.65s forwards;
}
.p-layers__heading.is-active svg path:nth-child(32),
.p-layers__heading.is-active svg polygon:nth-child(32),
.p-layers__heading.is-active svg rect:nth-child(32) {
  -webkit-animation: textStroke 4.8s forwards;
          animation: textStroke 4.8s forwards;
}
.p-layers__heading.is-active svg path:nth-child(33),
.p-layers__heading.is-active svg polygon:nth-child(33),
.p-layers__heading.is-active svg rect:nth-child(33) {
  -webkit-animation: textStroke 4.95s forwards;
          animation: textStroke 4.95s forwards;
}
.p-layers__heading.is-active svg path:nth-child(34),
.p-layers__heading.is-active svg polygon:nth-child(34),
.p-layers__heading.is-active svg rect:nth-child(34) {
  -webkit-animation: textStroke 5.1s forwards;
          animation: textStroke 5.1s forwards;
}
.p-layers__heading.is-active svg path:nth-child(35),
.p-layers__heading.is-active svg polygon:nth-child(35),
.p-layers__heading.is-active svg rect:nth-child(35) {
  -webkit-animation: textStroke 5.25s forwards;
          animation: textStroke 5.25s forwards;
}
.p-layers__heading.is-active svg path:nth-child(36),
.p-layers__heading.is-active svg polygon:nth-child(36),
.p-layers__heading.is-active svg rect:nth-child(36) {
  -webkit-animation: textStroke 5.4s forwards;
          animation: textStroke 5.4s forwards;
}
.p-layers__heading.is-active svg path:nth-child(37),
.p-layers__heading.is-active svg polygon:nth-child(37),
.p-layers__heading.is-active svg rect:nth-child(37) {
  -webkit-animation: textStroke 5.55s forwards;
          animation: textStroke 5.55s forwards;
}
.p-layers__heading.is-active svg path:nth-child(38),
.p-layers__heading.is-active svg polygon:nth-child(38),
.p-layers__heading.is-active svg rect:nth-child(38) {
  -webkit-animation: textStroke 5.7s forwards;
          animation: textStroke 5.7s forwards;
}
.p-layers__heading.is-active svg path:nth-child(39),
.p-layers__heading.is-active svg polygon:nth-child(39),
.p-layers__heading.is-active svg rect:nth-child(39) {
  -webkit-animation: textStroke 5.85s forwards;
          animation: textStroke 5.85s forwards;
}
.p-layers__heading.is-active svg path:nth-child(40),
.p-layers__heading.is-active svg polygon:nth-child(40),
.p-layers__heading.is-active svg rect:nth-child(40) {
  -webkit-animation: textStroke 6s forwards;
          animation: textStroke 6s forwards;
}
.p-layers__tmb01 {
  position: relative;
  z-index: 2;
  width: 64%;
  max-width: 514px;
  margin: 5% 0 0 auto;
}
.p-layers__tmb02 {
  position: relative;
  z-index: 1;
  width: 80%;
  max-width: 880px;
  margin: -4% auto 0 0;
}
.p-layers__bgMain {
  width: 100%;
  margin: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -20%;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-layers__bgMain.is-active {
  left: 0;
  opacity: 1;
}
.p-layers__bgMain img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 750/670;
}
@media screen and (min-width: 576px) {
  .p-layers__columnInner {
    padding: 0 15px 80px;
  }
  .p-layers__text {
    padding: 48% 11% 0;
  }
  .p-layers__heading {
    margin: 8% 0 0;
  }
  .p-layers__title {
    font-size: 24px;
  }
  .p-layers__desc {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  .p-layers__columnInner {
    padding: 0 50px 150px;
  }
  .p-layers__heading {
    margin: 140px 0 0;
  }
  .p-layers__heading svg {
    width: 42%;
    max-width: 498px;
  }
  .p-layers__text {
    padding: 380px 0 0;
  }
  .p-layers__title {
    font-size: 28px;
  }
  .p-layers__desc {
    font-size: 17px;
    text-align: left;
    letter-spacing: 0.1em;
  }
  .p-layers__tmb01 {
    width: 43%;
    margin: -20% 0 0 auto;
  }
  .p-layers__tmb02 {
    width: 74%;
    margin: -5% auto 0 0;
  }
  .p-layers__bgMain img {
    height: 860px;
    aspect-ratio: 1;
  }
}

@-webkit-keyframes textStroke {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    fill: transparent;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    stroke-dashoffset: 0;
    fill: #ffffff;
  }
}

@keyframes textStroke {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    fill: transparent;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    stroke-dashoffset: 0;
    fill: #ffffff;
  }
}
@-webkit-keyframes textStrokeReverse {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    stroke-dashoffset: 0;
    fill: #ffffff;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
    stroke-dashoffset: 2000;
    fill: transparent;
  }
}
@keyframes textStrokeReverse {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    stroke-dashoffset: 0;
    fill: #ffffff;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
    stroke-dashoffset: 2000;
    fill: transparent;
  }
}
.menseki {
  font-size: 0;
  text-align: center;
}
.menseki__item {
  display: block;
  margin: 0 5px;
}
.menseki__h, .menseki__d {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;
  display: inline-block;
}
.menseki__h {
  margin-right: 5px;
}
.menseki__h:before {
  content: "・";
}
@media screen and (min-width: 576px) {
  .menseki__item {
    display: inline-block;
  }
  .menseki__h, .menseki__d {
    font-size: 15px;
  }
}

.model-card {
  padding: 35px 0;
}

.model-card__inner {
  position: relative;
}

.model-card__body {
  padding-top: 0.5em;
}

.model-card__photo {
  overflow: hidden;
}
.model-card__photo img {
  -webkit-transition: -webkit-transform 0.75s ease-out;
  transition: -webkit-transform 0.75s ease-out;
  transition: transform 0.75s ease-out;
  transition: transform 0.75s ease-out, -webkit-transform 0.75s ease-out;
  position: relative;
  z-index: 0;
}

a:hover .model-card__photo img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.model-new {
  position: absolute;
  top: -15px;
  left: 15px;
  z-index: 10;
  padding-top: 15px;
  background-color: #666;
  color: #fff;
  border-radius: 35px;
  font-size: 14px;
  width: 70px;
  height: 70px;
  text-align: center;
  letter-spacing: 0.15em;
}

a:hover .model-new {
  opacity: 1;
}

.model-name {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 500;
}

.model-loc {
  font-size: 13px;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 12px;
  color: #999;
}

.model-txt {
  font-size: 13px;
  line-height: 1.5;
}

.reserve-badge {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  padding: 5px 10px;
  margin-left: 0.5rem;
  vertical-align: middle;
  border: 1px solid red;
  color: red;
  line-height: 1;
}

.openhouse-list .model-name {
  font-size: 16px;
  letter-spacing: 0.07em;
}
.openhouse-list .reserve-badge {
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  padding: 3px 5px;
}

@media (min-width: 576px) {
  .model-card {
    font-size: 21px;
    letter-spacing: 0.1em;
  }
  .model-name {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .model-loc {
    font-size: 16px;
  }
  .model-txt {
    font-size: 14px;
    line-height: 1.75;
  }
  .reserve-badge {
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    padding: 7px 15px;
    margin-left: 1rem;
  }
}
.model-card--small {
  padding: 25px 0;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.model-card--small:nth-child(2n) {
  border-right: none;
}
.model-card--small .model-name {
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  margin-bottom: 5px;
}
.model-card--small .model-loc {
  font-size: 15px;
  letter-spacing: 0.075em;
  margin-bottom: 12px;
}
.model-card--small .model-txt {
  font-size: 12px;
}
@media screen and (min-width: 576px) {
  .model-card--small {
    padding: 35px 0;
  }
  .model-card--small:nth-child(2n) {
    border-right: 1px solid #000000;
  }
  .model-card--small:nth-child(3n) {
    border-right: none;
  }
  .model-card--small:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .model-card--small .model-name {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .model-card--small .model-loc {
    font-size: 15px;
    letter-spacing: 0.075em;
    margin-bottom: 12px;
  }
  .model-card--small .model-txt {
    font-size: 14px;
  }
}

.btn__arw {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 40px;
}

.free-icon {
  background-color: #000;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.215em;
  position: absolute;
  right: 15px;
  top: -35px;
}

@media (min-width: 576px) {
  .btn {
    display: inline-block;
  }
  .btn__arw {
    position: relative;
    right: -10px;
    top: auto;
    margin-left: 10px;
  }
  .free-icon {
    background-color: #000;
    border-radius: 36px;
    width: 72px;
    height: 72px;
    color: #fff;
    line-height: 72px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.215em;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.openhouse-list .model-card {
  width: 240px;
  margin: 0 5px;
  pointer-events: none;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.openhouse-list .model-card.slick-current {
  pointer-events: auto;
  opacity: 1;
}

.slick-arrow {
  position: absolute;
  z-index: 50;
  display: block;
  top: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-indent: -9999px;
  width: 80px;
  height: 80px;
}

.slick-arrow__img {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%/40px auto;
}

.slick-prev {
  margin-left: -120px;
}
.slick-prev .slick-arrow__img {
  background-image: url(../img/cmn_arw_right.png);
}

.slick-next {
  margin-left: 120px;
}
.slick-next .slick-arrow__img {
  background-image: url(../img/cmn_arw_left.png);
}

@media (min-width: 375px) {
  .openhouse-list .model-card {
    width: 290px;
    margin: 0 10px;
  }
  .slick-arrow {
    top: 70px;
  }
  .slick-prev {
    margin-left: -150px;
  }
  .slick-next {
    margin-left: 150px;
  }
}
@media (min-width: 576px) {
  .openhouse-list .model-card {
    width: 420px;
    margin: 0 20px;
  }
  .slick-arrow {
    top: 135px;
    background: none;
  }
  .slick-arrow:before {
    content: "";
  }
  .slick-arrow__img {
    background-size: 61px auto;
  }
  .slick-prev {
    margin-left: -260px;
  }
  .slick-next {
    margin-left: 260px;
  }
}
@media (min-width: 992px) {
  .openhouse-list .model-card {
    width: 550px;
    margin: 0 35px;
  }
  .slick-arrow {
    top: 171px;
  }
  .slick-prev {
    margin-left: -350px;
  }
  .slick-prev .slick-arrow__img {
    background-image: url(../img/cmn_arw_right_long.png);
  }
  .slick-next {
    margin-left: 350px;
  }
  .slick-next .slick-arrow__img {
    background-image: url(../img/cmn_arw_left_long.png);
  }
}
.page-ttl {
  padding-top: 130px;
  text-align: center;
  font-size: 38px;
  letter-spacing: 0.2em;
  font-weight: 500;
}

.model-article {
  padding: 20px 0 40px;
}

.model-ttl {
  text-align: center;
  margin-bottom: 35px;
}

.model-ttl__logo {
  display: block;
  width: 60px;
  margin: 0 auto 10px;
}

.model-ttl__name {
  display: block;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: 24px;
}

.model-ttl__loc {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  letter-spacing: 0.2em;
}

.model-photos {
  margin: 30px 0;
}

.flex-images {
  margin-left: -10px;
  margin-right: -10px;
}

.flex-images .item {
  border: 0;
  margin: 10px;
}

.model-copy {
  margin: 30px 0;
  font-size: 14px;
  letter-spacing: 0.075em;
  line-height: 1.75;
}

@media (min-width: 576px) {
  .model-article {
    padding: 70px 0;
  }
  .model-ttl {
    text-align: center;
    margin-bottom: 50px;
  }
  .model-ttl__logo {
    display: block;
    width: 90px;
    margin: 0 auto 20px;
  }
  .model-ttl__name {
    display: block;
    font-weight: normal;
    letter-spacing: 0.1em;
    font-size: 32px;
  }
  .model-photos {
    margin: 60px 0;
  }
  .model-copy {
    margin: 60px 0;
    font-size: 16px;
    letter-spacing: 0.075em;
    line-height: 1.75;
  }
}
.model-map {
  padding-bottom: 60px;
}

.map-container {
  width: 100%;
  height: 300px;
}

@media (min-width: 576px) {
  .model-map {
    padding-bottom: 120px;
  }
  .map-container {
    height: 500px;
  }
}
.plan-ttl {
  text-align: center;
  font-weight: 400;
  margin-bottom: 60px;
  line-height: 1.75;
}
.plan-ttl__name {
  font-weight: 500;
  font-size: 26px;
  display: block;
  letter-spacing: 0.2em;
}
.plan-ttl__plan {
  font-size: 18px;
  display: block;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 576px) {
  .plan-ttl__name {
    font-weight: 500;
    font-size: 32px;
    display: block;
    letter-spacing: 0.2em;
  }
  .plan-ttl__plan {
    font-size: 28px;
    display: block;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
}

.plan-fig {
  margin-bottom: 40px;
}
.plan-fig__num {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 576px) {
  .plan-fig {
    font-size: 18px;
  }
  .plan-fig.plan-fig__num--1f {
    text-align: right;
  }
  .plan-fig.plan-fig__num--2f {
    text-align: left;
  }
}

.p-profile {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FFFFFF;
}
.p-profile__inner {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}
.p-profile__innerFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 35px 25px;
  background-color: #000000;
}
.p-profile__header {
  width: 100%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-profile__heading {
  color: #FFFFFF;
  line-height: 1.8;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
  margin: auto 0;
}
.p-profile__main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2rem;
}
.p-profile__main::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
}
.p-profile__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 0 0;
}
.p-profile__thumbnail {
  max-width: 176px;
  display: block;
  margin: 0 auto;
}
.p-profile__thumbnail > img {
  aspect-ratio: 176/184;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-profile__text {
  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;
  margin: 1.5em auto 0;
}
.p-profile__title {
  color: #FFFFFF;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  margin: 0;
}
.p-profile__detail {
  color: #FFFFFF;
  line-height: 1;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  margin: 1.8em 0 0;
}
.p-profile__detail > dt {
  font-size: 13px;
  margin: 0;
}
.p-profile__detail > dd {
  font-size: 22px;
  margin: 0.5em 0 0;
}
.p-profile__desc {
  color: #FFFFFF;
  line-height: 1;
  font-size: 13px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  margin: 1.5em 0 0;
}
@media screen and (min-width: 576px) {
  .p-profile__title {
    font-size: 17px;
  }
  .p-profile__detail > dt {
    font-size: 14px;
  }
  .p-profile__detail > dd {
    font-size: 24px;
  }
  .p-profile__desc {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .p-profile {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .p-profile__inner {
    padding: 0 50px;
  }
  .p-profile__innerFlex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 50px 7%;
  }
  .p-profile__header {
    width: 35%;
  }
  .p-profile__main {
    width: 65%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
  }
  .p-profile__main::before {
    width: 1px;
    height: 100%;
  }
  .p-profile__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
  .p-profile__thumbnail {
    margin: 0 0 0 auto;
  }
  .p-profile__text {
    margin: 0 auto 0 12%;
  }
}

.p-thoughts__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 0;
}
.p-thoughts__content.is-active::before {
  width: calc(100% - 20px);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-thoughts__content.is-active::after {
  height: calc(100% - 20px);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.p-thoughts__content.is-active .p-thoughts__contentInner::before {
  width: calc(100% - 20px);
}
.p-thoughts__content.is-active .p-thoughts__contentInner::after {
  height: calc(100% - 20px);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.p-thoughts__content.is-active .p-thoughts__text {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.p-thoughts__content.is-active .p-thoughts__thumbnail {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.p-thoughts__content:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.p-thoughts__content::before, .p-thoughts__content::after {
  content: "";
  display: block;
  background-color: #000000;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-thoughts__content::before {
  width: 0;
  height: 1px;
  left: 20px;
}
.p-thoughts__content::after {
  width: 1px;
  height: 0;
  right: 0;
}
.p-thoughts__content > * {
  width: 50%;
}
.p-thoughts__contentInner {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px;
}
.p-thoughts__contentInner::before, .p-thoughts__contentInner::after {
  content: "";
  display: block;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-thoughts__contentInner::before {
  width: 0;
  height: 1px;
  right: 20px;
}
.p-thoughts__contentInner::after {
  width: 1px;
  height: 0;
  left: 0;
}
.p-thoughts__text {
  padding: 0 8%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(20px) scale(0.9);
          transform: translateY(20px) scale(0.9);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-thoughts__title {
  color: #000000;
  line-height: 0.95;
  font-size: 22px;
  font-size: clamp(1.375rem, -0.8282rem + 9.4003vw, 5rem);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  margin: 0;
}
.p-thoughts__desc {
  color: #ffffff;
  position: relative;
  line-height: 0.95;
  font-size: 8px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0.5em 0;
  margin: 1em auto 0;
  background-color: #000000;
}
.p-thoughts__desc > svg {
  width: 100%;
  max-width: 24.5px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
.p-thoughts__thumbnail {
  margin: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px) scale(0.9);
          transform: translateY(20px) scale(0.9);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-thoughts__thumbnail img {
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 576px) {
  .p-thoughts__content {
    margin: 80px 0 0;
  }
  .p-thoughts__contentInner {
    padding: 12px;
  }
  .p-thoughts__text {
    padding: 0 4%;
  }
  .p-thoughts__title {
    font-size: 50px;
    font-size: clamp(1.375rem, -0.8282rem + 9.4003vw, 5rem);
  }
  .p-thoughts__desc {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  .p-thoughts__content {
    margin: 140px 0 0;
  }
  .p-thoughts__contentInner {
    padding: 20px;
  }
  .p-thoughts__text {
    padding: 0 7%;
  }
  .p-thoughts__title {
    font-size: 80px;
  }
  .p-thoughts__desc {
    font-size: 15px;
  }
  .p-thoughts__desc > svg {
    display: block;
  }
}

.p-upgrade {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FBFBFB;
  overflow: hidden;
}
.p-upgrade__header {
  position: relative;
}
.p-upgrade__headerContent {
  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;
  max-width: 1300px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}
.p-upgrade__heading {
  line-height: 1.2;
  font-size: 14px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  margin: 0;
}
.p-upgrade__subheading {
  font-family: Roboto;
  line-height: 1.2;
  font-size: 35px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0em;
  margin: 0.15em 0 0;
}
.p-upgrade__lead {
  line-height: 1.8;
  font-size: 11px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
  margin: 2.5em 0 0;
}
.p-upgrade__headerVisual {
  margin: 50px 0 0;
}
.p-upgrade__headerVisual > figcaption {
  line-height: 1.9;
  font-size: 11px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  padding: 0 5%;
  margin: 1.5em 0 0;
}
.p-upgrade__headerVisual > figcaption span {
  display: block;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 400;
}
.p-upgrade__main {
  max-width: 1300px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.p-upgrade__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
.p-upgrade__column {
  width: 80%;
}
.p-upgrade__column:nth-child(odd) {
  margin-right: 20%;
}
.p-upgrade__column:nth-child(odd) .p-upgrade__title,
.p-upgrade__column:nth-child(odd) .p-upgrade__desc {
  text-align: left;
}
.p-upgrade__column:nth-child(even) {
  margin-left: 20%;
}
.p-upgrade__column:nth-child(even) .p-upgrade__title,
.p-upgrade__column:nth-child(even) .p-upgrade__desc {
  text-align: right;
}
.p-upgrade__column:not(:first-of-type) {
  margin-top: 60px;
}
.p-upgrade__thumbnail {
  display: block;
  margin: 0;
  background-color: #FBFBFB;
}
.p-upgrade__thumbnail img {
  mix-blend-mode: multiply;
}
.p-upgrade__text {
  padding: 0 15px;
}
.p-upgrade__title {
  font-family: Roboto;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin: 0.8em 0 0;
}
.p-upgrade__desc {
  line-height: 1.8;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin: 0.5em 0 0;
}
@media screen and (min-width: 576px) {
  .p-upgrade__heading {
    font-size: 20px;
  }
  .p-upgrade__subheading {
    font-size: 49px;
  }
  .p-upgrade__lead {
    font-size: 15px;
  }
  .p-upgrade__headerVisual > figcaption {
    font-size: 15px;
  }
  .p-upgrade__headerVisual > figcaption span {
    font-size: 24px;
  }
  .p-upgrade__title {
    font-size: 20px;
  }
  .p-upgrade__desc {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  .p-upgrade {
    margin-top: 160px;
    padding-top: 120px;
    padding-bottom: 110px;
  }
  .p-upgrade__headerContent {
    padding: 0 50px;
  }
  .p-upgrade__heading {
    font-size: 26px;
  }
  .p-upgrade__subheading {
    font-size: 56px;
  }
  .p-upgrade__lead {
    font-size: 17px;
  }
  .p-upgrade__headerVisual {
    margin: 75px 0 0;
  }
  .p-upgrade__headerVisual > figcaption {
    font-size: 17px;
    padding: 0;
  }
  .p-upgrade__headerVisual > figcaption span {
    font-size: 28px;
  }
  .p-upgrade__main {
    padding: 0 50px;
    margin-top: 80px;
  }
  .p-upgrade__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 -25px;
  }
  .p-upgrade__column {
    width: calc(50% - 50px);
    margin-left: 25px;
    margin-right: 25px;
  }
  .p-upgrade__column:nth-child(odd) {
    margin-right: 25px;
  }
  .p-upgrade__column:nth-child(odd) .p-upgrade__title,
  .p-upgrade__column:nth-child(odd) .p-upgrade__desc {
    text-align: center;
  }
  .p-upgrade__column:nth-child(even) {
    margin-left: 25px;
  }
  .p-upgrade__column:nth-child(even) .p-upgrade__title,
  .p-upgrade__column:nth-child(even) .p-upgrade__desc {
    text-align: center;
  }
  .p-upgrade__column:not(:first-of-type) {
    margin-top: inherit;
  }
  .p-upgrade__column:nth-child(2) {
    margin-top: 160px;
  }
  .p-upgrade__column:nth-child(3) {
    margin-top: -130px;
  }
  .p-upgrade__column:nth-child(4) {
    margin-top: 70px;
  }
  .p-upgrade__title {
    font-size: 28px;
  }
  .p-upgrade__desc {
    font-size: 17px;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.yt-player-wrap {
  max-width: 911px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

.yt-palyer-thumb {
  position: absolute;
  top: 0;
  left: 0;
}

.u-pcbr {
  display: block;
}
@media screen and (min-width: 375px) {
  .u-pcbr {
    display: none !important;
  }
}

.u-spbr {
  display: none;
}
@media screen and (min-width: 375px) {
  .u-spbr {
    display: block !important;
  }
}

.u-tabbr {
  display: none;
}
@media screen and (min-width: 576px) {
  .u-tabbr {
    display: block !important;
  }
}

.u-centered {
  position: relative;
  z-index: 11;
  width: 100%;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .u-centered {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 576px) {
  .u-centered {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.clearfix::after, .menseki::after, .l-gnav::after, .l-header__ttl::after, .l-header::after {
  display: block;
  clear: both;
  content: "";
}