@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Lato:300,300i";
@font-face {
  font-family: "Yu Gothic";
  font-weight: 100;

  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Yu Gothic";
  font-weight: 200;

  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Yu Gothic";
  font-weight: 300;

  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Yu Gothic";
  font-weight: 400;

  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Yu Gothic";
  font-weight: bold;

  src: local("Yu Gothic Bold");
}

@font-face {
  font-family: "Helvetica Neue";
  font-weight: 100;

  src: local("Helvetica Neue Regular");
}

@font-face {
  font-family: "Helvetica Neue";
  font-weight: 200;

  src: local("Helvetica Neue Regular");
}

@font-face {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;

  src: url("../../../../../manazashi/assets/fonts/icomoon.ttf?5nqmn5") format("truetype"), url("../../../../../manazashi/assets/fonts/icomoon.woff?5nqmn5") format("woff"), url("../../../../../manazashi/assets/fonts/icomoon.svg?5nqmn5#icomoon") format("svg");
}

/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*, ::before, ::after {
  /* 1 */
  box-sizing: inherit;
  background-repeat: no-repeat;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before, ::after {
  /* 1 */
  vertical-align: inherit;
  text-decoration: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 3 */

  -webkit-text-size-adjust: 100%;
  /* 2 */
      -ms-text-size-adjust: 100%;
  /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
  /* 1 */
  display: block;
}

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

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol, nav ul {
  list-style: none;
}

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */

  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  color: #000;
  background-color: #ff0;
}

/**
 * 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 {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  /* 1 */
  color: #000;
  background-color: #b3d4fc;
  /* 1 */
  text-shadow: none;
}

::selection {
  /* 1 */
  color: #000;
  background-color: #b3d4fc;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button, input, select, textarea {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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 {
  padding: 0;
  border-style: none;
}

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

/**
 * 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 {
  /* 2 */
  display: table;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * 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"] {
  /* 1 */
  outline-offset: -2px;

  -webkit-appearance: textfield;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [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 {
  /* 1 */
  font: inherit;

  -webkit-appearance: button;
  /* 2 */
}

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  display: block;
}

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a, area, button, input, label, select, summary, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
      touch-action: manipulation;
}

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  position: absolute;
  display: inherit;
  clip: rect(0, 0, 0, 0);
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

*, ::before, ::after {
  box-sizing: inherit;
  margin: 0;
  background-repeat: no-repeat;
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
}

