@charset "UTF-8";

/*
 * Color
 */
/* Landscape */
/* Portrait and Landscape */
/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: (https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106) */
/**
 * Utility
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */ h2 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Reset
   ------------------------------ */
section {
  display: block;
}

address {
  font-style: normal;
}

img {
  display: block;
  width: 100%;
}

::-moz-selection {
  /* Code for Firefox */
  color: #0A0D0D;
  background-color: #F9AF3C;
}

::selection {
  color: #0A0D0D;
  background-color: #F9AF3C;
} h1::-moz-selection, h1 *::-moz-selection, h2::-moz-selection, h2 *::-moz-selection, h3::-moz-selection, h3 *::-moz-selection, h4::-moz-selection, h4 *::-moz-selection, h5::-moz-selection, h5 *::-moz-selection, h6::-moz-selection, h6 *::-moz-selection {
  color: currentColor;
  background-color: transparent;
  text-shadow: 3px 3px 0px #F9AF3C;
} h1::selection, h1 *::selection, h2::selection, h2 *::selection, h3::selection, h3 *::selection, h4::selection, h4 *::selection, h5::selection, h5 *::selection, h6::selection, h6 *::selection {
  color: currentColor;
  background-color: transparent;
  text-shadow: 3px 3px 0px #F9AF3C;
}

/* Base
   ------------------------------ */
* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  background-color: #0A0D0D;
}

body {
  width: 100vw;
  font-size: 1em;
  font-family: "Sporting Grotesque", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  color: #282B2B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #F7F4EA;
  overflow: auto;
}

body.nav-is-active {
  overflow: hidden;
}

body.is-windows {
  overflow-x: hidden;
  -ms-overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #282B2B;
  -webkit-transition: all 200ms cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 200ms cubic-bezier(0.76, 0, 0.24, 1);
}

a span {
  display: inline-block;
}

.grid {
  width: 100%;
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.grid.no-gutter {
  width: 100%;
  max-width: 84rem;
  padding-left: 0;
  padding-right: 0;
}

.grid.no-gutter > .row {
  margin-left: 0;
  margin-right: 0;
}

.grid.no-gutter > .row > [class*='col'] {
  padding-left: 0;
  padding-right: 0;
}

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

@media (max-width: 63rem) {
  .grid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 47rem) {
  .grid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

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

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

.col__inner {
  position: relative;
}

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

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter > [class*='col'] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.row.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.row.justify-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

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

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

.row.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

@media screen and (min-width: 20rem) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
    min-height: 1px;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
    min-height: 1px;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    min-height: 1px;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    min-height: 1px;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
    min-height: 1px;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    min-height: 1px;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
    min-height: 1px;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    min-height: 1px;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    min-height: 1px;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
    min-height: 1px;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
    min-height: 1px;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    min-height: 1px;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
  .hide-sm {
    display: none !important;
  }
  .show-sm {
    display: block !important;
  }
}

@media screen and (min-width: 20rem) and (min-width: 20rem) {
  .mt-sm-0 {
    margin-top: 0rem;
  }
  .mr-sm-0 {
    margin-right: 0rem;
  }
  .mb-sm-0 {
    margin-bottom: 0rem;
  }
  .ml-sm-0 {
    margin-left: 0rem;
  }
  .pt-sm-0 {
    padding-top: 0rem;
  }
  .pr-sm-0 {
    padding-right: 0rem;
  }
  .pb-sm-0 {
    padding-bottom: 0rem;
  }
  .pl-sm-0 {
    padding-left: 0rem;
  }
  .mt-sm-1 {
    margin-top: 1rem;
  }
  .mr-sm-1 {
    margin-right: 1rem;
  }
  .mb-sm-1 {
    margin-bottom: 1rem;
  }
  .ml-sm-1 {
    margin-left: 1rem;
  }
  .pt-sm-1 {
    padding-top: 1rem;
  }
  .pr-sm-1 {
    padding-right: 1rem;
  }
  .pb-sm-1 {
    padding-bottom: 1rem;
  }
  .pl-sm-1 {
    padding-left: 1rem;
  }
  .mt-sm-2 {
    margin-top: 2rem;
  }
  .mr-sm-2 {
    margin-right: 2rem;
  }
  .mb-sm-2 {
    margin-bottom: 2rem;
  }
  .ml-sm-2 {
    margin-left: 2rem;
  }
  .pt-sm-2 {
    padding-top: 2rem;
  }
  .pr-sm-2 {
    padding-right: 2rem;
  }
  .pb-sm-2 {
    padding-bottom: 2rem;
  }
  .pl-sm-2 {
    padding-left: 2rem;
  }
  .mt-sm-3 {
    margin-top: 3rem;
  }
  .mr-sm-3 {
    margin-right: 3rem;
  }
  .mb-sm-3 {
    margin-bottom: 3rem;
  }
  .ml-sm-3 {
    margin-left: 3rem;
  }
  .pt-sm-3 {
    padding-top: 3rem;
  }
  .pr-sm-3 {
    padding-right: 3rem;
  }
  .pb-sm-3 {
    padding-bottom: 3rem;
  }
  .pl-sm-3 {
    padding-left: 3rem;
  }
  .mt-sm-4 {
    margin-top: 4rem;
  }
  .mr-sm-4 {
    margin-right: 4rem;
  }
  .mb-sm-4 {
    margin-bottom: 4rem;
  }
  .ml-sm-4 {
    margin-left: 4rem;
  }
  .pt-sm-4 {
    padding-top: 4rem;
  }
  .pr-sm-4 {
    padding-right: 4rem;
  }
  .pb-sm-4 {
    padding-bottom: 4rem;
  }
  .pl-sm-4 {
    padding-left: 4rem;
  }
  .mt-sm-5 {
    margin-top: 5rem;
  }
  .mr-sm-5 {
    margin-right: 5rem;
  }
  .mb-sm-5 {
    margin-bottom: 5rem;
  }
  .ml-sm-5 {
    margin-left: 5rem;
  }
  .pt-sm-5 {
    padding-top: 5rem;
  }
  .pr-sm-5 {
    padding-right: 5rem;
  }
  .pb-sm-5 {
    padding-bottom: 5rem;
  }
  .pl-sm-5 {
    padding-left: 5rem;
  }
  .mt-sm-6 {
    margin-top: 6rem;
  }
  .mr-sm-6 {
    margin-right: 6rem;
  }
  .mb-sm-6 {
    margin-bottom: 6rem;
  }
  .ml-sm-6 {
    margin-left: 6rem;
  }
  .pt-sm-6 {
    padding-top: 6rem;
  }
  .pr-sm-6 {
    padding-right: 6rem;
  }
  .pb-sm-6 {
    padding-bottom: 6rem;
  }
  .pl-sm-6 {
    padding-left: 6rem;
  }
  .mt-sm-7 {
    margin-top: 7rem;
  }
  .mr-sm-7 {
    margin-right: 7rem;
  }
  .mb-sm-7 {
    margin-bottom: 7rem;
  }
  .ml-sm-7 {
    margin-left: 7rem;
  }
  .pt-sm-7 {
    padding-top: 7rem;
  }
  .pr-sm-7 {
    padding-right: 7rem;
  }
  .pb-sm-7 {
    padding-bottom: 7rem;
  }
  .pl-sm-7 {
    padding-left: 7rem;
  }
  .mt-sm-8 {
    margin-top: 8rem;
  }
  .mr-sm-8 {
    margin-right: 8rem;
  }
  .mb-sm-8 {
    margin-bottom: 8rem;
  }
  .ml-sm-8 {
    margin-left: 8rem;
  }
  .pt-sm-8 {
    padding-top: 8rem;
  }
  .pr-sm-8 {
    padding-right: 8rem;
  }
  .pb-sm-8 {
    padding-bottom: 8rem;
  }
  .pl-sm-8 {
    padding-left: 8rem;
  }
  .mt-sm-9 {
    margin-top: 9rem;
  }
  .mr-sm-9 {
    margin-right: 9rem;
  }
  .mb-sm-9 {
    margin-bottom: 9rem;
  }
  .ml-sm-9 {
    margin-left: 9rem;
  }
  .pt-sm-9 {
    padding-top: 9rem;
  }
  .pr-sm-9 {
    padding-right: 9rem;
  }
  .pb-sm-9 {
    padding-bottom: 9rem;
  }
  .pl-sm-9 {
    padding-left: 9rem;
  }
  .mt-sm-10 {
    margin-top: 10rem;
  }
  .mr-sm-10 {
    margin-right: 10rem;
  }
  .mb-sm-10 {
    margin-bottom: 10rem;
  }
  .ml-sm-10 {
    margin-left: 10rem;
  }
  .pt-sm-10 {
    padding-top: 10rem;
  }
  .pr-sm-10 {
    padding-right: 10rem;
  }
  .pb-sm-10 {
    padding-bottom: 10rem;
  }
  .pl-sm-10 {
    padding-left: 10rem;
  }
  .mt-sm-11 {
    margin-top: 11rem;
  }
  .mr-sm-11 {
    margin-right: 11rem;
  }
  .mb-sm-11 {
    margin-bottom: 11rem;
  }
  .ml-sm-11 {
    margin-left: 11rem;
  }
  .pt-sm-11 {
    padding-top: 11rem;
  }
  .pr-sm-11 {
    padding-right: 11rem;
  }
  .pb-sm-11 {
    padding-bottom: 11rem;
  }
  .pl-sm-11 {
    padding-left: 11rem;
  }
  .mt-sm-12 {
    margin-top: 12rem;
  }
  .mr-sm-12 {
    margin-right: 12rem;
  }
  .mb-sm-12 {
    margin-bottom: 12rem;
  }
  .ml-sm-12 {
    margin-left: 12rem;
  }
  .pt-sm-12 {
    padding-top: 12rem;
  }
  .pr-sm-12 {
    padding-right: 12rem;
  }
  .pb-sm-12 {
    padding-bottom: 12rem;
  }
  .pl-sm-12 {
    padding-left: 12rem;
  }
}

@media screen and (min-width: 48rem) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
    min-height: 1px;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
    min-height: 1px;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    min-height: 1px;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    min-height: 1px;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
    min-height: 1px;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    min-height: 1px;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
    min-height: 1px;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    min-height: 1px;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    min-height: 1px;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
    min-height: 1px;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
    min-height: 1px;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    min-height: 1px;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
}

@media screen and (min-width: 48rem) and (min-width: 48rem) {
  .mt-md-0 {
    margin-top: 0rem;
  }
  .mr-md-0 {
    margin-right: 0rem;
  }
  .mb-md-0 {
    margin-bottom: 0rem;
  }
  .ml-md-0 {
    margin-left: 0rem;
  }
  .pt-md-0 {
    padding-top: 0rem;
  }
  .pr-md-0 {
    padding-right: 0rem;
  }
  .pb-md-0 {
    padding-bottom: 0rem;
  }
  .pl-md-0 {
    padding-left: 0rem;
  }
  .mt-md-1 {
    margin-top: 1rem;
  }
  .mr-md-1 {
    margin-right: 1rem;
  }
  .mb-md-1 {
    margin-bottom: 1rem;
  }
  .ml-md-1 {
    margin-left: 1rem;
  }
  .pt-md-1 {
    padding-top: 1rem;
  }
  .pr-md-1 {
    padding-right: 1rem;
  }
  .pb-md-1 {
    padding-bottom: 1rem;
  }
  .pl-md-1 {
    padding-left: 1rem;
  }
  .mt-md-2 {
    margin-top: 2rem;
  }
  .mr-md-2 {
    margin-right: 2rem;
  }
  .mb-md-2 {
    margin-bottom: 2rem;
  }
  .ml-md-2 {
    margin-left: 2rem;
  }
  .pt-md-2 {
    padding-top: 2rem;
  }
  .pr-md-2 {
    padding-right: 2rem;
  }
  .pb-md-2 {
    padding-bottom: 2rem;
  }
  .pl-md-2 {
    padding-left: 2rem;
  }
  .mt-md-3 {
    margin-top: 3rem;
  }
  .mr-md-3 {
    margin-right: 3rem;
  }
  .mb-md-3 {
    margin-bottom: 3rem;
  }
  .ml-md-3 {
    margin-left: 3rem;
  }
  .pt-md-3 {
    padding-top: 3rem;
  }
  .pr-md-3 {
    padding-right: 3rem;
  }
  .pb-md-3 {
    padding-bottom: 3rem;
  }
  .pl-md-3 {
    padding-left: 3rem;
  }
  .mt-md-4 {
    margin-top: 4rem;
  }
  .mr-md-4 {
    margin-right: 4rem;
  }
  .mb-md-4 {
    margin-bottom: 4rem;
  }
  .ml-md-4 {
    margin-left: 4rem;
  }
  .pt-md-4 {
    padding-top: 4rem;
  }
  .pr-md-4 {
    padding-right: 4rem;
  }
  .pb-md-4 {
    padding-bottom: 4rem;
  }
  .pl-md-4 {
    padding-left: 4rem;
  }
  .mt-md-5 {
    margin-top: 5rem;
  }
  .mr-md-5 {
    margin-right: 5rem;
  }
  .mb-md-5 {
    margin-bottom: 5rem;
  }
  .ml-md-5 {
    margin-left: 5rem;
  }
  .pt-md-5 {
    padding-top: 5rem;
  }
  .pr-md-5 {
    padding-right: 5rem;
  }
  .pb-md-5 {
    padding-bottom: 5rem;
  }
  .pl-md-5 {
    padding-left: 5rem;
  }
  .mt-md-6 {
    margin-top: 6rem;
  }
  .mr-md-6 {
    margin-right: 6rem;
  }
  .mb-md-6 {
    margin-bottom: 6rem;
  }
  .ml-md-6 {
    margin-left: 6rem;
  }
  .pt-md-6 {
    padding-top: 6rem;
  }
  .pr-md-6 {
    padding-right: 6rem;
  }
  .pb-md-6 {
    padding-bottom: 6rem;
  }
  .pl-md-6 {
    padding-left: 6rem;
  }
  .mt-md-7 {
    margin-top: 7rem;
  }
  .mr-md-7 {
    margin-right: 7rem;
  }
  .mb-md-7 {
    margin-bottom: 7rem;
  }
  .ml-md-7 {
    margin-left: 7rem;
  }
  .pt-md-7 {
    padding-top: 7rem;
  }
  .pr-md-7 {
    padding-right: 7rem;
  }
  .pb-md-7 {
    padding-bottom: 7rem;
  }
  .pl-md-7 {
    padding-left: 7rem;
  }
  .mt-md-8 {
    margin-top: 8rem;
  }
  .mr-md-8 {
    margin-right: 8rem;
  }
  .mb-md-8 {
    margin-bottom: 8rem;
  }
  .ml-md-8 {
    margin-left: 8rem;
  }
  .pt-md-8 {
    padding-top: 8rem;
  }
  .pr-md-8 {
    padding-right: 8rem;
  }
  .pb-md-8 {
    padding-bottom: 8rem;
  }
  .pl-md-8 {
    padding-left: 8rem;
  }
  .mt-md-9 {
    margin-top: 9rem;
  }
  .mr-md-9 {
    margin-right: 9rem;
  }
  .mb-md-9 {
    margin-bottom: 9rem;
  }
  .ml-md-9 {
    margin-left: 9rem;
  }
  .pt-md-9 {
    padding-top: 9rem;
  }
  .pr-md-9 {
    padding-right: 9rem;
  }
  .pb-md-9 {
    padding-bottom: 9rem;
  }
  .pl-md-9 {
    padding-left: 9rem;
  }
  .mt-md-10 {
    margin-top: 10rem;
  }
  .mr-md-10 {
    margin-right: 10rem;
  }
  .mb-md-10 {
    margin-bottom: 10rem;
  }
  .ml-md-10 {
    margin-left: 10rem;
  }
  .pt-md-10 {
    padding-top: 10rem;
  }
  .pr-md-10 {
    padding-right: 10rem;
  }
  .pb-md-10 {
    padding-bottom: 10rem;
  }
  .pl-md-10 {
    padding-left: 10rem;
  }
  .mt-md-11 {
    margin-top: 11rem;
  }
  .mr-md-11 {
    margin-right: 11rem;
  }
  .mb-md-11 {
    margin-bottom: 11rem;
  }
  .ml-md-11 {
    margin-left: 11rem;
  }
  .pt-md-11 {
    padding-top: 11rem;
  }
  .pr-md-11 {
    padding-right: 11rem;
  }
  .pb-md-11 {
    padding-bottom: 11rem;
  }
  .pl-md-11 {
    padding-left: 11rem;
  }
  .mt-md-12 {
    margin-top: 12rem;
  }
  .mr-md-12 {
    margin-right: 12rem;
  }
  .mb-md-12 {
    margin-bottom: 12rem;
  }
  .ml-md-12 {
    margin-left: 12rem;
  }
  .pt-md-12 {
    padding-top: 12rem;
  }
  .pr-md-12 {
    padding-right: 12rem;
  }
  .pb-md-12 {
    padding-bottom: 12rem;
  }
  .pl-md-12 {
    padding-left: 12rem;
  }
}

