@charset "UTF-8";
/*
メインの日本語：KozGoPr6登録
---------------------*/
/*
メインの英語：AcuminVariableConcept登録
---------------------*/
@keyframes move {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
#js-bunner {
  opacity: 0;
  transition: opacity 350ms ease;
}

.is-hide {
  pointer-events: none;
}

.js-fromBottom {
  opacity: 0;
  transform: translateY(20px);
  transition-property: transform, opacity;
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.js-fromBottom.is-active {
  opacity: 1;
  transform: translateY(0);
}

/*! Oreset.css v1.0.0 | MIT License | https://github.com/hirosiva/Oreset.css */
/*
  # Global
---------------------------------------------- */
/**
 * Default box-sizing
 */
*,
::before,
::after {
  box-sizing: inherit;
}

/**
 * Resetting margins, paddings, and borders
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

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

/*
  # Document & Sections
---------------------------------------------- */
html {
  box-sizing: border-box;
  min-height: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
html.is-useJs {
  overflow-y: hidden;
  touch-action: none;
}
@media screen and (min-width: 992px) {
  html.is-useJs {
    overflow-y: visible;
  }
}
html.is-loaded {
  overflow-y: visible;
  touch-action: auto;
}
html.is-drawerActive {
  overflow-y: hidden;
  touch-action: none;
}
@media screen and (min-width: 992px) {
  html.is-drawerActive {
    overflow-y: visible;
  }
}

body {
  min-height: 100%;
  color: #212121;
  font: 1em/1.5 "KozGoPr6N-Regular", "KozGoPr6N-Bold", sans-serif;
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
  font-feature-settings: "pkna";
}
.is-drawerActive body {
  overflow-y: hidden;
  touch-action: none;
}
@media screen and (min-width: 992px) {
  .is-drawerActive body {
    overflow-y: visible;
  }
}

/*
  # Grouping content
---------------------------------------------- */
blockquote,
q {
  quotes: none;
}

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

hr {
  overflow: visible;
}

ol,
ul {
  list-style: none;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

/*
  # Text-level semantics
---------------------------------------------- */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  text-decoration: underline;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 0.8em;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
  # Embedded content
---------------------------------------------- */
audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

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

svg:not([fill]) {
  fill: currentColor;
}

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

/*
  # Tabular data
---------------------------------------------- */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/*
  # Forms
---------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
}

button,
select {
  text-transform: none;
}

button,
input {
  overflow: visible;
}

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

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

optgroup {
  font-weight: bold;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

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

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

/*
  # Interactive & Misc
---------------------------------------------- */
summary {
  display: list-item;
}

template,
[hidden] {
  display: none;
}

/*
  # Accessibility
---------------------------------------------- */
[disabled],
[aria-disabled=true] {
  cursor: not-allowed;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

:focus:not(:focus-visible),
::before:focus:not(:focus-visible),
::after:focus:not(:focus-visible) {
  outline: none;
}

/**
 * Prettier ignore
 */
@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    transition-duration: 1ms !important;
    transition-delay: 0s !important;
    animation-duration: 1ms !important;
    animation-delay: -1ms !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
  }
}
/**
 * Checker
 */
button:not([type]):after {
  content: "警告： このbuttonにはtype属性がありません";
  background-color: red;
  color: #fff;
}

/*
  Base
-----------------------------------------------------*/
body {
  font-family: "Noto Serif JP", serif;
}

p {
  font-size: 14px;
  font-weight: medium;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

a {
  text-decoration: none;
  color: #000;
}

/*
  Page
-----------------------------------------------------*/
.l-page {
  overflow-x: hidden;
}

/*
  Container
-----------------------------------------------------*/
.l-container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

/*
  Header
-----------------------------------------------------*/
.l-header {
  position: relative;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
}

/*
  Main
-----------------------------------------------------*/
.l-main {
  clear: both;
}

/*
  Footer
-----------------------------------------------------*/
.l-footer {
  clear: both;
}

/*
  Spacer
-----------------------------------------------------*/
.l-spacer.-nothing {
  padding: 0.0003125rem 0;
}
@media screen and (min-width: 768px) {
  .l-spacer.-nothing {
    padding: 0.0004166667rem 0;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-nothing {
    padding: 0.000625rem 0;
  }
}
.l-spacer.-nothingTop {
  padding-top: 0.0003125rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-nothingTop {
    padding-top: 0.0004166667rem;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-nothingTop {
    padding-top: 0.000625rem;
  }
}
.l-spacer.-nothingBottom {
  padding-bottom: 0.0003125rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-nothingBottom {
    padding-bottom: 0.0004166667rem;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-nothingBottom {
    padding-bottom: 0.000625rem;
  }
}
.l-spacer.-mini {
  padding: 0.25rem 0;
}
@media screen and (min-width: 768px) {
  .l-spacer.-mini {
    padding: 0.3333333333rem 0;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-mini {
    padding: 0.5rem 0;
  }
}
.l-spacer.-miniTop {
  padding-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-miniTop {
    padding-top: 0.3333333333rem;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-miniTop {
    padding-top: 0.5rem;
  }
}
.l-spacer.-miniBottom {
  padding-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-miniBottom {
    padding-bottom: 0.3333333333rem;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-miniBottom {
    padding-bottom: 0.5rem;
  }
}
.l-spacer.-xxxsmall {
  padding: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .l-spacer.-xxxsmall {
    padding: 0.6666666667rem 0;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-xxxsmall {
    padding: 1rem 0;
  }
}
.l-spacer.-xxxsmallTop {
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-xxxsmallTop {
    padding-top: 0.6666666667rem;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-xxxsmallTop {
    padding-top: 1rem;
  }
}
.l-spacer.-xxxsmallBottom {
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-xxxsmallBottom {
    padding-bottom: 0.6666666667rem;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-xxxsmallBottom {
    padding-bottom: 1rem;
  }
}
.l-spacer.-xxsmall {
  padding: 0.75rem 0;
}
@media screen and (min-width: 768px) {
  .l-spacer.-xxsmall {
    padding: 1rem 0;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-xxsmall {
    padding: 1.5rem 0;
  }
}
.l-spacer.-xxsmallTop {
  padding-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-xxsmallTop {
    padding-top: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-xxsmallTop {
    padding-top: 1.5rem;
  }
}
.l-spacer.-xxsmallBottom {
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-xxsmallBottom {
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-xxsmallBottom {
    padding-bottom: 1.5rem;
  }
}
.l-spacer.-xsmall {
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .l-spacer.-xsmall {
    padding: 1.3333333333rem 0;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-xsmall {
    padding: 2rem 0;
  }
}
.l-spacer.-xsmallTop {
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-xsmallTop {
    padding-top: 1.3333333333rem;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-xsmallTop {
    padding-top: 2rem;
  }
}
.l-spacer.-xsmallBottom {
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-xsmallBottom {
    padding-bottom: 1.3333333333rem;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-xsmallBottom {
    padding-bottom: 2rem;
  }
}
.l-spacer.-small {
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .l-spacer.-small {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-small {
    padding: 3rem 0;
  }
}
.l-spacer.-smallTop {
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-smallTop {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-smallTop {
    padding-top: 3rem;
  }
}
.l-spacer.-smallBottom {
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-smallBottom {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-smallBottom {
    padding-bottom: 3rem;
  }
}
.l-spacer.-medium {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .l-spacer.-medium {
    padding: 2.6666666667rem 0;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-medium {
    padding: 4rem 0;
  }
}
.l-spacer.-mediumTop {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-mediumTop {
    padding-top: 2.6666666667rem;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-mediumTop {
    padding-top: 4rem;
  }
}
.l-spacer.-mediumBottom {
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-mediumBottom {
    padding-bottom: 2.6666666667rem;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-mediumBottom {
    padding-bottom: 4rem;
  }
}
.l-spacer.-xmedium {
  padding: 2.25rem 0;
}
@media screen and (min-width: 768px) {
  .l-spacer.-xmedium {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-xmedium {
    padding: 4.5rem 0;
  }
}
.l-spacer.-xmediumTop {
  padding-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-xmediumTop {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-xmediumTop {
    padding-top: 4.5rem;
  }
}
.l-spacer.-xmediumBottom {
  padding-bottom: 2.25rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-xmediumBottom {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-xmediumBottom {
    padding-bottom: 4.5rem;
  }
}
.l-spacer.-large {
  padding: 2.75rem 0;
}
@media screen and (min-width: 768px) {
  .l-spacer.-large {
    padding: 3.6666666667rem 0;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-large {
    padding: 5.5rem 0;
  }
}
.l-spacer.-largeTop {
  padding-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-largeTop {
    padding-top: 3.6666666667rem;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-largeTop {
    padding-top: 5.5rem;
  }
}
.l-spacer.-largeBottom {
  padding-bottom: 2.75rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-largeBottom {
    padding-bottom: 3.6666666667rem;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-largeBottom {
    padding-bottom: 5.5rem;
  }
}
.l-spacer.-xlarge {
  padding: 3.75rem 0;
}
@media screen and (min-width: 768px) {
  .l-spacer.-xlarge {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-xlarge {
    padding: 7.5rem 0;
  }
}
.l-spacer.-xlargeTop {
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-xlargeTop {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-xlargeTop {
    padding-top: 7.5rem;
  }
}
.l-spacer.-xlargeBottom {
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-xlargeBottom {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-xlargeBottom {
    padding-bottom: 7.5rem;
  }
}
.l-spacer.-xxlarge {
  padding: 4.25rem 0;
}
@media screen and (min-width: 768px) {
  .l-spacer.-xxlarge {
    padding: 5.6666666667rem 0;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-xxlarge {
    padding: 8.5rem 0;
  }
}
.l-spacer.-xxlargeTop {
  padding-top: 4.25rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-xxlargeTop {
    padding-top: 5.6666666667rem;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-xxlargeTop {
    padding-top: 8.5rem;
  }
}
.l-spacer.-xxlargeBottom {
  padding-bottom: 4.25rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-xxlargeBottom {
    padding-bottom: 5.6666666667rem;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-xxlargeBottom {
    padding-bottom: 8.5rem;
  }
}
.l-spacer.-xxxlarge {
  padding: 8.75rem 0;
}
@media screen and (min-width: 768px) {
  .l-spacer.-xxxlarge {
    padding: 11.6666666667rem 0;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-xxxlarge {
    padding: 17.5rem 0;
  }
}
.l-spacer.-xxxlargeTop {
  padding-top: 8.75rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-xxxlargeTop {
    padding-top: 11.6666666667rem;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-xxxlargeTop {
    padding-top: 17.5rem;
  }
}
.l-spacer.-xxxlargeBottom {
  padding-bottom: 8.75rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-xxxlargeBottom {
    padding-bottom: 11.6666666667rem;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer.-xxxlargeBottom {
    padding-bottom: 17.5rem;
  }
}
@media screen and (min-width: 0) {
  .l-spacer[data-space~=nothing] {
    padding: 0.0003125rem 0;
  }
  .l-spacer[data-space~=nothingTop] {
    padding-top: 0.0003125rem;
  }
  .l-spacer[data-space~=nothingBottom] {
    padding-bottom: 0.0003125rem;
  }
  .l-spacer[class][data-space~="xxs:nothing"] {
    padding: 0.000625rem 0;
  }
  .l-spacer[class][data-space~="xxs:nothingTop"] {
    padding-top: 0.000625rem;
  }
  .l-spacer[class][data-space~="xxs:nothingBottom"] {
    padding-bottom: 0.000625rem;
  }
  .l-spacer[data-space~=mini] {
    padding: 0.25rem 0;
  }
  .l-spacer[data-space~=miniTop] {
    padding-top: 0.25rem;
  }
  .l-spacer[data-space~=miniBottom] {
    padding-bottom: 0.25rem;
  }
  .l-spacer[class][data-space~="xxs:mini"] {
    padding: 0.5rem 0;
  }
  .l-spacer[class][data-space~="xxs:miniTop"] {
    padding-top: 0.5rem;
  }
  .l-spacer[class][data-space~="xxs:miniBottom"] {
    padding-bottom: 0.5rem;
  }
  .l-spacer[data-space~=xxxsmall] {
    padding: 0.5rem 0;
  }
  .l-spacer[data-space~=xxxsmallTop] {
    padding-top: 0.5rem;
  }
  .l-spacer[data-space~=xxxsmallBottom] {
    padding-bottom: 0.5rem;
  }
  .l-spacer[class][data-space~="xxs:xxxsmall"] {
    padding: 1rem 0;
  }
  .l-spacer[class][data-space~="xxs:xxxsmallTop"] {
    padding-top: 1rem;
  }
  .l-spacer[class][data-space~="xxs:xxxsmallBottom"] {
    padding-bottom: 1rem;
  }
  .l-spacer[data-space~=xxsmall] {
    padding: 0.75rem 0;
  }
  .l-spacer[data-space~=xxsmallTop] {
    padding-top: 0.75rem;
  }
  .l-spacer[data-space~=xxsmallBottom] {
    padding-bottom: 0.75rem;
  }
  .l-spacer[class][data-space~="xxs:xxsmall"] {
    padding: 1.5rem 0;
  }
  .l-spacer[class][data-space~="xxs:xxsmallTop"] {
    padding-top: 1.5rem;
  }
  .l-spacer[class][data-space~="xxs:xxsmallBottom"] {
    padding-bottom: 1.5rem;
  }
  .l-spacer[data-space~=xsmall] {
    padding: 1rem 0;
  }
  .l-spacer[data-space~=xsmallTop] {
    padding-top: 1rem;
  }
  .l-spacer[data-space~=xsmallBottom] {
    padding-bottom: 1rem;
  }
  .l-spacer[class][data-space~="xxs:xsmall"] {
    padding: 2rem 0;
  }
  .l-spacer[class][data-space~="xxs:xsmallTop"] {
    padding-top: 2rem;
  }
  .l-spacer[class][data-space~="xxs:xsmallBottom"] {
    padding-bottom: 2rem;
  }
  .l-spacer[data-space~=small] {
    padding: 1.5rem 0;
  }
  .l-spacer[data-space~=smallTop] {
    padding-top: 1.5rem;
  }
  .l-spacer[data-space~=smallBottom] {
    padding-bottom: 1.5rem;
  }
  .l-spacer[class][data-space~="xxs:small"] {
    padding: 3rem 0;
  }
  .l-spacer[class][data-space~="xxs:smallTop"] {
    padding-top: 3rem;
  }
  .l-spacer[class][data-space~="xxs:smallBottom"] {
    padding-bottom: 3rem;
  }
  .l-spacer[data-space~=medium] {
    padding: 2rem 0;
  }
  .l-spacer[data-space~=mediumTop] {
    padding-top: 2rem;
  }
  .l-spacer[data-space~=mediumBottom] {
    padding-bottom: 2rem;
  }
  .l-spacer[class][data-space~="xxs:medium"] {
    padding: 4rem 0;
  }
  .l-spacer[class][data-space~="xxs:mediumTop"] {
    padding-top: 4rem;
  }
  .l-spacer[class][data-space~="xxs:mediumBottom"] {
    padding-bottom: 4rem;
  }
  .l-spacer[data-space~=xmedium] {
    padding: 2.25rem 0;
  }
  .l-spacer[data-space~=xmediumTop] {
    padding-top: 2.25rem;
  }
  .l-spacer[data-space~=xmediumBottom] {
    padding-bottom: 2.25rem;
  }
  .l-spacer[class][data-space~="xxs:xmedium"] {
    padding: 4.5rem 0;
  }
  .l-spacer[class][data-space~="xxs:xmediumTop"] {
    padding-top: 4.5rem;
  }
  .l-spacer[class][data-space~="xxs:xmediumBottom"] {
    padding-bottom: 4.5rem;
  }
  .l-spacer[data-space~=large] {
    padding: 2.75rem 0;
  }
  .l-spacer[data-space~=largeTop] {
    padding-top: 2.75rem;
  }
  .l-spacer[data-space~=largeBottom] {
    padding-bottom: 2.75rem;
  }
  .l-spacer[class][data-space~="xxs:large"] {
    padding: 5.5rem 0;
  }
  .l-spacer[class][data-space~="xxs:largeTop"] {
    padding-top: 5.5rem;
  }
  .l-spacer[class][data-space~="xxs:largeBottom"] {
    padding-bottom: 5.5rem;
  }
  .l-spacer[data-space~=xlarge] {
    padding: 3.75rem 0;
  }
  .l-spacer[data-space~=xlargeTop] {
    padding-top: 3.75rem;
  }
  .l-spacer[data-space~=xlargeBottom] {
    padding-bottom: 3.75rem;
  }
  .l-spacer[class][data-space~="xxs:xlarge"] {
    padding: 7.5rem 0;
  }
  .l-spacer[class][data-space~="xxs:xlargeTop"] {
    padding-top: 7.5rem;
  }
  .l-spacer[class][data-space~="xxs:xlargeBottom"] {
    padding-bottom: 7.5rem;
  }
  .l-spacer[data-space~=xxlarge] {
    padding: 4.25rem 0;
  }
  .l-spacer[data-space~=xxlargeTop] {
    padding-top: 4.25rem;
  }
  .l-spacer[data-space~=xxlargeBottom] {
    padding-bottom: 4.25rem;
  }
  .l-spacer[class][data-space~="xxs:xxlarge"] {
    padding: 8.5rem 0;
  }
  .l-spacer[class][data-space~="xxs:xxlargeTop"] {
    padding-top: 8.5rem;
  }
  .l-spacer[class][data-space~="xxs:xxlargeBottom"] {
    padding-bottom: 8.5rem;
  }
  .l-spacer[data-space~=xxxlarge] {
    padding: 8.75rem 0;
  }
  .l-spacer[data-space~=xxxlargeTop] {
    padding-top: 8.75rem;
  }
  .l-spacer[data-space~=xxxlargeBottom] {
    padding-bottom: 8.75rem;
  }
  .l-spacer[class][data-space~="xxs:xxxlarge"] {
    padding: 17.5rem 0;
  }
  .l-spacer[class][data-space~="xxs:xxxlargeTop"] {
    padding-top: 17.5rem;
  }
  .l-spacer[class][data-space~="xxs:xxxlargeBottom"] {
    padding-bottom: 17.5rem;
  }
  .l-spacer[class][data-space~="xxs:reset"] {
    padding: 0;
  }
  .l-spacer[class][data-space~="xxs:resetTop"] {
    padding-top: 0;
  }
  .l-spacer[class][data-space~="xxs:resetBottom"] {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 360px) {
  .l-spacer[class][data-space~="xs:nothing"] {
    padding: 0.000625rem 0;
  }
  .l-spacer[class][data-space~="xs:nothingTop"] {
    padding-top: 0.000625rem;
  }
  .l-spacer[class][data-space~="xs:nothingBottom"] {
    padding-bottom: 0.000625rem;
  }
  .l-spacer[class][data-space~="xs:mini"] {
    padding: 0.5rem 0;
  }
  .l-spacer[class][data-space~="xs:miniTop"] {
    padding-top: 0.5rem;
  }
  .l-spacer[class][data-space~="xs:miniBottom"] {
    padding-bottom: 0.5rem;
  }
  .l-spacer[class][data-space~="xs:xxxsmall"] {
    padding: 1rem 0;
  }
  .l-spacer[class][data-space~="xs:xxxsmallTop"] {
    padding-top: 1rem;
  }
  .l-spacer[class][data-space~="xs:xxxsmallBottom"] {
    padding-bottom: 1rem;
  }
  .l-spacer[class][data-space~="xs:xxsmall"] {
    padding: 1.5rem 0;
  }
  .l-spacer[class][data-space~="xs:xxsmallTop"] {
    padding-top: 1.5rem;
  }
  .l-spacer[class][data-space~="xs:xxsmallBottom"] {
    padding-bottom: 1.5rem;
  }
  .l-spacer[class][data-space~="xs:xsmall"] {
    padding: 2rem 0;
  }
  .l-spacer[class][data-space~="xs:xsmallTop"] {
    padding-top: 2rem;
  }
  .l-spacer[class][data-space~="xs:xsmallBottom"] {
    padding-bottom: 2rem;
  }
  .l-spacer[class][data-space~="xs:small"] {
    padding: 3rem 0;
  }
  .l-spacer[class][data-space~="xs:smallTop"] {
    padding-top: 3rem;
  }
  .l-spacer[class][data-space~="xs:smallBottom"] {
    padding-bottom: 3rem;
  }
  .l-spacer[class][data-space~="xs:medium"] {
    padding: 4rem 0;
  }
  .l-spacer[class][data-space~="xs:mediumTop"] {
    padding-top: 4rem;
  }
  .l-spacer[class][data-space~="xs:mediumBottom"] {
    padding-bottom: 4rem;
  }
  .l-spacer[class][data-space~="xs:xmedium"] {
    padding: 4.5rem 0;
  }
  .l-spacer[class][data-space~="xs:xmediumTop"] {
    padding-top: 4.5rem;
  }
  .l-spacer[class][data-space~="xs:xmediumBottom"] {
    padding-bottom: 4.5rem;
  }
  .l-spacer[class][data-space~="xs:large"] {
    padding: 5.5rem 0;
  }
  .l-spacer[class][data-space~="xs:largeTop"] {
    padding-top: 5.5rem;
  }
  .l-spacer[class][data-space~="xs:largeBottom"] {
    padding-bottom: 5.5rem;
  }
  .l-spacer[class][data-space~="xs:xlarge"] {
    padding: 7.5rem 0;
  }
  .l-spacer[class][data-space~="xs:xlargeTop"] {
    padding-top: 7.5rem;
  }
  .l-spacer[class][data-space~="xs:xlargeBottom"] {
    padding-bottom: 7.5rem;
  }
  .l-spacer[class][data-space~="xs:xxlarge"] {
    padding: 8.5rem 0;
  }
  .l-spacer[class][data-space~="xs:xxlargeTop"] {
    padding-top: 8.5rem;
  }
  .l-spacer[class][data-space~="xs:xxlargeBottom"] {
    padding-bottom: 8.5rem;
  }
  .l-spacer[class][data-space~="xs:xxxlarge"] {
    padding: 17.5rem 0;
  }
  .l-spacer[class][data-space~="xs:xxxlargeTop"] {
    padding-top: 17.5rem;
  }
  .l-spacer[class][data-space~="xs:xxxlargeBottom"] {
    padding-bottom: 17.5rem;
  }
  .l-spacer[class][data-space~="xs:reset"] {
    padding: 0;
  }
  .l-spacer[class][data-space~="xs:resetTop"] {
    padding-top: 0;
  }
  .l-spacer[class][data-space~="xs:resetBottom"] {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 576px) {
  .l-spacer[class][data-space~="sm:nothing"] {
    padding: 0.000625rem 0;
  }
  .l-spacer[class][data-space~="sm:nothingTop"] {
    padding-top: 0.000625rem;
  }
  .l-spacer[class][data-space~="sm:nothingBottom"] {
    padding-bottom: 0.000625rem;
  }
  .l-spacer[class][data-space~="sm:mini"] {
    padding: 0.5rem 0;
  }
  .l-spacer[class][data-space~="sm:miniTop"] {
    padding-top: 0.5rem;
  }
  .l-spacer[class][data-space~="sm:miniBottom"] {
    padding-bottom: 0.5rem;
  }
  .l-spacer[class][data-space~="sm:xxxsmall"] {
    padding: 1rem 0;
  }
  .l-spacer[class][data-space~="sm:xxxsmallTop"] {
    padding-top: 1rem;
  }
  .l-spacer[class][data-space~="sm:xxxsmallBottom"] {
    padding-bottom: 1rem;
  }
  .l-spacer[class][data-space~="sm:xxsmall"] {
    padding: 1.5rem 0;
  }
  .l-spacer[class][data-space~="sm:xxsmallTop"] {
    padding-top: 1.5rem;
  }
  .l-spacer[class][data-space~="sm:xxsmallBottom"] {
    padding-bottom: 1.5rem;
  }
  .l-spacer[class][data-space~="sm:xsmall"] {
    padding: 2rem 0;
  }
  .l-spacer[class][data-space~="sm:xsmallTop"] {
    padding-top: 2rem;
  }
  .l-spacer[class][data-space~="sm:xsmallBottom"] {
    padding-bottom: 2rem;
  }
  .l-spacer[class][data-space~="sm:small"] {
    padding: 3rem 0;
  }
  .l-spacer[class][data-space~="sm:smallTop"] {
    padding-top: 3rem;
  }
  .l-spacer[class][data-space~="sm:smallBottom"] {
    padding-bottom: 3rem;
  }
  .l-spacer[class][data-space~="sm:medium"] {
    padding: 4rem 0;
  }
  .l-spacer[class][data-space~="sm:mediumTop"] {
    padding-top: 4rem;
  }
  .l-spacer[class][data-space~="sm:mediumBottom"] {
    padding-bottom: 4rem;
  }
  .l-spacer[class][data-space~="sm:xmedium"] {
    padding: 4.5rem 0;
  }
  .l-spacer[class][data-space~="sm:xmediumTop"] {
    padding-top: 4.5rem;
  }
  .l-spacer[class][data-space~="sm:xmediumBottom"] {
    padding-bottom: 4.5rem;
  }
  .l-spacer[class][data-space~="sm:large"] {
    padding: 5.5rem 0;
  }
  .l-spacer[class][data-space~="sm:largeTop"] {
    padding-top: 5.5rem;
  }
  .l-spacer[class][data-space~="sm:largeBottom"] {
    padding-bottom: 5.5rem;
  }
  .l-spacer[class][data-space~="sm:xlarge"] {
    padding: 7.5rem 0;
  }
  .l-spacer[class][data-space~="sm:xlargeTop"] {
    padding-top: 7.5rem;
  }
  .l-spacer[class][data-space~="sm:xlargeBottom"] {
    padding-bottom: 7.5rem;
  }
  .l-spacer[class][data-space~="sm:xxlarge"] {
    padding: 8.5rem 0;
  }
  .l-spacer[class][data-space~="sm:xxlargeTop"] {
    padding-top: 8.5rem;
  }
  .l-spacer[class][data-space~="sm:xxlargeBottom"] {
    padding-bottom: 8.5rem;
  }
  .l-spacer[class][data-space~="sm:xxxlarge"] {
    padding: 17.5rem 0;
  }
  .l-spacer[class][data-space~="sm:xxxlargeTop"] {
    padding-top: 17.5rem;
  }
  .l-spacer[class][data-space~="sm:xxxlargeBottom"] {
    padding-bottom: 17.5rem;
  }
  .l-spacer[class][data-space~="sm:reset"] {
    padding: 0;
  }
  .l-spacer[class][data-space~="sm:resetTop"] {
    padding-top: 0;
  }
  .l-spacer[class][data-space~="sm:resetBottom"] {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-spacer[data-space~=nothing] {
    padding: 0.0004166667rem 0;
  }
  .l-spacer[data-space~=nothingTop] {
    padding-top: 0.0004166667rem;
  }
  .l-spacer[data-space~=nothingBottom] {
    padding-bottom: 0.0004166667rem;
  }
  .l-spacer[class][data-space~="md:nothing"] {
    padding: 0.000625rem 0;
  }
  .l-spacer[class][data-space~="md:nothingTop"] {
    padding-top: 0.000625rem;
  }
  .l-spacer[class][data-space~="md:nothingBottom"] {
    padding-bottom: 0.000625rem;
  }
  .l-spacer[data-space~=mini] {
    padding: 0.3333333333rem 0;
  }
  .l-spacer[data-space~=miniTop] {
    padding-top: 0.3333333333rem;
  }
  .l-spacer[data-space~=miniBottom] {
    padding-bottom: 0.3333333333rem;
  }
  .l-spacer[class][data-space~="md:mini"] {
    padding: 0.5rem 0;
  }
  .l-spacer[class][data-space~="md:miniTop"] {
    padding-top: 0.5rem;
  }
  .l-spacer[class][data-space~="md:miniBottom"] {
    padding-bottom: 0.5rem;
  }
  .l-spacer[data-space~=xxxsmall] {
    padding: 0.6666666667rem 0;
  }
  .l-spacer[data-space~=xxxsmallTop] {
    padding-top: 0.6666666667rem;
  }
  .l-spacer[data-space~=xxxsmallBottom] {
    padding-bottom: 0.6666666667rem;
  }
  .l-spacer[class][data-space~="md:xxxsmall"] {
    padding: 1rem 0;
  }
  .l-spacer[class][data-space~="md:xxxsmallTop"] {
    padding-top: 1rem;
  }
  .l-spacer[class][data-space~="md:xxxsmallBottom"] {
    padding-bottom: 1rem;
  }
  .l-spacer[data-space~=xxsmall] {
    padding: 1rem 0;
  }
  .l-spacer[data-space~=xxsmallTop] {
    padding-top: 1rem;
  }
  .l-spacer[data-space~=xxsmallBottom] {
    padding-bottom: 1rem;
  }
  .l-spacer[class][data-space~="md:xxsmall"] {
    padding: 1.5rem 0;
  }
  .l-spacer[class][data-space~="md:xxsmallTop"] {
    padding-top: 1.5rem;
  }
  .l-spacer[class][data-space~="md:xxsmallBottom"] {
    padding-bottom: 1.5rem;
  }
  .l-spacer[data-space~=xsmall] {
    padding: 1.3333333333rem 0;
  }
  .l-spacer[data-space~=xsmallTop] {
    padding-top: 1.3333333333rem;
  }
  .l-spacer[data-space~=xsmallBottom] {
    padding-bottom: 1.3333333333rem;
  }
  .l-spacer[class][data-space~="md:xsmall"] {
    padding: 2rem 0;
  }
  .l-spacer[class][data-space~="md:xsmallTop"] {
    padding-top: 2rem;
  }
  .l-spacer[class][data-space~="md:xsmallBottom"] {
    padding-bottom: 2rem;
  }
  .l-spacer[data-space~=small] {
    padding: 2rem 0;
  }
  .l-spacer[data-space~=smallTop] {
    padding-top: 2rem;
  }
  .l-spacer[data-space~=smallBottom] {
    padding-bottom: 2rem;
  }
  .l-spacer[class][data-space~="md:small"] {
    padding: 3rem 0;
  }
  .l-spacer[class][data-space~="md:smallTop"] {
    padding-top: 3rem;
  }
  .l-spacer[class][data-space~="md:smallBottom"] {
    padding-bottom: 3rem;
  }
  .l-spacer[data-space~=medium] {
    padding: 2.6666666667rem 0;
  }
  .l-spacer[data-space~=mediumTop] {
    padding-top: 2.6666666667rem;
  }
  .l-spacer[data-space~=mediumBottom] {
    padding-bottom: 2.6666666667rem;
  }
  .l-spacer[class][data-space~="md:medium"] {
    padding: 4rem 0;
  }
  .l-spacer[class][data-space~="md:mediumTop"] {
    padding-top: 4rem;
  }
  .l-spacer[class][data-space~="md:mediumBottom"] {
    padding-bottom: 4rem;
  }
  .l-spacer[data-space~=xmedium] {
    padding: 3rem 0;
  }
  .l-spacer[data-space~=xmediumTop] {
    padding-top: 3rem;
  }
  .l-spacer[data-space~=xmediumBottom] {
    padding-bottom: 3rem;
  }
  .l-spacer[class][data-space~="md:xmedium"] {
    padding: 4.5rem 0;
  }
  .l-spacer[class][data-space~="md:xmediumTop"] {
    padding-top: 4.5rem;
  }
  .l-spacer[class][data-space~="md:xmediumBottom"] {
    padding-bottom: 4.5rem;
  }
  .l-spacer[data-space~=large] {
    padding: 3.6666666667rem 0;
  }
  .l-spacer[data-space~=largeTop] {
    padding-top: 3.6666666667rem;
  }
  .l-spacer[data-space~=largeBottom] {
    padding-bottom: 3.6666666667rem;
  }
  .l-spacer[class][data-space~="md:large"] {
    padding: 5.5rem 0;
  }
  .l-spacer[class][data-space~="md:largeTop"] {
    padding-top: 5.5rem;
  }
  .l-spacer[class][data-space~="md:largeBottom"] {
    padding-bottom: 5.5rem;
  }
  .l-spacer[data-space~=xlarge] {
    padding: 5rem 0;
  }
  .l-spacer[data-space~=xlargeTop] {
    padding-top: 5rem;
  }
  .l-spacer[data-space~=xlargeBottom] {
    padding-bottom: 5rem;
  }
  .l-spacer[class][data-space~="md:xlarge"] {
    padding: 7.5rem 0;
  }
  .l-spacer[class][data-space~="md:xlargeTop"] {
    padding-top: 7.5rem;
  }
  .l-spacer[class][data-space~="md:xlargeBottom"] {
    padding-bottom: 7.5rem;
  }
  .l-spacer[data-space~=xxlarge] {
    padding: 5.6666666667rem 0;
  }
  .l-spacer[data-space~=xxlargeTop] {
    padding-top: 5.6666666667rem;
  }
  .l-spacer[data-space~=xxlargeBottom] {
    padding-bottom: 5.6666666667rem;
  }
  .l-spacer[class][data-space~="md:xxlarge"] {
    padding: 8.5rem 0;
  }
  .l-spacer[class][data-space~="md:xxlargeTop"] {
    padding-top: 8.5rem;
  }
  .l-spacer[class][data-space~="md:xxlargeBottom"] {
    padding-bottom: 8.5rem;
  }
  .l-spacer[data-space~=xxxlarge] {
    padding: 11.6666666667rem 0;
  }
  .l-spacer[data-space~=xxxlargeTop] {
    padding-top: 11.6666666667rem;
  }
  .l-spacer[data-space~=xxxlargeBottom] {
    padding-bottom: 11.6666666667rem;
  }
  .l-spacer[class][data-space~="md:xxxlarge"] {
    padding: 17.5rem 0;
  }
  .l-spacer[class][data-space~="md:xxxlargeTop"] {
    padding-top: 17.5rem;
  }
  .l-spacer[class][data-space~="md:xxxlargeBottom"] {
    padding-bottom: 17.5rem;
  }
  .l-spacer[class][data-space~="md:reset"] {
    padding: 0;
  }
  .l-spacer[class][data-space~="md:resetTop"] {
    padding-top: 0;
  }
  .l-spacer[class][data-space~="md:resetBottom"] {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .l-spacer[data-space~=nothing] {
    padding: 0.000625rem 0;
  }
  .l-spacer[data-space~=nothingTop] {
    padding-top: 0.000625rem;
  }
  .l-spacer[data-space~=nothingBottom] {
    padding-bottom: 0.000625rem;
  }
  .l-spacer[class][data-space~="lg:nothing"] {
    padding: 0.000625rem 0;
  }
  .l-spacer[class][data-space~="lg:nothingTop"] {
    padding-top: 0.000625rem;
  }
  .l-spacer[class][data-space~="lg:nothingBottom"] {
    padding-bottom: 0.000625rem;
  }
  .l-spacer[data-space~=mini] {
    padding: 0.5rem 0;
  }
  .l-spacer[data-space~=miniTop] {
    padding-top: 0.5rem;
  }
  .l-spacer[data-space~=miniBottom] {
    padding-bottom: 0.5rem;
  }
  .l-spacer[class][data-space~="lg:mini"] {
    padding: 0.5rem 0;
  }
  .l-spacer[class][data-space~="lg:miniTop"] {
    padding-top: 0.5rem;
  }
  .l-spacer[class][data-space~="lg:miniBottom"] {
    padding-bottom: 0.5rem;
  }
  .l-spacer[data-space~=xxxsmall] {
    padding: 1rem 0;
  }
  .l-spacer[data-space~=xxxsmallTop] {
    padding-top: 1rem;
  }
  .l-spacer[data-space~=xxxsmallBottom] {
    padding-bottom: 1rem;
  }
  .l-spacer[class][data-space~="lg:xxxsmall"] {
    padding: 1rem 0;
  }
  .l-spacer[class][data-space~="lg:xxxsmallTop"] {
    padding-top: 1rem;
  }
  .l-spacer[class][data-space~="lg:xxxsmallBottom"] {
    padding-bottom: 1rem;
  }
  .l-spacer[data-space~=xxsmall] {
    padding: 1.5rem 0;
  }
  .l-spacer[data-space~=xxsmallTop] {
    padding-top: 1.5rem;
  }
  .l-spacer[data-space~=xxsmallBottom] {
    padding-bottom: 1.5rem;
  }
  .l-spacer[class][data-space~="lg:xxsmall"] {
    padding: 1.5rem 0;
  }
  .l-spacer[class][data-space~="lg:xxsmallTop"] {
    padding-top: 1.5rem;
  }
  .l-spacer[class][data-space~="lg:xxsmallBottom"] {
    padding-bottom: 1.5rem;
  }
  .l-spacer[data-space~=xsmall] {
    padding: 2rem 0;
  }
  .l-spacer[data-space~=xsmallTop] {
    padding-top: 2rem;
  }
  .l-spacer[data-space~=xsmallBottom] {
    padding-bottom: 2rem;
  }
  .l-spacer[class][data-space~="lg:xsmall"] {
    padding: 2rem 0;
  }
  .l-spacer[class][data-space~="lg:xsmallTop"] {
    padding-top: 2rem;
  }
  .l-spacer[class][data-space~="lg:xsmallBottom"] {
    padding-bottom: 2rem;
  }
  .l-spacer[data-space~=small] {
    padding: 3rem 0;
  }
  .l-spacer[data-space~=smallTop] {
    padding-top: 3rem;
  }
  .l-spacer[data-space~=smallBottom] {
    padding-bottom: 3rem;
  }
  .l-spacer[class][data-space~="lg:small"] {
    padding: 3rem 0;
  }
  .l-spacer[class][data-space~="lg:smallTop"] {
    padding-top: 3rem;
  }
  .l-spacer[class][data-space~="lg:smallBottom"] {
    padding-bottom: 3rem;
  }
  .l-spacer[data-space~=medium] {
    padding: 4rem 0;
  }
  .l-spacer[data-space~=mediumTop] {
    padding-top: 4rem;
  }
  .l-spacer[data-space~=mediumBottom] {
    padding-bottom: 4rem;
  }
  .l-spacer[class][data-space~="lg:medium"] {
    padding: 4rem 0;
  }
  .l-spacer[class][data-space~="lg:mediumTop"] {
    padding-top: 4rem;
  }
  .l-spacer[class][data-space~="lg:mediumBottom"] {
    padding-bottom: 4rem;
  }
  .l-spacer[data-space~=xmedium] {
    padding: 4.5rem 0;
  }
  .l-spacer[data-space~=xmediumTop] {
    padding-top: 4.5rem;
  }
  .l-spacer[data-space~=xmediumBottom] {
    padding-bottom: 4.5rem;
  }
  .l-spacer[class][data-space~="lg:xmedium"] {
    padding: 4.5rem 0;
  }
  .l-spacer[class][data-space~="lg:xmediumTop"] {
    padding-top: 4.5rem;
  }
  .l-spacer[class][data-space~="lg:xmediumBottom"] {
    padding-bottom: 4.5rem;
  }
  .l-spacer[data-space~=large] {
    padding: 5.5rem 0;
  }
  .l-spacer[data-space~=largeTop] {
    padding-top: 5.5rem;
  }
  .l-spacer[data-space~=largeBottom] {
    padding-bottom: 5.5rem;
  }
  .l-spacer[class][data-space~="lg:large"] {
    padding: 5.5rem 0;
  }
  .l-spacer[class][data-space~="lg:largeTop"] {
    padding-top: 5.5rem;
  }
  .l-spacer[class][data-space~="lg:largeBottom"] {
    padding-bottom: 5.5rem;
  }
  .l-spacer[data-space~=xlarge] {
    padding: 7.5rem 0;
  }
  .l-spacer[data-space~=xlargeTop] {
    padding-top: 7.5rem;
  }
  .l-spacer[data-space~=xlargeBottom] {
    padding-bottom: 7.5rem;
  }
  .l-spacer[class][data-space~="lg:xlarge"] {
    padding: 7.5rem 0;
  }
  .l-spacer[class][data-space~="lg:xlargeTop"] {
    padding-top: 7.5rem;
  }
  .l-spacer[class][data-space~="lg:xlargeBottom"] {
    padding-bottom: 7.5rem;
  }
  .l-spacer[data-space~=xxlarge] {
    padding: 8.5rem 0;
  }
  .l-spacer[data-space~=xxlargeTop] {
    padding-top: 8.5rem;
  }
  .l-spacer[data-space~=xxlargeBottom] {
    padding-bottom: 8.5rem;
  }
  .l-spacer[class][data-space~="lg:xxlarge"] {
    padding: 8.5rem 0;
  }
  .l-spacer[class][data-space~="lg:xxlargeTop"] {
    padding-top: 8.5rem;
  }
  .l-spacer[class][data-space~="lg:xxlargeBottom"] {
    padding-bottom: 8.5rem;
  }
  .l-spacer[data-space~=xxxlarge] {
    padding: 17.5rem 0;
  }
  .l-spacer[data-space~=xxxlargeTop] {
    padding-top: 17.5rem;
  }
  .l-spacer[data-space~=xxxlargeBottom] {
    padding-bottom: 17.5rem;
  }
  .l-spacer[class][data-space~="lg:xxxlarge"] {
    padding: 17.5rem 0;
  }
  .l-spacer[class][data-space~="lg:xxxlargeTop"] {
    padding-top: 17.5rem;
  }
  .l-spacer[class][data-space~="lg:xxxlargeBottom"] {
    padding-bottom: 17.5rem;
  }
  .l-spacer[class][data-space~="lg:reset"] {
    padding: 0;
  }
  .l-spacer[class][data-space~="lg:resetTop"] {
    padding-top: 0;
  }
  .l-spacer[class][data-space~="lg:resetBottom"] {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-spacer[class][data-space~="xl:nothing"] {
    padding: 0.000625rem 0;
  }
  .l-spacer[class][data-space~="xl:nothingTop"] {
    padding-top: 0.000625rem;
  }
  .l-spacer[class][data-space~="xl:nothingBottom"] {
    padding-bottom: 0.000625rem;
  }
  .l-spacer[class][data-space~="xl:mini"] {
    padding: 0.5rem 0;
  }
  .l-spacer[class][data-space~="xl:miniTop"] {
    padding-top: 0.5rem;
  }
  .l-spacer[class][data-space~="xl:miniBottom"] {
    padding-bottom: 0.5rem;
  }
  .l-spacer[class][data-space~="xl:xxxsmall"] {
    padding: 1rem 0;
  }
  .l-spacer[class][data-space~="xl:xxxsmallTop"] {
    padding-top: 1rem;
  }
  .l-spacer[class][data-space~="xl:xxxsmallBottom"] {
    padding-bottom: 1rem;
  }
  .l-spacer[class][data-space~="xl:xxsmall"] {
    padding: 1.5rem 0;
  }
  .l-spacer[class][data-space~="xl:xxsmallTop"] {
    padding-top: 1.5rem;
  }
  .l-spacer[class][data-space~="xl:xxsmallBottom"] {
    padding-bottom: 1.5rem;
  }
  .l-spacer[class][data-space~="xl:xsmall"] {
    padding: 2rem 0;
  }
  .l-spacer[class][data-space~="xl:xsmallTop"] {
    padding-top: 2rem;
  }
  .l-spacer[class][data-space~="xl:xsmallBottom"] {
    padding-bottom: 2rem;
  }
  .l-spacer[class][data-space~="xl:small"] {
    padding: 3rem 0;
  }
  .l-spacer[class][data-space~="xl:smallTop"] {
    padding-top: 3rem;
  }
  .l-spacer[class][data-space~="xl:smallBottom"] {
    padding-bottom: 3rem;
  }
  .l-spacer[class][data-space~="xl:medium"] {
    padding: 4rem 0;
  }
  .l-spacer[class][data-space~="xl:mediumTop"] {
    padding-top: 4rem;
  }
  .l-spacer[class][data-space~="xl:mediumBottom"] {
    padding-bottom: 4rem;
  }
  .l-spacer[class][data-space~="xl:xmedium"] {
    padding: 4.5rem 0;
  }
  .l-spacer[class][data-space~="xl:xmediumTop"] {
    padding-top: 4.5rem;
  }
  .l-spacer[class][data-space~="xl:xmediumBottom"] {
    padding-bottom: 4.5rem;
  }
  .l-spacer[class][data-space~="xl:large"] {
    padding: 5.5rem 0;
  }
  .l-spacer[class][data-space~="xl:largeTop"] {
    padding-top: 5.5rem;
  }
  .l-spacer[class][data-space~="xl:largeBottom"] {
    padding-bottom: 5.5rem;
  }
  .l-spacer[class][data-space~="xl:xlarge"] {
    padding: 7.5rem 0;
  }
  .l-spacer[class][data-space~="xl:xlargeTop"] {
    padding-top: 7.5rem;
  }
  .l-spacer[class][data-space~="xl:xlargeBottom"] {
    padding-bottom: 7.5rem;
  }
  .l-spacer[class][data-space~="xl:xxlarge"] {
    padding: 8.5rem 0;
  }
  .l-spacer[class][data-space~="xl:xxlargeTop"] {
    padding-top: 8.5rem;
  }
  .l-spacer[class][data-space~="xl:xxlargeBottom"] {
    padding-bottom: 8.5rem;
  }
  .l-spacer[class][data-space~="xl:xxxlarge"] {
    padding: 17.5rem 0;
  }
  .l-spacer[class][data-space~="xl:xxxlargeTop"] {
    padding-top: 17.5rem;
  }
  .l-spacer[class][data-space~="xl:xxxlargeBottom"] {
    padding-bottom: 17.5rem;
  }
  .l-spacer[class][data-space~="xl:reset"] {
    padding: 0;
  }
  .l-spacer[class][data-space~="xl:resetTop"] {
    padding-top: 0;
  }
  .l-spacer[class][data-space~="xl:resetBottom"] {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1500px) {
  .l-spacer[class][data-space~="xxl:nothing"] {
    padding: 0.000625rem 0;
  }
  .l-spacer[class][data-space~="xxl:nothingTop"] {
    padding-top: 0.000625rem;
  }
  .l-spacer[class][data-space~="xxl:nothingBottom"] {
    padding-bottom: 0.000625rem;
  }
  .l-spacer[class][data-space~="xxl:mini"] {
    padding: 0.5rem 0;
  }
  .l-spacer[class][data-space~="xxl:miniTop"] {
    padding-top: 0.5rem;
  }
  .l-spacer[class][data-space~="xxl:miniBottom"] {
    padding-bottom: 0.5rem;
  }
  .l-spacer[class][data-space~="xxl:xxxsmall"] {
    padding: 1rem 0;
  }
  .l-spacer[class][data-space~="xxl:xxxsmallTop"] {
    padding-top: 1rem;
  }
  .l-spacer[class][data-space~="xxl:xxxsmallBottom"] {
    padding-bottom: 1rem;
  }
  .l-spacer[class][data-space~="xxl:xxsmall"] {
    padding: 1.5rem 0;
  }
  .l-spacer[class][data-space~="xxl:xxsmallTop"] {
    padding-top: 1.5rem;
  }
  .l-spacer[class][data-space~="xxl:xxsmallBottom"] {
    padding-bottom: 1.5rem;
  }
  .l-spacer[class][data-space~="xxl:xsmall"] {
    padding: 2rem 0;
  }
  .l-spacer[class][data-space~="xxl:xsmallTop"] {
    padding-top: 2rem;
  }
  .l-spacer[class][data-space~="xxl:xsmallBottom"] {
    padding-bottom: 2rem;
  }
  .l-spacer[class][data-space~="xxl:small"] {
    padding: 3rem 0;
  }
  .l-spacer[class][data-space~="xxl:smallTop"] {
    padding-top: 3rem;
  }
  .l-spacer[class][data-space~="xxl:smallBottom"] {
    padding-bottom: 3rem;
  }
  .l-spacer[class][data-space~="xxl:medium"] {
    padding: 4rem 0;
  }
  .l-spacer[class][data-space~="xxl:mediumTop"] {
    padding-top: 4rem;
  }
  .l-spacer[class][data-space~="xxl:mediumBottom"] {
    padding-bottom: 4rem;
  }
  .l-spacer[class][data-space~="xxl:xmedium"] {
    padding: 4.5rem 0;
  }
  .l-spacer[class][data-space~="xxl:xmediumTop"] {
    padding-top: 4.5rem;
  }
  .l-spacer[class][data-space~="xxl:xmediumBottom"] {
    padding-bottom: 4.5rem;
  }
  .l-spacer[class][data-space~="xxl:large"] {
    padding: 5.5rem 0;
  }
  .l-spacer[class][data-space~="xxl:largeTop"] {
    padding-top: 5.5rem;
  }
  .l-spacer[class][data-space~="xxl:largeBottom"] {
    padding-bottom: 5.5rem;
  }
  .l-spacer[class][data-space~="xxl:xlarge"] {
    padding: 7.5rem 0;
  }
  .l-spacer[class][data-space~="xxl:xlargeTop"] {
    padding-top: 7.5rem;
  }
  .l-spacer[class][data-space~="xxl:xlargeBottom"] {
    padding-bottom: 7.5rem;
  }
  .l-spacer[class][data-space~="xxl:xxlarge"] {
    padding: 8.5rem 0;
  }
  .l-spacer[class][data-space~="xxl:xxlargeTop"] {
    padding-top: 8.5rem;
  }
  .l-spacer[class][data-space~="xxl:xxlargeBottom"] {
    padding-bottom: 8.5rem;
  }
  .l-spacer[class][data-space~="xxl:xxxlarge"] {
    padding: 17.5rem 0;
  }
  .l-spacer[class][data-space~="xxl:xxxlargeTop"] {
    padding-top: 17.5rem;
  }
  .l-spacer[class][data-space~="xxl:xxxlargeBottom"] {
    padding-bottom: 17.5rem;
  }
  .l-spacer[class][data-space~="xxl:reset"] {
    padding: 0;
  }
  .l-spacer[class][data-space~="xxl:resetTop"] {
    padding-top: 0;
  }
  .l-spacer[class][data-space~="xxl:resetBottom"] {
    padding-bottom: 0;
  }
}
.l-spacer.-line {
  border-bottom: 1px solid #e0e0e0;
}
.l-spacer.-bgGrey {
  background-color: #ddd;
}
.l-spacer.-bgMain {
  background-color: #000;
}
.l-spacer.-overflow {
  overflow: hidden;
}

.l-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.l-grid[data-dir=normal] {
  flex-direction: row;
}
.l-grid[data-dir=reverse] {
  flex-direction: row-reverse;
}
.l-grid[data-align~=start] {
  justify-content: flex-start;
}
.l-grid[data-align~=center] {
  justify-content: center;
}
.l-grid[data-align~=end] {
  justify-content: flex-end;
}
.l-grid[data-align~=justify] {
  justify-content: space-between;
}
.l-grid[data-align~=top] {
  align-items: flex-start;
}
.l-grid[data-align~=middle] {
  align-items: center;
}
.l-grid[data-align~=bottom] {
  align-items: flex-end;
}
@media screen and (min-width: 0) {
  .l-grid[data-align~="xxs:start"] {
    justify-content: flex-start;
  }
  .l-grid[data-align~="xxs:center"] {
    justify-content: center;
  }
  .l-grid[data-align~="xxs:end"] {
    justify-content: flex-end;
  }
  .l-grid[data-align~="xxs:justify"] {
    justify-content: space-between;
  }
  .l-grid[data-align~="xxs:top"] {
    align-items: flex-start;
  }
  .l-grid[data-align~="xxs:middle"] {
    align-items: center;
  }
  .l-grid[data-align~="xxs:bottom"] {
    align-items: flex-end;
  }
}
@media screen and (min-width: 360px) {
  .l-grid[data-align~="xs:start"] {
    justify-content: flex-start;
  }
  .l-grid[data-align~="xs:center"] {
    justify-content: center;
  }
  .l-grid[data-align~="xs:end"] {
    justify-content: flex-end;
  }
  .l-grid[data-align~="xs:justify"] {
    justify-content: space-between;
  }
  .l-grid[data-align~="xs:top"] {
    align-items: flex-start;
  }
  .l-grid[data-align~="xs:middle"] {
    align-items: center;
  }
  .l-grid[data-align~="xs:bottom"] {
    align-items: flex-end;
  }
}
@media screen and (min-width: 576px) {
  .l-grid[data-align~="sm:start"] {
    justify-content: flex-start;
  }
  .l-grid[data-align~="sm:center"] {
    justify-content: center;
  }
  .l-grid[data-align~="sm:end"] {
    justify-content: flex-end;
  }
  .l-grid[data-align~="sm:justify"] {
    justify-content: space-between;
  }
  .l-grid[data-align~="sm:top"] {
    align-items: flex-start;
  }
  .l-grid[data-align~="sm:middle"] {
    align-items: center;
  }
  .l-grid[data-align~="sm:bottom"] {
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .l-grid[data-align~="md:start"] {
    justify-content: flex-start;
  }
  .l-grid[data-align~="md:center"] {
    justify-content: center;
  }
  .l-grid[data-align~="md:end"] {
    justify-content: flex-end;
  }
  .l-grid[data-align~="md:justify"] {
    justify-content: space-between;
  }
  .l-grid[data-align~="md:top"] {
    align-items: flex-start;
  }
  .l-grid[data-align~="md:middle"] {
    align-items: center;
  }
  .l-grid[data-align~="md:bottom"] {
    align-items: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .l-grid[data-align~="lg:start"] {
    justify-content: flex-start;
  }
  .l-grid[data-align~="lg:center"] {
    justify-content: center;
  }
  .l-grid[data-align~="lg:end"] {
    justify-content: flex-end;
  }
  .l-grid[data-align~="lg:justify"] {
    justify-content: space-between;
  }
  .l-grid[data-align~="lg:top"] {
    align-items: flex-start;
  }
  .l-grid[data-align~="lg:middle"] {
    align-items: center;
  }
  .l-grid[data-align~="lg:bottom"] {
    align-items: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .l-grid[data-align~="xl:start"] {
    justify-content: flex-start;
  }
  .l-grid[data-align~="xl:center"] {
    justify-content: center;
  }
  .l-grid[data-align~="xl:end"] {
    justify-content: flex-end;
  }
  .l-grid[data-align~="xl:justify"] {
    justify-content: space-between;
  }
  .l-grid[data-align~="xl:top"] {
    align-items: flex-start;
  }
  .l-grid[data-align~="xl:middle"] {
    align-items: center;
  }
  .l-grid[data-align~="xl:bottom"] {
    align-items: flex-end;
  }
}
@media screen and (min-width: 1500px) {
  .l-grid[data-align~="xxl:start"] {
    justify-content: flex-start;
  }
  .l-grid[data-align~="xxl:center"] {
    justify-content: center;
  }
  .l-grid[data-align~="xxl:end"] {
    justify-content: flex-end;
  }
  .l-grid[data-align~="xxl:justify"] {
    justify-content: space-between;
  }
  .l-grid[data-align~="xxl:top"] {
    align-items: flex-start;
  }
  .l-grid[data-align~="xxl:middle"] {
    align-items: center;
  }
  .l-grid[data-align~="xxl:bottom"] {
    align-items: flex-end;
  }
}
.l-grid__item {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  margin: 0;
}
.l-grid__item[data-align~=start] {
  align-items: flex-start;
}
.l-grid__item[data-align~=center] {
  align-items: center;
}
.l-grid__item[data-align~=end] {
  align-items: flex-end;
}
.l-grid__item[data-align~=top] {
  justify-content: flex-start;
}
.l-grid__item[data-align~=middle] {
  justify-content: center;
}
.l-grid__item[data-align~=bottom] {
  justify-content: flex-end;
}
@media screen and (min-width: 0) {
  .l-grid__item[data-align~="xxs:start"] {
    align-items: flex-start;
  }
  .l-grid__item[data-align~="xxs:center"] {
    align-items: center;
  }
  .l-grid__item[data-align~="xxs:end"] {
    align-items: flex-end;
  }
  .l-grid__item[data-align~="xxs:top"] {
    justify-content: flex-start;
  }
  .l-grid__item[data-align~="xxs:middle"] {
    justify-content: center;
  }
  .l-grid__item[data-align~="xxs:bottom"] {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 360px) {
  .l-grid__item[data-align~="xs:start"] {
    align-items: flex-start;
  }
  .l-grid__item[data-align~="xs:center"] {
    align-items: center;
  }
  .l-grid__item[data-align~="xs:end"] {
    align-items: flex-end;
  }
  .l-grid__item[data-align~="xs:top"] {
    justify-content: flex-start;
  }
  .l-grid__item[data-align~="xs:middle"] {
    justify-content: center;
  }
  .l-grid__item[data-align~="xs:bottom"] {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 576px) {
  .l-grid__item[data-align~="sm:start"] {
    align-items: flex-start;
  }
  .l-grid__item[data-align~="sm:center"] {
    align-items: center;
  }
  .l-grid__item[data-align~="sm:end"] {
    align-items: flex-end;
  }
  .l-grid__item[data-align~="sm:top"] {
    justify-content: flex-start;
  }
  .l-grid__item[data-align~="sm:middle"] {
    justify-content: center;
  }
  .l-grid__item[data-align~="sm:bottom"] {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .l-grid__item[data-align~="md:start"] {
    align-items: flex-start;
  }
  .l-grid__item[data-align~="md:center"] {
    align-items: center;
  }
  .l-grid__item[data-align~="md:end"] {
    align-items: flex-end;
  }
  .l-grid__item[data-align~="md:top"] {
    justify-content: flex-start;
  }
  .l-grid__item[data-align~="md:middle"] {
    justify-content: center;
  }
  .l-grid__item[data-align~="md:bottom"] {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .l-grid__item[data-align~="lg:start"] {
    align-items: flex-start;
  }
  .l-grid__item[data-align~="lg:center"] {
    align-items: center;
  }
  .l-grid__item[data-align~="lg:end"] {
    align-items: flex-end;
  }
  .l-grid__item[data-align~="lg:top"] {
    justify-content: flex-start;
  }
  .l-grid__item[data-align~="lg:middle"] {
    justify-content: center;
  }
  .l-grid__item[data-align~="lg:bottom"] {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .l-grid__item[data-align~="xl:start"] {
    align-items: flex-start;
  }
  .l-grid__item[data-align~="xl:center"] {
    align-items: center;
  }
  .l-grid__item[data-align~="xl:end"] {
    align-items: flex-end;
  }
  .l-grid__item[data-align~="xl:top"] {
    justify-content: flex-start;
  }
  .l-grid__item[data-align~="xl:middle"] {
    justify-content: center;
  }
  .l-grid__item[data-align~="xl:bottom"] {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1500px) {
  .l-grid__item[data-align~="xxl:start"] {
    align-items: flex-start;
  }
  .l-grid__item[data-align~="xxl:center"] {
    align-items: center;
  }
  .l-grid__item[data-align~="xxl:end"] {
    align-items: flex-end;
  }
  .l-grid__item[data-align~="xxl:top"] {
    justify-content: flex-start;
  }
  .l-grid__item[data-align~="xxl:middle"] {
    justify-content: center;
  }
  .l-grid__item[data-align~="xxl:bottom"] {
    justify-content: flex-end;
  }
}
.l-grid[data-gutter] {
  width: auto;
}
.l-grid[data-gutter] > .l-grid__item {
  border: solid transparent;
  background-clip: padding-box;
}
@media screen and (min-width: 0) {
  .l-grid[data-gutter=small] {
    margin: -1.25vw;
  }
  .l-grid[data-gutter=small] > .l-grid__item {
    border-width: 1.25vw;
  }
  .l-grid[data-gutter~="xxs:small"] {
    margin: -1.25vw;
  }
  .l-grid[data-gutter~="xxs:small"] > .l-grid__item {
    border-width: 1.25vw;
  }
  .l-grid[data-gutter=normal] {
    margin: -2.5vw;
  }
  .l-grid[data-gutter=normal] > .l-grid__item {
    border-width: 2.5vw;
  }
  .l-grid[data-gutter~="xxs:normal"] {
    margin: -2.5vw;
  }
  .l-grid[data-gutter~="xxs:normal"] > .l-grid__item {
    border-width: 2.5vw;
  }
  .l-grid[data-gutter=large] {
    margin: -3.75vw;
  }
  .l-grid[data-gutter=large] > .l-grid__item {
    border-width: 3.75vw;
  }
  .l-grid[data-gutter~="xxs:large"] {
    margin: -3.75vw;
  }
  .l-grid[data-gutter~="xxs:large"] > .l-grid__item {
    border-width: 3.75vw;
  }
  .l-grid__item[data-cols~="xxs:1"] {
    width: 8.3333333333%;
  }
  .l-grid__item[data-cols~="xxs:2"] {
    width: 16.6666666667%;
  }
  .l-grid__item[data-cols~="xxs:3"] {
    width: 25%;
  }
  .l-grid__item[data-cols~="xxs:4"] {
    width: 33.3333333333%;
  }
  .l-grid__item[data-cols~="xxs:5"] {
    width: 41.6666666667%;
  }
  .l-grid__item[data-cols~="xxs:6"] {
    width: 50%;
  }
  .l-grid__item[data-cols~="xxs:7"] {
    width: 58.3333333333%;
  }
  .l-grid__item[data-cols~="xxs:8"] {
    width: 66.6666666667%;
  }
  .l-grid__item[data-cols~="xxs:9"] {
    width: 75%;
  }
  .l-grid__item[data-cols~="xxs:10"] {
    width: 83.3333333333%;
  }
  .l-grid__item[data-cols~="xxs:11"] {
    width: 91.6666666667%;
  }
  .l-grid__item[data-cols~="xxs:12"] {
    width: 100%;
  }
  .l-grid__item[data-cols~="xxs:Five"] {
    width: 20%;
  }
  .l-grid__item[data-cols~="xxs:Auto"] {
    width: auto;
  }
  .l-grid__item[data-order~="xxs:0"] {
    order: 0;
  }
  .l-grid__item[data-grow~="xxs:0"] {
    flex-grow: 0;
  }
  .l-grid__item[data-order~="xxs:1"] {
    order: 1;
  }
  .l-grid__item[data-grow~="xxs:1"] {
    flex-grow: 1;
  }
  .l-grid__item[data-order~="xxs:2"] {
    order: 2;
  }
  .l-grid__item[data-grow~="xxs:2"] {
    flex-grow: 2;
  }
  .l-grid__item[data-order~="xxs:3"] {
    order: 3;
  }
  .l-grid__item[data-grow~="xxs:3"] {
    flex-grow: 3;
  }
}
@media screen and (min-width: 360px) {
  .l-grid[data-gutter=small] {
    margin: -1.25vw;
  }
  .l-grid[data-gutter=small] > .l-grid__item {
    border-width: 1.25vw;
  }
  .l-grid[data-gutter~="xs:small"] {
    margin: -1.25vw;
  }
  .l-grid[data-gutter~="xs:small"] > .l-grid__item {
    border-width: 1.25vw;
  }
  .l-grid[data-gutter=normal] {
    margin: -2.5vw;
  }
  .l-grid[data-gutter=normal] > .l-grid__item {
    border-width: 2.5vw;
  }
  .l-grid[data-gutter~="xs:normal"] {
    margin: -2.5vw;
  }
  .l-grid[data-gutter~="xs:normal"] > .l-grid__item {
    border-width: 2.5vw;
  }
  .l-grid[data-gutter=large] {
    margin: -3.75vw;
  }
  .l-grid[data-gutter=large] > .l-grid__item {
    border-width: 3.75vw;
  }
  .l-grid[data-gutter~="xs:large"] {
    margin: -3.75vw;
  }
  .l-grid[data-gutter~="xs:large"] > .l-grid__item {
    border-width: 3.75vw;
  }
  .l-grid__item[data-cols~="xs:1"] {
    width: 8.3333333333%;
  }
  .l-grid__item[data-cols~="xs:2"] {
    width: 16.6666666667%;
  }
  .l-grid__item[data-cols~="xs:3"] {
    width: 25%;
  }
  .l-grid__item[data-cols~="xs:4"] {
    width: 33.3333333333%;
  }
  .l-grid__item[data-cols~="xs:5"] {
    width: 41.6666666667%;
  }
  .l-grid__item[data-cols~="xs:6"] {
    width: 50%;
  }
  .l-grid__item[data-cols~="xs:7"] {
    width: 58.3333333333%;
  }
  .l-grid__item[data-cols~="xs:8"] {
    width: 66.6666666667%;
  }
  .l-grid__item[data-cols~="xs:9"] {
    width: 75%;
  }
  .l-grid__item[data-cols~="xs:10"] {
    width: 83.3333333333%;
  }
  .l-grid__item[data-cols~="xs:11"] {
    width: 91.6666666667%;
  }
  .l-grid__item[data-cols~="xs:12"] {
    width: 100%;
  }
  .l-grid__item[data-cols~="xs:Five"] {
    width: 20%;
  }
  .l-grid__item[data-cols~="xs:Auto"] {
    width: auto;
  }
  .l-grid__item[data-order~="xs:0"] {
    order: 0;
  }
  .l-grid__item[data-grow~="xs:0"] {
    flex-grow: 0;
  }
  .l-grid__item[data-order~="xs:1"] {
    order: 1;
  }
  .l-grid__item[data-grow~="xs:1"] {
    flex-grow: 1;
  }
  .l-grid__item[data-order~="xs:2"] {
    order: 2;
  }
  .l-grid__item[data-grow~="xs:2"] {
    flex-grow: 2;
  }
  .l-grid__item[data-order~="xs:3"] {
    order: 3;
  }
  .l-grid__item[data-grow~="xs:3"] {
    flex-grow: 3;
  }
}
@media screen and (min-width: 576px) {
  .l-grid[data-gutter=small] {
    margin: -1.25vw;
  }
  .l-grid[data-gutter=small] > .l-grid__item {
    border-width: 1.25vw;
  }
  .l-grid[data-gutter~="sm:small"] {
    margin: -1.25vw;
  }
  .l-grid[data-gutter~="sm:small"] > .l-grid__item {
    border-width: 1.25vw;
  }
  .l-grid[data-gutter=normal] {
    margin: -2.5vw;
  }
  .l-grid[data-gutter=normal] > .l-grid__item {
    border-width: 2.5vw;
  }
  .l-grid[data-gutter~="sm:normal"] {
    margin: -2.5vw;
  }
  .l-grid[data-gutter~="sm:normal"] > .l-grid__item {
    border-width: 2.5vw;
  }
  .l-grid[data-gutter=large] {
    margin: -3.75vw;
  }
  .l-grid[data-gutter=large] > .l-grid__item {
    border-width: 3.75vw;
  }
  .l-grid[data-gutter~="sm:large"] {
    margin: -3.75vw;
  }
  .l-grid[data-gutter~="sm:large"] > .l-grid__item {
    border-width: 3.75vw;
  }
  .l-grid__item[data-cols~="sm:1"] {
    width: 8.3333333333%;
  }
  .l-grid__item[data-cols~="sm:2"] {
    width: 16.6666666667%;
  }
  .l-grid__item[data-cols~="sm:3"] {
    width: 25%;
  }
  .l-grid__item[data-cols~="sm:4"] {
    width: 33.3333333333%;
  }
  .l-grid__item[data-cols~="sm:5"] {
    width: 41.6666666667%;
  }
  .l-grid__item[data-cols~="sm:6"] {
    width: 50%;
  }
  .l-grid__item[data-cols~="sm:7"] {
    width: 58.3333333333%;
  }
  .l-grid__item[data-cols~="sm:8"] {
    width: 66.6666666667%;
  }
  .l-grid__item[data-cols~="sm:9"] {
    width: 75%;
  }
  .l-grid__item[data-cols~="sm:10"] {
    width: 83.3333333333%;
  }
  .l-grid__item[data-cols~="sm:11"] {
    width: 91.6666666667%;
  }
  .l-grid__item[data-cols~="sm:12"] {
    width: 100%;
  }
  .l-grid__item[data-cols~="sm:Five"] {
    width: 20%;
  }
  .l-grid__item[data-cols~="sm:Auto"] {
    width: auto;
  }
  .l-grid__item[data-order~="sm:0"] {
    order: 0;
  }
  .l-grid__item[data-grow~="sm:0"] {
    flex-grow: 0;
  }
  .l-grid__item[data-order~="sm:1"] {
    order: 1;
  }
  .l-grid__item[data-grow~="sm:1"] {
    flex-grow: 1;
  }
  .l-grid__item[data-order~="sm:2"] {
    order: 2;
  }
  .l-grid__item[data-grow~="sm:2"] {
    flex-grow: 2;
  }
  .l-grid__item[data-order~="sm:3"] {
    order: 3;
  }
  .l-grid__item[data-grow~="sm:3"] {
    flex-grow: 3;
  }
}
@media screen and (min-width: 768px) {
  .l-grid[data-gutter=small] {
    margin: -0.75vw;
  }
  .l-grid[data-gutter=small] > .l-grid__item {
    border-width: 0.75vw;
  }
  .l-grid[data-gutter~="md:small"] {
    margin: -0.75vw;
  }
  .l-grid[data-gutter~="md:small"] > .l-grid__item {
    border-width: 0.75vw;
  }
  .l-grid[data-gutter=normal] {
    margin: -1.5vw;
  }
  .l-grid[data-gutter=normal] > .l-grid__item {
    border-width: 1.5vw;
  }
  .l-grid[data-gutter~="md:normal"] {
    margin: -1.5vw;
  }
  .l-grid[data-gutter~="md:normal"] > .l-grid__item {
    border-width: 1.5vw;
  }
  .l-grid[data-gutter=large] {
    margin: -2.25vw;
  }
  .l-grid[data-gutter=large] > .l-grid__item {
    border-width: 2.25vw;
  }
  .l-grid[data-gutter~="md:large"] {
    margin: -2.25vw;
  }
  .l-grid[data-gutter~="md:large"] > .l-grid__item {
    border-width: 2.25vw;
  }
  .l-grid__item[data-cols~="md:1"] {
    width: 8.3333333333%;
  }
  .l-grid__item[data-cols~="md:2"] {
    width: 16.6666666667%;
  }
  .l-grid__item[data-cols~="md:3"] {
    width: 25%;
  }
  .l-grid__item[data-cols~="md:4"] {
    width: 33.3333333333%;
  }
  .l-grid__item[data-cols~="md:5"] {
    width: 41.6666666667%;
  }
  .l-grid__item[data-cols~="md:6"] {
    width: 50%;
  }
  .l-grid__item[data-cols~="md:7"] {
    width: 58.3333333333%;
  }
  .l-grid__item[data-cols~="md:8"] {
    width: 66.6666666667%;
  }
  .l-grid__item[data-cols~="md:9"] {
    width: 75%;
  }
  .l-grid__item[data-cols~="md:10"] {
    width: 83.3333333333%;
  }
  .l-grid__item[data-cols~="md:11"] {
    width: 91.6666666667%;
  }
  .l-grid__item[data-cols~="md:12"] {
    width: 100%;
  }
  .l-grid__item[data-cols~="md:Five"] {
    width: 20%;
  }
  .l-grid__item[data-cols~="md:Auto"] {
    width: auto;
  }
  .l-grid__item[data-order~="md:0"] {
    order: 0;
  }
  .l-grid__item[data-grow~="md:0"] {
    flex-grow: 0;
  }
  .l-grid__item[data-order~="md:1"] {
    order: 1;
  }
  .l-grid__item[data-grow~="md:1"] {
    flex-grow: 1;
  }
  .l-grid__item[data-order~="md:2"] {
    order: 2;
  }
  .l-grid__item[data-grow~="md:2"] {
    flex-grow: 2;
  }
  .l-grid__item[data-order~="md:3"] {
    order: 3;
  }
  .l-grid__item[data-grow~="md:3"] {
    flex-grow: 3;
  }
}
@media screen and (min-width: 992px) {
  .l-grid[data-gutter=small] {
    margin: -0.5vw;
  }
  .l-grid[data-gutter=small] > .l-grid__item {
    border-width: 0.5vw;
  }
  .l-grid[data-gutter~="lg:small"] {
    margin: -0.5vw;
  }
  .l-grid[data-gutter~="lg:small"] > .l-grid__item {
    border-width: 0.5vw;
  }
  .l-grid[data-gutter=normal] {
    margin: -1vw;
  }
  .l-grid[data-gutter=normal] > .l-grid__item {
    border-width: 1vw;
  }
  .l-grid[data-gutter~="lg:normal"] {
    margin: -1vw;
  }
  .l-grid[data-gutter~="lg:normal"] > .l-grid__item {
    border-width: 1vw;
  }
  .l-grid[data-gutter=large] {
    margin: -1.5vw;
  }
  .l-grid[data-gutter=large] > .l-grid__item {
    border-width: 1.5vw;
  }
  .l-grid[data-gutter~="lg:large"] {
    margin: -1.5vw;
  }
  .l-grid[data-gutter~="lg:large"] > .l-grid__item {
    border-width: 1.5vw;
  }
  .l-grid__item[data-cols~="lg:1"] {
    width: 8.3333333333%;
  }
  .l-grid__item[data-cols~="lg:2"] {
    width: 16.6666666667%;
  }
  .l-grid__item[data-cols~="lg:3"] {
    width: 25%;
  }
  .l-grid__item[data-cols~="lg:4"] {
    width: 33.3333333333%;
  }
  .l-grid__item[data-cols~="lg:5"] {
    width: 41.6666666667%;
  }
  .l-grid__item[data-cols~="lg:6"] {
    width: 50%;
  }
  .l-grid__item[data-cols~="lg:7"] {
    width: 58.3333333333%;
  }
  .l-grid__item[data-cols~="lg:8"] {
    width: 66.6666666667%;
  }
  .l-grid__item[data-cols~="lg:9"] {
    width: 75%;
  }
  .l-grid__item[data-cols~="lg:10"] {
    width: 83.3333333333%;
  }
  .l-grid__item[data-cols~="lg:11"] {
    width: 91.6666666667%;
  }
  .l-grid__item[data-cols~="lg:12"] {
    width: 100%;
  }
  .l-grid__item[data-cols~="lg:Five"] {
    width: 20%;
  }
  .l-grid__item[data-cols~="lg:Auto"] {
    width: auto;
  }
  .l-grid__item[data-order~="lg:0"] {
    order: 0;
  }
  .l-grid__item[data-grow~="lg:0"] {
    flex-grow: 0;
  }
  .l-grid__item[data-order~="lg:1"] {
    order: 1;
  }
  .l-grid__item[data-grow~="lg:1"] {
    flex-grow: 1;
  }
  .l-grid__item[data-order~="lg:2"] {
    order: 2;
  }
  .l-grid__item[data-grow~="lg:2"] {
    flex-grow: 2;
  }
  .l-grid__item[data-order~="lg:3"] {
    order: 3;
  }
  .l-grid__item[data-grow~="lg:3"] {
    flex-grow: 3;
  }
}
@media screen and (min-width: 1200px) {
  .l-grid[data-gutter=small] {
    margin: -0.5vw;
  }
  .l-grid[data-gutter=small] > .l-grid__item {
    border-width: 0.5vw;
  }
  .l-grid[data-gutter~="xl:small"] {
    margin: -0.5vw;
  }
  .l-grid[data-gutter~="xl:small"] > .l-grid__item {
    border-width: 0.5vw;
  }
  .l-grid[data-gutter=normal] {
    margin: -1vw;
  }
  .l-grid[data-gutter=normal] > .l-grid__item {
    border-width: 1vw;
  }
  .l-grid[data-gutter~="xl:normal"] {
    margin: -1vw;
  }
  .l-grid[data-gutter~="xl:normal"] > .l-grid__item {
    border-width: 1vw;
  }
  .l-grid[data-gutter=large] {
    margin: -1.5vw;
  }
  .l-grid[data-gutter=large] > .l-grid__item {
    border-width: 1.5vw;
  }
  .l-grid[data-gutter~="xl:large"] {
    margin: -1.5vw;
  }
  .l-grid[data-gutter~="xl:large"] > .l-grid__item {
    border-width: 1.5vw;
  }
  .l-grid__item[data-cols~="xl:1"] {
    width: 8.3333333333%;
  }
  .l-grid__item[data-cols~="xl:2"] {
    width: 16.6666666667%;
  }
  .l-grid__item[data-cols~="xl:3"] {
    width: 25%;
  }
  .l-grid__item[data-cols~="xl:4"] {
    width: 33.3333333333%;
  }
  .l-grid__item[data-cols~="xl:5"] {
    width: 41.6666666667%;
  }
  .l-grid__item[data-cols~="xl:6"] {
    width: 50%;
  }
  .l-grid__item[data-cols~="xl:7"] {
    width: 58.3333333333%;
  }
  .l-grid__item[data-cols~="xl:8"] {
    width: 66.6666666667%;
  }
  .l-grid__item[data-cols~="xl:9"] {
    width: 75%;
  }
  .l-grid__item[data-cols~="xl:10"] {
    width: 83.3333333333%;
  }
  .l-grid__item[data-cols~="xl:11"] {
    width: 91.6666666667%;
  }
  .l-grid__item[data-cols~="xl:12"] {
    width: 100%;
  }
  .l-grid__item[data-cols~="xl:Five"] {
    width: 20%;
  }
  .l-grid__item[data-cols~="xl:Auto"] {
    width: auto;
  }
  .l-grid__item[data-order~="xl:0"] {
    order: 0;
  }
  .l-grid__item[data-grow~="xl:0"] {
    flex-grow: 0;
  }
  .l-grid__item[data-order~="xl:1"] {
    order: 1;
  }
  .l-grid__item[data-grow~="xl:1"] {
    flex-grow: 1;
  }
  .l-grid__item[data-order~="xl:2"] {
    order: 2;
  }
  .l-grid__item[data-grow~="xl:2"] {
    flex-grow: 2;
  }
  .l-grid__item[data-order~="xl:3"] {
    order: 3;
  }
  .l-grid__item[data-grow~="xl:3"] {
    flex-grow: 3;
  }
}
@media screen and (min-width: 1500px) {
  .l-grid[data-gutter=small] {
    margin: -0.5vw;
  }
  .l-grid[data-gutter=small] > .l-grid__item {
    border-width: 0.5vw;
  }
  .l-grid[data-gutter~="xxl:small"] {
    margin: -0.5vw;
  }
  .l-grid[data-gutter~="xxl:small"] > .l-grid__item {
    border-width: 0.5vw;
  }
  .l-grid[data-gutter=normal] {
    margin: -1vw;
  }
  .l-grid[data-gutter=normal] > .l-grid__item {
    border-width: 1vw;
  }
  .l-grid[data-gutter~="xxl:normal"] {
    margin: -1vw;
  }
  .l-grid[data-gutter~="xxl:normal"] > .l-grid__item {
    border-width: 1vw;
  }
  .l-grid[data-gutter=large] {
    margin: -1.5vw;
  }
  .l-grid[data-gutter=large] > .l-grid__item {
    border-width: 1.5vw;
  }
  .l-grid[data-gutter~="xxl:large"] {
    margin: -1.5vw;
  }
  .l-grid[data-gutter~="xxl:large"] > .l-grid__item {
    border-width: 1.5vw;
  }
  .l-grid__item[data-cols~="xxl:1"] {
    width: 8.3333333333%;
  }
  .l-grid__item[data-cols~="xxl:2"] {
    width: 16.6666666667%;
  }
  .l-grid__item[data-cols~="xxl:3"] {
    width: 25%;
  }
  .l-grid__item[data-cols~="xxl:4"] {
    width: 33.3333333333%;
  }
  .l-grid__item[data-cols~="xxl:5"] {
    width: 41.6666666667%;
  }
  .l-grid__item[data-cols~="xxl:6"] {
    width: 50%;
  }
  .l-grid__item[data-cols~="xxl:7"] {
    width: 58.3333333333%;
  }
  .l-grid__item[data-cols~="xxl:8"] {
    width: 66.6666666667%;
  }
  .l-grid__item[data-cols~="xxl:9"] {
    width: 75%;
  }
  .l-grid__item[data-cols~="xxl:10"] {
    width: 83.3333333333%;
  }
  .l-grid__item[data-cols~="xxl:11"] {
    width: 91.6666666667%;
  }
  .l-grid__item[data-cols~="xxl:12"] {
    width: 100%;
  }
  .l-grid__item[data-cols~="xxl:Five"] {
    width: 20%;
  }
  .l-grid__item[data-cols~="xxl:Auto"] {
    width: auto;
  }
  .l-grid__item[data-order~="xxl:0"] {
    order: 0;
  }
  .l-grid__item[data-grow~="xxl:0"] {
    flex-grow: 0;
  }
  .l-grid__item[data-order~="xxl:1"] {
    order: 1;
  }
  .l-grid__item[data-grow~="xxl:1"] {
    flex-grow: 1;
  }
  .l-grid__item[data-order~="xxl:2"] {
    order: 2;
  }
  .l-grid__item[data-grow~="xxl:2"] {
    flex-grow: 2;
  }
  .l-grid__item[data-order~="xxl:3"] {
    order: 3;
  }
  .l-grid__item[data-grow~="xxl:3"] {
    flex-grow: 3;
  }
}

/*
  Button
*/
.c-button {
  display: inline-block;
  border: 0;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*
  Card
*/
.c-card {
  display: flex;
  position: relative;
  flex: 1 1 auto;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}
.c-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  order: 1;
}
.c-card__thumbnail {
  order: 0;
}
.c-card__image {
  width: 100%;
}

/*
  Media
*/
.c-media {
  display: flex;
  position: relative;
  flex: 1 0 auto;
  flex-direction: row;
  color: inherit;
  text-decoration: none;
}
.c-media__body {
  display: flex;
  flex-direction: column;
  order: 1;
  width: 65.9793814433%;
}
.c-media__thumbnail {
  position: relative;
  flex-shrink: 0;
  width: 31.9587628866%;
}
.c-media__figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-media__figure img {
  width: 100%;
}

/*
  Inview
*/
.c-inview {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-property: opacity, transform, letter-spacing;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
.c-inview[data-duration=fast] {
  transition-duration: 0.5s;
}
.c-inview[data-duration=normal] {
  transition-duration: 0.8s;
}
.c-inview[data-duration=slow] {
  transition-duration: 2s;
}
.c-inview[data-type~=fadeIn].is-inviewReady {
  opacity: 0;
}
.c-inview[data-type~=fadeIn].is-inviewActive {
  opacity: 1;
}
.c-inview[data-type~=slideUpIn].is-inviewReady {
  transform: translateY(2.5rem);
  opacity: 0;
}
.c-inview[data-type~=slideUpIn].is-inviewActive {
  transform: translateY(0);
  opacity: 1;
}
.c-inview[data-type~=slideDownIn].is-inviewReady {
  transform: translateY(-2.5rem);
  opacity: 0;
}
.c-inview[data-type~=slideDownIn].is-inviewActive {
  transform: translateY(0);
  opacity: 1;
}
.c-inview[data-type~=slideLeftIn].is-inviewReady {
  transform: translateX(2.5rem);
}
.c-inview[data-type~=slideLeftIn].is-inviewActive {
  transform: translateX(0);
}
.c-inview[data-type~=slideRightIn].is-inviewReady {
  transform: translateX(-2.5rem);
  opacity: 0;
}
.c-inview[data-type~=slideRightIn].is-inviewActive {
  transform: translateX(0);
  opacity: 1;
}
.c-inview[data-type~=slideCubeIn].is-inviewReady {
  transform: translate3d(2.5rem, 2.5rem, 0);
  opacity: 0;
}
.c-inview[data-type~=slideCubeIn].is-inviewActive {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.c-inview[data-type~=zoomIn].is-inviewReady {
  transform: scale(0);
}
.c-inview[data-type~=zoomIn].is-inviewActive {
  transform: scale(1);
}
.c-inview[data-type=cutIn] {
  transition-property: opacity, -webkit-clip-path;
  transition-property: clip-path, opacity;
  transition-property: clip-path, opacity, -webkit-clip-path;
  transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}
.c-inview[data-type=cutIn].is-inviewReady {
  -webkit-clip-path: polygon(0 0, 1px 0, 1px 100%, 0% 100%);
          clip-path: polygon(0 0, 1px 0, 1px 100%, 0% 100%);
  visibility: hidden;
}
.c-inview[data-type=cutIn].is-inviewActive {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  visibility: visible;
}
@media screen and (min-width: 992px) {
  .c-inview[data-group~="lg:3"]:nth-child(1) {
    transition-delay: 0s;
  }
  .c-inview[data-group~="lg:3"]:nth-child(2) {
    transition-delay: 0.4s;
  }
  .c-inview[data-group~="lg:3"]:nth-child(3) {
    transition-delay: 0.8s;
  }
}

/*
/*
  Slider
*/
.c-slider {
  position: relative;
  width: 100%;
}
.c-slider__item {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.c-slider__item:first-of-type {
  position: relative;
  z-index: 3;
}
.c-slider__item:nth-child(n+2) {
  opacity: 0;
}
.c-slider__item.is-sliderActive {
  z-index: 3;
  opacity: 1;
}
.c-slider__item.is-sliderNext {
  z-index: 2;
  opacity: 0;
}
.c-slider__item.is-sliderPrev {
  z-index: 1;
  opacity: 1;
}
.c-slider__image {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.is-sliderActive .c-slider__image {
  animation: fadeIn 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal both;
}
.c-slider__nav {
  display: flex;
  justify-content: center;
}
.c-slider__navItem {
  flex: 0 0 auto;
}
.c-slider__navItem + .c-slider__navItem {
  margin-left: 1rem;
}
.c-slider__navButton {
  position: relative;
  width: 22px;
  height: 22px;
  margin: auto;
  font-size: 1px;
}
.c-slider__navButton::before, .c-slider__navButton::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-slider__navButton::before {
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 50%;
  background-color: #afafaf;
}
.c-slider__navButton::after {
  width: 100%;
  height: 100%;
  transform: scale3d(0, 0, 1);
  transition-property: transform, border;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid transparent;
  border-radius: 50%;
}
.c-slider__navButton.is-sliderActive::after {
  transform: scale3d(1, 1, 1);
  border-color: #afafaf;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
  Heading
*/
.c-heading {
  display: block;
}

/*
  List
*/
@media screen and (min-width: 0) {
  .c-list[data-type~="xxs:vertical"] {
    display: block;
  }
  .c-list[data-type~="xxs:holzontal"] {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 360px) {
  .c-list[data-type~="xs:vertical"] {
    display: block;
  }
  .c-list[data-type~="xs:holzontal"] {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 576px) {
  .c-list[data-type~="sm:vertical"] {
    display: block;
  }
  .c-list[data-type~="sm:holzontal"] {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .c-list[data-type~="md:vertical"] {
    display: block;
  }
  .c-list[data-type~="md:holzontal"] {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .c-list[data-type~="lg:vertical"] {
    display: block;
  }
  .c-list[data-type~="lg:holzontal"] {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .c-list[data-type~="xl:vertical"] {
    display: block;
  }
  .c-list[data-type~="xl:holzontal"] {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1500px) {
  .c-list[data-type~="xxl:vertical"] {
    display: block;
  }
  .c-list[data-type~="xxl:holzontal"] {
    display: flex;
    flex-wrap: wrap;
  }
}
.c-list.-circle .c-list__item {
  padding-left: 1.375em;
}
.c-list.-circle .c-list__item::before {
  content: "";
  display: inline-block;
  width: 0.875em;
  height: 0.875em;
  margin-right: 0.5em;
  margin-left: -1.375em;
  border-radius: 50%;
  background-color: #fff;
}
.c-list.-circle .c-list__item:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 0) {
  .c-list[data-separator~="xxs:slash"] .c-list__item:not(:last-child)::after {
    content: "/";
    display: inline-block;
    margin: 0 0.5em;
  }
  .c-list[data-separator~="xxs:comma"] .c-list__item:not(:last-child)::after {
    content: ", ";
  }
}
@media screen and (min-width: 360px) {
  .c-list[data-separator~="xs:slash"] .c-list__item:not(:last-child)::after {
    content: "/";
    display: inline-block;
    margin: 0 0.5em;
  }
  .c-list[data-separator~="xs:comma"] .c-list__item:not(:last-child)::after {
    content: ", ";
  }
}
@media screen and (min-width: 576px) {
  .c-list[data-separator~="sm:slash"] .c-list__item:not(:last-child)::after {
    content: "/";
    display: inline-block;
    margin: 0 0.5em;
  }
  .c-list[data-separator~="sm:comma"] .c-list__item:not(:last-child)::after {
    content: ", ";
  }
}
@media screen and (min-width: 768px) {
  .c-list[data-separator~="md:slash"] .c-list__item:not(:last-child)::after {
    content: "/";
    display: inline-block;
    margin: 0 0.5em;
  }
  .c-list[data-separator~="md:comma"] .c-list__item:not(:last-child)::after {
    content: ", ";
  }
}
@media screen and (min-width: 992px) {
  .c-list[data-separator~="lg:slash"] .c-list__item:not(:last-child)::after {
    content: "/";
    display: inline-block;
    margin: 0 0.5em;
  }
  .c-list[data-separator~="lg:comma"] .c-list__item:not(:last-child)::after {
    content: ", ";
  }
}
@media screen and (min-width: 1200px) {
  .c-list[data-separator~="xl:slash"] .c-list__item:not(:last-child)::after {
    content: "/";
    display: inline-block;
    margin: 0 0.5em;
  }
  .c-list[data-separator~="xl:comma"] .c-list__item:not(:last-child)::after {
    content: ", ";
  }
}
@media screen and (min-width: 1500px) {
  .c-list[data-separator~="xxl:slash"] .c-list__item:not(:last-child)::after {
    content: "/";
    display: inline-block;
    margin: 0 0.5em;
  }
  .c-list[data-separator~="xxl:comma"] .c-list__item:not(:last-child)::after {
    content: ", ";
  }
}

/*
  Define List
*/
@media screen and (min-width: 0) {
  .c-defineList[data-type~="xxs:vertical"] .c-defineList__item {
    display: block;
  }
  .c-defineList[data-type~="xxs:holzontal"] .c-defineList__item {
    display: flex;
  }
}
@media screen and (min-width: 360px) {
  .c-defineList[data-type~="xs:vertical"] .c-defineList__item {
    display: block;
  }
  .c-defineList[data-type~="xs:holzontal"] .c-defineList__item {
    display: flex;
  }
}
@media screen and (min-width: 576px) {
  .c-defineList[data-type~="sm:vertical"] .c-defineList__item {
    display: block;
  }
  .c-defineList[data-type~="sm:holzontal"] .c-defineList__item {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .c-defineList[data-type~="md:vertical"] .c-defineList__item {
    display: block;
  }
  .c-defineList[data-type~="md:holzontal"] .c-defineList__item {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .c-defineList[data-type~="lg:vertical"] .c-defineList__item {
    display: block;
  }
  .c-defineList[data-type~="lg:holzontal"] .c-defineList__item {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .c-defineList[data-type~="xl:vertical"] .c-defineList__item {
    display: block;
  }
  .c-defineList[data-type~="xl:holzontal"] .c-defineList__item {
    display: flex;
  }
}
@media screen and (min-width: 1500px) {
  .c-defineList[data-type~="xxl:vertical"] .c-defineList__item {
    display: block;
  }
  .c-defineList[data-type~="xxl:holzontal"] .c-defineList__item {
    display: flex;
  }
}
.c-defineList__term, .c-defineList__description {
  margin: 0;
  padding: 0;
}

/*
  Embed
*/
.c-embed {
  width: 100%;
}
.c-embed.-video {
  aspect-ratio: 16/9;
  width: 100%;
}
@supports not (aspect-ratio: 1/1) {
  .c-embed.-video {
    position: relative;
    padding-top: 56.25%;
  }
}
@media all and (-ms-high-contrast: none) {
  .c-embed.-video {
    position: relative;
    padding-top: 56.25%;
  }
}
.c-embed.-video > img,
.c-embed.-video > iframe {
  width: 100%;
  height: 100%;
}
@supports not (aspect-ratio: 1/1) {
  .c-embed.-video > img,
  .c-embed.-video > iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .c-embed.-video > img,
  .c-embed.-video > iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.c-embed.-video > img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;", sans-serif;
}

/*
  TextField
*/
.c-textfield {
  display: block;
  width: 100%;
  border: 0;
  background-color: #fff;
  font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-textfield::-moz-placeholder {
  color: #a7a7a7;
}
.c-textfield::placeholder {
  color: #a7a7a7;
}

/*
  Header
*/
.p-header {
  height: 64px;
  background: rgb(0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .p-header {
    background: transparent;
  }
}

/*
  Footer
*/
.p-footer__img {
  width: 100%;
}
.p-footer__copyright {
  font-size: 12px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-footer__copyright {
    font-size: 16px;
  }
}
.p-footer__copyright.bg {
  background-color: #000;
}

.p-footerContent {
  position: relative;
  background-image: url(../img/top/footer-main-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-footerContent {
    background-image: url(../img/top/footer-main-pc.webp);
  }
}
.p-footerContent__text {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-footerContent__text {
    font-size: 28px;
  }
}

.p-footerNav {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-footerNav {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .p-footerNav__item a {
    font-size: 14px;
    color: inherit;
    text-decoration: none;
  }
}
.p-footerNav__item:not(:nth-of-type(1)) {
  margin-left: 16px;
}

/*
  Logo
*/
/*
  Global Nav
*/
.p-globalNav {
  display: flex;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  transform: translate3d(-100%, 0, 0);
  transition-property: transform, box-shadow;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  background: rgba(3, 3, 3, 0.85);
}
.p-globalNav__item {
  color: #fff;
  padding-left: 40px;
}
@media screen and (min-width: 992px) {
  .p-globalNav__item {
    padding-left: calc(100vw - 325px);
  }
}
.p-globalNav__item:not(:nth-of-type(1)) {
  margin-top: 24px;
}
.p-globalNav__link {
  color: inherit;
  text-decoration: none;
}

.is-drawerActive .p-globalNav {
  transform: translate3d(-10%, 0, 0);
}
@media screen and (min-width: 992px) {
  .is-drawerActive .p-globalNav {
    transform: translate3d(calc(-100% + 325px), 0, 0);
  }
}

.is-resize .p-globalNav {
  transition: none;
}

/*
  Hamburger
*/
.p-hamburger {
  position: fixed;
  z-index: 1000;
  top: 8px;
  right: 5%;
  width: 48px;
  height: 48px;
  margin: auto;
  transition-property: transform;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 0;
  background-color: transparent;
  text-align: center;
}
.p-hamburger__line {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 2px;
  margin: auto;
  transition-property: transform, background-color, opacity, transform-origin;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: transparent;
}
.p-hamburger__line:before, .p-hamburger__line:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: inherit;
  border-radius: inherit;
  background-color: inherit;
  background-color: #ffffff;
}
.p-hamburger__line:before {
  transform: translate3d(0, -5px, 0);
}
.p-hamburger__line:after {
  transform: translate3d(0, 5px, 0);
}
.p-hamburger__label {
  display: inline-block;
  position: absolute;
  top: 32px;
  right: 0;
  left: 0;
  font-size: 0.625rem;
}
.p-hamburger:hover .p-hamburger__line::before, .p-hamburger:focus .p-hamburger__line::before {
  opacity: 0.7;
  opacity: 1;
}
.p-hamburger:hover .p-hamburger__line::after, .p-hamburger:focus .p-hamburger__line::after {
  opacity: 0.7;
  opacity: 1;
}
.is-drawerActive .p-hamburger__line {
  background-color: transparent;
}
.is-drawerActive .p-hamburger__line:before, .is-drawerActive .p-hamburger__line:after {
  transform: translate3d(0, 0, 0);
  background-color: #212121;
  background-color: #fff;
}
.is-drawerActive .p-hamburger__line:before {
  transform: rotate(-45deg);
}
.is-drawerActive .p-hamburger__line:after {
  transform: rotate(45deg);
}
.is-drawerActive .p-hamburger:hover .p-hamburger__line, .is-drawerActive .p-hamburger:focus .p-hamburger__line {
  background-color: #212121;
  background-color: transparent;
}
.is-drawerActive .p-hamburger:hover .p-hamburger__line::before, .is-drawerActive .p-hamburger:hover .p-hamburger__line::after, .is-drawerActive .p-hamburger:focus .p-hamburger__line::before, .is-drawerActive .p-hamburger:focus .p-hamburger__line::after {
  transition-property: transform, background-color, opacity, transform-origin;
}
.is-drawerActive .p-hamburger:hover .p-hamburger__line::before, .is-drawerActive .p-hamburger:focus .p-hamburger__line::before {
  opacity: 0.7;
  opacity: 1;
}
.is-drawerActive .p-hamburger:hover .p-hamburger__line::after, .is-drawerActive .p-hamburger:focus .p-hamburger__line::after {
  opacity: 0.7;
  opacity: 1;
}

/*
  Hero
*/
.p-hero {
  position: relative;
}

/* モーダルグリッド */
@media screen and (min-width: 992px) {
  .modalWrap {
    max-width: 1228px;
    margin: 0 auto;
  }
}

.modal {
  padding: 0 8px;
}
@media screen and (min-width: 992px) {
  .modal {
    padding: 0 32px;
  }
}
.modal__title {
  margin-top: 24px;
  background-color: #1e1e1e;
  padding: 10px;
  color: #fff;
  font-size: 10px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .modal__title {
    font-size: 24px;
  }
}
.modal__subtitle {
  font-size: 13px;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .modal__subtitle {
    font-size: 20px;
  }
}
.modal__img {
  display: block;
  width: 100%;
}
.modal__text {
  font-size: 10px;
  line-height: 1.8;
}
@media screen and (min-width: 992px) {
  .modal__text {
    font-size: 14px;
  }
}

/* モーダル */
.modal-overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.modal-container {
  background-color: #fff;
  max-height: 80vh;
  max-width: 500px;
  overflow-y: auto;
  width: 80%;
}
@media screen and (min-width: 992px) {
  .modal-container {
    max-width: 1224px;
    max-height: 88vh;
    overflow-y: visible;
    overflow-y: scroll;
  }
}

.modalNextButtonWrap {
  margin: 16px 0;
  display: flex;
  justify-content: center;
}

.modalNextButton {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  font-weight: bold;
}
.modalNextButton__text {
  font-size: 10px;
}
@media screen and (min-width: 992px) {
  .modalNextButton__text {
    font-size: 16px;
  }
}
.modalNextButton:focus {
  outline: none;
}
.modalNextButton__imgWrap {
  position: relative;
}
.modalNextButton__arrow {
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 8px;
  transform: translate(0, -50%);
  transition: 0.4s ease transform;
}
@media screen and (min-width: 992px) {
  .modalNextButton__arrow {
    left: 12px;
  }
}
.modalNextButton__circle {
  display: block;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 992px) {
  .modalNextButton__circle {
    width: 42px;
    height: 42px;
  }
}

.modalNextButton:hover .modalNextButton__arrow {
  transform: translate(8px, -50%);
}

.p-firstview {
  position: relative;
  background-image: url(../img/top/fv-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-firstview {
    background-image: url(../img/top/fv-pc.webp);
  }
}
.p-firstview__title {
  position: absolute;
  top: 80px;
  right: 32px;
  width: 80px;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .p-firstview__title {
    top: 104px;
    right: 40px;
    width: 140px;
  }
}
.p-firstview__text {
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: 56px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .p-firstview__text {
    font-size: 15px;
  }
}
.p-firstview__arrow {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 24px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  animation: move 1s linear infinite;
}

.p-mainvisual {
  background-image: url(../img/top/main-bg-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.p-mainvisual__img {
  display: block;
  width: 76.5333333333%;
}
@media screen and (min-width: 992px) {
  .p-mainvisual__img {
    width: 100%;
  }
}
.p-mainvisual__title img {
  display: block;
  width: 188px;
}
@media screen and (min-width: 992px) {
  .p-mainvisual__title img {
    min-width: 80px;
    width: 80px;
  }
}
@media screen and (min-width: 992px) {
  .p-mainvisual__title {
    writing-mode: vertical-rl;
  }
}
.p-mainvisual__text {
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 56px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
.p-mainvisual .inner {
  padding: 0 16px;
}
@media screen and (min-width: 992px) {
  .p-mainvisual .inner {
    padding: 0 8vw;
  }
}

.p-infinite-slider {
  transform: translateY(-32px);
  height: 112px;
  overflow: hidden;
  position: relative;
}

/* スライダーのwrapper */
.p-infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}

/* スライド */
.p-infinite-slider .swiper-slide {
  height: 112px !important;
  /* 高さを指定 */
  width: auto !important;
}

/* スライド内の画像 */
.p-loopSlider__img {
  width: auto;
  height: 100%;
}

.p-introWrap {
  padding: 0 16px;
}
@media screen and (min-width: 992px) {
  .p-introWrap {
    margin: 0 auto;
    width: 300px;
  }
}

.p-intro {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-intro {
    text-align: left;
    display: flex;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 992px) {
  .p-intro__textWrap {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 992px) {
  .p-intro__text {
    writing-mode: vertical-rl;
    display: inline;
    margin-right: 32px;
    margin-right: 3vw;
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .p-intro__text span {
    text-combine-upright: all;
    -webkit-text-combine: horizontal;
  }
}

.p-rankingList {
  background: #1e1e1e;
}
.p-rankingList .inner {
  padding: 0 32px;
}
.p-rankingList__item {
  position: relative;
}
.p-rankingList__img {
  width: 100%;
}
.p-rankingList__title {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: inline;
}
@media screen and (min-width: 992px) {
  .p-rankingList__title {
    top: 48px;
    font-size: 84px;
  }
}
.p-rankingList__title span {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  text-orientation: sideways;
  writing-mode: vertical-rl;
  display: inline;
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .p-rankingList__title span {
    font-size: 16px;
  }
}

.p-mediaFirstView {
  position: relative;
  width: 100%;
  height: 100vh;
}
.p-mediaFirstView__title {
  color: #fff;
  background-color: #1e1e1e;
  padding: 40px 48px;
  position: absolute;
  bottom: 136px;
  left: 16px;
}
@media screen and (min-width: 992px) {
  .p-mediaFirstView__title {
    bottom: 50%;
    transform: translateY(50%);
    left: 108px;
  }
}
.p-mediaFirstView__img {
  display: block;
  width: 86%;
  margin-left: auto;
  margin-right: 0;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .p-mediaFirstView__img {
    width: 78%;
  }
}
.p-mediaFirstView__pankuzu {
  background-color: #000000;
  padding-left: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-mediaFirstView__pankuzu {
    padding-left: 108px;
  }
}

.p-pankuzu {
  display: flex;
  padding: 24px 0;
}
.p-pankuzu__list:not(:nth-of-type(1)) {
  position: relative;
  margin-left: 40px;
}
.p-pankuzu__list:not(:nth-of-type(1))::before {
  position: absolute;
  content: url(../img/common/side-arrow.svg);
  top: 0;
  left: 0;
  transform: translate(-24px, 4px);
}
.p-pankuzu__list:nth-of-type(1) {
  position: relative;
  padding-left: 28px;
}
.p-pankuzu__list:nth-of-type(2) > .p-pankuzu__link {
  text-decoration: underline;
}
.p-pankuzu__link {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .p-pankuzu__link {
    font-size: 14px;
  }
}

.p-rankingDetail .inner {
  padding: 48px 16px;
}
@media screen and (min-width: 992px) {
  .p-rankingDetail .inner {
    padding: 48px 0;
  }
}
@media screen and (min-width: 992px) {
  .p-rankingDetail .inner--more {
    padding: 0 4%;
  }
}
@media screen and (min-width: 1200px) {
  .p-rankingDetail .inner--more {
    padding: 0 12.5%;
  }
}
.p-rankingDetail__title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 16px 0;
}
.p-rankingDetail__badge {
  display: flex;
  justify-content: center;
}
.p-rankingDetail__badge span {
  border: 1px solid #000;
  padding: 8px 24px;
  border-radius: 28px;
  display: inline-block;
}
.p-rankingDetail__subtitle {
  font-size: 18px;
  padding: 8px 0;
}
.p-rankingDetail__text {
  font-size: 14px;
  line-height: 1.7;
}
.p-rankingDetail__thumb {
  display: block;
  width: 72%;
  margin: 0 auto;
  margin-top: 24px;
}
@media screen and (min-width: 992px) {
  .p-rankingDetail__thumb {
    margin: 0;
    width: 100%;
  }
}
.p-rankingDetail__menu {
  margin-top: -24px;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-rankingDetail__menu {
    margin-top: -16px;
  }
}

.p-rankingDetail:nth-of-type(odd) {
  background-color: #f1f1f1;
  color: #1e1e1e;
}
.p-rankingDetail:nth-of-type(odd) .p-shopDetail a {
  color: #1e1e1e;
}

.p-rankingDetail:nth-of-type(even) {
  background-color: #1e1e1e;
  color: #fff;
}
.p-rankingDetail:nth-of-type(even) .p-review__text {
  color: #1e1e1e;
}

.p-shopDetail li {
  position: relative;
  font-size: 12px;
  margin-left: 10px;
}
.p-shopDetail li:not(:nth-of-type(1)) {
  margin-top: 10px;
}
.p-shopDetail li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #1e1e1e;
  top: 4px;
  left: 0;
  transform: translateX(calc(-100% - 3px));
}
.p-shopDetail a {
  color: #ffffff;
}

@media screen and (min-width: 992px) {
  .p-shopInfo--Wrap {
    padding: 0 4%;
  }
}
@media screen and (min-width: 1200px) {
  .p-shopInfo--Wrap {
    padding: 0 12.5%;
  }
}

.p-shopInfo {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .p-shopInfo {
    flex-direction: row-reverse;
  }
}
.p-shopInfo__map {
  width: 80%;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .p-shopInfo__map {
    margin: 0;
    transform: translateY(-16px);
  }
}
.p-shopInfo__text {
  background-color: rgb(255, 255, 255);
  padding: 16px;
  position: relative;
  margin-top: -32px;
  width: 86%;
}
@media screen and (min-width: 992px) {
  .p-shopInfo__text {
    margin: 0;
    margin-right: -24px;
    margin-top: 48px;
  }
}

@media screen and (min-width: 992px) {
  .p-rankingDetail:nth-of-type(even) .p-shopInfo {
    flex-direction: row;
  }
}
.p-rankingDetail:nth-of-type(even) .p-shopInfo__map {
  width: 80%;
  margin-left: 0;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-rankingDetail:nth-of-type(even) .p-shopInfo__map {
    margin: 0;
  }
}
.p-rankingDetail:nth-of-type(even) .p-shopInfo__text {
  background-color: #1e1e1e;
  padding: 16px;
  position: relative;
  margin-top: -32px;
  width: 80%;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .p-rankingDetail:nth-of-type(even) .p-shopInfo__text {
    margin-left: -24px;
    margin-top: 48px;
  }
}

@media screen and (min-width: 992px) {
  .p-review .inner {
    padding: 0 4%;
  }
}
@media screen and (min-width: 1200px) {
  .p-review .inner {
    padding: 0 12.5%;
  }
}
.p-review__title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.p-review__content {
  margin-top: 24px;
  padding: 24px;
  background-color: #fff;
  box-shadow: 0 0 8px rgb(226, 226, 226);
}
@media screen and (min-width: 992px) {
  .p-review__content {
    flex: 1 auto;
  }
}
.p-review__text {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .p-review__text {
    font-size: 14px;
  }
}

/*
  Break
*/
.u-break.-xxs {
  display: inline-block;
}
@media screen and (min-width: 576px) {
  .u-break.-xxs {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-break.-md {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .u-break.-md {
    display: none;
  }
}

/*
  wbr
*/
@media screen and (min-width: 0) {
  .u-wbr.-xxs {
    display: inline-block;
  }
  .u-wbr.-xxsHard {
    display: block;
  }
  .u-wbr.-xxsReset {
    display: inline;
  }
  .u-wbr.-xxsNoWrap {
    white-space: nowrap;
  }
}
@media screen and (min-width: 360px) {
  .u-wbr.-xs {
    display: inline-block;
  }
  .u-wbr.-xsHard {
    display: block;
  }
  .u-wbr.-xsReset {
    display: inline;
  }
  .u-wbr.-xsNoWrap {
    white-space: nowrap;
  }
}
@media screen and (min-width: 576px) {
  .u-wbr.-sm {
    display: inline-block;
  }
  .u-wbr.-smHard {
    display: block;
  }
  .u-wbr.-smReset {
    display: inline;
  }
  .u-wbr.-smNoWrap {
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .u-wbr.-md {
    display: inline-block;
  }
  .u-wbr.-mdHard {
    display: block;
  }
  .u-wbr.-mdReset {
    display: inline;
  }
  .u-wbr.-mdNoWrap {
    white-space: nowrap;
  }
}
@media screen and (min-width: 992px) {
  .u-wbr.-lg {
    display: inline-block;
  }
  .u-wbr.-lgHard {
    display: block;
  }
  .u-wbr.-lgReset {
    display: inline;
  }
  .u-wbr.-lgNoWrap {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1200px) {
  .u-wbr.-xl {
    display: inline-block;
  }
  .u-wbr.-xlHard {
    display: block;
  }
  .u-wbr.-xlReset {
    display: inline;
  }
  .u-wbr.-xlNoWrap {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1500px) {
  .u-wbr.-xxl {
    display: inline-block;
  }
  .u-wbr.-xxlHard {
    display: block;
  }
  .u-wbr.-xxlReset {
    display: inline;
  }
  .u-wbr.-xxlNoWrap {
    white-space: nowrap;
  }
}

/*
  Align
*/
@media screen and (min-width: 0) {
  .u-align[data-align~="xxs:left"] {
    text-align: left;
  }
  .u-align[data-align~="xxs:center"] {
    text-align: center;
  }
  .u-align[data-align~="xxs:right"] {
    text-align: right;
  }
}
@media screen and (min-width: 360px) {
  .u-align[data-align~="xs:left"] {
    text-align: left;
  }
  .u-align[data-align~="xs:center"] {
    text-align: center;
  }
  .u-align[data-align~="xs:right"] {
    text-align: right;
  }
}
@media screen and (min-width: 576px) {
  .u-align[data-align~="sm:left"] {
    text-align: left;
  }
  .u-align[data-align~="sm:center"] {
    text-align: center;
  }
  .u-align[data-align~="sm:right"] {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .u-align[data-align~="md:left"] {
    text-align: left;
  }
  .u-align[data-align~="md:center"] {
    text-align: center;
  }
  .u-align[data-align~="md:right"] {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .u-align[data-align~="lg:left"] {
    text-align: left;
  }
  .u-align[data-align~="lg:center"] {
    text-align: center;
  }
  .u-align[data-align~="lg:right"] {
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .u-align[data-align~="xl:left"] {
    text-align: left;
  }
  .u-align[data-align~="xl:center"] {
    text-align: center;
  }
  .u-align[data-align~="xl:right"] {
    text-align: right;
  }
}
@media screen and (min-width: 1500px) {
  .u-align[data-align~="xxl:left"] {
    text-align: left;
  }
  .u-align[data-align~="xxl:center"] {
    text-align: center;
  }
  .u-align[data-align~="xxl:right"] {
    text-align: right;
  }
}

/*
  Visually Hidden
*/
.u-visuallyHidden:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.not-pc {
  display: block;
}
@media screen and (min-width: 768px) {
  .not-pc {
    display: none;
  }
}

.not-lpc {
  display: block;
}
@media screen and (min-width: 992px) {
  .not-lpc {
    display: none;
  }
}

/* =====================================================
  1.0 - Foundation
===================================================== */
/* =====================================================
  2.0 - Layout
===================================================== */
/* =====================================================
  3.0 - Object
===================================================== */
/*
  3.1 - Component
-----------------------------------------------------*/
/*
  3.2 - Project
-----------------------------------------------------*/
/*
  3.2 - Utility
-----------------------------------------------------*//*# sourceMappingURL=common.css.map */