html {
  overflow-y: scroll;

  -webkit-tap-highlight-color: transparent;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

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

i, address {
  font-style: normal;
}

a {
  text-decoration: none;
  color: inherit;
}
a[href^="tel:"] {
  color: inherit;
}
a img {
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

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

.m0 {
  margin: 0rem;
}

.my0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.mx0 {
  margin-right: 0rem;
  margin-left: 0rem;
}

.mxn0 {
  margin-right: 0rem;
  margin-left: 0rem;
}

.mt0 {
  margin-top: 0rem;
}

.mtn0 {
  margin-top: 0rem;
}

.mb0 {
  margin-bottom: 0rem;
}

.mbn0 {
  margin-bottom: 0rem;
}

.ml0 {
  margin-left: 0rem;
}

.mr0 {
  margin-right: 0rem;
}

.p0 {
  padding: 0rem;
}

.py0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.px0 {
  padding-right: 0rem;
  padding-left: 0rem;
}

.pt0 {
  padding-top: 0rem;
}

.pb0 {
  padding-bottom: 0rem;
}

.pl0 {
  padding-left: 0rem;
}

.pr0 {
  padding-right: 0rem;
}

.m1 {
  margin: 0.5rem;
}

.my1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx1 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.mxn1 {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.mt1 {
  margin-top: 0.5rem;
}

.mtn1 {
  margin-top: -0.5rem;
}

.mb1 {
  margin-bottom: 0.5rem;
}

.mbn1 {
  margin-bottom: -0.5rem;
}

.ml1 {
  margin-left: 0.5rem;
}

.mr1 {
  margin-right: 0.5rem;
}

.p1 {
  padding: 0.5rem;
}

.py1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px1 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.pt1 {
  padding-top: 0.5rem;
}

.pb1 {
  padding-bottom: 0.5rem;
}

.pl1 {
  padding-left: 0.5rem;
}

.pr1 {
  padding-right: 0.5rem;
}

.m2 {
  margin: 1rem;
}

.my2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx2 {
  margin-right: 1rem;
  margin-left: 1rem;
}

.mxn2 {
  margin-right: -1rem;
  margin-left: -1rem;
}

.mt2 {
  margin-top: 1rem;
}

.mtn2 {
  margin-top: -1rem;
}

.mb2 {
  margin-bottom: 1rem;
}

.mbn2 {
  margin-bottom: -1rem;
}

.ml2 {
  margin-left: 1rem;
}

.mr2 {
  margin-right: 1rem;
}

.p2 {
  padding: 1rem;
}

.py2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px2 {
  padding-right: 1rem;
  padding-left: 1rem;
}

.pt2 {
  padding-top: 1rem;
}

.pb2 {
  padding-bottom: 1rem;
}

.pl2 {
  padding-left: 1rem;
}

.pr2 {
  padding-right: 1rem;
}

.m3 {
  margin: 1.5rem;
}

.my3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx3 {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.mxn3 {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.mt3 {
  margin-top: 1.5rem;
}

.mtn3 {
  margin-top: -1.5rem;
}

.mb3 {
  margin-bottom: 1.5rem;
}

.mbn3 {
  margin-bottom: -1.5rem;
}

.ml3 {
  margin-left: 1.5rem;
}

.mr3 {
  margin-right: 1.5rem;
}

.p3 {
  padding: 1.5rem;
}

.py3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px3 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.pt3 {
  padding-top: 1.5rem;
}

.pb3 {
  padding-bottom: 1.5rem;
}

.pl3 {
  padding-left: 1.5rem;
}

.pr3 {
  padding-right: 1.5rem;
}

.m4 {
  margin: 2rem;
}

.my4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx4 {
  margin-right: 2rem;
  margin-left: 2rem;
}

.mxn4 {
  margin-right: -2rem;
  margin-left: -2rem;
}

.mt4 {
  margin-top: 2rem;
}

.mtn4 {
  margin-top: -2rem;
}

.mb4 {
  margin-bottom: 2rem;
}

.mbn4 {
  margin-bottom: -2rem;
}

.ml4 {
  margin-left: 2rem;
}

.mr4 {
  margin-right: 2rem;
}

.p4 {
  padding: 2rem;
}

.py4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px4 {
  padding-right: 2rem;
  padding-left: 2rem;
}

.pt4 {
  padding-top: 2rem;
}

.pb4 {
  padding-bottom: 2rem;
}

.pl4 {
  padding-left: 2rem;
}

.pr4 {
  padding-right: 2rem;
}

.m5 {
  margin: 2.5rem;
}

.my5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx5 {
  margin-right: 2.5rem;
  margin-left: 2.5rem;
}

.mxn5 {
  margin-right: -2.5rem;
  margin-left: -2.5rem;
}

.mt5 {
  margin-top: 2.5rem;
}

.mtn5 {
  margin-top: -2.5rem;
}

.mb5 {
  margin-bottom: 2.5rem;
}

.mbn5 {
  margin-bottom: -2.5rem;
}

.ml5 {
  margin-left: 2.5rem;
}

.mr5 {
  margin-right: 2.5rem;
}

.p5 {
  padding: 2.5rem;
}

.py5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px5 {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.pt5 {
  padding-top: 2.5rem;
}

.pb5 {
  padding-bottom: 2.5rem;
}

.pl5 {
  padding-left: 2.5rem;
}

.pr5 {
  padding-right: 2.5rem;
}

.m6 {
  margin: 3rem;
}

.my6 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx6 {
  margin-right: 3rem;
  margin-left: 3rem;
}

.mxn6 {
  margin-right: -3rem;
  margin-left: -3rem;
}

.mt6 {
  margin-top: 3rem;
}

.mtn6 {
  margin-top: -3rem;
}

.mb6 {
  margin-bottom: 3rem;
}

.mbn6 {
  margin-bottom: -3rem;
}

.ml6 {
  margin-left: 3rem;
}

.mr6 {
  margin-right: 3rem;
}

.p6 {
  padding: 3rem;
}

.py6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px6 {
  padding-right: 3rem;
  padding-left: 3rem;
}

.pt6 {
  padding-top: 3rem;
}

.pb6 {
  padding-bottom: 3rem;
}

.pl6 {
  padding-left: 3rem;
}

.pr6 {
  padding-right: 3rem;
}

.m7 {
  margin: 3.5rem;
}

.my7 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.mx7 {
  margin-right: 3.5rem;
  margin-left: 3.5rem;
}

.mxn7 {
  margin-right: -3.5rem;
  margin-left: -3.5rem;
}

.mt7 {
  margin-top: 3.5rem;
}

.mtn7 {
  margin-top: -3.5rem;
}

.mb7 {
  margin-bottom: 3.5rem;
}

.mbn7 {
  margin-bottom: -3.5rem;
}

.ml7 {
  margin-left: 3.5rem;
}

.mr7 {
  margin-right: 3.5rem;
}

.p7 {
  padding: 3.5rem;
}

.py7 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.px7 {
  padding-right: 3.5rem;
  padding-left: 3.5rem;
}

.pt7 {
  padding-top: 3.5rem;
}

.pb7 {
  padding-bottom: 3.5rem;
}

.pl7 {
  padding-left: 3.5rem;
}

.pr7 {
  padding-right: 3.5rem;
}

.m8 {
  margin: 4rem;
}

.my8 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx8 {
  margin-right: 4rem;
  margin-left: 4rem;
}

.mxn8 {
  margin-right: -4rem;
  margin-left: -4rem;
}

.mt8 {
  margin-top: 4rem;
}

.mtn8 {
  margin-top: -4rem;
}

.mb8 {
  margin-bottom: 4rem;
}

.mbn8 {
  margin-bottom: -4rem;
}

.ml8 {
  margin-left: 4rem;
}

.mr8 {
  margin-right: 4rem;
}

.p8 {
  padding: 4rem;
}

.py8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px8 {
  padding-right: 4rem;
  padding-left: 4rem;
}

.pt8 {
  padding-top: 4rem;
}

.pb8 {
  padding-bottom: 4rem;
}

.pl8 {
  padding-left: 4rem;
}

.pr8 {
  padding-right: 4rem;
}

.m9 {
  margin: 4.5rem;
}

.my9 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.mx9 {
  margin-right: 4.5rem;
  margin-left: 4.5rem;
}

.mxn9 {
  margin-right: -4.5rem;
  margin-left: -4.5rem;
}

.mt9 {
  margin-top: 4.5rem;
}

.mtn9 {
  margin-top: -4.5rem;
}

.mb9 {
  margin-bottom: 4.5rem;
}

.mbn9 {
  margin-bottom: -4.5rem;
}

.ml9 {
  margin-left: 4.5rem;
}

.mr9 {
  margin-right: 4.5rem;
}

.p9 {
  padding: 4.5rem;
}

.py9 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.px9 {
  padding-right: 4.5rem;
  padding-left: 4.5rem;
}

.pt9 {
  padding-top: 4.5rem;
}

.pb9 {
  padding-bottom: 4.5rem;
}

.pl9 {
  padding-left: 4.5rem;
}

.pr9 {
  padding-right: 4.5rem;
}

.m10 {
  margin: 5rem;
}

.my10 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mx10 {
  margin-right: 5rem;
  margin-left: 5rem;
}

.mxn10 {
  margin-right: -5rem;
  margin-left: -5rem;
}

.mt10 {
  margin-top: 5rem;
}

.mtn10 {
  margin-top: -5rem;
}

.mb10 {
  margin-bottom: 5rem;
}

.mbn10 {
  margin-bottom: -5rem;
}

.ml10 {
  margin-left: 5rem;
}

.mr10 {
  margin-right: 5rem;
}

.p10 {
  padding: 5rem;
}

.py10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px10 {
  padding-right: 5rem;
  padding-left: 5rem;
}

.pt10 {
  padding-top: 5rem;
}

.pb10 {
  padding-bottom: 5rem;
}

.pl10 {
  padding-left: 5rem;
}

.pr10 {
  padding-right: 5rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto, .mx-auto {
  margin-right: auto;
}

.mx-auto {
  margin-left: auto;
}

.block {
  display: block;
}

.caps {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.h1 {
  font-size: 2.25rem;
}

.h2 {
  font-size: 1.75rem;
}

.h3 {
  font-size: 1.25rem;
}

.h4 {
  font-size: 1rem;
}

.h5 {
  font-size: 0.875rem;
}

.h6 {
  font-size: 0.75rem;
}

.relative {
  position: relative;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

.left-align, .align-left {
  text-align: left !important;
}

.right-align, .align-right {
  text-align: right !important;
}

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

.bold {
  font-weight: bold;
}

.small {
  font-size: 0.8em;
}

.large {
  font-size: 1.2em;
}

.ex-large {
  font-size: 17px;
  font-size: 5.3125vmin;
}

.list-style-none {
  list-style-type: none;
}

.list-reset {
  padding-left: 0;
  list-style-type: none;
}

.disc {
  list-style-type: disc;
}

.decimal {
  list-style-type: decimal;
}

.rounded {
  border-radius: 10px;
}

.tdu {
  text-decoration: underline;
}

.hide, .hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.color-primary {
  color: #c7bb21;
}

.color-text {
  color: #000;
}

.color-white {
  color: #fff;
}

.color-key {
  color: #fff100;
}

.en {
  text-transform: uppercase;
  font-style: italic;
}

/* clearfix */
.clearfix:after, .cf:after {
  display: block;
  clear: both;
  content: " ";
}

@-ms-viewport {
  width: device-width;
}

html {
  -ms-overflow-style: scrollbar;
}

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

.flex-cols > [class*="col-"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

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

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

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

.flex-items-xs-top {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}

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

.flex-items-xs-bottom {
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
}

.flex-xs-top {
  -webkit-align-self: flex-start;
          align-self: flex-start;
  -ms-flex-item-align: start;
}

.flex-xs-middle {
  -webkit-align-self: center;
          align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
}

.flex-xs-bottom {
  -webkit-align-self: flex-end;
          align-self: flex-end;
  -ms-flex-item-align: end;
}

.flex-items-xs-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

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

.flex-items-xs-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

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

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

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5, .col-xl-1-5, .col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5, .col-xl-2-5, .col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5, .col-xl-3-5, .col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5, .col-xl-4-5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs, .col {
  max-width: 100%;

  -webkit-box-flex: 1;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
}

.col-xs-1-5, .col-xs-1-5 {
  max-width: 20%;

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

.col-xs-2-5, .col-xs-2-5 {
  max-width: 40%;

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.col-xs-3-5, .col-xs-3-5 {
  max-width: 60%;

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}

.col-xs-4-5, .col-xs-4-5 {
  max-width: 80%;

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
}

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

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

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

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

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

.col {
  max-width: 100%;

  -webkit-box-flex: 1;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
}

.col-auto {
  width: auto;

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.col-1 {
  max-width: 8.33333%;

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
}

.col-2 {
  max-width: 16.66667%;

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
}

.col-3 {
  max-width: 25%;

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.col-4 {
  max-width: 33.33333%;

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
}

.col-5 {
  max-width: 41.66667%;

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
}

.col-6 {
  max-width: 50%;

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.col-7 {
  max-width: 58.33333%;

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
}

.col-8 {
  max-width: 66.66667%;

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
}

.col-9 {
  max-width: 75%;

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}

.col-10 {
  max-width: 83.33333%;

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
}

.col-11 {
  max-width: 91.66667%;

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
}

.col-12 {
  max-width: 100%;

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.l-outer {
  width: 100%;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.l-main {
  width: 100%;
  max-width: 1128px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.l-outer .l-main {
  padding-right: 0;
  padding-left: 0;
}
.l-main > .container {
  padding-right: 0;
  padding-left: 0;
}

.l-content {
  width: 100%;
  max-width: 944px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.l-outer .l-content, .l-main .l-content {
  padding-right: 0;
  padding-left: 0;
}
.l-content > .container {
  padding-right: 0;
  padding-left: 0;
}

.l-inner {
  width: 100%;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.l-outer .l-inner, .l-main .l-inner, .l-content .l-inner {
  padding-right: 0;
  padding-left: 0;
}
.l-inner > .container {
  padding-right: 0;
  padding-left: 0;
}

.l-detail {
  width: 100%;
  max-width: 576px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.l-outer .l-detail, .l-main .l-detail, .l-content .l-detail, .l-inner .l-detail {
  padding-right: 0;
  padding-left: 0;
}
.l-detail > .container {
  padding-right: 0;
  padding-left: 0;
}

.bg, .bg1, .bg01 {
  background-color: #fff;
}

.bg2 {
  background: url(../../../../../manazashi/assets/img/common/bg02.gif);
}

.bg-image {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.title {
  font-weight: 300;
  line-height: 1.15;
}

.t {
  position: relative;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.15;
}
.t .__en, .t .__sep, .t .__i {
  display: block;
}
.t .__en {
  text-transform: uppercase;
}
.t .__sep::before {
  display: inline-block;
  width: 1px;
  height: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  content: "";
  background: currentColor;
}

.t2 {
  margin-bottom: 1.5rem;
  color: #c7bb21;
  font-family: Helvetica, "貂ｸ繧ｴ繧ｷ繝�け菴�", "Yu Gothic", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  font-weight: 400;
}
.t2.__white {
  color: #fff;
}
.t2 .__en {
  display: block;
  text-transform: uppercase;
  font-family: "Katibeh", "Yu Mincho", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP譏取悃B", "繝｡繧､繝ｪ繧ｪ", Meiryo, cursive;
  font-size: 40px;
  font-size: 12.5vmin;
  line-height: 0.8;
}

.tx {
  line-height: 2;
}
.tx a {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  text-decoration: underline;
}
.no-touchevents .tx a:hover {
  color: #aaa;
}

.tx2 {
  margin-bottom: 30px;
  line-height: 2;
}
.tx2 p:not(:last-of-type) {
  margin-bottom: 1em;
}

.tx__lg {
  font-size: 16px;
  font-size: 5vmin;
  font-weight: 100;
}

.tx__sm {
  font-size: 0.9em;
}

.tx__xs {
  font-size: 0.8em;
}

.tx__hl {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #000;
  background: #fff100;
}

.tx__lead {
  margin-bottom: 1em;
  font-weight: 600;
}

.note {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.8em;
}
.note::before {
  content: "窶ｻ";
}

.btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 140px;
  margin-bottom: 1.5rem;
  padding: 1rem 1.5rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  color: #000;
  border-color: transparent;
  border-radius: 4rem;
  outline: none;
  background: #fff100;
  box-shadow: inset 0 0 0 1px transparent;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.125;
}
.btn::before {
  content: "";
}
.btn[target="_blank"]::after {
  display: inline-block;
  margin-left: 10px;
  content: "\f08e";
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.btn[href$=".pdf"]::after {
  display: inline-block;
  margin-left: 10px;
  content: "\e908";
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.btn:hover {
  background: #fff;
  box-shadow: inset 0 0 0 2px #fff100;
}

.btn2, .btn02 {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 130px;
  padding: 0.75rem 1rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  color: currentColor;
  outline: none;
  background: #fff;
  box-shadow: inset 0 0 0 1px currentColor;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.125;
}
.btn2::before, .btn02::before {
  content: "";
}
.btn2 .__ic, .btn02 .__ic {
  margin-left: 10px;
}
.btn2 .__ic::after, .btn02 .__ic::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  margin-top: -0.5em;
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.btn2 .__ic.__arrowdown::after, .btn02 .__ic.__arrowdown::after {
  content: "\f107";
}
.btn2[target="_blank"]::after, .btn02[target="_blank"]::after {
  display: inline-block;
  margin-left: 10px;
  content: "\f08e";
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.btn2[href$=".pdf"]::after, .btn02[href$=".pdf"]::after {
  display: inline-block;
  margin-left: 10px;
  content: "\e908";
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "icomoon" !important;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.btn2:hover, .btn02:hover {
  box-shadow: inset 0 0 0 2px currentColor;
}

.hr {
  border-width: 0;
  border-top: 1px solid;
}
.hr.__white {
  border-top-color: #fff;
}

.panel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
}

.panel {
  width: 100%;
  padding: 1rem;
  border: 1px solid #c7bb21;
  border-radius: 8px;
}

.panel-h {
  margin-bottom: 1rem;
  color: #c7bb21;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 100;
  line-height: 1.3;
}

.tbl {
  width: 100%;
  text-align: left;
  font-size: 13px;
  font-size: 0.8125rem;
}
.tbl.color-primary tr, .tbl.color-primary th, .tbl.color-primary td {
  border-color: #c7bb21;
}
.tbl tr {
  border: 1px solid #ddd;
}
.tbl th, .tbl td {
  min-width: 5em;
  padding: 10px;
  border: 1px solid #ddd;
}
.tbl .desc {
  width: 100%;
  border-top: 1px solid #ddd;
}

.hl {
  display: inline-block;
  padding: 5px 1rem;
  color: #fff;
  border-radius: 4rem;
  background: #c7bb21;
  line-height: 1;
}

.lst {
  font-size: 14px;
  font-size: 0.875rem;
}
.lst li {
  border-bottom: 1px solid #ddd;
}
.lst li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.lst li dt {
  width: 110px;
  padding: 10px;
}
.lst li dd {
  width: calc(100% - 120px);
  padding: 10px;
}

.box {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 0 1px;
}

.marker {
  display: inline;
  background: -webkit-linear-gradient(transparent 70%, #fff100 70%);
  background:         linear-gradient(transparent 70%, #fff100 70%);
}

.gmap {
  position: relative;
  width: 100%;
}
.gmap::before {
  display: block;
  padding-top: 75%;
  content: "";
}
.gmap iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#model {
  width: 100%;
/*  padding-bottom: 0 !important;*/
}
#model h2 {
  display: none;
}
#model .inner {
  width: 100%;
  max-width: 1128px;
  margin-right: auto;
  margin-left: auto;
/*  padding-right: 1.5rem; */

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  counter-reset: num;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
}
@media (min-width: 62em) {
  #model .inner {
    overflow: hidden;
  }
  #model .inner div {
    width: 100%;
    max-width: 45%;
  }
}

#model .inner div {
  box-sizing: border-box;
  margin: 1rem;
  padding: 1em;
}

#model .inner div img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#style h3 {
    font-size: 18px;
}

/*
Animate.css - http://daneden.me/animate
Licensed under the 笘ｺ license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
body {
  /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
  -webkit-backface-visibility: hidden;
}

.animated {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;

  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
            transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
            transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
            transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
            transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
            transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
            transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
            transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
            transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
            transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
            transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
            transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.flip {
  -webkit-animation-name: flip;
     -moz-animation-name: flip;
       -o-animation-name: flip;
          animation-name: flip;

  -webkit-backface-visibility: visible !important;
     -moz-backface-visibility: visible !important;
       -o-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
            transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
            transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-animation-name: flipInX;
     -moz-animation-name: flipInX;
       -o-animation-name: flipInX;
          animation-name: flipInX;

  -webkit-backface-visibility: visible !important;
     -moz-backface-visibility: visible !important;
       -o-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
     -moz-animation-name: flipOutX;
       -o-animation-name: flipOutX;
          animation-name: flipOutX;

  -webkit-backface-visibility: visible !important;
     -moz-backface-visibility: visible !important;
       -o-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
            transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
            transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-animation-name: flipInY;
     -moz-animation-name: flipInY;
       -o-animation-name: flipInY;
          animation-name: flipInY;

  -webkit-backface-visibility: visible !important;
     -moz-backface-visibility: visible !important;
       -o-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-name: flipOutY;
     -moz-animation-name: flipOutY;
       -o-animation-name: flipOutY;
          animation-name: flipOutY;

  -webkit-backface-visibility: visible !important;
     -moz-backface-visibility: visible !important;
       -o-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    -webkit-transform: translateY(2000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUpBig {
  0% {
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    -webkit-transform: translateY(-2000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInDownBig {
  0% {
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translateX(-2000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    -webkit-transform: translateX(2000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInRightBig {
  0% {
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    opacity: 0;
  }
}

@keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
  0% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
    opacity: 0;
  }
}

@keyframes fadeOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-20px);
    opacity: 0;
  }
}

@keyframes fadeOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  0% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(20px);
    opacity: 0;
  }
}

@keyframes fadeOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-2000px);
    opacity: 0;
  }
}

@keyframes fadeOutUpBig {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
    opacity: 0;
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(2000px);
    opacity: 0;
  }
}

@keyframes fadeOutDownBig {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
    opacity: 0;
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-2000px);
    opacity: 0;
  }
}

@keyframes fadeOutLeftBig {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
    opacity: 0;
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(2000px);
    opacity: 0;
  }
}

@keyframes fadeOutRightBig {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
    opacity: 0;
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: scale(0.3);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.05);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}

@-webkit-keyframes bounceInUp {
  0% {
    -webkit-transform: translateY(2000px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(-30px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
  0% {
    -webkit-transform: translateY(-2000px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(30px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    -webkit-transform: translateX(-2000px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(30px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    -webkit-transform: translateX(2000px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-30px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.3);
    opacity: 0;
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 0;
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(20px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-2000px);
    opacity: 0;
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
    opacity: 0;
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-20px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(2000px);
    opacity: 0;
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
    opacity: 0;
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(20px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-2000px);
    opacity: 0;
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
    opacity: 0;
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-20px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(2000px);
    opacity: 0;
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
    opacity: 0;
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: center center;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
            transform: rotate(-200deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center center;
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
            transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
            transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    -webkit-transform: translateX(-100%) rotate(-120deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px) rotate(0deg);
    opacity: 1;
  }
}

@keyframes rollIn {
  0% {
    -webkit-transform: translateX(-100%) rotate(-120deg);
            transform: translateX(-100%) rotate(-120deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
    opacity: 1;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) rotate(120deg);
    opacity: 0;
  }
}

@keyframes rollOut {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) rotate(120deg);
            transform: translateX(100%) rotate(120deg);
    opacity: 0;
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
            transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
            transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
            transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
            transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.animated.lightSpeedIn {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
            transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
            transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

.animated.lightSpeedOut {
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}

@keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
            transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
            transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
            transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
            transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
            transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
            transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
            transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
            transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
}

.wiggle {
  -webkit-animation-name: wiggle;
          animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

.animated.wiggle {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
}

/* Magnific Popup CSS */
.mfp-bg {
  position: fixed;
  z-index: 1042;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #0b0b0b;
}

.mfp-wrap {
  position: fixed;
  z-index: 1043;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none !important;

  -webkit-backface-visibility: hidden;
}

.mfp-container {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  text-align: center;
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  z-index: 1045;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  position: absolute;
  z-index: 1044;
  top: 50%;
  right: 8px;
  left: 8px;
  width: auto;
  margin-top: -0.8em;
  text-align: center;
  color: #ccc;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  z-index: 1046;
  display: block;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
  box-shadow: none;

  -webkit-appearance: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0 0 18px 10px;
  text-align: center;
  text-decoration: none;
  opacity: 0.65;
  color: #fff;
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  line-height: 44px;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: -6px;
  width: 100%;
  padding-right: 6px;
  text-align: right;
  color: #fff;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  top: 50%;
  width: 90px;
  height: 110px;
  margin: 0;
  margin-top: -55px;
  padding: 0;
  opacity: 0.65;

  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: 35px;
  margin-left: 35px;
  content: "";
  border: medium inset transparent;
}

.mfp-arrow:after {
  top: 8px;
  border-top-width: 13px;
  border-bottom-width: 13px;
}

.mfp-arrow:before {
  opacity: 0.7;
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  margin-left: 31px;
  border-right: 17px solid #fff;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  margin-left: 39px;
  border-left: 17px solid #fff;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  width: 100%;
  max-width: 900px;
  line-height: 0;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Main image in popup */
img.mfp-img {
  display: block;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 40px;
  line-height: 0;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  position: absolute;
  z-index: -1;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  display: block;
  width: auto;
  height: auto;
  content: "";
  background: #444;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure small {
  display: block;
  color: #bdbdbd;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -36px;
  cursor: auto;
}

.mfp-title {
  padding-right: 36px;
  text-align: left;
  word-wrap: break-word;
  color: #f3f3f3;
  line-height: 18px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

html {
  background-image: url(../img/common/bg01.gif);
  background-repeat: repeat;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.15;
}

body {
  overflow-x: hidden;
  min-width: 315px;
  min-height: 100vh;
  color: #000;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-smooth: always;
  line-height: 1.75;

  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
}

a:hover img {
  opacity: 0.85;
}

.h {
  position: relative;
  z-index: 1000;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.site-title {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
}

.site-description {
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-size: 1.25rem;
}

.site-branding__img {
  margin-bottom: 1rem;
}
.site-branding__img figcaption {
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
}

.site-branding__logo {
  max-width: 240px;
  margin-right: auto;
  margin-left: auto;
}

.main-navigation {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  overflow: auto;
  width: 280px;
  height: 100vh;
  padding: 3rem 0.5rem;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  background: rgba(255, 255, 255, 0.9);

  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.is-gnavOpen .main-navigation {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.main-navigation ul {
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.main-navigation li {
  text-align: center;
  text-transform: uppercase;
}
.main-navigation li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.main-navigation li a {
  display: block;
  padding: 5px;
}

.gnav-lst {
  position: relative;
}

.gnav-lr {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
          transition: 0.3s ease;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
}
.is-gnavOpen .gnav-lr, .is-megaOpen .gnav-lr, .toggled ~ .gnav-lr {
  visibility: visible;
  opacity: 1;
}

.gnav-tgl, .menu-toggle {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  display: block;
  width: 48px;
  height: 48px;
  cursor: pointer;
  border: none;
  background: none;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: none;
  font-size: 0;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sp_fixed_h .gnav-tgl, .sp_fixed_h .menu-toggle {
  top: 10px;
}
.gnav-tgl:focus, .gnav-tgl:active, .menu-toggle:focus, .menu-toggle:active {
  outline: none;
}

.hamburger {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 24px;
  height: 2px;
  margin-top: -5px;
  -webkit-transition: background 0s 0.3s;
          transition: background 0s 0.3s;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #000;
  box-shadow: 0 0 4px white;
}
.is-gnavOpen .hamburger, .toggled .hamburger {
  background: transparent;
  box-shadow: none;
}
.hamburger:before, .hamburger:after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  -webkit-transition-delay: 0.3s, 0s, 0s;
          transition-delay: 0.3s, 0s, 0s;
  -webkit-transition-duration: 0.3s, 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s, 0.3s;
  background: #000;
  box-shadow: 0 0 4px white;
}
.hamburger:before {
  top: -8px;
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, -webkit-transform;
          transition-property: top, transform;
          transition-property: top, transform, -webkit-transform;
}
.is-gnavOpen .hamburger:before, .toggled .hamburger:before {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s, 0.3s;
          transition-delay: 0s, 0.3s, 0.3s;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger:after {
  bottom: -8px;
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
          transition-property: bottom, transform, -webkit-transform;
}
.is-gnavOpen .hamburger:after, .toggled .hamburger:after {
  bottom: 0;
  -webkit-transition-delay: 0s, 0.3s, 0.3s;
          transition-delay: 0s, 0.3s, 0.3s;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-toggle__tx {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  -webkit-transition: 1s;
          transition: 1s;
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 4px white;
  font-size: 10px;
  font-size: 0.625rem;
}
.menu-toggle__tx::before {
  content: "menu";
}
.is-gnavOpen .menu-toggle__tx {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.is-gnavOpen .menu-toggle__tx::before {
  content: "close";
}

.gnav-line {
  display: none;
}

.totop {
  position: fixed;
  z-index: 1000;
  right: 10px;
  bottom: 10px;
}
.totop a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #c7bb21;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 1px 1px #c7bb21;
  line-height: 40px;
}
.totop a > span {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  font-size: 0;
  font-size: 0rem;
}
.totop a::before {
  display: inline-block;
  content: "\f106";
  vertical-align: middle;
  vertical-align: -1px;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.site-footer {
  padding: 1rem;
  background: #fff;
}

.site-info {
  max-width: 240px;
  margin-right: auto;
  margin-left: auto;
}

.f-fixed {
  position: fixed;
  z-index: 90;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  background: rgba(199, 187, 33, 0.9);
}
.is-scrolled .f-fixed {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.f-fixed__btn a {
  display: block;
  width: 100%;
  height: 40px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 40px;
}
.f-fixed__btn a::before {
  display: inline-block;
  margin-right: 5px;
  content: "\f07a";
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "FontAweSome" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.f-fixed__btn .__sm {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
}

.breadcrumbs__w {
  margin-bottom: 10px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ddd;
}

.breadcrumbs__i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  max-width: 1128px;
  margin: auto;
  white-space: nowrap;
  font-size: 12px;
  font-size: 0.75rem;
}
.breadcrumbs__i > span {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.breadcrumbs__i > span > a, .breadcrumbs__i > span > span {
  display: inline-block;
  padding: 0.5em;
  vertical-align: middle;
}
.breadcrumbs__i > span:not(:last-child)::after {
  display: inline-block;
  margin-right: 0.5em;
  margin-left: 0.5em;
  content: "\f105";
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.breadcrumbs__i > span:last-child {
  overflow: hidden;
  max-width: 300px;
  text-overflow: ellipsis;
}
.breadcrumbs__i > span:first-child a:after {
  display: inline-block;
  content: "\e900";
  vertical-align: middle;
  vertical-align: -1px;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  color: #c7bb21;
  font-family: "icomoon" !important;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.breadcrumbs__i > span:first-child a span {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.side-fixed {
  position: fixed;
  z-index: 10;
  top: 50%;
  right: 0;
  display: none;
  width: 50px;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.side-fixed a {
  display: block;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
}
.side-fixed a:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.side-fixed a:hover img {
  opacity: 1;
}

.imagephoto {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 10px auto;
}

.youtube {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: auto;
}
.youtube::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.order-bnr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: url(../img/common/bg_bnr01.jpg) no-repeat center top;
  background-size: cover;
}

.order-bnr__cnt {
  margin: 0.5rem;
}

.order-bnr__t {
  margin-bottom: 1rem;
}
.order-bnr__t .__lg, .order-bnr__t .__sm {
  display: block;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 300;
}
.order-bnr__t .__lg {
  font-size: 38px;
  font-size: 2.375rem;
  margin: 0 0 -0.8rem 0;
}

.order-bnr__btn a {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0.25rem 2rem;
  box-shadow: 0 0 0 1px;
}
.order-bnr__btn a:hover::before {
  top: 0;
  left: 0;
}
.order-bnr__btn a::before {
  position: absolute;
  z-index: -1;
  top: 3px;
  left: 3px;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: 0.2s linear;
          transition: 0.2s linear;
  box-shadow: 0 0 0 1px;
}

.order-bnr__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
}

.order-bnr__imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin: 0.5rem;
  padding-top: 1rem;
}

.order-bnr__img {
  margin: 0.5rem;
}

.design-panels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin-right: -1rem;
  margin-left: -1rem;
  counter-reset: num;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
}

.design-panel {
  width: 280px;
  width: 430px;
  width: 422px;
  margin: 1rem;
  counter-increment: num;
}

.design-panel__img {
  position: relative;
  margin-bottom: 1.5rem;
}
.design-panel__img::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  -webkit-transform: translate(8px, 8px);
      -ms-transform: translate(8px, 8px);
          transform: translate(8px, 8px);
  border: 1px solid;
  background: none;
}

.design-panel__cnt .__t {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 40px;
  font-size: 1.1em;
}
.design-panel__cnt .__t::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(num, decimal-leading-zero);
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}

.detail_panels {
  counter-reset: num;
}

.detail_panel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin-bottom: 3rem;
  counter-increment: num;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
}
.detail_panel::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border: 1px solid;
}
.detail_panel:nth-child(2n-1) .detail_panel__img {
  -webkit-transform: translate(8px, 8px);
      -ms-transform: translate(8px, 8px);
          transform: translate(8px, 8px);
}

.detail_panel__img {
  -webkit-transform: translate(-8px, 8px);
      -ms-transform: translate(-8px, 8px);
          transform: translate(-8px, 8px);
}

.detail_panel__cnt {
  width: 100%;
  padding: 1rem;
}
.detail_panel__cnt .__t {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 40px;
  font-size: 1.1em;
}
.detail_panel__cnt .__t::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(num, decimal-leading-zero);
  font-size: 30px;
  font-size: 1.875rem;
  font-style: italic;
  line-height: 1;
}

.fabric-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
}

.fabric-main__img {
  padding: 0.5rem;
  text-align: center;
}

.fabric-main__colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  max-width: 450px;
  padding: 0.5rem;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.fabric-main__color {
  width: calc(50% - 1rem);
  max-width: 200px;
  margin: 0.5rem;
}
.fabric-main__color figcaption {
  line-height: 1.15;
}
.fabric-main__color figcaption .__en {
  display: block;
  text-transform: uppercase;
}

.fabric-panels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
}

.fabric-panel {
  padding: 0.5rem;
}

.product_panel {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin-bottom: 2rem;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
}
.product_panel::before, .product_panel::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.product_panel::before {
  z-index: -1;
  margin: 0.5rem;
  background: white;
}
.product_panel::after {
  width: 100%;
  border: 1px solid;
}

.product_panel__img {
  width: 220px;
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}

.product_panel__cnt {
  width: 100%;
  padding: 1rem;
}
.product_panel__cnt .__t {
  margin-bottom: 1rem;
  font-size: 1.2em;
}

.product_designer {
  padding: 0.5rem;
  border: 1px solid;
}

.product_designer__i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  background: white;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
}

.product_designer__img {
  padding: 0.5rem;
}

.product_designer__cnt {
  width: 100%;
  padding: 0.5rem;
}

.style-panels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin-right: -0.5rem;
  margin-left: -0.5rem;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
}

.style-panel {
  position: relative;
  z-index: 1;
  width: 280px;
  margin: 0.5rem;
  margin-bottom: 2rem;
  padding: 0 1rem 1rem;
}

.style-panel__bd {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2rem);
  border: 1px solid;
}

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

.style-panel__cnt .__t {
  text-align: center;
}
.style-panel__cnt .__t::before, .style-panel__cnt .__t::after {
  content: "窶�";
}
.style-panel__cnt .__t::before {
  margin-right: 4px;
}
.style-panel__cnt .__t::after {
  margin-left: 4px;
}

.size-img {
  text-align: center;
}
.size-img a {
  outline: none;
}

.size-img__i {
  display: block;
  margin-bottom: 1rem;
  border: 1px solid #ddd;
}

.size-img__i {
  box-sizing: border-box;
  padding:10px;
  border: none;
}

.size-img__scope::before {
  display: inline-block;
  margin-right: 4px;
  content: "\f00e";
  vertical-align: middle;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  text-transform: none;
  font-family: "FontAweSome" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  line-height: 1;

  -webkit-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
          font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.size-infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.size-info {
  min-width: 140px;
}

.size-info__i {
  margin-bottom: 1.5rem;
}
.size-info__i > dt {
  margin-bottom: 0.5rem;
}
.size-info__i > dd dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin-bottom: 0.5rem;

  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.size-info__i > dd dt {
  width: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  font-style: italic;
  line-height: 1.5;
}
.size-info__i > dd dd {
  width: calc(100% - 1.5rem);
  padding-left: 1rem;
}
@media (min-width: 36em) {
  .ex-large {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
            order: -1;
  }
  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
  }
  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
            order: 0;
  }
  .flex-items-sm-top {
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
  }
  .flex-items-sm-middle {
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .flex-items-sm-bottom {
    -webkit-align-items: flex-end;
            align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
  }
  .flex-sm-top {
    -webkit-align-self: flex-start;
            align-self: flex-start;
    -ms-flex-item-align: start;
  }
  .flex-sm-middle {
    -webkit-align-self: center;
            align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
  }
  .flex-sm-bottom {
    -webkit-align-self: flex-end;
            align-self: flex-end;
    -ms-flex-item-align: end;
  }
  .flex-items-sm-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .flex-items-sm-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .flex-items-sm-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  .flex-items-sm-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }
  .flex-items-sm-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .col-sm {
    max-width: 100%;

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

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  .col-sm-2-5 {
    max-width: 40%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .col-sm-3-5 {
    max-width: 60%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .col-sm-4-5 {
    max-width: 80%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container {
    width: 540px;
    max-width: 100%;
  }
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm {
    max-width: 100%;

    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
  }
  .col-sm-auto {
    width: auto;

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

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

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

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

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

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

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

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

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

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

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

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

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.33333%;
  }
  .pull-sm-2 {
    right: 16.66667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.33333%;
  }
  .pull-sm-5 {
    right: 41.66667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.33333%;
  }
  .pull-sm-8 {
    right: 66.66667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.33333%;
  }
  .pull-sm-11 {
    right: 91.66667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.33333%;
  }
  .push-sm-2 {
    left: 16.66667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.33333%;
  }
  .push-sm-5 {
    left: 41.66667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.33333%;
  }
  .push-sm-8 {
    left: 66.66667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.33333%;
  }
  .push-sm-11 {
    left: 91.66667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .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%;
  }
  .t2 .__en {
    font-size: 70px;
    font-size: 4.375rem;
  }
  .tx__lg {
    font-size: 24px;
  }
  .tbl th {
    width: 180px;
  }
  .gnav-tgl, .menu-toggle {
    top: 0;
  }
  .side-fixed {
    display: block;
  }
}
@media (min-width: 48em) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
            order: -1;
  }
  .flex-md-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
  }
  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
            order: 0;
  }
  .flex-items-md-top {
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
  }
  .flex-items-md-middle {
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .flex-items-md-bottom {
    -webkit-align-items: flex-end;
            align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
  }
  .flex-md-top {
    -webkit-align-self: flex-start;
            align-self: flex-start;
    -ms-flex-item-align: start;
  }
  .flex-md-middle {
    -webkit-align-self: center;
            align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
  }
  .flex-md-bottom {
    -webkit-align-self: flex-end;
            align-self: flex-end;
    -ms-flex-item-align: end;
  }
  .flex-items-md-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .flex-items-md-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .flex-items-md-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  .flex-items-md-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }
  .flex-items-md-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .col-md {
    max-width: 100%;

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

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  .col-md-2-5 {
    max-width: 40%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .col-md-3-5 {
    max-width: 60%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .col-md-4-5 {
    max-width: 80%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container {
    width: 720px;
    max-width: 100%;
  }
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md {
    max-width: 100%;

    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
  }
  .col-md-auto {
    width: auto;

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

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

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

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

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

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

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

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

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

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

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

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

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.33333%;
  }
  .pull-md-2 {
    right: 16.66667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.33333%;
  }
  .pull-md-5 {
    right: 41.66667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.33333%;
  }
  .pull-md-8 {
    right: 66.66667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.33333%;
  }
  .pull-md-11 {
    right: 91.66667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.33333%;
  }
  .push-md-2 {
    left: 16.66667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.33333%;
  }
  .push-md-5 {
    left: 41.66667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.33333%;
  }
  .push-md-8 {
    left: 66.66667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.33333%;
  }
  .push-md-11 {
    left: 91.66667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .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%;
  }
  .f-fixed {
    display: none;
  }
  .detail_panel:nth-child(2n-1) .detail_panel__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
  }
  .detail_panel__img {
    width: 350px;
  }
  .detail_panel__cnt {
    width: calc(100% - 350px);
  }
  .product_panel__img {
    -webkit-transform: translate(-8px, 8px);
        -ms-transform: translate(-8px, 8px);
            transform: translate(-8px, 8px);
  }
  .product_panel__img.__last {
    -webkit-transform: translate(8px, 8px);
        -ms-transform: translate(8px, 8px);
            transform: translate(8px, 8px);

    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
  }
  .product_panel__cnt {
    width: calc(100% - 220px);
  }
  .product_designer__img {
    width: 320px;

    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
  }
  .product_designer__cnt {
    width: calc(100% - 320px);
  }
  .size-infos {
    max-width: 300px;
  }
  .size-info {
    width: 50%;
  }
}
@media (min-width: 62em) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
            order: -1;
  }
  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
  }
  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
            order: 0;
  }
  .flex-items-lg-top {
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
  }
  .flex-items-lg-middle {
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .flex-items-lg-bottom {
    -webkit-align-items: flex-end;
            align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
  }
  .flex-lg-top {
    -webkit-align-self: flex-start;
            align-self: flex-start;
    -ms-flex-item-align: start;
  }
  .flex-lg-middle {
    -webkit-align-self: center;
            align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
  }
  .flex-lg-bottom {
    -webkit-align-self: flex-end;
            align-self: flex-end;
    -ms-flex-item-align: end;
  }
  .flex-items-lg-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .flex-items-lg-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .flex-items-lg-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  .flex-items-lg-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }
  .flex-items-lg-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .col-lg {
    max-width: 100%;

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

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  .col-lg-2-5 {
    max-width: 40%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .col-lg-3-5 {
    max-width: 60%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .col-lg-4-5 {
    max-width: 80%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container {
    width: 960px;
    max-width: 100%;
  }
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg {
    max-width: 100%;

    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
  }
  .col-lg-auto {
    width: auto;

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

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

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

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

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

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

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

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

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

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

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

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

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.33333%;
  }
  .pull-lg-2 {
    right: 16.66667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.33333%;
  }
  .pull-lg-5 {
    right: 41.66667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.33333%;
  }
  .pull-lg-8 {
    right: 66.66667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.33333%;
  }
  .pull-lg-11 {
    right: 91.66667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.33333%;
  }
  .push-lg-2 {
    left: 16.66667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.33333%;
  }
  .push-lg-5 {
    left: 41.66667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.33333%;
  }
  .push-lg-8 {
    left: 66.66667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.33333%;
  }
  .push-lg-11 {
    left: 91.66667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .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%;
  }
  .gnav-line {
    position: absolute;
    bottom: 12px;
    display: block;
    height: 2px;
    -webkit-transition: 0.3s ease;
            transition: 0.3s ease;
    background: #fff;
  }
}
@media (min-width: 75em) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
            order: -1;
  }
  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
  }
  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
            order: 0;
  }
  .flex-items-xl-top {
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
  }
  .flex-items-xl-middle {
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .flex-items-xl-bottom {
    -webkit-align-items: flex-end;
            align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
  }
  .flex-xl-top {
    -webkit-align-self: flex-start;
            align-self: flex-start;
    -ms-flex-item-align: start;
  }
  .flex-xl-middle {
    -webkit-align-self: center;
            align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
  }
  .flex-xl-bottom {
    -webkit-align-self: flex-end;
            align-self: flex-end;
    -ms-flex-item-align: end;
  }
  .flex-items-xl-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .flex-items-xl-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .flex-items-xl-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  .flex-items-xl-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }
  .flex-items-xl-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .col-xl {
    max-width: 100%;

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

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  .col-xl-2-5 {
    max-width: 40%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .col-xl-3-5 {
    max-width: 60%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .col-xl-4-5 {
    max-width: 80%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container {
    width: 1140px;
    max-width: 100%;
  }
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl {
    max-width: 100%;

    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
  }
  .col-xl-auto {
    width: auto;

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

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

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

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

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

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

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

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

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

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

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

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

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.33333%;
  }
  .pull-xl-2 {
    right: 16.66667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.33333%;
  }
  .pull-xl-5 {
    right: 41.66667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.33333%;
  }
  .pull-xl-8 {
    right: 66.66667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.33333%;
  }
  .pull-xl-11 {
    right: 91.66667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.33333%;
  }
  .push-xl-2 {
    left: 16.66667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.33333%;
  }
  .push-xl-5 {
    left: 41.66667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.33333%;
  }
  .push-xl-8 {
    left: 66.66667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.33333%;
  }
  .push-xl-11 {
    left: 91.66667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
@media (max-width: 35.9375em) {
  .t {
    font-size: 18px;
    font-size: 5.625vmin;
  }
  .tbl tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    margin-bottom: 1rem;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .tbl th, .tbl td {
    width: 100%;
    border: none;
  }
  .tbl th {
    border-bottom: 1px solid #ddd;
  }
  .fabric-main__color figcaption {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    position: fixed;
    top: auto;
    bottom: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.6);
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
  }
  .mfp-img-mobile .mfp-close {
    position: fixed;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    line-height: 35px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
            transform-origin: 100%;
  }
  .mfp-container {
    padding-right: 6px;
    padding-left: 6px;
  }
}
@media (max-width: 47.9375em) {
  .is-scrolled .site {
    padding-bottom: 40px;
  }
  .fabric-panel {
    width: 50%;
    max-width: 250px;
  }
  .size-img {
    margin-bottom: 3rem;
  }
}


/*

append

*/

.slick_slider {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}
.slick-dotted.slick-slider {
    margin-bottom: 50px;
}


#colors .l-main {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
#colors .colors-panels {
    margin: 25px 0 40px 0;
    list-style: none;
    overflow: hidden;
}
#colors .colors-panel {
    margin: 25px 0 50px 0;
}
@media print, screen and (min-width: 768px) {
#colors .colors-panel {
    width: 47%;
    margin: 25px 0 0 0;
}
#colors .colors-panel:nth-of-type(odd) {
    float: left;
}
#colors .colors-panel:nth-of-type(even) {
    float: right;
}
}
#colors .colors-panel figcaption {
    margin: 15px 0 5px 0;
    text-align: center;
}
#colors .colors-panel strong {
    position: relative;
    display: block;
    padding: 0 55px;
    text-align: center;
    font-size: 1.1rem;
}

#colors .colors-panel strong:before,
#colors .colors-panel strong:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #ccc;
}

#colors .colors-panel strong:before {
  left:0;
}
#colors .colors-panel strong:after {
  right: 0;
}
#colors .colors-panels + p strong {
    clear: both;
    display: block;
    text-align: center;
}