@media screen and (min-width: 64rem) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
    min-height: 1px;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
    min-height: 1px;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    min-height: 1px;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    min-height: 1px;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
    min-height: 1px;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    min-height: 1px;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
    min-height: 1px;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    min-height: 1px;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    min-height: 1px;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
    min-height: 1px;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
    min-height: 1px;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    min-height: 1px;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
  .hide-lg {
    display: none !important;
  }
  .show-lg {
    display: block !important;
  }
}

@media screen and (min-width: 64rem) and (min-width: 64rem) {
  .mt-lg-0 {
    margin-top: 0rem;
  }
  .mr-lg-0 {
    margin-right: 0rem;
  }
  .mb-lg-0 {
    margin-bottom: 0rem;
  }
  .ml-lg-0 {
    margin-left: 0rem;
  }
  .pt-lg-0 {
    padding-top: 0rem;
  }
  .pr-lg-0 {
    padding-right: 0rem;
  }
  .pb-lg-0 {
    padding-bottom: 0rem;
  }
  .pl-lg-0 {
    padding-left: 0rem;
  }
  .mt-lg-1 {
    margin-top: 1rem;
  }
  .mr-lg-1 {
    margin-right: 1rem;
  }
  .mb-lg-1 {
    margin-bottom: 1rem;
  }
  .ml-lg-1 {
    margin-left: 1rem;
  }
  .pt-lg-1 {
    padding-top: 1rem;
  }
  .pr-lg-1 {
    padding-right: 1rem;
  }
  .pb-lg-1 {
    padding-bottom: 1rem;
  }
  .pl-lg-1 {
    padding-left: 1rem;
  }
  .mt-lg-2 {
    margin-top: 2rem;
  }
  .mr-lg-2 {
    margin-right: 2rem;
  }
  .mb-lg-2 {
    margin-bottom: 2rem;
  }
  .ml-lg-2 {
    margin-left: 2rem;
  }
  .pt-lg-2 {
    padding-top: 2rem;
  }
  .pr-lg-2 {
    padding-right: 2rem;
  }
  .pb-lg-2 {
    padding-bottom: 2rem;
  }
  .pl-lg-2 {
    padding-left: 2rem;
  }
  .mt-lg-3 {
    margin-top: 3rem;
  }
  .mr-lg-3 {
    margin-right: 3rem;
  }
  .mb-lg-3 {
    margin-bottom: 3rem;
  }
  .ml-lg-3 {
    margin-left: 3rem;
  }
  .pt-lg-3 {
    padding-top: 3rem;
  }
  .pr-lg-3 {
    padding-right: 3rem;
  }
  .pb-lg-3 {
    padding-bottom: 3rem;
  }
  .pl-lg-3 {
    padding-left: 3rem;
  }
  .mt-lg-4 {
    margin-top: 4rem;
  }
  .mr-lg-4 {
    margin-right: 4rem;
  }
  .mb-lg-4 {
    margin-bottom: 4rem;
  }
  .ml-lg-4 {
    margin-left: 4rem;
  }
  .pt-lg-4 {
    padding-top: 4rem;
  }
  .pr-lg-4 {
    padding-right: 4rem;
  }
  .pb-lg-4 {
    padding-bottom: 4rem;
  }
  .pl-lg-4 {
    padding-left: 4rem;
  }
  .mt-lg-5 {
    margin-top: 5rem;
  }
  .mr-lg-5 {
    margin-right: 5rem;
  }
  .mb-lg-5 {
    margin-bottom: 5rem;
  }
  .ml-lg-5 {
    margin-left: 5rem;
  }
  .pt-lg-5 {
    padding-top: 5rem;
  }
  .pr-lg-5 {
    padding-right: 5rem;
  }
  .pb-lg-5 {
    padding-bottom: 5rem;
  }
  .pl-lg-5 {
    padding-left: 5rem;
  }
  .mt-lg-6 {
    margin-top: 6rem;
  }
  .mr-lg-6 {
    margin-right: 6rem;
  }
  .mb-lg-6 {
    margin-bottom: 6rem;
  }
  .ml-lg-6 {
    margin-left: 6rem;
  }
  .pt-lg-6 {
    padding-top: 6rem;
  }
  .pr-lg-6 {
    padding-right: 6rem;
  }
  .pb-lg-6 {
    padding-bottom: 6rem;
  }
  .pl-lg-6 {
    padding-left: 6rem;
  }
  .mt-lg-7 {
    margin-top: 7rem;
  }
  .mr-lg-7 {
    margin-right: 7rem;
  }
  .mb-lg-7 {
    margin-bottom: 7rem;
  }
  .ml-lg-7 {
    margin-left: 7rem;
  }
  .pt-lg-7 {
    padding-top: 7rem;
  }
  .pr-lg-7 {
    padding-right: 7rem;
  }
  .pb-lg-7 {
    padding-bottom: 7rem;
  }
  .pl-lg-7 {
    padding-left: 7rem;
  }
  .mt-lg-8 {
    margin-top: 8rem;
  }
  .mr-lg-8 {
    margin-right: 8rem;
  }
  .mb-lg-8 {
    margin-bottom: 8rem;
  }
  .ml-lg-8 {
    margin-left: 8rem;
  }
  .pt-lg-8 {
    padding-top: 8rem;
  }
  .pr-lg-8 {
    padding-right: 8rem;
  }
  .pb-lg-8 {
    padding-bottom: 8rem;
  }
  .pl-lg-8 {
    padding-left: 8rem;
  }
  .mt-lg-9 {
    margin-top: 9rem;
  }
  .mr-lg-9 {
    margin-right: 9rem;
  }
  .mb-lg-9 {
    margin-bottom: 9rem;
  }
  .ml-lg-9 {
    margin-left: 9rem;
  }
  .pt-lg-9 {
    padding-top: 9rem;
  }
  .pr-lg-9 {
    padding-right: 9rem;
  }
  .pb-lg-9 {
    padding-bottom: 9rem;
  }
  .pl-lg-9 {
    padding-left: 9rem;
  }
  .mt-lg-10 {
    margin-top: 10rem;
  }
  .mr-lg-10 {
    margin-right: 10rem;
  }
  .mb-lg-10 {
    margin-bottom: 10rem;
  }
  .ml-lg-10 {
    margin-left: 10rem;
  }
  .pt-lg-10 {
    padding-top: 10rem;
  }
  .pr-lg-10 {
    padding-right: 10rem;
  }
  .pb-lg-10 {
    padding-bottom: 10rem;
  }
  .pl-lg-10 {
    padding-left: 10rem;
  }
  .mt-lg-11 {
    margin-top: 11rem;
  }
  .mr-lg-11 {
    margin-right: 11rem;
  }
  .mb-lg-11 {
    margin-bottom: 11rem;
  }
  .ml-lg-11 {
    margin-left: 11rem;
  }
  .pt-lg-11 {
    padding-top: 11rem;
  }
  .pr-lg-11 {
    padding-right: 11rem;
  }
  .pb-lg-11 {
    padding-bottom: 11rem;
  }
  .pl-lg-11 {
    padding-left: 11rem;
  }
  .mt-lg-12 {
    margin-top: 12rem;
  }
  .mr-lg-12 {
    margin-right: 12rem;
  }
  .mb-lg-12 {
    margin-bottom: 12rem;
  }
  .ml-lg-12 {
    margin-left: 12rem;
  }
  .pt-lg-12 {
    padding-top: 12rem;
  }
  .pr-lg-12 {
    padding-right: 12rem;
  }
  .pb-lg-12 {
    padding-bottom: 12rem;
  }
  .pl-lg-12 {
    padding-left: 12rem;
  }
}

@media screen and (min-width: 82rem) {
  .col-xlg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
    min-height: 1px;
  }
  .col-xlg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-xlg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
    min-height: 1px;
  }
  .col-xlg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-xlg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    min-height: 1px;
  }
  .col-xlg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-xlg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    min-height: 1px;
  }
  .col-xlg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-xlg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
    min-height: 1px;
  }
  .col-xlg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-xlg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    min-height: 1px;
  }
  .col-xlg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-xlg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
    min-height: 1px;
  }
  .col-xlg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-xlg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    min-height: 1px;
  }
  .col-xlg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-xlg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    min-height: 1px;
  }
  .col-xlg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-xlg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
    min-height: 1px;
  }
  .col-xlg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-xlg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
    min-height: 1px;
  }
  .col-xlg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-xlg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    min-height: 1px;
  }
  .col-xlg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .offset-xlg-0 {
    margin-left: 0%;
  }
  .offset-xlg-1 {
    margin-left: 8.33333%;
  }
  .offset-xlg-2 {
    margin-left: 16.66667%;
  }
  .offset-xlg-3 {
    margin-left: 25%;
  }
  .offset-xlg-4 {
    margin-left: 33.33333%;
  }
  .offset-xlg-5 {
    margin-left: 41.66667%;
  }
  .offset-xlg-6 {
    margin-left: 50%;
  }
  .offset-xlg-7 {
    margin-left: 58.33333%;
  }
  .offset-xlg-8 {
    margin-left: 66.66667%;
  }
  .offset-xlg-9 {
    margin-left: 75%;
  }
  .offset-xlg-10 {
    margin-left: 83.33333%;
  }
  .offset-xlg-11 {
    margin-left: 91.66667%;
  }
  .offset-xlg-12 {
    margin-left: 100%;
  }
  .hide-xlg {
    display: none !important;
  }
  .show-xlg {
    display: block !important;
  }
}

@media screen and (min-width: 82rem) and (min-width: 82rem) {
  .mt-xlg-0 {
    margin-top: 0rem;
  }
  .mr-xlg-0 {
    margin-right: 0rem;
  }
  .mb-xlg-0 {
    margin-bottom: 0rem;
  }
  .ml-xlg-0 {
    margin-left: 0rem;
  }
  .pt-xlg-0 {
    padding-top: 0rem;
  }
  .pr-xlg-0 {
    padding-right: 0rem;
  }
  .pb-xlg-0 {
    padding-bottom: 0rem;
  }
  .pl-xlg-0 {
    padding-left: 0rem;
  }
  .mt-xlg-1 {
    margin-top: 1rem;
  }
  .mr-xlg-1 {
    margin-right: 1rem;
  }
  .mb-xlg-1 {
    margin-bottom: 1rem;
  }
  .ml-xlg-1 {
    margin-left: 1rem;
  }
  .pt-xlg-1 {
    padding-top: 1rem;
  }
  .pr-xlg-1 {
    padding-right: 1rem;
  }
  .pb-xlg-1 {
    padding-bottom: 1rem;
  }
  .pl-xlg-1 {
    padding-left: 1rem;
  }
  .mt-xlg-2 {
    margin-top: 2rem;
  }
  .mr-xlg-2 {
    margin-right: 2rem;
  }
  .mb-xlg-2 {
    margin-bottom: 2rem;
  }
  .ml-xlg-2 {
    margin-left: 2rem;
  }
  .pt-xlg-2 {
    padding-top: 2rem;
  }
  .pr-xlg-2 {
    padding-right: 2rem;
  }
  .pb-xlg-2 {
    padding-bottom: 2rem;
  }
  .pl-xlg-2 {
    padding-left: 2rem;
  }
  .mt-xlg-3 {
    margin-top: 3rem;
  }
  .mr-xlg-3 {
    margin-right: 3rem;
  }
  .mb-xlg-3 {
    margin-bottom: 3rem;
  }
  .ml-xlg-3 {
    margin-left: 3rem;
  }
  .pt-xlg-3 {
    padding-top: 3rem;
  }
  .pr-xlg-3 {
    padding-right: 3rem;
  }
  .pb-xlg-3 {
    padding-bottom: 3rem;
  }
  .pl-xlg-3 {
    padding-left: 3rem;
  }
  .mt-xlg-4 {
    margin-top: 4rem;
  }
  .mr-xlg-4 {
    margin-right: 4rem;
  }
  .mb-xlg-4 {
    margin-bottom: 4rem;
  }
  .ml-xlg-4 {
    margin-left: 4rem;
  }
  .pt-xlg-4 {
    padding-top: 4rem;
  }
  .pr-xlg-4 {
    padding-right: 4rem;
  }
  .pb-xlg-4 {
    padding-bottom: 4rem;
  }
  .pl-xlg-4 {
    padding-left: 4rem;
  }
  .mt-xlg-5 {
    margin-top: 5rem;
  }
  .mr-xlg-5 {
    margin-right: 5rem;
  }
  .mb-xlg-5 {
    margin-bottom: 5rem;
  }
  .ml-xlg-5 {
    margin-left: 5rem;
  }
  .pt-xlg-5 {
    padding-top: 5rem;
  }
  .pr-xlg-5 {
    padding-right: 5rem;
  }
  .pb-xlg-5 {
    padding-bottom: 5rem;
  }
  .pl-xlg-5 {
    padding-left: 5rem;
  }
  .mt-xlg-6 {
    margin-top: 6rem;
  }
  .mr-xlg-6 {
    margin-right: 6rem;
  }
  .mb-xlg-6 {
    margin-bottom: 6rem;
  }
  .ml-xlg-6 {
    margin-left: 6rem;
  }
  .pt-xlg-6 {
    padding-top: 6rem;
  }
  .pr-xlg-6 {
    padding-right: 6rem;
  }
  .pb-xlg-6 {
    padding-bottom: 6rem;
  }
  .pl-xlg-6 {
    padding-left: 6rem;
  }
  .mt-xlg-7 {
    margin-top: 7rem;
  }
  .mr-xlg-7 {
    margin-right: 7rem;
  }
  .mb-xlg-7 {
    margin-bottom: 7rem;
  }
  .ml-xlg-7 {
    margin-left: 7rem;
  }
  .pt-xlg-7 {
    padding-top: 7rem;
  }
  .pr-xlg-7 {
    padding-right: 7rem;
  }
  .pb-xlg-7 {
    padding-bottom: 7rem;
  }
  .pl-xlg-7 {
    padding-left: 7rem;
  }
  .mt-xlg-8 {
    margin-top: 8rem;
  }
  .mr-xlg-8 {
    margin-right: 8rem;
  }
  .mb-xlg-8 {
    margin-bottom: 8rem;
  }
  .ml-xlg-8 {
    margin-left: 8rem;
  }
  .pt-xlg-8 {
    padding-top: 8rem;
  }
  .pr-xlg-8 {
    padding-right: 8rem;
  }
  .pb-xlg-8 {
    padding-bottom: 8rem;
  }
  .pl-xlg-8 {
    padding-left: 8rem;
  }
  .mt-xlg-9 {
    margin-top: 9rem;
  }
  .mr-xlg-9 {
    margin-right: 9rem;
  }
  .mb-xlg-9 {
    margin-bottom: 9rem;
  }
  .ml-xlg-9 {
    margin-left: 9rem;
  }
  .pt-xlg-9 {
    padding-top: 9rem;
  }
  .pr-xlg-9 {
    padding-right: 9rem;
  }
  .pb-xlg-9 {
    padding-bottom: 9rem;
  }
  .pl-xlg-9 {
    padding-left: 9rem;
  }
  .mt-xlg-10 {
    margin-top: 10rem;
  }
  .mr-xlg-10 {
    margin-right: 10rem;
  }
  .mb-xlg-10 {
    margin-bottom: 10rem;
  }
  .ml-xlg-10 {
    margin-left: 10rem;
  }
  .pt-xlg-10 {
    padding-top: 10rem;
  }
  .pr-xlg-10 {
    padding-right: 10rem;
  }
  .pb-xlg-10 {
    padding-bottom: 10rem;
  }
  .pl-xlg-10 {
    padding-left: 10rem;
  }
  .mt-xlg-11 {
    margin-top: 11rem;
  }
  .mr-xlg-11 {
    margin-right: 11rem;
  }
  .mb-xlg-11 {
    margin-bottom: 11rem;
  }
  .ml-xlg-11 {
    margin-left: 11rem;
  }
  .pt-xlg-11 {
    padding-top: 11rem;
  }
  .pr-xlg-11 {
    padding-right: 11rem;
  }
  .pb-xlg-11 {
    padding-bottom: 11rem;
  }
  .pl-xlg-11 {
    padding-left: 11rem;
  }
  .mt-xlg-12 {
    margin-top: 12rem;
  }
  .mr-xlg-12 {
    margin-right: 12rem;
  }
  .mb-xlg-12 {
    margin-bottom: 12rem;
  }
  .ml-xlg-12 {
    margin-left: 12rem;
  }
  .pt-xlg-12 {
    padding-top: 12rem;
  }
  .pr-xlg-12 {
    padding-right: 12rem;
  }
  .pb-xlg-12 {
    padding-bottom: 12rem;
  }
  .pl-xlg-12 {
    padding-left: 12rem;
  }
}

@media screen and (min-width: 99rem) {
  .col-max-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
    min-height: 1px;
  }
  .col-max-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-max-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
    min-height: 1px;
  }
  .col-max-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-max-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    min-height: 1px;
  }
  .col-max-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-max-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    min-height: 1px;
  }
  .col-max-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-max-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
    min-height: 1px;
  }
  .col-max-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-max-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    min-height: 1px;
  }
  .col-max-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-max-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
    min-height: 1px;
  }
  .col-max-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-max-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    min-height: 1px;
  }
  .col-max-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-max-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    min-height: 1px;
  }
  .col-max-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-max-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
    min-height: 1px;
  }
  .col-max-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-max-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
    min-height: 1px;
  }
  .col-max-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .col-max-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    min-height: 1px;
  }
  .col-max-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .offset-max-0 {
    margin-left: 0%;
  }
  .offset-max-1 {
    margin-left: 8.33333%;
  }
  .offset-max-2 {
    margin-left: 16.66667%;
  }
  .offset-max-3 {
    margin-left: 25%;
  }
  .offset-max-4 {
    margin-left: 33.33333%;
  }
  .offset-max-5 {
    margin-left: 41.66667%;
  }
  .offset-max-6 {
    margin-left: 50%;
  }
  .offset-max-7 {
    margin-left: 58.33333%;
  }
  .offset-max-8 {
    margin-left: 66.66667%;
  }
  .offset-max-9 {
    margin-left: 75%;
  }
  .offset-max-10 {
    margin-left: 83.33333%;
  }
  .offset-max-11 {
    margin-left: 91.66667%;
  }
  .offset-max-12 {
    margin-left: 100%;
  }
  .hide-max {
    display: none !important;
  }
  .show-max {
    display: block !important;
  }
}

@media screen and (min-width: 99rem) and (min-width: 99rem) {
  .mt-max-0 {
    margin-top: 0rem;
  }
  .mr-max-0 {
    margin-right: 0rem;
  }
  .mb-max-0 {
    margin-bottom: 0rem;
  }
  .ml-max-0 {
    margin-left: 0rem;
  }
  .pt-max-0 {
    padding-top: 0rem;
  }
  .pr-max-0 {
    padding-right: 0rem;
  }
  .pb-max-0 {
    padding-bottom: 0rem;
  }
  .pl-max-0 {
    padding-left: 0rem;
  }
  .mt-max-1 {
    margin-top: 1rem;
  }
  .mr-max-1 {
    margin-right: 1rem;
  }
  .mb-max-1 {
    margin-bottom: 1rem;
  }
  .ml-max-1 {
    margin-left: 1rem;
  }
  .pt-max-1 {
    padding-top: 1rem;
  }
  .pr-max-1 {
    padding-right: 1rem;
  }
  .pb-max-1 {
    padding-bottom: 1rem;
  }
  .pl-max-1 {
    padding-left: 1rem;
  }
  .mt-max-2 {
    margin-top: 2rem;
  }
  .mr-max-2 {
    margin-right: 2rem;
  }
  .mb-max-2 {
    margin-bottom: 2rem;
  }
  .ml-max-2 {
    margin-left: 2rem;
  }
  .pt-max-2 {
    padding-top: 2rem;
  }
  .pr-max-2 {
    padding-right: 2rem;
  }
  .pb-max-2 {
    padding-bottom: 2rem;
  }
  .pl-max-2 {
    padding-left: 2rem;
  }
  .mt-max-3 {
    margin-top: 3rem;
  }
  .mr-max-3 {
    margin-right: 3rem;
  }
  .mb-max-3 {
    margin-bottom: 3rem;
  }
  .ml-max-3 {
    margin-left: 3rem;
  }
  .pt-max-3 {
    padding-top: 3rem;
  }
  .pr-max-3 {
    padding-right: 3rem;
  }
  .pb-max-3 {
    padding-bottom: 3rem;
  }
  .pl-max-3 {
    padding-left: 3rem;
  }
  .mt-max-4 {
    margin-top: 4rem;
  }
  .mr-max-4 {
    margin-right: 4rem;
  }
  .mb-max-4 {
    margin-bottom: 4rem;
  }
  .ml-max-4 {
    margin-left: 4rem;
  }
  .pt-max-4 {
    padding-top: 4rem;
  }
  .pr-max-4 {
    padding-right: 4rem;
  }
  .pb-max-4 {
    padding-bottom: 4rem;
  }
  .pl-max-4 {
    padding-left: 4rem;
  }
  .mt-max-5 {
    margin-top: 5rem;
  }
  .mr-max-5 {
    margin-right: 5rem;
  }
  .mb-max-5 {
    margin-bottom: 5rem;
  }
  .ml-max-5 {
    margin-left: 5rem;
  }
  .pt-max-5 {
    padding-top: 5rem;
  }
  .pr-max-5 {
    padding-right: 5rem;
  }
  .pb-max-5 {
    padding-bottom: 5rem;
  }
  .pl-max-5 {
    padding-left: 5rem;
  }
  .mt-max-6 {
    margin-top: 6rem;
  }
  .mr-max-6 {
    margin-right: 6rem;
  }
  .mb-max-6 {
    margin-bottom: 6rem;
  }
  .ml-max-6 {
    margin-left: 6rem;
  }
  .pt-max-6 {
    padding-top: 6rem;
  }
  .pr-max-6 {
    padding-right: 6rem;
  }
  .pb-max-6 {
    padding-bottom: 6rem;
  }
  .pl-max-6 {
    padding-left: 6rem;
  }
  .mt-max-7 {
    margin-top: 7rem;
  }
  .mr-max-7 {
    margin-right: 7rem;
  }
  .mb-max-7 {
    margin-bottom: 7rem;
  }
  .ml-max-7 {
    margin-left: 7rem;
  }
  .pt-max-7 {
    padding-top: 7rem;
  }
  .pr-max-7 {
    padding-right: 7rem;
  }
  .pb-max-7 {
    padding-bottom: 7rem;
  }
  .pl-max-7 {
    padding-left: 7rem;
  }
  .mt-max-8 {
    margin-top: 8rem;
  }
  .mr-max-8 {
    margin-right: 8rem;
  }
  .mb-max-8 {
    margin-bottom: 8rem;
  }
  .ml-max-8 {
    margin-left: 8rem;
  }
  .pt-max-8 {
    padding-top: 8rem;
  }
  .pr-max-8 {
    padding-right: 8rem;
  }
  .pb-max-8 {
    padding-bottom: 8rem;
  }
  .pl-max-8 {
    padding-left: 8rem;
  }
  .mt-max-9 {
    margin-top: 9rem;
  }
  .mr-max-9 {
    margin-right: 9rem;
  }
  .mb-max-9 {
    margin-bottom: 9rem;
  }
  .ml-max-9 {
    margin-left: 9rem;
  }
  .pt-max-9 {
    padding-top: 9rem;
  }
  .pr-max-9 {
    padding-right: 9rem;
  }
  .pb-max-9 {
    padding-bottom: 9rem;
  }
  .pl-max-9 {
    padding-left: 9rem;
  }
  .mt-max-10 {
    margin-top: 10rem;
  }
  .mr-max-10 {
    margin-right: 10rem;
  }
  .mb-max-10 {
    margin-bottom: 10rem;
  }
  .ml-max-10 {
    margin-left: 10rem;
  }
  .pt-max-10 {
    padding-top: 10rem;
  }
  .pr-max-10 {
    padding-right: 10rem;
  }
  .pb-max-10 {
    padding-bottom: 10rem;
  }
  .pl-max-10 {
    padding-left: 10rem;
  }
  .mt-max-11 {
    margin-top: 11rem;
  }
  .mr-max-11 {
    margin-right: 11rem;
  }
  .mb-max-11 {
    margin-bottom: 11rem;
  }
  .ml-max-11 {
    margin-left: 11rem;
  }
  .pt-max-11 {
    padding-top: 11rem;
  }
  .pr-max-11 {
    padding-right: 11rem;
  }
  .pb-max-11 {
    padding-bottom: 11rem;
  }
  .pl-max-11 {
    padding-left: 11rem;
  }
  .mt-max-12 {
    margin-top: 12rem;
  }
  .mr-max-12 {
    margin-right: 12rem;
  }
  .mb-max-12 {
    margin-bottom: 12rem;
  }
  .ml-max-12 {
    margin-left: 12rem;
  }
  .pt-max-12 {
    padding-top: 12rem;
  }
  .pr-max-12 {
    padding-right: 12rem;
  }
  .pb-max-12 {
    padding-bottom: 12rem;
  }
  .pl-max-12 {
    padding-left: 12rem;
  }
}

/* Typography
   --------------- */ h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-weight: 500;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: 0;
}

.heading--lv1 {
  font-size: 5.0625rem;
  font-size: calc(1.59624vw + 58.01408px);
  line-height: 1.185185185;
  letter-spacing: 0.01em;
  font-weight: bold;
  font-weight: 500;
  font-weight: 600;
}

.heading--lv2 {
  font-size: 4rem;
  line-height: 1.25;
  letter-spacing: 0.02em;
  letter-spacing: calc(0.12488vw + -0.51831px);
  font-weight: bold;
  font-weight: 500;
  font-weight: 600;
}

.heading--lv2._fluid {
  font-size: calc(1.50235vw + 42.3662px);
}

.section-heading__title h3{
    font-size: 0.875em;
}

.heading--lv3 {
  font-size: 2rem;
  font-size: calc(0.75117vw + 21.1831px);
  line-height: 1.25;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-weight: 500;
  font-weight: 600;
}

.heading--lv4 {
  font-weight: bold;
  font-size: 1.5rem;
  font-size: calc(0.56338vw + 15.88732px);
  line-height: 1.5;
  font-weight: bold;
  font-weight: 500;
  font-weight: 600;
}

.heading--lv5 {
  font-size: 0.875rem;
  font-weight: bold;
  font-weight: 500;
  font-weight: 600;
  line-height: 1.428571429;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: calc(0.18779vw + 11.29577px);
}

.heading--lv6 {
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: calc(0.18779vw + 9.29577px);
}

p {
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.08em;
}

.body-02 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 1.28px;
  font-weight: 400;
}

.body-03 {
  font-size: 0.6875rem;
  line-height: 1rem;
  letter-spacing: 0.64px;
  font-weight: 400;
}

@font-face {
  font-family: 'Chromate';
  src: url("../fonts/Chromate/Chromate-Regular.eot");
  src: url("../fonts/Chromate/Chromate-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Chromate/Chromate-Regular.woff") format("woff"), url("../fonts/Chromate/Chromate-Regular.woff2") format("woff2"), url("../fonts/Chromate/Chromate-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sporting Grotesque';
  src: url("../fonts/SportingGrotesque/Regular/Sporting_Grotesque-Regular_web.eot");
  src: url("../fonts/SportingGrotesque/Regular/Sporting_Grotesque-Regular_web.eot?#iefix") format("embedded-opentype"), url("../fonts/SportingGrotesque/Regular/Sporting_Grotesque-Regular_web.woff") format("woff"), url("../fonts/SportingGrotesque/Regular/Sporting_Grotesque-Regular_web.woff2") format("woff2"), url("../fonts/SportingGrotesque/Regular/Sporting_Grotesque-Regular_web.ttf") format("truetype"), url("../fonts/SportingGrotesque/Regular/Sporting_Grotesque-Regular_web.svg#svgFontName") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sporting Grotesque';
  src: url("../fonts/SportingGrotesque/Bold/Sporting_Grotesque-Bold_web.eot");
  src: url("../fonts/SportingGrotesque/Bold/Sporting_Grotesque-Bold_web.eot?#iefix") format("embedded-opentype"), url("../fonts/SportingGrotesque/Bold/Sporting_Grotesque-Bold_web.woff") format("woff"), url("../fonts/SportingGrotesque/Bold/Sporting_Grotesque-Bold_web.woff2") format("woff2"), url("../fonts/SportingGrotesque/Bold/Sporting_Grotesque-Bold_web.ttf") format("truetype"), url("../fonts/SportingGrotesque/Bold/Sporting_Grotesque-Bold_web.svg#svgFontName") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* ================================
   Object
   ================================ */
/* Component
   -------------------------------- */
.ic {
  display: inline-block;
  background-size: 100%;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.25rem;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  -webkit-transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
          transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
  -webkit-transition-property: fill, stroke, opacity;
  transition-property: fill, stroke, opacity;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  fill: currentColor;
}

.button-container {
  width: 100%;
}

.button-container._multi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.button-container._multi .col {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.button {
  display: inline-block;
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  cursor: pointer;
  color: #0A0D0D;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  letter-spacing: 0.15em;
  font-weight: bold;
  font-weight: 500;
  font-weight: 600;
  border: 1px solid transparent;
  height: 3rem;
}

.button > * {
  pointer-events: none;
}

.button span {
  display: inline-block;
  line-height: 1.5rem;
  -webkit-transform: translate(0, 1px);
      -ms-transform: translate(0, 1px);
          transform: translate(0, 1px);
}

.button__label, .button > span {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
}

.button > svg, .button > .ic, .button > i {
  display: inline-block;
  font-style: normal;
  width: 1.5rem;
  height: 1.5rem;
}

.button > svg:first-child, .button > .ic:first-child, .button > i:first-child {
  margin-left: -8px;
}

.button__label ~ i, .button__label ~ .ic, .button__label ~ svg, .button > span ~ i, .button > span ~ .ic, .button > span ~ svg {
  margin-right: -8px;
}

.button--primary {
  background-color: #F9AF3C;
}

.button--primary:hover {
  background-color: #f8a523;
}

.button--secondary {
  background-color: #0A0D0D;
  color: #FFFFFF;
}

.button--secondary svg {
  fill: #FFFFFF;
}

.button--secondary:hover {
  background-color: #282B2B;
}

.button--tertiary {
  background-color: transparent;
  border: 2px solid #0A0D0D;
  padding: 0.625rem 1.375rem;
}

.button--tertiary:hover {
  background-color: #0A0D0D;
  color: #FFFFFF;
}

.button--white {
  background-color: #FFFFFF;
}

.button--white:hover {
  background-color: #F7F4EA;
}

@media screen and (min-width: 48rem) {
  .button {
    padding: 0.75rem 2rem;
  }
  .button--tertiary {
    padding: 0.625rem 1.875rem;
  }
  .button--has-icon-left {
    padding: 0.75rem 2rem 0.75rem 1.75rem;
  }
  .button--has-icon-right {
    padding: 0.75rem 1.75rem 0.75rem 2rem;
  }
}

.text-link {
  line-height: 24px;
  background-image: -webkit-linear-gradient(left, #F9AF3C 0%, #F9AF3C 100%);
  background-image: linear-gradient(to right, #F9AF3C 0%, #F9AF3C 100%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.text-link:hover {
  color: #F9AF3C;
  border-color: "yellow";
}

.big-type {
  position: absolute;
  font-family: "Chromate", "Georgia", "Palatino Linotype", "Times", "Times New Roman", "Hofler Text", "Hiragino Mincho Pro", "Kozuka Mincho", "Yu Mincho", YuMincho, serif;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  font-size: 108px;
  font-size: calc(6.76056vw + 10.64789px);
  line-height: 1.111111111;
  text-transform: uppercase;
  opacity: 0.5;
  color: transparent;
  -webkit-text-stroke: 1px #F9AF3C;
  letter-spacing: 0.06em;
}

.big-type__inner {
  position: relative;
}

.big-type__lines {
  display: inline-block;
}

.big-type .line {
  display: inline-block;
}

.big-type .line:not(:last-child)::after {
  display: inline-block;
  content: '\0020';
}

@media (max-width: 47rem) {
  .big-type {
    -webkit-text-stroke: 0.5px #F9AF3C;
  }
}

@media screen and (min-width: 99rem) {
  .big-type {
    font-size: 108px;
  }
}

.wave {
  width: 100vw;
  overflow: hidden;
}

.wave img {
  width: 100vw;
}

.wave--top {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

.wave--bottom {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.blob-label__inner {
  position: relative;
}

.blob-label__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}

@media (max-width: 63rem) {
  .blob-label {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

.image-container {
  position: relative;
}

a.image-container {
  display: block;
}

.lazy-image {
  width: 100%;
  object-fit: cover;
  opacity: 0;
  -webkit-transition-duration: 0ms;
          transition-duration: 0ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.lazy-image.lazy-loaded {
  opacity: 1;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
}

.lazy-parent {
  position: relative;
  overflow: hidden;
}

.lazy-parent .lazy-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

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

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

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

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

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

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

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

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

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

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

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

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

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

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

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

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

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

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

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

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

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

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

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

/**
  * Swiper Common Settings
  */
.swiper-slide-duplicate .lazy-image {
  opacity: 1 !important;
}

.swiper-slide {
  cursor: pointer;
}

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

.swiper-slide-index {
  display: none;
  position: absolute;
}

.swiper-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 2;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  bottom: 14px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.swiper-button-prev,
.swiper-button-next {
  border: 0;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  padding: 0.5rem;
  cursor: pointer;
  -webkit-transition-property: background-color, background-position;
  transition-property: background-color, background-position;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}

.swiper-button-prev span,
.swiper-button-next span {
  -webkit-transition-property: inherit;
  transition-property: inherit;
  -webkit-transition-timing-function: inherit;
          transition-timing-function: inherit;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}

.swiper-button-prev:hover span,
.swiper-button-next:hover span {
  background-color: #F5E2C5;
}

.swiper-button-prev:active span,
.swiper-button-next:active span {
  background-color: #F9AF3C;
  -webkit-transition-duration: 10ms;
          transition-duration: 10ms;
}

.swiper-button-prev span,
.swiper-button-next span {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-color: #FFFFFF;
  border-radius: 100%;
  background-size: 5px 10px;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
  overflow: hidden;
  text-indent: -99999px;
}

.swiper-button-prev {
  margin-right: 8px;
}

.swiper-button-prev span {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 1L1.5 6L6.5 11' stroke='%23282B2B'/%3E%3C/svg%3E%0A");
}

.swiper-button-next {
  margin-left: 8px;
}

.swiper-button-next span {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 1L5.5 6L0.5 11' stroke='%23282B2B'/%3E%3C/svg%3E");
}

.swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.75rem;
  padding: 0.125rem 0.75rem 0;
  border-radius: 0.75rem;
  height: 1.5rem;
  background-color: #0A0D0D;
  font-size: 0.75rem;
  line-height: 1.375rem;
  color: #FFFFFF;
}

.swiper-pagination span {
  display: inline-block;
  width: 1.25rem;
  text-align: center;
}

/* Utility
   ------------------------------ */
.inner {
  position: relative;
  width: 100%;
}

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

.t-sans-d {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.t-serif {
  font-family: "Chromate", "Georgia", "Palatino Linotype", "Times", "Times New Roman", "Hofler Text", "Hiragino Mincho Pro", "Kozuka Mincho", "Yu Mincho", YuMincho, serif;
}

.t-upp {
  text-transform: uppercase;
}

.t-cap {
  text-transform: capitalize;
}

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

.t-body-02 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.word {
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.c-1 {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

.c-2 {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.c-3 {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

.c-4 {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.c-5 {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}

.c-6 {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.c-7 {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}

.c-8 {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.c-9 {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}

.c-10 {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.c-11 {
  -webkit-transition-delay: 550ms;
          transition-delay: 550ms;
}

.c-12 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.c-13 {
  -webkit-transition-delay: 650ms;
          transition-delay: 650ms;
}

.c-14 {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

.c-15 {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}

.c-16 {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

.c-17 {
  -webkit-transition-delay: 850ms;
          transition-delay: 850ms;
}

.c-18 {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}

.c-19 {
  -webkit-transition-delay: 950ms;
          transition-delay: 950ms;
}

.c-20 {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.c-21 {
  -webkit-transition-delay: 1050ms;
          transition-delay: 1050ms;
}

.c-22 {
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms;
}

.c-23 {
  -webkit-transition-delay: 1150ms;
          transition-delay: 1150ms;
}

.c-24 {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

.c-25 {
  -webkit-transition-delay: 1250ms;
          transition-delay: 1250ms;
}

.c-26 {
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms;
}

.c-27 {
  -webkit-transition-delay: 1350ms;
          transition-delay: 1350ms;
}

.c-28 {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}

.c-29 {
  -webkit-transition-delay: 1450ms;
          transition-delay: 1450ms;
}

.c-30 {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}

.c-31 {
  -webkit-transition-delay: 1550ms;
          transition-delay: 1550ms;
}

.c-32 {
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}

.c-33 {
  -webkit-transition-delay: 1650ms;
          transition-delay: 1650ms;
}

.c-34 {
  -webkit-transition-delay: 1700ms;
          transition-delay: 1700ms;
}

.c-35 {
  -webkit-transition-delay: 1750ms;
          transition-delay: 1750ms;
}

.c-36 {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

.c-37 {
  -webkit-transition-delay: 1850ms;
          transition-delay: 1850ms;
}

.c-38 {
  -webkit-transition-delay: 1900ms;
          transition-delay: 1900ms;
}

.c-39 {
  -webkit-transition-delay: 1950ms;
          transition-delay: 1950ms;
}

.c-40 {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

.c-41 {
  -webkit-transition-delay: 2050ms;
          transition-delay: 2050ms;
}

.c-42 {
  -webkit-transition-delay: 2100ms;
          transition-delay: 2100ms;
}

.c-43 {
  -webkit-transition-delay: 2150ms;
          transition-delay: 2150ms;
}

.c-44 {
  -webkit-transition-delay: 2200ms;
          transition-delay: 2200ms;
}

.c-45 {
  -webkit-transition-delay: 2250ms;
          transition-delay: 2250ms;
}

.c-46 {
  -webkit-transition-delay: 2300ms;
          transition-delay: 2300ms;
}

.c-47 {
  -webkit-transition-delay: 2350ms;
          transition-delay: 2350ms;
}

.c-48 {
  -webkit-transition-delay: 2400ms;
          transition-delay: 2400ms;
}

.c-49 {
  -webkit-transition-delay: 2450ms;
          transition-delay: 2450ms;
}

.c-50 {
  -webkit-transition-delay: 2500ms;
          transition-delay: 2500ms;
}

.cl-yellow-t {
  color: #F9AF3C;
}

.cl-brown-t {
  color: #A36A00;
}

[data-animation='slide-in'][data-animation-dir='up'].lazy-ready .c {
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
}

[data-animation='slide-in'][data-animation-dir='up'].lazy-visible .c {
  -webkit-transform: translate(0, 0%);
      -ms-transform: translate(0, 0%);
          transform: translate(0, 0%);
}

/**
 * Makuake Banner
 */
.makuake-banner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 5000;
  height: auto;
  z-index: 5000;
  width: 25%;
}

.makuake-banner__thumb {
  width: 4rem;
  height: 5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 4rem;
      -ms-flex: 0 0 4rem;
          flex: 0 0 4rem;
  border-radius: 0.75rem;
  overflow: hidden;
}

.makuake-banner__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-weight: 500;
  font-weight: 600;
  height: 5rem;
  padding: 1rem 1.5rem 1rem 2rem;
}

.makuake-banner__label__makuake-logo {
  margin-right: 10px;
  vertical-align: middle;
  padding: 7px 0;
}

.makuake-banner__label__makuake-logo img {
  -webkit-transform: translateY(-0.5px);
      -ms-transform: translateY(-0.5px);
          transform: translateY(-0.5px);
}

.makuake-banner__label__text {
  line-height: 2rem;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-size: calc(0.0939vw + 12.64789px);
}

@media (max-width: 47rem) {
  .makuake-banner {
    -webkit-transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
            transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
    -webkit-transition-duration: 250ms;
            transition-duration: 250ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  .makuake-banner {
    right: initial;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 5rem;
  }
  .makuake-banner__link {
    border-radius: 0;
  }
  .makuake-banner__thumb {
    width: 3rem;
    height: 3rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 3rem;
        -ms-flex: 0 0 3rem;
            flex: 0 0 3rem;
    border-radius: 0.5rem;
  }
  .makuake-banner__label {
    padding: 0.5rem 0rem 0.5rem 1.5rem;
    height: 3rem;
  }
  .makuake-banner, .headroom--not-top.headroom--pinned .makuake-banner {
    -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  .headroom--not-top .makuake-banner {
    -webkit-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
}

.modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000000;
  background-color: rgba(0, 0, 0, 0.75);
}

@supports (-webkit-touch-callout: none) {
  .modal {
    min-height: -webkit-fill-available;
  }
}

.modal__outer {
  padding: 2rem 2rem;
  width: 100%;
  height: 100%;
}

.modal__inner {
  height: 100%;
}

.modal__inner:hover {
  cursor: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.10767' y='5.13397' width='24' height='2' transform='rotate(30 2.10767 5.13397)' fill='%23F7F4EA'/%3E%3Crect x='1.10767' y='17.134' width='24' height='2' transform='rotate(-30 1.10767 17.134)' fill='%23F7F4EA'/%3E%3C/svg%3E%0A"), auto;
}

.modal__panel {
  margin-left: auto;
  margin-right: auto;
  border-radius: 1rem;
  max-width: 82rem;
  background-color: #FFFFFF;
  overflow: hidden;
}

.modal__panel:hover {
  cursor: default;
}

.modal__panel__close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 0.875rem;
  border-bottom-left-radius: 1rem;
  padding: 0.75rem 2rem;
  background-color: #0A0D0D;
  color: #FFFFFF;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  line-height: 1.5rem;
  z-index: 50;
}

.modal__panel__close .ic {
  padding: 0;
  margin-right: 0.5rem;
}

.modal__panel__close * {
  pointer-events: none;
}

.modal__panel__close:hover {
  background-color: #282B2B;
}

@media (max-width: 81rem) {
  .modal__panel {
    height: 100%;
  }
}

.modal__panel__inner {
  position: relative;
}

@media (max-width: 63rem) {
  .modal__panel__inner {
    height: 100%;
  }
}

@media screen and (min-width: 64rem) {
  .modal__panel__inner {
    padding-top: 4rem;
    padding-bottom: 0rem;
    margin-bottom: 4rem;
    height: 100%;
  }
}

@media screen and (min-width: 82rem) {
  .modal__panel__main > .grid,
  .modal__panel__main > .grid > .row {
    height: 100%;
  }
}

@media (max-width: 81rem) {
  .modal__panel__main {
    padding-top: 4rem;
    padding-bottom: 4rem;
    height: 100%;
    overflow-y: scroll;
  }
}

@media (max-width: 47rem) {
  .modal__panel__main {
    padding-top: 5rem;
  }
  .modal__panel__main > .grid > .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.modal__panel__photo {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 64rem) {
  .modal__panel__photo {
    padding-right: 0;
    height: 100%;
  }
  .modal__panel__photo__inner {
    height: 100%;
  }
}

.modal__panel__info {
  background-color: white;
  position: relative;
  z-index: 2;
  padding-left: 2rem;
}

.modal .item-info {
  padding: 3rem 3rem;
}

.modal .item-info__desc {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.modal .item-info__desc .makuake-link {
  margin-top: 2rem;
}

.modal .item-info__desc a span {
  display: inline;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
  background-image: -webkit-linear-gradient(left, #F9AF3C 0%, #F9AF3C 100%);
  background-image: linear-gradient(to right, #F9AF3C 0%, #F9AF3C 100%);
  background-size: 100% 2px;
  background-position: left calc(100%);
  background-repeat: no-repeat;
  -webkit-transition: background-size 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: background-size 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.modal .item-info__desc a:hover span {
  background-size: 100% 100%;
}

.modal .item-info__link {
  margin-top: 2rem;
}

@media screen and (min-width: 82rem) {
  .modal .item-info {
    padding: 1rem 3rem;
  }
}

.modal .item__name {
  text-indent: -2px;
}

.modal .item__colors {
  margin-left: -0.5rem;
}

.modal .item__colors .color-tip {
  width: 1.25rem;
  height: 1.25rem;
}

.modal .item__price {
  font-size: 1rem;
}

.modal .item__price::before {
  font-size: inherit;
}

@media screen and (min-width: 64rem) {
  .modal .swiper-container {
    overflow: visible;
  }
}

.modal .swiper-button {
  position: absolute;
  top: 52%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 6;
}

.modal .swiper-button-prev {
  left: 0;
}

.modal .swiper-button-next {
  right: 0;
}

.modal .swiper-container-thumbs {
  position: absolute;
  bottom: -4.5rem;
  left: 16px;
  width: 100%;
}

.modal .swiper-container-thumbs .swiper-slide {
  width: 8rem;
}

.modal .swiper-container-thumbs .lazy-parent {
  background-color: #F7F4EA;
}

.modal .swiper-container-thumbs .swiper-slide {
  opacity: 0.25;
  width: 4rem;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.modal .swiper-container-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

@media screen and (min-width: 82rem) {
  .modal__outer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  @supports ((display: -ms-grid) or (display: grid)) {
    .modal__outer {
      display: -ms-grid;
      display: grid;
    }
    .modal__outer__inner {
      -ms-grid-row-align: center;
      -ms-grid-column-align: center;
      place-self: center;
    }
  }
  .modal__panel__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 82rem) {
  .modal__outer {
    display: table;
    padding: 0rem 1.5rem;
  }
  .modal__inner {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (max-width: 63rem) {
  .modal__item {
    width: calc(100vw - 48px);
  }
}

@media (max-width: 47rem) {
  .modal .grid {
    padding-left: 0;
    padding-right: 0;
  }
  .modal__outer {
    padding: 1rem;
  }
  .modal__panel__info {
    padding: 0;
    background-color: transparent;
  }
  .modal__panel__main {
    height: 100%;
    overflow-x: hidden;
  }
  .modal__panel .item-info {
    padding: 3rem 2rem 0;
  }
  .modal .swiper-container-thumbs {
    display: none;
  }
}

.mural-banner {
  position: relative;
}

.mural-banner .wave {
  position: absolute;
  z-index: 1;
}

.mural-banner .mural-wave-top {
  top: -1px;
}

.mural-banner .mural-wave-bottom {
  bottom: 0;
}

.header__inner {
  position: relative;
  width: 100%;
}

.header__logo {
  position: fixed;
  top: 0;
  left: 0;
  background: #0A0D0D;
  width: 4rem;
  height: 4rem;
  z-index: 15000;
  padding: 0.25rem;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

.header__logo svg {
  width: 100%;
  height: 100%;
  padding: 0;
}

@media screen and (min-width: 64rem) {
  .header__logo:hover {
    height: 6rem;
    padding-top: 1rem;
  }
}

.header__logo, .headroom--top .header__logo {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.headroom--not-top .header__logo {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

@media screen and (min-width: 48rem) {
  .header__logo {
    left: 4rem;
    padding: 0.75rem;
    width: 5rem;
    height: 5rem;
  }
  .header__logo:hover {
    padding-top: 1.75rem;
  }
}

@media screen and (min-width: 99rem) {
  .header__logo {
    width: 8rem;
    height: 8rem;
  }
  .header__logo:hover {
    height: 9rem;
    padding-top: 1.75rem;
  }
}

.nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0vh;
  z-index: 10000;
  pointer-events: none;
  overflow: hidden;
  background-color: #0A0D0D;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transition-property: height;
  transition-property: height;
}

.nav-menu a {
  color: #F7F4EA;
  display: block;
}

.nav-menu a:hover {
  color: #F9AF3C;
}

.nav-menu__inner {
  position: relative;
  width: 100vw;
  height: 100vh;
  padding: 5rem 1.5rem;
}

@media screen and (min-width: 48rem) {
  .nav-menu__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 47rem) {
  .nav-menu__inner {
    overflow-x: initial;
    overflow-y: auto;
    padding-bottom: 64px;
  }
}

.nav-menu__overlay {
  width: 100%;
  top: 0;
  right: 0;
  height: 0%;
  position: absolute;
  background-color: #0A0D0D;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: width, height;
  transition-property: width, height;
}

.nav-menu .mushroom {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80vw;
  max-width: 623px;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
      -ms-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
  opacity: 0;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.nav-menu .mushroom img {
  width: 100%;
  height: auto;
}

.nav-menu__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

@media screen and (min-width: 64rem) {
  .nav-menu__main {
    height: 58vh;
    min-height: 468px;
  }
}

@media screen and (min-width: 82rem) {
  .nav-menu__main {
    height: 64vh;
    min-height: 492px;
  }
}

@media (max-width: 47rem) {
  .nav-menu__main {
    display: block;
    padding-top: 8rem;
    padding-left: 2rem;
  }
}

.nav-menu__item {
  margin-bottom: 2rem;
}

@media screen and (min-width: 64rem) {
  .nav-menu__item {
    padding-left: calc(50% * 1 / 12);
  }
}

/* @media screen and (min-width: 82rem) {
  .nav-menu__item {
    padding-left: calc(100% * 1 / 12);
  }
}  221226*/

.nav-menu__item a {
  position: relative;
}

.nav-menu__item__index {
  display: none;
  position: absolute;
  top: 36%;
  left: -3rem;
  font-size: calc(0.18779vw + 9.29577px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nav-menu__item__title {
  font-family: "Chromate", "Georgia", "Palatino Linotype", "Times", "Times New Roman", "Hofler Text", "Hiragino Mincho Pro", "Kozuka Mincho", "Yu Mincho", YuMincho, serif;
  font-size: 4rem;
  line-height: 1.25;
  letter-spacing: 0.02em;
  letter-spacing: calc(0.12488vw + -0.51831px);
  font-weight: bold;
  font-weight: 500;
  font-weight: 600;
  font-size: calc(1.69014vw + 23.66197px);
}

.nav-menu__item__title._fluid {
  font-size: calc(1.50235vw + 42.3662px);
}

@media screen and (min-width: 82rem) {
  .nav-menu__item__title {
    font-size: 48px;
  }
}

.nav-menu__item__title .c {
  -webkit-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.nav-menu__item__title__main {
  display: block;
  white-space: nowrap;
}

.nav-menu__item__title__sub {
  font-size: 0.75rem;
  letter-spacing: 0.16rem;
  line-height: 1rem;
  -webkit-transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
          transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  margin-top: -8px;
}

.nav-menu .grid.type-02 .global-nav__item {
  margin-bottom: 2rem;
}

.nav-menu .social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: absolute;
  left: 0;
  width: 100%;
  height: 24px;
  bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}

.nav-menu .social-list a {
  position: relative;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: color, padding, -webkit-transform;
  transition-property: color, padding, -webkit-transform;
  transition-property: color, transform, padding;
  transition-property: color, transform, padding, -webkit-transform;
  line-height: 1.5rem;
}

.nav-menu .social-list a::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0%;
  height: 1px;
  background-color: #F9AF3C;
  -webkit-transition: width 250ms cubic-bezier(0.76, 0, 0.24, 1);
  transition: width 250ms cubic-bezier(0.76, 0, 0.24, 1);
}

.nav-menu .social-list a:active {
  padding-bottom: 1px;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

@media screen and (min-width: 48rem) {
  .nav-menu .social-list__item {
    padding: 0 1rem;
  }
}

@media screen and (min-width: 48rem) and (min-width: 48rem) {
  .nav-menu .social-list a:hover {
    padding-bottom: 4px;
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  .nav-menu .social-list a:hover::after {
    width: 100%;
  }
}

.nav-menu .c {
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  will-change: transform;
}

.nav-menu.is-active {
  pointer-events: all;
  height: 100%;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
}

.nav-menu.is-active .c {
  -webkit-transform: translate(0, 0%);
      -ms-transform: translate(0, 0%);
          transform: translate(0, 0%);
}

.nav-menu.is-active .mushroom {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 0.15;
}

@media (max-width: 47rem) {
  .nav-menu__inner {
    padding: 0;
  }
  .nav-menu__list {
    overflow: auto;
    height: 100%;
    padding: 6rem 0 2rem;
  }
  .nav-menu__item__index {
    top: 32%;
    left: -2.5rem;
  }
  .nav-menu .social-list {
    position: static;
    margin: 0 -2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 1px solid #282B2B;
    max-width: none;
    height: auto;
    width: auto;
  }
  .nav-menu .social-list a {
    line-height: 3rem;
    margin: 0 1rem;
  }
}

@media (device-width: 375px) and (device-height: 812px) {
  .nav-menu__list {
    height: 635px;
  }
}

@media (device-width: 375px) and (device-height: 667px) {
  .nav-menu__list {
    height: 553px;
    height: calc(100vh - 70px - 44px);
  }
}

.nav-toggle {
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  border: 0;
  width: 15.25rem;
  height: 14rem;
  background-color: transparent;
  cursor: pointer;
  z-index: 10500;
}

.nav-toggle:focus {
  outline: none;
}

.nav-toggle__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.nav-toggle .mushroom {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-toggle .mushroom .image-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.nav-toggle .mushroom svg path, .nav-toggle .mushroom svg polygon {
  -webkit-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: fill, stroke, opacity;
  transition-property: fill, stroke, opacity;
}

.nav-toggle .mushroom svg .cap {
  fill: #FFFFFF;
  stroke: #FFFFFF;
  opacity: 0;
}

.nav-toggle .mushroom svg .folds path {
  stroke: #C0AA80;
  opacity: 0;
}

.nav-toggle .mushroom svg .rings .inner-ring {
  fill: #FFFFFF;
}

.nav-toggle .mushroom svg .rings .middle-ring {
  opacity: 0;
  fill: #F7F4EA;
}

.nav-toggle .mushroom svg .rings polygon {
  stroke: #FFFFFF;
}

.nav-toggle__button {
  position: absolute;
  right: 3.3125rem;
  top: 3.5rem;
  width: 5rem;
  height: 5rem;
  border: none;
  background-color: transparent;
  padding: 0.75rem;
}

.nav-toggle__button:focus {
  outline: none;
}

.nav-toggle__button__inner {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  padding: 12px 0px 4px;
}

.nav-toggle__button__icon {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 auto 4px;
}

.nav-toggle__button__icon i {
  display: inline-block;
  position: absolute;
  width: 1.5rem;
  height: 0.125rem;
  background-color: #0A0D0D;
  -webkit-transition: 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  transition: 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  -webkit-transition-property: opacity, top, -webkit-transform;
  transition-property: opacity, top, -webkit-transform;
  transition-property: transform, opacity, top;
  transition-property: transform, opacity, top, -webkit-transform;
}

.nav-toggle__button__icon i:first-child {
  top: 5px;
  left: 0;
}

.nav-toggle__button__icon i:nth-child(2) {
  top: 11px;
  left: 0;
}

.nav-toggle__button__icon i:last-child {
  top: 17px;
  left: 0;
}

.nav-toggle__button__label {
  position: relative;
  width: 100%;
  height: 0.75rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 0.75rem;
  overflow: hidden;
  pointer-events: none;
}

.nav-toggle__button__label *:focus {
  background-color: transparent;
}

.nav-toggle__button__label .open {
  opacity: 1;
  -webkit-transition: 50ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: 50ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-toggle__button__label .open .word {
  margin: auto;
}

.nav-toggle__button__label .open .c {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.nav-toggle__button__label .close {
  position: absolute;
  top: 0;
  left: 0.5em;
  opacity: 0;
  -webkit-transition: 50ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: 50ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-toggle__button__label .close .c {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.nav-toggle:hover .mushroom svg .cap {
  fill: #F7F4EA;
}

.nav-toggle:hover .mushroom svg .cap {
  opacity: 1;
}

.nav-toggle:hover .mushroom svg .folds path {
  opacity: 1;
}

.nav-toggle:hover .mushroom svg .rings .inner-ring {
  fill: #F7F4EA;
}

.nav-toggle:hover .mushroom svg .rings .middle-ring {
  opacity: 1;
}

.nav-toggle.is-active .mushroom svg .cap {
  fill: none !important;
  stroke: #F9AF3C;
  opacity: .15;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.nav-toggle.is-active .mushroom svg .folds path {
  opacity: .15;
  stroke: #F9AF3C;
}

.nav-toggle.is-active .mushroom svg .rings {
  opacity: .15;
}

.nav-toggle.is-active .mushroom svg .rings .inner-ring {
  fill: none;
  stroke: #F9AF3C;
}

.nav-toggle.is-active .mushroom svg .rings .middle-ring {
  fill: none;
  stroke: #F9AF3C;
}

.nav-toggle.is-active .nav-toggle__button__icon i {
  background-color: #F7F4EA;
}

.nav-toggle.is-active .nav-toggle__button__icon i:first-child {
  top: 11px;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}

.nav-toggle.is-active .nav-toggle__button__icon i:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-active .nav-toggle__button__icon i:last-child {
  top: 11px;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.nav-toggle.is-active .nav-toggle__button__label {
  color: #F7F4EA;
}

.nav-toggle.is-active .nav-toggle__button__label .open {
  opacity: 0;
}

.nav-toggle.is-active .nav-toggle__button__label .open .c {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.nav-toggle.is-active .nav-toggle__button__label .close {
  opacity: 1;
}

.nav-toggle.is-active .nav-toggle__button__label .close .c {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

@media (max-width: 47rem) {
  .nav-toggle {
    width: 8rem;
    height: 8rem;
  }
  .nav-toggle__button {
    top: 0.875rem;
    right: 0.5rem;
  }
  .nav-toggle__button__label .open {
    visibility: hidden;
  }
}

.contact {
  padding-bottom: 0;
}

.contact .section__inner {
  background-color: #282B2B;
}

.contact .section-heading {
  color: #FFFFFF;
}

.contact .contact-button {
  position: relative;
  display: block;
  margin-bottom: 1rem;
  border: 1px solid #F7F4EA;
  border-radius: 0.5rem;
  padding: 1.4375rem 3.9375rem;
  width: 100%;
  height: 4.5rem;
  line-height: 1.5rem;
  overflow: hidden;
  color: #F7F4EA;
  -webkit-transition-property: background-color, border-color, color;
  transition-property: background-color, border-color, color;
}

.contact .contact-button .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -42%) scale(1.52092);
      -ms-transform: translate(-50%, -42%) scale(1.52092);
          transform: translate(-50%, -42%) scale(1.52092);
  width: 100%;
  padding-bottom: 37.5%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 250ms ease, -webkit-transform 1000ms ease;
  transition: opacity 250ms ease, -webkit-transform 1000ms ease;
  transition: transform 1000ms ease, opacity 250ms ease;
  transition: transform 1000ms ease, opacity 250ms ease, -webkit-transform 1000ms ease;
  opacity: 0;
}

.contact .contact-button._email .bg {
  background-image: url("../img/misc/contact-button-bg-1.svg");
}

.contact .contact-button._phone .bg {
  background-image: url("../img/misc/contact-button-bg-2.svg");
}

.contact .contact-button .ic {
  position: absolute;
  top: 1.5rem;
  left: 2rem;
  padding: 0;
  fill: #F7F4EA;
  z-index: 1;
}

.contact .contact-button span {
  position: relative;
  display: block;
  width: auto;
  text-align: center;
  letter-spacing: 0;
  font-size: 1rem;
  font-size: calc(0.46948vw + 9.23944px);
  z-index: 1;
  white-space: nowrap;
  -webkit-transform: translate(0, 1px);
      -ms-transform: translate(0, 1px);
          transform: translate(0, 1px);
}

.contact .contact-button:hover {
  color: #282B2B;
  background-color: #F7F4EA;
  border-color: #282B2B;
}

.contact .contact-button:hover .bg {
  -webkit-transform: translate(-50%, -50%) scale(1.52092);
      -ms-transform: translate(-50%, -50%) scale(1.52092);
          transform: translate(-50%, -50%) scale(1.52092);
  opacity: 1;
}

.contact .contact-button:hover .ic {
  fill: #0A0D0D;
}

@media (max-width: 47rem) {
  .contact .wave img {
    width: 200vw;
    -webkit-transform: translateX(-18%);
        -ms-transform: translateX(-18%);
            transform: translateX(-18%);
  }
  .contact .contact-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.6875rem 3.5rem;
    height: 3rem;
  }
  .contact .contact-button .ic {
    width: 1.25rem;
    height: 1.25rem;
    top: 13px;
    left: 20px;
  }
  .contact .contact-button span {
    height: 1.5rem;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.footer {
  background-color: #282B2B;
  color: #F7F4EA;
}

.footer__inner {
  padding: 0rem 0 2rem;
}

.footer__inner .copyright {
  text-align: center;
  font-size: 0.6875rem;
  line-height: 1.5rem;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

@media (max-width: 47rem) {
  .footer__inner {
    padding: 0rem 0 5rem;
  }
}

/**
 * Hero
 */
.hero {
  position: relative;
  margin-bottom: 3rem;
  padding: 2rem;
  height: 100vh;
}
.hero h1{
    text-align: right;
    font-weight: normal;
    font-size: 10px;
    padding: 0 10px;
    color: #58492c;
}
@media (max-width: 47rem) {
.hero h1{
    display: none;
    }
}

.hero__inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #F7F4EA;
  overflow: hidden;
  border-radius: 1rem;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

body.loaded .hero__inner {
  background-color: #7A5431;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.hero__rd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero__rd__top::before, .hero__rd__top::after, .hero__rd__bottom::before, .hero__rd__bottom::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F7F4EA'%3E%3Cpath d='M16,0C7.2,0,0,7.2,0,16V0H16z'/%3E%3C/svg%3E");
}

.hero__rd__top::before {
  top: 0;
  left: 0;
}

.hero__rd__top::after {
  top: 0;
  right: 0;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.hero__rd__bottom::before {
  bottom: 0;
  left: 0;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.hero__rd__bottom::after {
  bottom: 0;
  right: 0;
  -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.hero__logo {
  position: absolute;
  width: 8rem;
  height: 8rem;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  z-index: 10;
}

.hero__logo svg {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  fill: #0A0D0D;
}

body.loaded .hero__logo svg {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-property: fill;
  transition-property: fill;
  fill: white;
}

.hero .tagline {
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #FFFFFF;
  max-width: 80em;
}

.hero .tagline__main {
  width: 7em;
  margin: 0 auto 2rem;
  font-size: calc(3.84977vw + 25.56338px);
  margin-bottom: calc(1.50235vw + 10.3662px);
}

.hero .tagline__sub {
  display: inline-block;
  font-size: 0.875rem;
  font-size: calc(0.28169vw + 9.94366px);
  font-weight: bold;
  font-weight: 500;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-transform: uppercase;
  opacity: 0;
}

body.loaded .hero .tagline__sub {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: filter, opacity, transform;
  transition-property: filter, opacity, transform, -webkit-filter, -webkit-transform;
  -webkit-transform: translateY(32px);
      -ms-transform: translateY(32px);
          transform: translateY(32px);
  opacity: 1.0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.hero .tagline .js-split {
  -webkit-transition: 250ms ease;
  transition: 250ms ease;
  opacity: 0;
}

body.loaded .hero .tagline .js-split {
  opacity: 1;
}

.hero .tagline .word {
  margin: auto;
  height: 1.2em;
}

.hero .article .tagline__main {
  font-size: calc(0.75117vw + 21.1831px);
  margin-bottom: calc(1.50235vw + 10.3662px);
}

.hero .article .tagline__sub {
  font-size: 1.5rem;
  line-height: 1.3;
  font-size: calc(1.87793vw + 12.95775px);
  padding-left: 0;
}

@media (max-width: 47rem) {
  .hero .article .tagline__sub {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.hero .scroll {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 9;
  opacity: 0;
}

body.loaded .hero .scroll {
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.hero .scroll__inner {
  position: relative;
}

.hero .scroll__label {
  position: relative;
  margin-bottom: 1rem;
  height: 1rem;
}

.hero .scroll__label .text {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 0.625rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  line-height: 1rem;
  color: #FFFFFF;
  font-weight: bold;
  font-weight: 500;
  font-weight: 600;
  -webkit-transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
          transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
  -webkit-transition-duration: 10ms;
          transition-duration: 10ms;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hero .scroll__label .text .word {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.hero .scroll__label ._after.word {
  opacity: 1;
}

.hero .scroll__label ._after .c {
  -webkit-transform: translateY(101%);
      -ms-transform: translateY(101%);
          transform: translateY(101%);
}

.hero .scroll__icon {
  position: relative;
  width: 1rem;
  height: 3rem;
  margin: 0 auto;
}

.hero .scroll__icon::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  height: 3rem;
  width: 2px;
  background-color: #FFFFFF;
}

.hero .scroll__icon::after {
  content: '';
  display: inline-block;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -8px);
      -ms-transform: translate(0, -8px);
          transform: translate(0, -8px);
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 100%;
  border: 2px solid #FFFFFF;
  -webkit-animation-name: anim;
          animation-name: anim;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
          animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes anim {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -8px);
            transform: translate(0, -8px);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
}

@keyframes anim {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -8px);
            transform: translate(0, -8px);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
}

.hero .scroll:hover .scroll__label ._before .c {
  -webkit-transform: translateY(-101%);
      -ms-transform: translateY(-101%);
          transform: translateY(-101%);
}

.hero .scroll:hover .scroll__label ._after .c {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.hero .mushroom {
  position: absolute;
  left: 0;
  bottom: -220px;
  max-width: 342px;
  width: 23.75vw;
  width: calc(20.84507vw + 41.83099px);
  z-index: 2;
}

.hero .mushroom .image-container {
  overflow: hidden;
}

.hero .mushroom img {
  -webkit-transform: translate(-6.31944vw, 0);
      -ms-transform: translate(-6.31944vw, 0);
          transform: translate(-6.31944vw, 0);
}

.hero .swiper-container {
  height: 100%;
}

.hero .swiper-wrapper {
  height: 100%;
}

.hero .swiper-slide {
  position: relative;
  -webkit-transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
          transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
}

.hero .swiper-slide__inner {
  height: 100%;
}

.hero .swiper-slide__image {
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, filter, transform;
  transition-property: opacity, filter, transform, -webkit-filter, -webkit-transform;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
          transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}

.hero .swiper-slide .c {
  display: inline-block;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.hero .swiper-slide.swiper-slide-active .c, .hero .swiper-slide.swiper-slide-duplicate-active .c {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

body:not(.loaded) .hero .swiper-slide.swiper-slide-active .c, body:not(.loaded) .hero .swiper-slide.swiper-slide-duplicate-active .c {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: none;
  transition: none;
}

body.loaded .hero .swiper-slide.swiper-slide-active .swiper-slide__image, body.loaded .hero .swiper-slide.swiper-slide-duplicate-active .swiper-slide__image {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 0.75;
}

.hero .swiper-slide.swiper-slide-active .tagline__sub, .hero .swiper-slide.swiper-slide-duplicate-active .tagline__sub {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

body:not(.loaded) .hero .swiper-slide.swiper-slide-active .tagline__sub, body:not(.loaded) .hero .swiper-slide.swiper-slide-duplicate-active .tagline__sub {
  -webkit-filter: blur(50px);
          filter: blur(50px);
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: none;
  transition: none;
}

.hero .tagline {
  width: 100%;
  padding: 0 0.5em;
}

.hero .tagline__main {
  width: auto;
}

.hero .word {
  display: inline-block;
}

.hero .button-container {
  margin-top: 32px;
  text-align: center;
}

.hero .swiper-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

body.loaded .hero .swiper-controls {
  -webkit-transition-property: opacity, right, -webkit-transform;
  transition-property: opacity, right, -webkit-transform;
  transition-property: opacity, transform, right;
  transition-property: opacity, transform, right, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
  opacity: 1;
}

.hero .swiper-button-prev,
.hero .swiper-button-next {
  margin: 0;
}

@media screen and (min-width: 48rem) {
  .hero .swiper-controls {
    bottom: 5rem;
    left: auto;
    right: 1rem;
    -webkit-transform: translate(0%, 100%);
        -ms-transform: translate(0%, 100%);
            transform: translate(0%, 100%);
    width: 8rem;
    height: 3rem;
  }
  body.loaded .hero .swiper-controls {
    -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

@media (min-width: 64rem) and (max-height: 768px) {
  .hero {
    height: 768px;
  }
  .hero .scroll {
    bottom: 1.5rem;
  }
}

@media (max-width: 47rem) {
  .hero {
    padding: 1rem;
    height: 80vh;
  }
  .hero__logo {
    top: 3vh;
    width: 5.5rem;
    height: 5.5rem;
  }
  .hero .tagline {
    top: 50%;
  }
  .hero .tagline__sub {
    padding-left: 0.875em;
  }
  .hero .tagline__sub span {
    display: block;
    text-align: center;
  }
  .hero .scroll {
    bottom: 16px;
  }
  .hero .swiper-controls {
    bottom: 0.5rem;
    width: 100%;
    left: 0;
    padding: 0 1rem;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hero .swiper-button-prev {
    position: absolute;
  }
  .hero .swiper-button-next {
    margin-left: auto;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .hero {
    height: 635px;
  }
}

@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  .hero {
    height: 553px;
  }
}

.loading {
  display: inline-block;
  position: absolute;
  top: 52.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: calc(0.46948vw + 9.23944px);
  color: #0A0D0D;
  z-index: 200;
  pointer-events: none;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.loading__inner {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.loading__text {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

body.loaded .loading__text {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.section {
  overflow: hidden;
}

.section--lv1 {
  position: relative;
  padding-top: 4.875rem;
  padding-bottom: 4.875rem;
}

.section.contact {
  padding-bottom: 0;
}

.section.store {
  overflow: visible;
}

.section-heading {
  margin-bottom: 6rem;
}

.section-heading__inner {
  position: relative;
  padding-left: 1rem;
}

.section-heading__index {
  display: none;
  position: absolute;
  top: 1.375rem;
  left: -2.5rem;
  font-size: 0.75rem;
  line-height: 2rem;
  letter-spacing: 2.56px;
}

.section-heading__index::before {
  content: '0';
}

.section-heading__title h2 {
  margin: 0;
  font-family: "Chromate", "Georgia", "Palatino Linotype", "Times", "Times New Roman", "Hofler Text", "Hiragino Mincho Pro", "Kozuka Mincho", "Yu Mincho", YuMincho, serif;
  text-transform: capitalize;
}

.section-heading__title h2 span {
  text-transform: initial;
}

.section-heading__title h2 span:first-child {
  text-transform: capitalize;
}

@media screen and (min-width: 64rem) {
  .section-heading__inner {
    margin-left: calc(100% * 1/12);
  }
}

@media (min-width: 48rem) and (max-width: 64rem) {
  .section-heading__inner {
    margin-left: calc(100% * 1 / 12);
  }
}

@media (max-width: 47rem) {
  .section-heading {
    margin-bottom: 3rem;
  }
  .section-heading .word:not(:first-child) {
    display: block;
  }
  .section-heading__inner {
    padding-left: 0;
    margin-left: 1rem;
  }
  .section-heading__index {
    top: 15px;
  }
}

.section-main {
  position: relative;
}

.section__inner {
  position: relative;
}

.concept {
  position: relative;
  z-index: 3;
  padding-bottom: 0;
}

.concept h3 {
  margin-bottom: 2rem;
}

.concept h3 span {
  display: block;
}

.concept p {
  max-width: 43.5rem;
  font-size: 1rem;
  line-height: 2;
}

.concept .section__inner {
  padding-bottom: calc(11.26761vw + -2.25352px);
}

.concept .big-type {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
}

.concept .big-type__inner {
  max-width: 82rem;
  margin: 0 auto;
}

.concept .big-type .line {
  width: 100%;
}

.concept .big-type .line-1 {
  text-align: left;
  line-height: 0;
}

.concept .big-type .line-2 {
  text-align: right;
  text-indent: -1em;
}

.concept .mushroom {
  position: absolute;
  width: 22.22222vw;
  width: calc(7.51174vw + 211.83099px);
  right: 5vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-height: 100%;
}

.concept .mushroom .image-container {
  height: 100%;
}

.concept .mushroom img {
  -webkit-transform: translate(0, 0) rotate(-15deg);
      -ms-transform: translate(0, 0) rotate(-15deg);
          transform: translate(0, 0) rotate(-15deg);
}

.concept .button {
  margin-top: 2rem;
}

@media (max-width: 47rem) {
  .concept .big-type {
    font-size: 7vmax;
    top: 50%;
    bottom: initial;
  }
  .concept .big-type__inner {
    padding: 0 1rem;
  }
  .concept .big-type .line-1 {
    line-height: 0;
  }
  .concept .big-type .line-2 {
    text-align: left;
    text-indent: 0;
  }
}

.topics__column__inner {
  background-color: #FFFFFF;
  border-radius: 1rem;
}

.topics__column__header {
  padding: 0.75rem 1.5rem 0.6875rem;
  text-align: center;
  border-bottom: 1px solid #ECEDF0;
}

.topics__column__header .ic {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.25rem;
  border-radius: 100%;
  box-shadow: 0 0 0 1px #ECEDF0;
}

.topics__column__header .ic.twitter {
  fill: #38A1F2;
}

.topics__column__header .ic.facebook {
  fill: #3B5998;
}

.topics__column__header .ic.instagram {
  fill: #E1306C;
}

.topics__column__content {
  padding: 1rem;
  height: 500px;
}

.topics__column__footer {
  height: 3rem;
}

.topics__column__footer .ic {
  margin-right: -1.5rem;
}

.topics__column__footer a {
  display: block;
  padding: 0.75rem 1.5rem;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  font-size: 0.75rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #FFFFFF;
}

.topics__column__footer a.tw {
  background-color: #1DA1F2;
}

.topics__column__footer a.tw:hover {
  background-color: #0c85d0;
}

.topics__column__footer a.fb {
  background-color: #3B5998;
}

.topics__column__footer a.fb:hover {
  background-color: #2d4373;
}

.topics__column__footer a.ig {
  background-color: #E1306C;
}

.topics__column__footer a.ig:hover {
  background-color: #c21c54;
}

.topics__column__footer a span {
  position: relative;
  line-height: 26px;
}

.topics .tw-feed,
.topics .ig-feed {
  border: 1px solid #ebedf0;
}

.topics .ig-feed {
  position: relative;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  overflow-y: scroll;
}

.topics .ig-feed .instagram_gallery {
  height: 465px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -2px;
  margin-right: -2px;
}

.topics .ig-feed .instagram_gallery a {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 3);
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
  -webkit-flex: 0 0 100%/3;
      -ms-flex: 0 0 100%/3;
          flex: 0 0 100%/3;
  padding: 1px;
  -webkit-transition: opacity ease 250ms;
  transition: opacity ease 250ms;
}

.topics .ig-feed .instagram_gallery a:hover {
  opacity: 0.75;
}

.topics .ig-feed:empty::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.75;
  content: attr(data-label-loading);
}

.topics .ig-feed.error::before {
  content: attr(data-label-error);
}

@media (max-width: 47rem) {
  .topics__column--ig .topics__column__content {
    height: auto;
  }
  .topics__column--ig .ig-feed {
    height: auto;
  }
}

.topics .crt-widget.crt-widget-branded .crt-logo {
  font-size: 12px;
  text-align: center;
  font-family: sans-serif;
  opacity: 0.75;
  bottom: 0;
  right: 50%;
  -webkit-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

.topics .crt-widget.crt-widget-branded .crt-logo:hover {
  text-decoration: underline;
}

/**
 *  Shop - common
 */
.shop__header {
  position: relative;
}

.shop .shop-name {
  margin-bottom: 1.25rem;
}

.shop .shop-photo {
  width: 100vw;
}

.shop .shop-info__inner {
  border-radius: 1rem;
  box-shadow: 0px 15px 40px rgba(190, 185, 170, 0.2), 0px 4px 12px rgba(190, 185, 170, 0.13), 0px 1px 1.81152px rgba(190, 185, 170, 0.01);
  background-color: #FFFFFF;
  padding: 2rem 3rem 1.5rem;
}

.shop .shop-info__content .shop-address,
.shop .shop-info__content .shop-tel,
.shop .shop-info__content .shop-fax {
  position: relative;
  padding-left: 2rem;
  letter-spacing: 1.28px;
}

.shop .shop-info__content .shop-address .ic,
.shop .shop-info__content .shop-tel .ic,
.shop .shop-info__content .shop-fax .ic {
  position: absolute;
  top: 0;
  left: 0;
}

.shop .shop-info__content .shop-address {
  margin-bottom: 0.5rem;
}

.shop .shop-info__content .shop-address__line {
  display: inline;
}

.shop .shop-info__content .shop-address__line::after {
  content: '\30FB';
  display: inline-block;
}

.shop .shop-info__content .shop-address__map {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  height: 1.5rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 64rem) {
  .shop .shop-info__content .shop-address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.shop .shop-info__content .shop-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.shop .shop-info__content .shop-tel, .shop .shop-info__content .shop-fax {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.shop .shop-info__content .shop-tel .ic, .shop .shop-info__content .shop-fax .ic {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24px;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  margin-right: 8px;
}

.shop .shop-info__content .shop-tel .number, .shop .shop-info__content .shop-fax .number {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.shop .shop-info__content .shop-tel {
  margin-right: 1rem;
}

.shop .shop-info__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3rem;
}

.shop .shop-info__footer a {
  display: inline-block;
  position: relative;
  padding: 0.625rem 1.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #282B2B;
  text-align: center;
  font-size: 0.875rem;
}

.shop .shop-info__footer a span {
  line-height: 1.5rem;
  -webkit-transform: translateY(1.5px);
      -ms-transform: translateY(1.5px);
          transform: translateY(1.5px);
}

.shop .shop-info__footer a .ic {
  position: absolute;
  top: 10px;
  left: 1.5rem;
}

.shop .shop-info__footer a:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 1rem;
}

.shop .shop-info__footer .original-items span {
  padding-left: 1.5em;
}

.shop .shop-info__footer .original-items,
.shop .shop-info__footer .shop-map {
  background-color: #FFFFFF;
}

.shop .shop-info__footer .original-items:hover,
.shop .shop-info__footer .shop-map:hover {
  background-color: #f2f2f2;
}

.shop .shop-info__footer .shop-book {
  background-color: #F9AF3C;
  border-bottom-right-radius: 1rem;
}

.shop .shop-info__footer .shop-book span {
  font-weight: bold;
}

.shop .shop-info__footer .shop-book:hover {
  background-color: #fab955;
}

.shop .shop-info__menu__link[href=""] {
  display: none !important;
}

.shop .shop-info__menu__link:first-child {
  margin-bottom: 1rem;
}

@media screen and (min-width: 48rem) {
  .shop .shop-info__menu__link:first-child {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
}

@media (max-width: 47rem) {
  .shop .shop-info__menu .col:first-child {
    margin-bottom: 1rem;
  }
  .shop .shop-info__menu .button {
    width: 100%;
  }
}

.shop .popular-menu__card {
  border-radius: 1rem;
  box-shadow: 0px 15px 40px rgba(190, 185, 170, 0.2), 0px 4px 12px rgba(190, 185, 170, 0.13), 0px 1px 1.81152px rgba(190, 185, 170, 0.01);
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

@media screen and (min-width: 64rem) {
  .shop .section-heading {
    margin-bottom: 2rem;
    padding-top: 2.5rem;
  }
  .shop .shop-info {
    position: absolute;
    width: 100vw;
    top: 0;
    left: 0;
  }
  .shop .shop-info__inner {
    padding: 2.5rem 3rem 2rem;
  }
  .shop .shop-photo {
    text-align: right;
  }
  .shop .shop-photo__inner {
    width: 62.04268vw;
  }
  .harajuku .shop-photo__inner {
    margin-right: 0;
    margin-left: auto;
  }
  .himeji .shop-photo__inner {
    margin-right: auto;
    margin-left: 0;
  }
}

@media screen and (min-width: 82rem) {
  .shop .shop-photo__inner {
    width: 55vw;
  }
  .shop .shop-info {
    top: auto;
    bottom: -3rem;
  }
  .shop .shop-info__inner {
    padding: 3.5rem 4rem 2rem;
  }
}

@media screen and (min-width: 99rem) {
  .shop .shop-photo {
    max-width: 1600px;
    margin: auto;
  }
  .shop .shop-photo__inner {
    max-width: 60rem;
  }
  .shop .shop-info {
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    bottom: -3rem;
  }
}

@media (max-width: 63rem) {
  .shop .shop__header {
    padding-top: 12rem;
  }
  .shop .shop-info__inner {
    position: relative;
    margin-top: -5rem;
  }
  .shop .section-heading {
    position: absolute;
    margin-bottom: 0;
    top: 1rem;
    left: 5rem;
  }
}

@media (max-width: 47rem) {
  .shop .section-heading {
    top: 7%;
    left: 1rem;
    margin-bottom: 0 !important;
    padding-left: 0;
  }
  .shop .shop-info__inner {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding: 1.5rem 2rem;
  }
  .shop .shop-info__menu .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .shop .shop-info__menu .button .ic {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1.5rem;
        -ms-flex: 0 0 1.5rem;
            flex: 0 0 1.5rem;
  }
  .shop .shop-info__menu .button span {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    text-indent: -1.5rem;
    text-align: center;
  }
}

/**
 *  Shop - Harajuku
 */
.harajuku .section__inner {
  background-color: #FFFFFF;
}

.himeji {
  padding-top: 0;
  overflow: visible;
}

@media screen and (min-width: 64rem) {
  .himeji .section-heading {
    padding-left: 16rem;
  }
}

@media screen and (min-width: 82rem) {
  .himeji .section-heading {
    padding-left: 9.25rem;
  }
}

@media screen and (min-width: 99rem) {
  .himeji .section-heading {
    padding-left: 18rem;
  }
}

.company {
  padding-top: 0;
}

.company .section__inner {
  background-color: #FFFFFF;
}

@media screen and (min-width: 64rem) {
  .company h3 div {
    white-space: nowrap;
  }
}

.company h4 {
  margin-top: 0;
  margin-bottom: 3rem;
  text-align: center;
}

.company .big-type {
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(94%);
      -ms-transform: translateY(94%);
          transform: translateY(94%);
  z-index: 2;
}

.company .big-type__lines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.company .big-type .line-2 {
  text-align: right;
}

.ceo-message {
  position: relative;
  margin-bottom: 8rem;
}

.ceo-message__text {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ceo-message__image {
  z-index: 1;
}

.ceo-message .ceo-title div:first-child {
  margin-bottom: 4px;
}

.ceo-message .ceo-title a {
  background-image: -webkit-linear-gradient(left, #F9AF3C 0%, #F9AF3C 100%);
  background-image: linear-gradient(to right, #F9AF3C 0%, #F9AF3C 100%);
  background-size: 100% 2px;
  background-position: left calc(100% - 2px);
  background-repeat: no-repeat;
  -webkit-transition: background-size 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: background-size 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.ceo-message .ceo-title a:hover {
  background-size: 100% 100%;
}

.ceo-message .ceo-media a {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  border: 1px solid #A09C8D;
  padding: 0.4375rem;
  margin-right: 1rem;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

.ceo-message .ceo-media a svg.ic {
  fill: #A09C8D;
  padding: 0;
}

.ceo-message .ceo-media a:hover svg.ic {
  fill: #FFFFFF;
}

.ceo-message .ceo-media a:hover.twitter {
  background-color: #38A1F2;
  border-color: #38A1F2;
}

.ceo-message .ceo-media a:hover.facebook {
  background-color: #3B5998;
  border-color: #3B5998;
}

.ceo-message .ceo-media a:hover.instagram {
  background-color: #E1306C;
  border-color: #E1306C;
}

.ceo-message .ceo-media a:hover.ameba {
  background-color: #2C893A;
  border-color: #2C893A;
}

@media (max-width: 47rem) {
  .ceo-message__text {
    margin-bottom: 2rem;
  }
  .ceo-message__text p br {
    display: none;
  }
}

.our-mission {
  position: relative;
}

.our-mission__content {
  padding: 4rem;
  border-radius: 1rem;
  border: 2px solid #0A0D0D;
  background-color: #FFFFFF;
  padding: calc(4.50704vw + -0.90141px);
}

@media (max-width: 47rem) {
  .our-mission__content {
    padding: 1rem 1.5rem;
  }
}

.our-mission ol {
  margin: 0;
  padding: 0;
  counter-reset: index;
  list-style: none;
}

.our-mission ol li {
  position: relative;
  counter-increment: index;
}

.our-mission ol li:not(:last-child) {
  margin-bottom: 2rem;
}

.our-mission ol li::before {
  font-weight: bold;
  font-size: 1.5rem;
  font-size: calc(0.56338vw + 15.88732px);
  line-height: 1.5;
  font-weight: bold;
  font-weight: 500;
  font-weight: 600;
  content: "#0" counter(index);
  display: inline-block;
  height: 2.25rem;
  line-height: 2.25rem;
}

.our-mission ol li::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 1.5rem;
  height: 2px;
  background-color: #0A0D0D;
}

.our-mission ol li h5 {
  position: relative;
  margin: 0 0 0.75rem;
}

.our-mission ol li p {
  margin: 0;
  color: #A36A00;
}

@media screen and (min-width: 48rem) {
  .our-mission ol li {
    padding-left: 8rem;
  }
  .our-mission ol li::before {
    position: absolute;
    top: 2.85px;
    left: 0;
  }
  .our-mission ol li::after {
    top: 0.875rem;
    left: 5rem;
  }
}

@media (max-width: 47rem) {
  .our-mission ol li {
    margin-top: 2rem;
  }
  .our-mission ol li:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .our-mission ol li::before {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 2.5rem;
  }
  .our-mission ol li::after {
    margin: 1rem auto;
    top: 33px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2rem;
  }
}

.company-info__content {
  padding: 3rem 3rem 1.5rem;
  border: 2px solid #0A0D0D;
  border-radius: 1rem;
}

.company-info__content dl {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 64rem) {
  .company-info__content dl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    grid-column-gap: 4rem;
  }
}

.company-info__content dl > div {
  margin-bottom: 1.5rem;
}

@media (max-width: 81rem) {
  .company-info__content dl > div:last-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

.company-info__content dl dt {
  margin-bottom: 0.5rem;
  font-size: 0.6875rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.64px;
}

.company-info__content dl dd {
  margin-left: 0;
  font-size: 0.9375rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 500;
  font-weight: 600;
  letter-spacing: 0.64px;
}

.is-ie .company-info__content dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.is-ie .company-info__content dl > div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (min-width: 48rem) {
  .is-ie .company-info__content dl {
    padding-left: 15%;
  }
  .is-ie .company-info__content dl > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.company-info__details {
  -webkit-box-flex: 2;
  -webkit-flex: 2 2 calc(100% * 2 / 3);
      -ms-flex: 2 2 calc(100% * 2 / 3);
          flex: 2 2 calc(100% * 2 / 3);
  padding: 2rem 8rem;
  border-top-left-radius: 1rem;
}

@media screen and (min-width: 64rem) {
  .company-info__details {
    padding: 2rem 0 2rem 3rem;
    border-bottom-left-radius: 1rem;
    border-right: 2px solid #0A0D0D;
  }
}

@media (max-width: 63rem) {
  .company-info__details {
    padding: 2rem 4rem;
    border-top-right-radius: 1rem;
    border-bottom: 2px solid #0A0D0D;
  }
}

.company-info__details dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 2.5rem;
  margin-left: -1rem;
  margin-right: -1rem;
}

.company-info__details dl div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.company-info__details dl dt {
  margin-bottom: 0.75rem;
  font-size: 0.8125rem;
}

.company-info__details dl dd {
  font-size: 0.875rem;
  font-weight: bold;
  margin-left: 0;
}

@media (min-width: 48rem) and (max-width: 64rem) {
  .company-info__details dl div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }
}

@media (max-width: 63rem) {
  .company-info__details dl {
    height: auto;
  }
}

.company-info__link {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 calc(100% * 1 / 3);
      -ms-flex: 1 1 calc(100% * 1 / 3);
          flex: 1 1 calc(100% * 1 / 3);
}

.company-info__link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-bottom-right-radius: 1rem;
  font-weight: bold;
}

@media screen and (min-width: 64rem) {
  .company-info__link a {
    height: 100%;
    border-top-right-radius: 1rem;
  }
}

@media (max-width: 63rem) {
  .company-info__link a {
    height: 3rem;
  }
}

.company-info__link a:hover {
  background-color: #F9AF3C;
}

@media (max-width: 63rem) {
  .company .big-type {
    top: 10%;
    left: 50%;
    -webkit-transform: translate(-50%, -20%);
        -ms-transform: translate(-50%, -20%);
            transform: translate(-50%, -20%);
  }
  .company .big-type .line-2 {
    text-align: center;
  }
  .company .big-type .line-3 {
    text-align: right;
  }
}

.media__tab__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: none;
}

.media__tab__list__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  text-align: center;
}

.media__tab__panel {
  margin-bottom: 2rem;
}

.media__tab__panel__list__header {
  background-color: #FFFFFF;
  height: 4rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding: 1.5rem 1.5rem 1.25rem;
  text-align: center;
}

.media__tab__panel__list__header span {
  display: inline-block;
  line-height: 1.25rem;
}

.media__tab__panel__list__body {
  background-color: #FFFFFF;
  padding: 0 1.5rem;
}

@media screen and (min-width: 64rem) {
  .media__tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .media__tab__panel {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding: 0 1rem;
  }
}

.media article {
  margin-top: -1px;
}

.media article a {
  display: block;
  padding: 2rem 0;
  border-top: 1px solid #ECEDF0;
  -webkit-transition: all 200ms cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 200ms cubic-bezier(0.76, 0, 0.24, 1);
}

.media article a[href=""] {
  pointer-events: none;
  cursor: text;
}

.media article a:not([href=""]) h2 span {
  display: inline;
  padding-top: 2px;
  padding-bottom: 2px;
  background-image: -webkit-linear-gradient(left, #F9AF3C 0%, #F9AF3C 100%);
  background-image: linear-gradient(to right, #F9AF3C 0%, #F9AF3C 100%);
  background-size: 100% 2px;
  background-position: left calc(100%);
  background-repeat: no-repeat;
  -webkit-transition: background-size 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: background-size 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.media article a:not([href=""]):hover h2 span {
  background-size: 100% 100%;
}

@media screen and (min-width: 48rem) {
  .media article a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.media article h2 {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.menu-card__inner {
  display: block;
  position: relative;
  border-radius: 1rem;
  background-color: #FFFFFF;
  box-shadow: 0px 15px 40px rgba(190, 185, 170, 0.2), 0px 4px 12px rgba(190, 185, 170, 0.13), 0px 1px 1.81152px rgba(190, 185, 170, 0.01);
  overflow: hidden;
}

.menu-card__label {
  position: absolute;
  top: 0;
  right: 0;
}

.menu-card__photo__image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-card__photo__photo__spacer {
  visibility: hidden;
}

.menu-card__details {
  padding: 1.5rem 1rem;
}

.menu-card__title {
  margin-bottom: 1.5rem;
  text-align: center;
}

.menu-card__title__short {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #F9AF3C;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.menu-card__title__short:empty {
  display: none;
}

.menu-card__title__jp {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.33333;
  font-weight: bold;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.menu-card__title__en {
  font-size: 0.625rem;
  line-height: 1rem;
}

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

.menu-card__price::before {
  content: '\A5';
  margin-right: 0.625rem;
  font-size: 0.75rem;
  vertical-align: middle;
}

.menu-card__price::after {
  content: '(\7A0E\8FBC)';
  font-size: 0.75rem;
  font-weight: 400;
  font-weight: 500;
  font-weight: 600;
  margin-left: 0.5rem;
  vertical-align: middle;
}

.item__outer {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0px 15px 40px rgba(191, 186, 171, 0.2), 0px 4px 12px rgba(191, 186, 171, 0.13), 0px 1px 1.81152px rgba(191, 186, 171, 0.01);
  -webkit-transition: box-shadow 250ms ease;
  transition: box-shadow 250ms ease;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.item__outer:hover {
  box-shadow: 0px 8px 12px rgba(245, 227, 198, 0.5), 0px 2px 4px rgba(245, 227, 198, 0.5), 0px 1px 1px rgba(245, 227, 198, 0.1);
}

.item__inner {
  background-color: #FFFFFF;
  -webkit-transition-timing-function: all 200ms cubic-bezier(0.76, 0, 0.24, 1);
          transition-timing-function: all 200ms cubic-bezier(0.76, 0, 0.24, 1);
  -webkit-transition-property: box-shadow, background-color;
  transition-property: box-shadow, background-color;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}

.item-photo .modal-trigger {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='yes'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 32 32'%3E%3Cg fill='%23fff'%3E%3Cpath d='M28 4h-18l2.27025e-08-6.66773e-11c-1.10322.00324018-1.99676.896775-2 2v14l-4.36246e-08-1.48721e-05c.00323202 1.10322.896761 1.99677 1.99999 2.00001h18l4.10578e-08-1.2059e-10c1.10322-.00324022 1.99676-.896775 2-2v-14l4.3104e-08 1.46944e-05c-.00323211-1.10322-.896761-1.99677-1.99999-2.00001Zm0 16h-18v-14h18Z'%3E%3C/path%3E%3Cpath d='M18 26h-14v-10h2v-2h-2l2.27025e-08-6.66773e-11c-1.10322.00324018-1.99676.896775-2 2v10l-4.36246e-08-1.48721e-05c.00323202 1.10322.896761 1.99677 1.99999 2.00001h14l4.10578e-08-1.2059e-10c1.10322-.00324022 1.99676-.896775 2-2v-2h-2Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 64px 64px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 250ms ease;
  transition: 250ms ease;
}

.item-photo .modal-trigger:hover {
  opacity: 1;
}

.item-info {
  background-color: transparent;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}

.item-info__name {
  margin-bottom: 1.5rem;
}

.item-info__price::before {
  content: '\A5';
  margin-right: 0.625rem;
  font-size: 0.75rem;
  vertical-align: middle;
}

.item-info__price::after {
  content: '(\7A0E\8FBC)';
  font-size: 0.75rem;
  font-weight: 400;
  font-weight: 500;
  font-weight: 600;
  margin-left: 0.5rem;
  vertical-align: middle;
}

.item-info__colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 1.5rem 0 0;
  width: 100%;
  padding: 0;
}

.item-list .item-info__colors {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item-info__colors__color {
  display: inline-block;
  padding: 0 0.5rem;
}

.item-info__colors .color-tip {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #FFFFFF;
}

.item-info__colors .color-tip._purple {
  background-image: -webkit-linear-gradient(left, #8A56A4 50%, #E8E7E6 50%);
  background-image: linear-gradient(90deg, #8A56A4 50%, #E8E7E6 50%);
}

.item-info__colors .color-tip._green {
  background-image: -webkit-linear-gradient(left, #E65652 50%, #DFEA9B 50%);
  background-image: linear-gradient(90deg, #E65652 50%, #DFEA9B 50%);
}

.item-info__colors .color-tip._navy {
  background-color: #244089;
}

.item-info__colors .color-tip._red {
  background-color: #F73B0B;
}

.item-info__colors .color-tip._brown {
  background-color: #d7a676;
}

.item-info__colors .color-tip._white {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.item-info__tagline {
  margin-bottom: 1rem;
}

.item-info__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.item-info__link__button {
  display: inline-block;
  font-weight: bold;
  font-weight: 600;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 0.75rem;
  font-size: 0.8125rem;
  cursor: pointer;
}

.item-info__link__button.amazon {
  padding: 0.75rem 0.25rem 0.75rem 0.75rem;
  background-color: #ff9900;
}

.item-info__link__button.amazon:hover {
  background-color: #ffad33;
}

.item-info__link__button.rakuten {
  padding: 0.75rem 0.75rem 0.75rem 0.5rem;
  background-color: #BF0000;
  color: #FFFFFF;
}

.item-info__link__button.rakuten:hover {
  background-color: #a60000;
}

@media (max-width: 47rem) {
  .item-info__link {
    display: block;
  }
  .item-info__link__button {
    display: block;
    max-width: 100%;
    background-size: 1.5rem 1.5rem;
    background-position: calc(100% - 16px) 50%;
    background-repeat: no-repeat;
  }
  .item-info__link__button.amazon {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='yes'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 32 32'%3E%3Cg fill='%23000'%3E%3Cpath d='M26 28h-20l-8.74228e-08-3.55271e-15c-1.10457-4.82823e-08-2-.895431-2-2 0 0 0 0 0 0v-20l2.4869e-14 3.01992e-07c-1.66785e-07-1.10457.89543-2 2-2h9v2h-9v20h20v-9h2v9 0c0 1.10457-.895431 2-2 2Z'%3E%3C/path%3E%3Cpolygon points='21,2 21,4 26.59,4 18,12.59 19.41,14 28,5.41 28,11 30,11 30,2 21,2'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
  }
  .modal .item-info__link__button.amazon {
    margin-bottom: 0.5rem;
  }
  .item-info__link__button.rakuten {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='yes'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 32 32'%3E%3Cg fill='%23fff'%3E%3Cpath d='M26 28h-20l-8.74228e-08-3.55271e-15c-1.10457-4.82823e-08-2-.895431-2-2 0 0 0 0 0 0v-20l2.4869e-14 3.01992e-07c-1.66785e-07-1.10457.89543-2 2-2h9v2h-9v20h20v-9h2v9 0c0 1.10457-.895431 2-2 2Z'%3E%3C/path%3E%3Cpolygon points='21,2 21,4 26.59,4 18,12.59 19.41,14 28,5.41 28,11 30,11 30,2 21,2'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
  }
  .modal .item-info__link__button {
    border-radius: 0.25rem;
  }
  .modal .item-info__link {
    margin-top: 2rem;
  }
}

.menu-list .item-info__link {
  display: block;
}

@media (max-width: 47rem) {
  .menu-list .item-info__link {
    width: 100%;
  }
}

.item-info__desc {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.item-info__corps dl {
  font-size: 0.6875rem;
  letter-spacing: 0.64px;
}

.item-info__corps dl > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-info__corps dl > div:not(:last-child) {
  margin-bottom: 0.5rem;
}

.item-info__corps dl dt {
  padding-right: 1.25rem;
  color: #6E7171;
}

.item-info__corps dl dd {
  margin-left: 0;
  color: #282B2B;
}

.item-list .item {
  margin-bottom: 4rem;
}

.item-list .item-info {
  text-align: center;
  padding: 2rem 1.5rem;
  cursor: pointer;
}

.item-list .item-info:hover {
  background-color: #F5E2C5;
}

@media screen and (min-width: 64rem) {
  .item--curry .item-info {
    padding: 3rem 1.5rem 2.25rem;
  }
  .item--spice .item-info {
    padding-top: 3.125rem;
    padding-bottom: 3.375rem;
  }
}

@media only screen and (max-width: 752px) {
  .hero .mushroom-1 {
    bottom: 0;
    -webkit-transform: translate(0, 115%);
        -ms-transform: translate(0, 115%);
            transform: translate(0, 115%);
  }
  .news {
    padding-top: 96px;
  }
  .feed--news {
    padding: 32px 24px;
  }
  .news .section-heading__inner {
    margin-left: 16px;
  }
}

.feed {
  overflow: auto;
  padding-top: 2px;
}

.feed--news {
  max-height: 450px; /*360px*/
  background-color: white;
  padding: 32px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.feed--tv, .feed--mw {
  max-height: 50em;
  padding-top: 1px;
}

.feed article {
  position: relative;
  z-index: 1;
  margin-top: -1px;
}

.feed article:hover {
  z-index: 2;
}

.feed article a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 16px;
  border-top: 1px solid #e2ded5;
  border-bottom: 1px solid #e2ded5;
  box-shadow: 0px 0px 0px rgba(17, 17, 26, 0);
  -webkit-transition-property: border-color, box-shadow, background-color;
  transition-property: border-color, box-shadow, background-color;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.feed article a::before, .feed article a::after {
  position: absolute;
  display: block;
  width: 0%;
  height: 1px;
  background-color: black;
  left: auto;
  right: 0;
  -webkit-transition: width 300ms ease;
  transition: width 300ms ease;
}

.feed article a::before {
  top: -1px;
}

.feed article a::after {
  bottom: -1px;
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

.feed article a[href=""] {
  pointer-events: none;
}

.feed article a:not([href=""]) h2 span {
  display: inline;
  padding-top: 2px;
  padding-bottom: 2px;
  background-image: -webkit-linear-gradient(left, #F9AF3C 0%, #F9AF3C 100%);
  background-image: linear-gradient(to right, #F9AF3C 0%, #F9AF3C 100%);
  background-size: 100% 2px;
  background-position: left calc(100%);
  background-repeat: no-repeat;
  -webkit-transition: background-size 250ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: background-size 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.feed article a:not([href=""]):hover h2 span {
  background-size: 100% 100%;
}

.feed article a[target="_blank"] h2::after {
  content: '';
  display: inline-block;
  display: none;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  vertical-align: middle;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M26,28H6a2,2,0,0,1-2-2V6A2,2,0,0,1,6,4h9V6H6V26H26V17h2v9A2,2,0,0,1,26,28Z'%3E%3C/path%3E%3Cpolygon points='21 2 21 4 26.59 4 18 12.59 19.41 14 28 5.41 28 11 30 11 30 2 21 2'%3E%3C/polygon%3E%3C/svg%3E");
}

.feed article a:link {
  cursor: pointer;
}

.feed article a:hover {
  /*box-shadow: 0px 0px 16px rgba(17,17,26,0.1);*/
  /*border-color: transparent;*/
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  /*background-color: white;*/
}

.feed article a:not([href]), .feed article a[href=""], .feed article a[href="#"] {
  pointer-events: none;
}

.feed article a.no-link h2 span,
.feed article a.no-link h2 span {
  background-image: none;
}

.feed article a:not([href])::before,
.feed article a:not([href])::after,
.feed article a[href=""]::before,
.feed article a[href=""]::after,
.feed article a[href="#"]::before,
.feed article a[href="#"]::after {
  display: none;
}

.feed article h2 {
  font-size: 14px;
  padding-top: 2px;
  font-family: "Helvetica Neue",Helvetica,Arial,"Hiragino Sans","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN","Yu Gothic",YuGothic,Meiryo,sans-serif;
}

.feed article time {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8rem;
      -ms-flex: 0 0 8rem;
          flex: 0 0 8rem;
  max-width: 8rem;
  min-width: 6rem;
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: 0.05em;
  padding-right: 40px;
  padding-right: calc(6.00939vw + 9.46479px);
}

.feed article:last-child a {
  border-bottom: 0;
}

.feed article.warning a h2 {
  color: #BF0711;
}
.feed article.warning a p {
  margin-top: 0;
    font-size: 0.8em;
}

.feed__view-all a {
  display: block;
  padding: 0.75rem 1.5rem 0.75rem 2.5rem;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  font-size: 0.75rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  border-top: 1px solid #f7f4ea;
  color: #0A0D0D;
  background-color: #FFFFFF;
}

.feed__view-all a:hover {
  background-color: #f2ede0;
}

@media screen and (min-width: 751px) {
  .feed--tv article time, .feed--mw article time {
    -webkit-transform: translate(0, 3px);
        -ms-transform: translate(0, 3px);
            transform: translate(0, 3px);
  }
}

@media screen and (max-width: 752px) {
  .feed article a {
    display: block;
    padding: 16px 0px;
  }
  .feed article h2 {
    font-size: 13px;
    line-height: 1.414;
    /*font-weight: 400;*/
  }
  .feed article time {
    font-size: 11px;
    margin-bottom: 4px;
  }
}

.news {
  position: relative;
  margin-bottom: 32px;
  padding-top: 64px;
  padding-bottom: 64px;
  z-index: 2;
}

.story-kobanashi {
  background: #ffffff;
}

.story-kobanashi a {
  background: #f7f4ea;
}

.story-kobanashi a::before {
  position: absolute;
  content: attr(data-label);
  font-size: 14px;
  letter-spacing: 0.15em;
  font-weight: bold;
  text-transform: uppercase;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  color: #FFFFFF;
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
  -webkit-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.story-kobanashi a::after {
  content: '';
  display: block;
  background-color: #0A0D0D;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: opacity 800ms cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 800ms cubic-bezier(0.22, 1, 0.36, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 1;
}

.story-kobanashi a:hover::before {
  opacity: 1;
  top: 54%;
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

.story-kobanashi a:hover::after {
  opacity: .25;
}

.story-kobanashi a.lazy-parent:hover .lazy-image {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
      -ms-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}

.story-kobanashi img {
  will-change: transform;
}

@media (max-width: 47rem) {
  .story-kobanashi .heading--lv2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .story-kobanashi .section-main .col {
    margin-bottom: 32px;
  }
}


/* 230824 */
.youtube_ifreme{
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}

@namespace svg url(http://www.w3.org/2000/svg);
