@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  background-repeat: no-repeat; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
:where(nav li)::before {
  content: "​";
  float: left;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */

/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/**
 * Add the correct font size in all browsers.
 */

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */

/**
 * Remove the border on iframes in all browsers (opinionated).
 */

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */

/**
 * Correct the inability to style buttons in iOS and Safari.
 */

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */

/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct styles in Safari.
 */

/*
 * Add the correct display in Safari.
 */

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

h1,
h2,
h3,
p,
ul,
figure {
  padding: 0;
  margin: 0;
}

picture,
img,
iframe {
  border: 0;
}

body {
  margin: 0;
  font-family: "平成角ゴシック Std", "平成ゴシック", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.6;
  min-width: 0;
  min-width: initial;
  color: #332c2c;
}

html,
body {
  scroll-behavior: smooth;
  height: 100%;
}

li {
  list-style: none;
}

figure {
  display: block;
}

a {
  text-decoration: none;
}
a :not(c-button):focus, a :not(c-button):active {
  color: #003cd3;
}
a :not(c-button):focus *, a :not(c-button):active * {
  color: #003cd3;
}
a :not(c-button):visited {
  color: #8000d0;
}
a :not(c-button):visited * {
  color: #8000d0;
}
iframe {
  width: 100%;
}

img {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  opacity: 1;
  transition: opacity 0.4s;
}
a:hover {
  opacity: 0.7;
}

:root {
  --width-sp: 380;
  --width-pc: 1500;
}

body.is-wire [class^=c-], body.is-wire [class^=m-], body.is-wire [class^=l-] {
  position: relative;
}
body.is-wire [class^=c-]::before, body.is-wire [class^=m-]::before, body.is-wire [class^=l-]::before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 5px;
  font-size: 10px;
  font-weight: normal;
  color: #111;
  content: attr(class) "";
}

.debugArea {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999999;
}
.debugArea [class*=button__] {
  padding: 8px 15px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  background: #0073ff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.debugArea [class*=button__]:hover {
  opacity: 0.8;
}
.debugArea [class*=button__] + [class*=button__] {
  margin-left: 5px;
}

body.is-wire [class^=l-] {
  box-shadow: 0 0 0 2px rgba(200, 0, 255, 0.5) inset;
}
body.is-wire [class^=l-]::before {
  background-color: rgba(200, 0, 255, 0.5);
}
body.is-wire [class^=m-] {
  box-shadow: 0 0 0 2px rgba(0, 115, 255, 0.5) inset;
}
body.is-wire [class^=m-]::before {
  background-color: rgba(0, 115, 255, 0.5);
}
body.is-wire [class^=c-] {
  box-shadow: 0 0 0 2px rgba(27, 230, 142, 0.5) inset;
}
body.is-wire [class^=c-]::before {
  background-color: rgba(27, 230, 142, 0.5);
}

.debug-viewCss {
  display: none;
}

body.is-size .js-debug-sizeView {
  position: relative;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.7) inset;
}
body.is-size .js-debug-sizeView .debug-viewCss {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  font-size: 10px;
  font-weight: normal;
  line-height: 0;
  color: #332c2c;
  text-align: center;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.is-size .js-debug-sizeView [class*=view-p] {
  background-color: rgba(255, 134, 58, 0.3);
}
body.is-size .js-debug-sizeView [class*=view-m] {
  background-color: rgba(114, 239, 129, 0.3);
}
body.is-size .js-debug-sizeView .view-pt-1px {
  top: 0;
  height: 1px;
}
body.is-size .js-debug-sizeView .view-pb-1px {
  bottom: 0;
  height: 1px;
}
body.is-size .js-debug-sizeView .view-pr-1px {
  top: 0;
  right: 0;
  left: auto;
  width: 1px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-1px {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-1px {
  top: -1px;
  height: 1px;
}
body.is-size .js-debug-sizeView .view-mb-1px {
  bottom: -1px;
  height: 1px;
}
body.is-size .js-debug-sizeView .view-mr-1px {
  top: 0;
  right: -1px;
  left: auto;
  width: 1px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-1px {
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-2px {
  top: 0;
  height: 2px;
}
body.is-size .js-debug-sizeView .view-pb-2px {
  bottom: 0;
  height: 2px;
}
body.is-size .js-debug-sizeView .view-pr-2px {
  top: 0;
  right: 0;
  left: auto;
  width: 2px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-2px {
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-2px {
  top: -2px;
  height: 2px;
}
body.is-size .js-debug-sizeView .view-mb-2px {
  bottom: -2px;
  height: 2px;
}
body.is-size .js-debug-sizeView .view-mr-2px {
  top: 0;
  right: -2px;
  left: auto;
  width: 2px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-2px {
  top: 0;
  left: -2px;
  width: 2px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-3px {
  top: 0;
  height: 3px;
}
body.is-size .js-debug-sizeView .view-pb-3px {
  bottom: 0;
  height: 3px;
}
body.is-size .js-debug-sizeView .view-pr-3px {
  top: 0;
  right: 0;
  left: auto;
  width: 3px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-3px {
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-3px {
  top: -3px;
  height: 3px;
}
body.is-size .js-debug-sizeView .view-mb-3px {
  bottom: -3px;
  height: 3px;
}
body.is-size .js-debug-sizeView .view-mr-3px {
  top: 0;
  right: -3px;
  left: auto;
  width: 3px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-3px {
  top: 0;
  left: -3px;
  width: 3px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-4px {
  top: 0;
  height: 4px;
}
body.is-size .js-debug-sizeView .view-pb-4px {
  bottom: 0;
  height: 4px;
}
body.is-size .js-debug-sizeView .view-pr-4px {
  top: 0;
  right: 0;
  left: auto;
  width: 4px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-4px {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-4px {
  top: -4px;
  height: 4px;
}
body.is-size .js-debug-sizeView .view-mb-4px {
  bottom: -4px;
  height: 4px;
}
body.is-size .js-debug-sizeView .view-mr-4px {
  top: 0;
  right: -4px;
  left: auto;
  width: 4px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-4px {
  top: 0;
  left: -4px;
  width: 4px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-5px {
  top: 0;
  height: 5px;
}
body.is-size .js-debug-sizeView .view-pb-5px {
  bottom: 0;
  height: 5px;
}
body.is-size .js-debug-sizeView .view-pr-5px {
  top: 0;
  right: 0;
  left: auto;
  width: 5px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-5px {
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-5px {
  top: -5px;
  height: 5px;
}
body.is-size .js-debug-sizeView .view-mb-5px {
  bottom: -5px;
  height: 5px;
}
body.is-size .js-debug-sizeView .view-mr-5px {
  top: 0;
  right: -5px;
  left: auto;
  width: 5px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-5px {
  top: 0;
  left: -5px;
  width: 5px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-6px {
  top: 0;
  height: 6px;
}
body.is-size .js-debug-sizeView .view-pb-6px {
  bottom: 0;
  height: 6px;
}
body.is-size .js-debug-sizeView .view-pr-6px {
  top: 0;
  right: 0;
  left: auto;
  width: 6px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-6px {
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-6px {
  top: -6px;
  height: 6px;
}
body.is-size .js-debug-sizeView .view-mb-6px {
  bottom: -6px;
  height: 6px;
}
body.is-size .js-debug-sizeView .view-mr-6px {
  top: 0;
  right: -6px;
  left: auto;
  width: 6px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-6px {
  top: 0;
  left: -6px;
  width: 6px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-7px {
  top: 0;
  height: 7px;
}
body.is-size .js-debug-sizeView .view-pb-7px {
  bottom: 0;
  height: 7px;
}
body.is-size .js-debug-sizeView .view-pr-7px {
  top: 0;
  right: 0;
  left: auto;
  width: 7px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-7px {
  top: 0;
  left: 0;
  width: 7px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-7px {
  top: -7px;
  height: 7px;
}
body.is-size .js-debug-sizeView .view-mb-7px {
  bottom: -7px;
  height: 7px;
}
body.is-size .js-debug-sizeView .view-mr-7px {
  top: 0;
  right: -7px;
  left: auto;
  width: 7px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-7px {
  top: 0;
  left: -7px;
  width: 7px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-8px {
  top: 0;
  height: 8px;
}
body.is-size .js-debug-sizeView .view-pb-8px {
  bottom: 0;
  height: 8px;
}
body.is-size .js-debug-sizeView .view-pr-8px {
  top: 0;
  right: 0;
  left: auto;
  width: 8px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-8px {
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-8px {
  top: -8px;
  height: 8px;
}
body.is-size .js-debug-sizeView .view-mb-8px {
  bottom: -8px;
  height: 8px;
}
body.is-size .js-debug-sizeView .view-mr-8px {
  top: 0;
  right: -8px;
  left: auto;
  width: 8px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-8px {
  top: 0;
  left: -8px;
  width: 8px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-9px {
  top: 0;
  height: 9px;
}
body.is-size .js-debug-sizeView .view-pb-9px {
  bottom: 0;
  height: 9px;
}
body.is-size .js-debug-sizeView .view-pr-9px {
  top: 0;
  right: 0;
  left: auto;
  width: 9px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-9px {
  top: 0;
  left: 0;
  width: 9px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-9px {
  top: -9px;
  height: 9px;
}
body.is-size .js-debug-sizeView .view-mb-9px {
  bottom: -9px;
  height: 9px;
}
body.is-size .js-debug-sizeView .view-mr-9px {
  top: 0;
  right: -9px;
  left: auto;
  width: 9px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-9px {
  top: 0;
  left: -9px;
  width: 9px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-10px {
  top: 0;
  height: 10px;
}
body.is-size .js-debug-sizeView .view-pb-10px {
  bottom: 0;
  height: 10px;
}
body.is-size .js-debug-sizeView .view-pr-10px {
  top: 0;
  right: 0;
  left: auto;
  width: 10px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-10px {
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-10px {
  top: -10px;
  height: 10px;
}
body.is-size .js-debug-sizeView .view-mb-10px {
  bottom: -10px;
  height: 10px;
}
body.is-size .js-debug-sizeView .view-mr-10px {
  top: 0;
  right: -10px;
  left: auto;
  width: 10px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-10px {
  top: 0;
  left: -10px;
  width: 10px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-11px {
  top: 0;
  height: 11px;
}
body.is-size .js-debug-sizeView .view-pb-11px {
  bottom: 0;
  height: 11px;
}
body.is-size .js-debug-sizeView .view-pr-11px {
  top: 0;
  right: 0;
  left: auto;
  width: 11px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-11px {
  top: 0;
  left: 0;
  width: 11px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-11px {
  top: -11px;
  height: 11px;
}
body.is-size .js-debug-sizeView .view-mb-11px {
  bottom: -11px;
  height: 11px;
}
body.is-size .js-debug-sizeView .view-mr-11px {
  top: 0;
  right: -11px;
  left: auto;
  width: 11px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-11px {
  top: 0;
  left: -11px;
  width: 11px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-12px {
  top: 0;
  height: 12px;
}
body.is-size .js-debug-sizeView .view-pb-12px {
  bottom: 0;
  height: 12px;
}
body.is-size .js-debug-sizeView .view-pr-12px {
  top: 0;
  right: 0;
  left: auto;
  width: 12px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-12px {
  top: 0;
  left: 0;
  width: 12px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-12px {
  top: -12px;
  height: 12px;
}
body.is-size .js-debug-sizeView .view-mb-12px {
  bottom: -12px;
  height: 12px;
}
body.is-size .js-debug-sizeView .view-mr-12px {
  top: 0;
  right: -12px;
  left: auto;
  width: 12px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-12px {
  top: 0;
  left: -12px;
  width: 12px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-13px {
  top: 0;
  height: 13px;
}
body.is-size .js-debug-sizeView .view-pb-13px {
  bottom: 0;
  height: 13px;
}
body.is-size .js-debug-sizeView .view-pr-13px {
  top: 0;
  right: 0;
  left: auto;
  width: 13px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-13px {
  top: 0;
  left: 0;
  width: 13px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-13px {
  top: -13px;
  height: 13px;
}
body.is-size .js-debug-sizeView .view-mb-13px {
  bottom: -13px;
  height: 13px;
}
body.is-size .js-debug-sizeView .view-mr-13px {
  top: 0;
  right: -13px;
  left: auto;
  width: 13px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-13px {
  top: 0;
  left: -13px;
  width: 13px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-14px {
  top: 0;
  height: 14px;
}
body.is-size .js-debug-sizeView .view-pb-14px {
  bottom: 0;
  height: 14px;
}
body.is-size .js-debug-sizeView .view-pr-14px {
  top: 0;
  right: 0;
  left: auto;
  width: 14px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-14px {
  top: 0;
  left: 0;
  width: 14px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-14px {
  top: -14px;
  height: 14px;
}
body.is-size .js-debug-sizeView .view-mb-14px {
  bottom: -14px;
  height: 14px;
}
body.is-size .js-debug-sizeView .view-mr-14px {
  top: 0;
  right: -14px;
  left: auto;
  width: 14px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-14px {
  top: 0;
  left: -14px;
  width: 14px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-15px {
  top: 0;
  height: 15px;
}
body.is-size .js-debug-sizeView .view-pb-15px {
  bottom: 0;
  height: 15px;
}
body.is-size .js-debug-sizeView .view-pr-15px {
  top: 0;
  right: 0;
  left: auto;
  width: 15px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-15px {
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-15px {
  top: -15px;
  height: 15px;
}
body.is-size .js-debug-sizeView .view-mb-15px {
  bottom: -15px;
  height: 15px;
}
body.is-size .js-debug-sizeView .view-mr-15px {
  top: 0;
  right: -15px;
  left: auto;
  width: 15px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-15px {
  top: 0;
  left: -15px;
  width: 15px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-16px {
  top: 0;
  height: 16px;
}
body.is-size .js-debug-sizeView .view-pb-16px {
  bottom: 0;
  height: 16px;
}
body.is-size .js-debug-sizeView .view-pr-16px {
  top: 0;
  right: 0;
  left: auto;
  width: 16px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-16px {
  top: 0;
  left: 0;
  width: 16px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-16px {
  top: -16px;
  height: 16px;
}
body.is-size .js-debug-sizeView .view-mb-16px {
  bottom: -16px;
  height: 16px;
}
body.is-size .js-debug-sizeView .view-mr-16px {
  top: 0;
  right: -16px;
  left: auto;
  width: 16px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-16px {
  top: 0;
  left: -16px;
  width: 16px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-17px {
  top: 0;
  height: 17px;
}
body.is-size .js-debug-sizeView .view-pb-17px {
  bottom: 0;
  height: 17px;
}
body.is-size .js-debug-sizeView .view-pr-17px {
  top: 0;
  right: 0;
  left: auto;
  width: 17px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-17px {
  top: 0;
  left: 0;
  width: 17px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-17px {
  top: -17px;
  height: 17px;
}
body.is-size .js-debug-sizeView .view-mb-17px {
  bottom: -17px;
  height: 17px;
}
body.is-size .js-debug-sizeView .view-mr-17px {
  top: 0;
  right: -17px;
  left: auto;
  width: 17px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-17px {
  top: 0;
  left: -17px;
  width: 17px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-18px {
  top: 0;
  height: 18px;
}
body.is-size .js-debug-sizeView .view-pb-18px {
  bottom: 0;
  height: 18px;
}
body.is-size .js-debug-sizeView .view-pr-18px {
  top: 0;
  right: 0;
  left: auto;
  width: 18px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-18px {
  top: 0;
  left: 0;
  width: 18px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-18px {
  top: -18px;
  height: 18px;
}
body.is-size .js-debug-sizeView .view-mb-18px {
  bottom: -18px;
  height: 18px;
}
body.is-size .js-debug-sizeView .view-mr-18px {
  top: 0;
  right: -18px;
  left: auto;
  width: 18px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-18px {
  top: 0;
  left: -18px;
  width: 18px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-19px {
  top: 0;
  height: 19px;
}
body.is-size .js-debug-sizeView .view-pb-19px {
  bottom: 0;
  height: 19px;
}
body.is-size .js-debug-sizeView .view-pr-19px {
  top: 0;
  right: 0;
  left: auto;
  width: 19px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-19px {
  top: 0;
  left: 0;
  width: 19px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-19px {
  top: -19px;
  height: 19px;
}
body.is-size .js-debug-sizeView .view-mb-19px {
  bottom: -19px;
  height: 19px;
}
body.is-size .js-debug-sizeView .view-mr-19px {
  top: 0;
  right: -19px;
  left: auto;
  width: 19px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-19px {
  top: 0;
  left: -19px;
  width: 19px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-20px {
  top: 0;
  height: 20px;
}
body.is-size .js-debug-sizeView .view-pb-20px {
  bottom: 0;
  height: 20px;
}
body.is-size .js-debug-sizeView .view-pr-20px {
  top: 0;
  right: 0;
  left: auto;
  width: 20px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-20px {
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-20px {
  top: -20px;
  height: 20px;
}
body.is-size .js-debug-sizeView .view-mb-20px {
  bottom: -20px;
  height: 20px;
}
body.is-size .js-debug-sizeView .view-mr-20px {
  top: 0;
  right: -20px;
  left: auto;
  width: 20px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-20px {
  top: 0;
  left: -20px;
  width: 20px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-21px {
  top: 0;
  height: 21px;
}
body.is-size .js-debug-sizeView .view-pb-21px {
  bottom: 0;
  height: 21px;
}
body.is-size .js-debug-sizeView .view-pr-21px {
  top: 0;
  right: 0;
  left: auto;
  width: 21px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-21px {
  top: 0;
  left: 0;
  width: 21px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-21px {
  top: -21px;
  height: 21px;
}
body.is-size .js-debug-sizeView .view-mb-21px {
  bottom: -21px;
  height: 21px;
}
body.is-size .js-debug-sizeView .view-mr-21px {
  top: 0;
  right: -21px;
  left: auto;
  width: 21px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-21px {
  top: 0;
  left: -21px;
  width: 21px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-22px {
  top: 0;
  height: 22px;
}
body.is-size .js-debug-sizeView .view-pb-22px {
  bottom: 0;
  height: 22px;
}
body.is-size .js-debug-sizeView .view-pr-22px {
  top: 0;
  right: 0;
  left: auto;
  width: 22px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-22px {
  top: 0;
  left: 0;
  width: 22px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-22px {
  top: -22px;
  height: 22px;
}
body.is-size .js-debug-sizeView .view-mb-22px {
  bottom: -22px;
  height: 22px;
}
body.is-size .js-debug-sizeView .view-mr-22px {
  top: 0;
  right: -22px;
  left: auto;
  width: 22px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-22px {
  top: 0;
  left: -22px;
  width: 22px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-23px {
  top: 0;
  height: 23px;
}
body.is-size .js-debug-sizeView .view-pb-23px {
  bottom: 0;
  height: 23px;
}
body.is-size .js-debug-sizeView .view-pr-23px {
  top: 0;
  right: 0;
  left: auto;
  width: 23px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-23px {
  top: 0;
  left: 0;
  width: 23px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-23px {
  top: -23px;
  height: 23px;
}
body.is-size .js-debug-sizeView .view-mb-23px {
  bottom: -23px;
  height: 23px;
}
body.is-size .js-debug-sizeView .view-mr-23px {
  top: 0;
  right: -23px;
  left: auto;
  width: 23px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-23px {
  top: 0;
  left: -23px;
  width: 23px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-24px {
  top: 0;
  height: 24px;
}
body.is-size .js-debug-sizeView .view-pb-24px {
  bottom: 0;
  height: 24px;
}
body.is-size .js-debug-sizeView .view-pr-24px {
  top: 0;
  right: 0;
  left: auto;
  width: 24px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-24px {
  top: 0;
  left: 0;
  width: 24px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-24px {
  top: -24px;
  height: 24px;
}
body.is-size .js-debug-sizeView .view-mb-24px {
  bottom: -24px;
  height: 24px;
}
body.is-size .js-debug-sizeView .view-mr-24px {
  top: 0;
  right: -24px;
  left: auto;
  width: 24px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-24px {
  top: 0;
  left: -24px;
  width: 24px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-25px {
  top: 0;
  height: 25px;
}
body.is-size .js-debug-sizeView .view-pb-25px {
  bottom: 0;
  height: 25px;
}
body.is-size .js-debug-sizeView .view-pr-25px {
  top: 0;
  right: 0;
  left: auto;
  width: 25px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-25px {
  top: 0;
  left: 0;
  width: 25px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-25px {
  top: -25px;
  height: 25px;
}
body.is-size .js-debug-sizeView .view-mb-25px {
  bottom: -25px;
  height: 25px;
}
body.is-size .js-debug-sizeView .view-mr-25px {
  top: 0;
  right: -25px;
  left: auto;
  width: 25px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-25px {
  top: 0;
  left: -25px;
  width: 25px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-26px {
  top: 0;
  height: 26px;
}
body.is-size .js-debug-sizeView .view-pb-26px {
  bottom: 0;
  height: 26px;
}
body.is-size .js-debug-sizeView .view-pr-26px {
  top: 0;
  right: 0;
  left: auto;
  width: 26px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-26px {
  top: 0;
  left: 0;
  width: 26px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-26px {
  top: -26px;
  height: 26px;
}
body.is-size .js-debug-sizeView .view-mb-26px {
  bottom: -26px;
  height: 26px;
}
body.is-size .js-debug-sizeView .view-mr-26px {
  top: 0;
  right: -26px;
  left: auto;
  width: 26px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-26px {
  top: 0;
  left: -26px;
  width: 26px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-27px {
  top: 0;
  height: 27px;
}
body.is-size .js-debug-sizeView .view-pb-27px {
  bottom: 0;
  height: 27px;
}
body.is-size .js-debug-sizeView .view-pr-27px {
  top: 0;
  right: 0;
  left: auto;
  width: 27px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-27px {
  top: 0;
  left: 0;
  width: 27px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-27px {
  top: -27px;
  height: 27px;
}
body.is-size .js-debug-sizeView .view-mb-27px {
  bottom: -27px;
  height: 27px;
}
body.is-size .js-debug-sizeView .view-mr-27px {
  top: 0;
  right: -27px;
  left: auto;
  width: 27px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-27px {
  top: 0;
  left: -27px;
  width: 27px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-28px {
  top: 0;
  height: 28px;
}
body.is-size .js-debug-sizeView .view-pb-28px {
  bottom: 0;
  height: 28px;
}
body.is-size .js-debug-sizeView .view-pr-28px {
  top: 0;
  right: 0;
  left: auto;
  width: 28px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-28px {
  top: 0;
  left: 0;
  width: 28px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-28px {
  top: -28px;
  height: 28px;
}
body.is-size .js-debug-sizeView .view-mb-28px {
  bottom: -28px;
  height: 28px;
}
body.is-size .js-debug-sizeView .view-mr-28px {
  top: 0;
  right: -28px;
  left: auto;
  width: 28px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-28px {
  top: 0;
  left: -28px;
  width: 28px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-29px {
  top: 0;
  height: 29px;
}
body.is-size .js-debug-sizeView .view-pb-29px {
  bottom: 0;
  height: 29px;
}
body.is-size .js-debug-sizeView .view-pr-29px {
  top: 0;
  right: 0;
  left: auto;
  width: 29px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-29px {
  top: 0;
  left: 0;
  width: 29px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-29px {
  top: -29px;
  height: 29px;
}
body.is-size .js-debug-sizeView .view-mb-29px {
  bottom: -29px;
  height: 29px;
}
body.is-size .js-debug-sizeView .view-mr-29px {
  top: 0;
  right: -29px;
  left: auto;
  width: 29px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-29px {
  top: 0;
  left: -29px;
  width: 29px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-30px {
  top: 0;
  height: 30px;
}
body.is-size .js-debug-sizeView .view-pb-30px {
  bottom: 0;
  height: 30px;
}
body.is-size .js-debug-sizeView .view-pr-30px {
  top: 0;
  right: 0;
  left: auto;
  width: 30px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-30px {
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-30px {
  top: -30px;
  height: 30px;
}
body.is-size .js-debug-sizeView .view-mb-30px {
  bottom: -30px;
  height: 30px;
}
body.is-size .js-debug-sizeView .view-mr-30px {
  top: 0;
  right: -30px;
  left: auto;
  width: 30px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-30px {
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-31px {
  top: 0;
  height: 31px;
}
body.is-size .js-debug-sizeView .view-pb-31px {
  bottom: 0;
  height: 31px;
}
body.is-size .js-debug-sizeView .view-pr-31px {
  top: 0;
  right: 0;
  left: auto;
  width: 31px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-31px {
  top: 0;
  left: 0;
  width: 31px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-31px {
  top: -31px;
  height: 31px;
}
body.is-size .js-debug-sizeView .view-mb-31px {
  bottom: -31px;
  height: 31px;
}
body.is-size .js-debug-sizeView .view-mr-31px {
  top: 0;
  right: -31px;
  left: auto;
  width: 31px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-31px {
  top: 0;
  left: -31px;
  width: 31px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-32px {
  top: 0;
  height: 32px;
}
body.is-size .js-debug-sizeView .view-pb-32px {
  bottom: 0;
  height: 32px;
}
body.is-size .js-debug-sizeView .view-pr-32px {
  top: 0;
  right: 0;
  left: auto;
  width: 32px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-32px {
  top: 0;
  left: 0;
  width: 32px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-32px {
  top: -32px;
  height: 32px;
}
body.is-size .js-debug-sizeView .view-mb-32px {
  bottom: -32px;
  height: 32px;
}
body.is-size .js-debug-sizeView .view-mr-32px {
  top: 0;
  right: -32px;
  left: auto;
  width: 32px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-32px {
  top: 0;
  left: -32px;
  width: 32px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-33px {
  top: 0;
  height: 33px;
}
body.is-size .js-debug-sizeView .view-pb-33px {
  bottom: 0;
  height: 33px;
}
body.is-size .js-debug-sizeView .view-pr-33px {
  top: 0;
  right: 0;
  left: auto;
  width: 33px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-33px {
  top: 0;
  left: 0;
  width: 33px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-33px {
  top: -33px;
  height: 33px;
}
body.is-size .js-debug-sizeView .view-mb-33px {
  bottom: -33px;
  height: 33px;
}
body.is-size .js-debug-sizeView .view-mr-33px {
  top: 0;
  right: -33px;
  left: auto;
  width: 33px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-33px {
  top: 0;
  left: -33px;
  width: 33px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-34px {
  top: 0;
  height: 34px;
}
body.is-size .js-debug-sizeView .view-pb-34px {
  bottom: 0;
  height: 34px;
}
body.is-size .js-debug-sizeView .view-pr-34px {
  top: 0;
  right: 0;
  left: auto;
  width: 34px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-34px {
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-34px {
  top: -34px;
  height: 34px;
}
body.is-size .js-debug-sizeView .view-mb-34px {
  bottom: -34px;
  height: 34px;
}
body.is-size .js-debug-sizeView .view-mr-34px {
  top: 0;
  right: -34px;
  left: auto;
  width: 34px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-34px {
  top: 0;
  left: -34px;
  width: 34px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-35px {
  top: 0;
  height: 35px;
}
body.is-size .js-debug-sizeView .view-pb-35px {
  bottom: 0;
  height: 35px;
}
body.is-size .js-debug-sizeView .view-pr-35px {
  top: 0;
  right: 0;
  left: auto;
  width: 35px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-35px {
  top: 0;
  left: 0;
  width: 35px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-35px {
  top: -35px;
  height: 35px;
}
body.is-size .js-debug-sizeView .view-mb-35px {
  bottom: -35px;
  height: 35px;
}
body.is-size .js-debug-sizeView .view-mr-35px {
  top: 0;
  right: -35px;
  left: auto;
  width: 35px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-35px {
  top: 0;
  left: -35px;
  width: 35px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-36px {
  top: 0;
  height: 36px;
}
body.is-size .js-debug-sizeView .view-pb-36px {
  bottom: 0;
  height: 36px;
}
body.is-size .js-debug-sizeView .view-pr-36px {
  top: 0;
  right: 0;
  left: auto;
  width: 36px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-36px {
  top: 0;
  left: 0;
  width: 36px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-36px {
  top: -36px;
  height: 36px;
}
body.is-size .js-debug-sizeView .view-mb-36px {
  bottom: -36px;
  height: 36px;
}
body.is-size .js-debug-sizeView .view-mr-36px {
  top: 0;
  right: -36px;
  left: auto;
  width: 36px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-36px {
  top: 0;
  left: -36px;
  width: 36px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-37px {
  top: 0;
  height: 37px;
}
body.is-size .js-debug-sizeView .view-pb-37px {
  bottom: 0;
  height: 37px;
}
body.is-size .js-debug-sizeView .view-pr-37px {
  top: 0;
  right: 0;
  left: auto;
  width: 37px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-37px {
  top: 0;
  left: 0;
  width: 37px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-37px {
  top: -37px;
  height: 37px;
}
body.is-size .js-debug-sizeView .view-mb-37px {
  bottom: -37px;
  height: 37px;
}
body.is-size .js-debug-sizeView .view-mr-37px {
  top: 0;
  right: -37px;
  left: auto;
  width: 37px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-37px {
  top: 0;
  left: -37px;
  width: 37px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-38px {
  top: 0;
  height: 38px;
}
body.is-size .js-debug-sizeView .view-pb-38px {
  bottom: 0;
  height: 38px;
}
body.is-size .js-debug-sizeView .view-pr-38px {
  top: 0;
  right: 0;
  left: auto;
  width: 38px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-38px {
  top: 0;
  left: 0;
  width: 38px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-38px {
  top: -38px;
  height: 38px;
}
body.is-size .js-debug-sizeView .view-mb-38px {
  bottom: -38px;
  height: 38px;
}
body.is-size .js-debug-sizeView .view-mr-38px {
  top: 0;
  right: -38px;
  left: auto;
  width: 38px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-38px {
  top: 0;
  left: -38px;
  width: 38px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-39px {
  top: 0;
  height: 39px;
}
body.is-size .js-debug-sizeView .view-pb-39px {
  bottom: 0;
  height: 39px;
}
body.is-size .js-debug-sizeView .view-pr-39px {
  top: 0;
  right: 0;
  left: auto;
  width: 39px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-39px {
  top: 0;
  left: 0;
  width: 39px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-39px {
  top: -39px;
  height: 39px;
}
body.is-size .js-debug-sizeView .view-mb-39px {
  bottom: -39px;
  height: 39px;
}
body.is-size .js-debug-sizeView .view-mr-39px {
  top: 0;
  right: -39px;
  left: auto;
  width: 39px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-39px {
  top: 0;
  left: -39px;
  width: 39px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-40px {
  top: 0;
  height: 40px;
}
body.is-size .js-debug-sizeView .view-pb-40px {
  bottom: 0;
  height: 40px;
}
body.is-size .js-debug-sizeView .view-pr-40px {
  top: 0;
  right: 0;
  left: auto;
  width: 40px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-40px {
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-40px {
  top: -40px;
  height: 40px;
}
body.is-size .js-debug-sizeView .view-mb-40px {
  bottom: -40px;
  height: 40px;
}
body.is-size .js-debug-sizeView .view-mr-40px {
  top: 0;
  right: -40px;
  left: auto;
  width: 40px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-40px {
  top: 0;
  left: -40px;
  width: 40px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-41px {
  top: 0;
  height: 41px;
}
body.is-size .js-debug-sizeView .view-pb-41px {
  bottom: 0;
  height: 41px;
}
body.is-size .js-debug-sizeView .view-pr-41px {
  top: 0;
  right: 0;
  left: auto;
  width: 41px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-41px {
  top: 0;
  left: 0;
  width: 41px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-41px {
  top: -41px;
  height: 41px;
}
body.is-size .js-debug-sizeView .view-mb-41px {
  bottom: -41px;
  height: 41px;
}
body.is-size .js-debug-sizeView .view-mr-41px {
  top: 0;
  right: -41px;
  left: auto;
  width: 41px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-41px {
  top: 0;
  left: -41px;
  width: 41px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-42px {
  top: 0;
  height: 42px;
}
body.is-size .js-debug-sizeView .view-pb-42px {
  bottom: 0;
  height: 42px;
}
body.is-size .js-debug-sizeView .view-pr-42px {
  top: 0;
  right: 0;
  left: auto;
  width: 42px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-42px {
  top: 0;
  left: 0;
  width: 42px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-42px {
  top: -42px;
  height: 42px;
}
body.is-size .js-debug-sizeView .view-mb-42px {
  bottom: -42px;
  height: 42px;
}
body.is-size .js-debug-sizeView .view-mr-42px {
  top: 0;
  right: -42px;
  left: auto;
  width: 42px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-42px {
  top: 0;
  left: -42px;
  width: 42px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-43px {
  top: 0;
  height: 43px;
}
body.is-size .js-debug-sizeView .view-pb-43px {
  bottom: 0;
  height: 43px;
}
body.is-size .js-debug-sizeView .view-pr-43px {
  top: 0;
  right: 0;
  left: auto;
  width: 43px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-43px {
  top: 0;
  left: 0;
  width: 43px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-43px {
  top: -43px;
  height: 43px;
}
body.is-size .js-debug-sizeView .view-mb-43px {
  bottom: -43px;
  height: 43px;
}
body.is-size .js-debug-sizeView .view-mr-43px {
  top: 0;
  right: -43px;
  left: auto;
  width: 43px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-43px {
  top: 0;
  left: -43px;
  width: 43px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-44px {
  top: 0;
  height: 44px;
}
body.is-size .js-debug-sizeView .view-pb-44px {
  bottom: 0;
  height: 44px;
}
body.is-size .js-debug-sizeView .view-pr-44px {
  top: 0;
  right: 0;
  left: auto;
  width: 44px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-44px {
  top: 0;
  left: 0;
  width: 44px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-44px {
  top: -44px;
  height: 44px;
}
body.is-size .js-debug-sizeView .view-mb-44px {
  bottom: -44px;
  height: 44px;
}
body.is-size .js-debug-sizeView .view-mr-44px {
  top: 0;
  right: -44px;
  left: auto;
  width: 44px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-44px {
  top: 0;
  left: -44px;
  width: 44px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-45px {
  top: 0;
  height: 45px;
}
body.is-size .js-debug-sizeView .view-pb-45px {
  bottom: 0;
  height: 45px;
}
body.is-size .js-debug-sizeView .view-pr-45px {
  top: 0;
  right: 0;
  left: auto;
  width: 45px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-45px {
  top: 0;
  left: 0;
  width: 45px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-45px {
  top: -45px;
  height: 45px;
}
body.is-size .js-debug-sizeView .view-mb-45px {
  bottom: -45px;
  height: 45px;
}
body.is-size .js-debug-sizeView .view-mr-45px {
  top: 0;
  right: -45px;
  left: auto;
  width: 45px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-45px {
  top: 0;
  left: -45px;
  width: 45px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-46px {
  top: 0;
  height: 46px;
}
body.is-size .js-debug-sizeView .view-pb-46px {
  bottom: 0;
  height: 46px;
}
body.is-size .js-debug-sizeView .view-pr-46px {
  top: 0;
  right: 0;
  left: auto;
  width: 46px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-46px {
  top: 0;
  left: 0;
  width: 46px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-46px {
  top: -46px;
  height: 46px;
}
body.is-size .js-debug-sizeView .view-mb-46px {
  bottom: -46px;
  height: 46px;
}
body.is-size .js-debug-sizeView .view-mr-46px {
  top: 0;
  right: -46px;
  left: auto;
  width: 46px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-46px {
  top: 0;
  left: -46px;
  width: 46px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-47px {
  top: 0;
  height: 47px;
}
body.is-size .js-debug-sizeView .view-pb-47px {
  bottom: 0;
  height: 47px;
}
body.is-size .js-debug-sizeView .view-pr-47px {
  top: 0;
  right: 0;
  left: auto;
  width: 47px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-47px {
  top: 0;
  left: 0;
  width: 47px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-47px {
  top: -47px;
  height: 47px;
}
body.is-size .js-debug-sizeView .view-mb-47px {
  bottom: -47px;
  height: 47px;
}
body.is-size .js-debug-sizeView .view-mr-47px {
  top: 0;
  right: -47px;
  left: auto;
  width: 47px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-47px {
  top: 0;
  left: -47px;
  width: 47px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-48px {
  top: 0;
  height: 48px;
}
body.is-size .js-debug-sizeView .view-pb-48px {
  bottom: 0;
  height: 48px;
}
body.is-size .js-debug-sizeView .view-pr-48px {
  top: 0;
  right: 0;
  left: auto;
  width: 48px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-48px {
  top: 0;
  left: 0;
  width: 48px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-48px {
  top: -48px;
  height: 48px;
}
body.is-size .js-debug-sizeView .view-mb-48px {
  bottom: -48px;
  height: 48px;
}
body.is-size .js-debug-sizeView .view-mr-48px {
  top: 0;
  right: -48px;
  left: auto;
  width: 48px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-48px {
  top: 0;
  left: -48px;
  width: 48px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-49px {
  top: 0;
  height: 49px;
}
body.is-size .js-debug-sizeView .view-pb-49px {
  bottom: 0;
  height: 49px;
}
body.is-size .js-debug-sizeView .view-pr-49px {
  top: 0;
  right: 0;
  left: auto;
  width: 49px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-49px {
  top: 0;
  left: 0;
  width: 49px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-49px {
  top: -49px;
  height: 49px;
}
body.is-size .js-debug-sizeView .view-mb-49px {
  bottom: -49px;
  height: 49px;
}
body.is-size .js-debug-sizeView .view-mr-49px {
  top: 0;
  right: -49px;
  left: auto;
  width: 49px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-49px {
  top: 0;
  left: -49px;
  width: 49px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-50px {
  top: 0;
  height: 50px;
}
body.is-size .js-debug-sizeView .view-pb-50px {
  bottom: 0;
  height: 50px;
}
body.is-size .js-debug-sizeView .view-pr-50px {
  top: 0;
  right: 0;
  left: auto;
  width: 50px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-50px {
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-50px {
  top: -50px;
  height: 50px;
}
body.is-size .js-debug-sizeView .view-mb-50px {
  bottom: -50px;
  height: 50px;
}
body.is-size .js-debug-sizeView .view-mr-50px {
  top: 0;
  right: -50px;
  left: auto;
  width: 50px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-50px {
  top: 0;
  left: -50px;
  width: 50px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-51px {
  top: 0;
  height: 51px;
}
body.is-size .js-debug-sizeView .view-pb-51px {
  bottom: 0;
  height: 51px;
}
body.is-size .js-debug-sizeView .view-pr-51px {
  top: 0;
  right: 0;
  left: auto;
  width: 51px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-51px {
  top: 0;
  left: 0;
  width: 51px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-51px {
  top: -51px;
  height: 51px;
}
body.is-size .js-debug-sizeView .view-mb-51px {
  bottom: -51px;
  height: 51px;
}
body.is-size .js-debug-sizeView .view-mr-51px {
  top: 0;
  right: -51px;
  left: auto;
  width: 51px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-51px {
  top: 0;
  left: -51px;
  width: 51px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-52px {
  top: 0;
  height: 52px;
}
body.is-size .js-debug-sizeView .view-pb-52px {
  bottom: 0;
  height: 52px;
}
body.is-size .js-debug-sizeView .view-pr-52px {
  top: 0;
  right: 0;
  left: auto;
  width: 52px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-52px {
  top: 0;
  left: 0;
  width: 52px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-52px {
  top: -52px;
  height: 52px;
}
body.is-size .js-debug-sizeView .view-mb-52px {
  bottom: -52px;
  height: 52px;
}
body.is-size .js-debug-sizeView .view-mr-52px {
  top: 0;
  right: -52px;
  left: auto;
  width: 52px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-52px {
  top: 0;
  left: -52px;
  width: 52px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-53px {
  top: 0;
  height: 53px;
}
body.is-size .js-debug-sizeView .view-pb-53px {
  bottom: 0;
  height: 53px;
}
body.is-size .js-debug-sizeView .view-pr-53px {
  top: 0;
  right: 0;
  left: auto;
  width: 53px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-53px {
  top: 0;
  left: 0;
  width: 53px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-53px {
  top: -53px;
  height: 53px;
}
body.is-size .js-debug-sizeView .view-mb-53px {
  bottom: -53px;
  height: 53px;
}
body.is-size .js-debug-sizeView .view-mr-53px {
  top: 0;
  right: -53px;
  left: auto;
  width: 53px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-53px {
  top: 0;
  left: -53px;
  width: 53px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-54px {
  top: 0;
  height: 54px;
}
body.is-size .js-debug-sizeView .view-pb-54px {
  bottom: 0;
  height: 54px;
}
body.is-size .js-debug-sizeView .view-pr-54px {
  top: 0;
  right: 0;
  left: auto;
  width: 54px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-54px {
  top: 0;
  left: 0;
  width: 54px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-54px {
  top: -54px;
  height: 54px;
}
body.is-size .js-debug-sizeView .view-mb-54px {
  bottom: -54px;
  height: 54px;
}
body.is-size .js-debug-sizeView .view-mr-54px {
  top: 0;
  right: -54px;
  left: auto;
  width: 54px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-54px {
  top: 0;
  left: -54px;
  width: 54px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-55px {
  top: 0;
  height: 55px;
}
body.is-size .js-debug-sizeView .view-pb-55px {
  bottom: 0;
  height: 55px;
}
body.is-size .js-debug-sizeView .view-pr-55px {
  top: 0;
  right: 0;
  left: auto;
  width: 55px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-55px {
  top: 0;
  left: 0;
  width: 55px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-55px {
  top: -55px;
  height: 55px;
}
body.is-size .js-debug-sizeView .view-mb-55px {
  bottom: -55px;
  height: 55px;
}
body.is-size .js-debug-sizeView .view-mr-55px {
  top: 0;
  right: -55px;
  left: auto;
  width: 55px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-55px {
  top: 0;
  left: -55px;
  width: 55px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-56px {
  top: 0;
  height: 56px;
}
body.is-size .js-debug-sizeView .view-pb-56px {
  bottom: 0;
  height: 56px;
}
body.is-size .js-debug-sizeView .view-pr-56px {
  top: 0;
  right: 0;
  left: auto;
  width: 56px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-56px {
  top: 0;
  left: 0;
  width: 56px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-56px {
  top: -56px;
  height: 56px;
}
body.is-size .js-debug-sizeView .view-mb-56px {
  bottom: -56px;
  height: 56px;
}
body.is-size .js-debug-sizeView .view-mr-56px {
  top: 0;
  right: -56px;
  left: auto;
  width: 56px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-56px {
  top: 0;
  left: -56px;
  width: 56px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-57px {
  top: 0;
  height: 57px;
}
body.is-size .js-debug-sizeView .view-pb-57px {
  bottom: 0;
  height: 57px;
}
body.is-size .js-debug-sizeView .view-pr-57px {
  top: 0;
  right: 0;
  left: auto;
  width: 57px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-57px {
  top: 0;
  left: 0;
  width: 57px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-57px {
  top: -57px;
  height: 57px;
}
body.is-size .js-debug-sizeView .view-mb-57px {
  bottom: -57px;
  height: 57px;
}
body.is-size .js-debug-sizeView .view-mr-57px {
  top: 0;
  right: -57px;
  left: auto;
  width: 57px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-57px {
  top: 0;
  left: -57px;
  width: 57px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-58px {
  top: 0;
  height: 58px;
}
body.is-size .js-debug-sizeView .view-pb-58px {
  bottom: 0;
  height: 58px;
}
body.is-size .js-debug-sizeView .view-pr-58px {
  top: 0;
  right: 0;
  left: auto;
  width: 58px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-58px {
  top: 0;
  left: 0;
  width: 58px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-58px {
  top: -58px;
  height: 58px;
}
body.is-size .js-debug-sizeView .view-mb-58px {
  bottom: -58px;
  height: 58px;
}
body.is-size .js-debug-sizeView .view-mr-58px {
  top: 0;
  right: -58px;
  left: auto;
  width: 58px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-58px {
  top: 0;
  left: -58px;
  width: 58px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-59px {
  top: 0;
  height: 59px;
}
body.is-size .js-debug-sizeView .view-pb-59px {
  bottom: 0;
  height: 59px;
}
body.is-size .js-debug-sizeView .view-pr-59px {
  top: 0;
  right: 0;
  left: auto;
  width: 59px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-59px {
  top: 0;
  left: 0;
  width: 59px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-59px {
  top: -59px;
  height: 59px;
}
body.is-size .js-debug-sizeView .view-mb-59px {
  bottom: -59px;
  height: 59px;
}
body.is-size .js-debug-sizeView .view-mr-59px {
  top: 0;
  right: -59px;
  left: auto;
  width: 59px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-59px {
  top: 0;
  left: -59px;
  width: 59px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-60px {
  top: 0;
  height: 60px;
}
body.is-size .js-debug-sizeView .view-pb-60px {
  bottom: 0;
  height: 60px;
}
body.is-size .js-debug-sizeView .view-pr-60px {
  top: 0;
  right: 0;
  left: auto;
  width: 60px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-60px {
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-60px {
  top: -60px;
  height: 60px;
}
body.is-size .js-debug-sizeView .view-mb-60px {
  bottom: -60px;
  height: 60px;
}
body.is-size .js-debug-sizeView .view-mr-60px {
  top: 0;
  right: -60px;
  left: auto;
  width: 60px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-60px {
  top: 0;
  left: -60px;
  width: 60px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-61px {
  top: 0;
  height: 61px;
}
body.is-size .js-debug-sizeView .view-pb-61px {
  bottom: 0;
  height: 61px;
}
body.is-size .js-debug-sizeView .view-pr-61px {
  top: 0;
  right: 0;
  left: auto;
  width: 61px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-61px {
  top: 0;
  left: 0;
  width: 61px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-61px {
  top: -61px;
  height: 61px;
}
body.is-size .js-debug-sizeView .view-mb-61px {
  bottom: -61px;
  height: 61px;
}
body.is-size .js-debug-sizeView .view-mr-61px {
  top: 0;
  right: -61px;
  left: auto;
  width: 61px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-61px {
  top: 0;
  left: -61px;
  width: 61px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-62px {
  top: 0;
  height: 62px;
}
body.is-size .js-debug-sizeView .view-pb-62px {
  bottom: 0;
  height: 62px;
}
body.is-size .js-debug-sizeView .view-pr-62px {
  top: 0;
  right: 0;
  left: auto;
  width: 62px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-62px {
  top: 0;
  left: 0;
  width: 62px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-62px {
  top: -62px;
  height: 62px;
}
body.is-size .js-debug-sizeView .view-mb-62px {
  bottom: -62px;
  height: 62px;
}
body.is-size .js-debug-sizeView .view-mr-62px {
  top: 0;
  right: -62px;
  left: auto;
  width: 62px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-62px {
  top: 0;
  left: -62px;
  width: 62px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-63px {
  top: 0;
  height: 63px;
}
body.is-size .js-debug-sizeView .view-pb-63px {
  bottom: 0;
  height: 63px;
}
body.is-size .js-debug-sizeView .view-pr-63px {
  top: 0;
  right: 0;
  left: auto;
  width: 63px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-63px {
  top: 0;
  left: 0;
  width: 63px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-63px {
  top: -63px;
  height: 63px;
}
body.is-size .js-debug-sizeView .view-mb-63px {
  bottom: -63px;
  height: 63px;
}
body.is-size .js-debug-sizeView .view-mr-63px {
  top: 0;
  right: -63px;
  left: auto;
  width: 63px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-63px {
  top: 0;
  left: -63px;
  width: 63px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-64px {
  top: 0;
  height: 64px;
}
body.is-size .js-debug-sizeView .view-pb-64px {
  bottom: 0;
  height: 64px;
}
body.is-size .js-debug-sizeView .view-pr-64px {
  top: 0;
  right: 0;
  left: auto;
  width: 64px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-64px {
  top: 0;
  left: 0;
  width: 64px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-64px {
  top: -64px;
  height: 64px;
}
body.is-size .js-debug-sizeView .view-mb-64px {
  bottom: -64px;
  height: 64px;
}
body.is-size .js-debug-sizeView .view-mr-64px {
  top: 0;
  right: -64px;
  left: auto;
  width: 64px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-64px {
  top: 0;
  left: -64px;
  width: 64px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-65px {
  top: 0;
  height: 65px;
}
body.is-size .js-debug-sizeView .view-pb-65px {
  bottom: 0;
  height: 65px;
}
body.is-size .js-debug-sizeView .view-pr-65px {
  top: 0;
  right: 0;
  left: auto;
  width: 65px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-65px {
  top: 0;
  left: 0;
  width: 65px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-65px {
  top: -65px;
  height: 65px;
}
body.is-size .js-debug-sizeView .view-mb-65px {
  bottom: -65px;
  height: 65px;
}
body.is-size .js-debug-sizeView .view-mr-65px {
  top: 0;
  right: -65px;
  left: auto;
  width: 65px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-65px {
  top: 0;
  left: -65px;
  width: 65px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-66px {
  top: 0;
  height: 66px;
}
body.is-size .js-debug-sizeView .view-pb-66px {
  bottom: 0;
  height: 66px;
}
body.is-size .js-debug-sizeView .view-pr-66px {
  top: 0;
  right: 0;
  left: auto;
  width: 66px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-66px {
  top: 0;
  left: 0;
  width: 66px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-66px {
  top: -66px;
  height: 66px;
}
body.is-size .js-debug-sizeView .view-mb-66px {
  bottom: -66px;
  height: 66px;
}
body.is-size .js-debug-sizeView .view-mr-66px {
  top: 0;
  right: -66px;
  left: auto;
  width: 66px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-66px {
  top: 0;
  left: -66px;
  width: 66px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-67px {
  top: 0;
  height: 67px;
}
body.is-size .js-debug-sizeView .view-pb-67px {
  bottom: 0;
  height: 67px;
}
body.is-size .js-debug-sizeView .view-pr-67px {
  top: 0;
  right: 0;
  left: auto;
  width: 67px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-67px {
  top: 0;
  left: 0;
  width: 67px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-67px {
  top: -67px;
  height: 67px;
}
body.is-size .js-debug-sizeView .view-mb-67px {
  bottom: -67px;
  height: 67px;
}
body.is-size .js-debug-sizeView .view-mr-67px {
  top: 0;
  right: -67px;
  left: auto;
  width: 67px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-67px {
  top: 0;
  left: -67px;
  width: 67px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-68px {
  top: 0;
  height: 68px;
}
body.is-size .js-debug-sizeView .view-pb-68px {
  bottom: 0;
  height: 68px;
}
body.is-size .js-debug-sizeView .view-pr-68px {
  top: 0;
  right: 0;
  left: auto;
  width: 68px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-68px {
  top: 0;
  left: 0;
  width: 68px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-68px {
  top: -68px;
  height: 68px;
}
body.is-size .js-debug-sizeView .view-mb-68px {
  bottom: -68px;
  height: 68px;
}
body.is-size .js-debug-sizeView .view-mr-68px {
  top: 0;
  right: -68px;
  left: auto;
  width: 68px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-68px {
  top: 0;
  left: -68px;
  width: 68px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-69px {
  top: 0;
  height: 69px;
}
body.is-size .js-debug-sizeView .view-pb-69px {
  bottom: 0;
  height: 69px;
}
body.is-size .js-debug-sizeView .view-pr-69px {
  top: 0;
  right: 0;
  left: auto;
  width: 69px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-69px {
  top: 0;
  left: 0;
  width: 69px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-69px {
  top: -69px;
  height: 69px;
}
body.is-size .js-debug-sizeView .view-mb-69px {
  bottom: -69px;
  height: 69px;
}
body.is-size .js-debug-sizeView .view-mr-69px {
  top: 0;
  right: -69px;
  left: auto;
  width: 69px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-69px {
  top: 0;
  left: -69px;
  width: 69px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-70px {
  top: 0;
  height: 70px;
}
body.is-size .js-debug-sizeView .view-pb-70px {
  bottom: 0;
  height: 70px;
}
body.is-size .js-debug-sizeView .view-pr-70px {
  top: 0;
  right: 0;
  left: auto;
  width: 70px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-70px {
  top: 0;
  left: 0;
  width: 70px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-70px {
  top: -70px;
  height: 70px;
}
body.is-size .js-debug-sizeView .view-mb-70px {
  bottom: -70px;
  height: 70px;
}
body.is-size .js-debug-sizeView .view-mr-70px {
  top: 0;
  right: -70px;
  left: auto;
  width: 70px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-70px {
  top: 0;
  left: -70px;
  width: 70px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-71px {
  top: 0;
  height: 71px;
}
body.is-size .js-debug-sizeView .view-pb-71px {
  bottom: 0;
  height: 71px;
}
body.is-size .js-debug-sizeView .view-pr-71px {
  top: 0;
  right: 0;
  left: auto;
  width: 71px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-71px {
  top: 0;
  left: 0;
  width: 71px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-71px {
  top: -71px;
  height: 71px;
}
body.is-size .js-debug-sizeView .view-mb-71px {
  bottom: -71px;
  height: 71px;
}
body.is-size .js-debug-sizeView .view-mr-71px {
  top: 0;
  right: -71px;
  left: auto;
  width: 71px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-71px {
  top: 0;
  left: -71px;
  width: 71px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-72px {
  top: 0;
  height: 72px;
}
body.is-size .js-debug-sizeView .view-pb-72px {
  bottom: 0;
  height: 72px;
}
body.is-size .js-debug-sizeView .view-pr-72px {
  top: 0;
  right: 0;
  left: auto;
  width: 72px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-72px {
  top: 0;
  left: 0;
  width: 72px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-72px {
  top: -72px;
  height: 72px;
}
body.is-size .js-debug-sizeView .view-mb-72px {
  bottom: -72px;
  height: 72px;
}
body.is-size .js-debug-sizeView .view-mr-72px {
  top: 0;
  right: -72px;
  left: auto;
  width: 72px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-72px {
  top: 0;
  left: -72px;
  width: 72px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-73px {
  top: 0;
  height: 73px;
}
body.is-size .js-debug-sizeView .view-pb-73px {
  bottom: 0;
  height: 73px;
}
body.is-size .js-debug-sizeView .view-pr-73px {
  top: 0;
  right: 0;
  left: auto;
  width: 73px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-73px {
  top: 0;
  left: 0;
  width: 73px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-73px {
  top: -73px;
  height: 73px;
}
body.is-size .js-debug-sizeView .view-mb-73px {
  bottom: -73px;
  height: 73px;
}
body.is-size .js-debug-sizeView .view-mr-73px {
  top: 0;
  right: -73px;
  left: auto;
  width: 73px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-73px {
  top: 0;
  left: -73px;
  width: 73px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-74px {
  top: 0;
  height: 74px;
}
body.is-size .js-debug-sizeView .view-pb-74px {
  bottom: 0;
  height: 74px;
}
body.is-size .js-debug-sizeView .view-pr-74px {
  top: 0;
  right: 0;
  left: auto;
  width: 74px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-74px {
  top: 0;
  left: 0;
  width: 74px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-74px {
  top: -74px;
  height: 74px;
}
body.is-size .js-debug-sizeView .view-mb-74px {
  bottom: -74px;
  height: 74px;
}
body.is-size .js-debug-sizeView .view-mr-74px {
  top: 0;
  right: -74px;
  left: auto;
  width: 74px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-74px {
  top: 0;
  left: -74px;
  width: 74px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-75px {
  top: 0;
  height: 75px;
}
body.is-size .js-debug-sizeView .view-pb-75px {
  bottom: 0;
  height: 75px;
}
body.is-size .js-debug-sizeView .view-pr-75px {
  top: 0;
  right: 0;
  left: auto;
  width: 75px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-75px {
  top: 0;
  left: 0;
  width: 75px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-75px {
  top: -75px;
  height: 75px;
}
body.is-size .js-debug-sizeView .view-mb-75px {
  bottom: -75px;
  height: 75px;
}
body.is-size .js-debug-sizeView .view-mr-75px {
  top: 0;
  right: -75px;
  left: auto;
  width: 75px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-75px {
  top: 0;
  left: -75px;
  width: 75px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-76px {
  top: 0;
  height: 76px;
}
body.is-size .js-debug-sizeView .view-pb-76px {
  bottom: 0;
  height: 76px;
}
body.is-size .js-debug-sizeView .view-pr-76px {
  top: 0;
  right: 0;
  left: auto;
  width: 76px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-76px {
  top: 0;
  left: 0;
  width: 76px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-76px {
  top: -76px;
  height: 76px;
}
body.is-size .js-debug-sizeView .view-mb-76px {
  bottom: -76px;
  height: 76px;
}
body.is-size .js-debug-sizeView .view-mr-76px {
  top: 0;
  right: -76px;
  left: auto;
  width: 76px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-76px {
  top: 0;
  left: -76px;
  width: 76px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-77px {
  top: 0;
  height: 77px;
}
body.is-size .js-debug-sizeView .view-pb-77px {
  bottom: 0;
  height: 77px;
}
body.is-size .js-debug-sizeView .view-pr-77px {
  top: 0;
  right: 0;
  left: auto;
  width: 77px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-77px {
  top: 0;
  left: 0;
  width: 77px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-77px {
  top: -77px;
  height: 77px;
}
body.is-size .js-debug-sizeView .view-mb-77px {
  bottom: -77px;
  height: 77px;
}
body.is-size .js-debug-sizeView .view-mr-77px {
  top: 0;
  right: -77px;
  left: auto;
  width: 77px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-77px {
  top: 0;
  left: -77px;
  width: 77px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-78px {
  top: 0;
  height: 78px;
}
body.is-size .js-debug-sizeView .view-pb-78px {
  bottom: 0;
  height: 78px;
}
body.is-size .js-debug-sizeView .view-pr-78px {
  top: 0;
  right: 0;
  left: auto;
  width: 78px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-78px {
  top: 0;
  left: 0;
  width: 78px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-78px {
  top: -78px;
  height: 78px;
}
body.is-size .js-debug-sizeView .view-mb-78px {
  bottom: -78px;
  height: 78px;
}
body.is-size .js-debug-sizeView .view-mr-78px {
  top: 0;
  right: -78px;
  left: auto;
  width: 78px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-78px {
  top: 0;
  left: -78px;
  width: 78px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-79px {
  top: 0;
  height: 79px;
}
body.is-size .js-debug-sizeView .view-pb-79px {
  bottom: 0;
  height: 79px;
}
body.is-size .js-debug-sizeView .view-pr-79px {
  top: 0;
  right: 0;
  left: auto;
  width: 79px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-79px {
  top: 0;
  left: 0;
  width: 79px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-79px {
  top: -79px;
  height: 79px;
}
body.is-size .js-debug-sizeView .view-mb-79px {
  bottom: -79px;
  height: 79px;
}
body.is-size .js-debug-sizeView .view-mr-79px {
  top: 0;
  right: -79px;
  left: auto;
  width: 79px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-79px {
  top: 0;
  left: -79px;
  width: 79px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-80px {
  top: 0;
  height: 80px;
}
body.is-size .js-debug-sizeView .view-pb-80px {
  bottom: 0;
  height: 80px;
}
body.is-size .js-debug-sizeView .view-pr-80px {
  top: 0;
  right: 0;
  left: auto;
  width: 80px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-80px {
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-80px {
  top: -80px;
  height: 80px;
}
body.is-size .js-debug-sizeView .view-mb-80px {
  bottom: -80px;
  height: 80px;
}
body.is-size .js-debug-sizeView .view-mr-80px {
  top: 0;
  right: -80px;
  left: auto;
  width: 80px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-80px {
  top: 0;
  left: -80px;
  width: 80px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-81px {
  top: 0;
  height: 81px;
}
body.is-size .js-debug-sizeView .view-pb-81px {
  bottom: 0;
  height: 81px;
}
body.is-size .js-debug-sizeView .view-pr-81px {
  top: 0;
  right: 0;
  left: auto;
  width: 81px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-81px {
  top: 0;
  left: 0;
  width: 81px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-81px {
  top: -81px;
  height: 81px;
}
body.is-size .js-debug-sizeView .view-mb-81px {
  bottom: -81px;
  height: 81px;
}
body.is-size .js-debug-sizeView .view-mr-81px {
  top: 0;
  right: -81px;
  left: auto;
  width: 81px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-81px {
  top: 0;
  left: -81px;
  width: 81px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-82px {
  top: 0;
  height: 82px;
}
body.is-size .js-debug-sizeView .view-pb-82px {
  bottom: 0;
  height: 82px;
}
body.is-size .js-debug-sizeView .view-pr-82px {
  top: 0;
  right: 0;
  left: auto;
  width: 82px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-82px {
  top: 0;
  left: 0;
  width: 82px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-82px {
  top: -82px;
  height: 82px;
}
body.is-size .js-debug-sizeView .view-mb-82px {
  bottom: -82px;
  height: 82px;
}
body.is-size .js-debug-sizeView .view-mr-82px {
  top: 0;
  right: -82px;
  left: auto;
  width: 82px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-82px {
  top: 0;
  left: -82px;
  width: 82px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-83px {
  top: 0;
  height: 83px;
}
body.is-size .js-debug-sizeView .view-pb-83px {
  bottom: 0;
  height: 83px;
}
body.is-size .js-debug-sizeView .view-pr-83px {
  top: 0;
  right: 0;
  left: auto;
  width: 83px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-83px {
  top: 0;
  left: 0;
  width: 83px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-83px {
  top: -83px;
  height: 83px;
}
body.is-size .js-debug-sizeView .view-mb-83px {
  bottom: -83px;
  height: 83px;
}
body.is-size .js-debug-sizeView .view-mr-83px {
  top: 0;
  right: -83px;
  left: auto;
  width: 83px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-83px {
  top: 0;
  left: -83px;
  width: 83px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-84px {
  top: 0;
  height: 84px;
}
body.is-size .js-debug-sizeView .view-pb-84px {
  bottom: 0;
  height: 84px;
}
body.is-size .js-debug-sizeView .view-pr-84px {
  top: 0;
  right: 0;
  left: auto;
  width: 84px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-84px {
  top: 0;
  left: 0;
  width: 84px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-84px {
  top: -84px;
  height: 84px;
}
body.is-size .js-debug-sizeView .view-mb-84px {
  bottom: -84px;
  height: 84px;
}
body.is-size .js-debug-sizeView .view-mr-84px {
  top: 0;
  right: -84px;
  left: auto;
  width: 84px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-84px {
  top: 0;
  left: -84px;
  width: 84px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-85px {
  top: 0;
  height: 85px;
}
body.is-size .js-debug-sizeView .view-pb-85px {
  bottom: 0;
  height: 85px;
}
body.is-size .js-debug-sizeView .view-pr-85px {
  top: 0;
  right: 0;
  left: auto;
  width: 85px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-85px {
  top: 0;
  left: 0;
  width: 85px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-85px {
  top: -85px;
  height: 85px;
}
body.is-size .js-debug-sizeView .view-mb-85px {
  bottom: -85px;
  height: 85px;
}
body.is-size .js-debug-sizeView .view-mr-85px {
  top: 0;
  right: -85px;
  left: auto;
  width: 85px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-85px {
  top: 0;
  left: -85px;
  width: 85px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-86px {
  top: 0;
  height: 86px;
}
body.is-size .js-debug-sizeView .view-pb-86px {
  bottom: 0;
  height: 86px;
}
body.is-size .js-debug-sizeView .view-pr-86px {
  top: 0;
  right: 0;
  left: auto;
  width: 86px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-86px {
  top: 0;
  left: 0;
  width: 86px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-86px {
  top: -86px;
  height: 86px;
}
body.is-size .js-debug-sizeView .view-mb-86px {
  bottom: -86px;
  height: 86px;
}
body.is-size .js-debug-sizeView .view-mr-86px {
  top: 0;
  right: -86px;
  left: auto;
  width: 86px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-86px {
  top: 0;
  left: -86px;
  width: 86px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-87px {
  top: 0;
  height: 87px;
}
body.is-size .js-debug-sizeView .view-pb-87px {
  bottom: 0;
  height: 87px;
}
body.is-size .js-debug-sizeView .view-pr-87px {
  top: 0;
  right: 0;
  left: auto;
  width: 87px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-87px {
  top: 0;
  left: 0;
  width: 87px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-87px {
  top: -87px;
  height: 87px;
}
body.is-size .js-debug-sizeView .view-mb-87px {
  bottom: -87px;
  height: 87px;
}
body.is-size .js-debug-sizeView .view-mr-87px {
  top: 0;
  right: -87px;
  left: auto;
  width: 87px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-87px {
  top: 0;
  left: -87px;
  width: 87px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-88px {
  top: 0;
  height: 88px;
}
body.is-size .js-debug-sizeView .view-pb-88px {
  bottom: 0;
  height: 88px;
}
body.is-size .js-debug-sizeView .view-pr-88px {
  top: 0;
  right: 0;
  left: auto;
  width: 88px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-88px {
  top: 0;
  left: 0;
  width: 88px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-88px {
  top: -88px;
  height: 88px;
}
body.is-size .js-debug-sizeView .view-mb-88px {
  bottom: -88px;
  height: 88px;
}
body.is-size .js-debug-sizeView .view-mr-88px {
  top: 0;
  right: -88px;
  left: auto;
  width: 88px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-88px {
  top: 0;
  left: -88px;
  width: 88px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-89px {
  top: 0;
  height: 89px;
}
body.is-size .js-debug-sizeView .view-pb-89px {
  bottom: 0;
  height: 89px;
}
body.is-size .js-debug-sizeView .view-pr-89px {
  top: 0;
  right: 0;
  left: auto;
  width: 89px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-89px {
  top: 0;
  left: 0;
  width: 89px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-89px {
  top: -89px;
  height: 89px;
}
body.is-size .js-debug-sizeView .view-mb-89px {
  bottom: -89px;
  height: 89px;
}
body.is-size .js-debug-sizeView .view-mr-89px {
  top: 0;
  right: -89px;
  left: auto;
  width: 89px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-89px {
  top: 0;
  left: -89px;
  width: 89px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-90px {
  top: 0;
  height: 90px;
}
body.is-size .js-debug-sizeView .view-pb-90px {
  bottom: 0;
  height: 90px;
}
body.is-size .js-debug-sizeView .view-pr-90px {
  top: 0;
  right: 0;
  left: auto;
  width: 90px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-90px {
  top: 0;
  left: 0;
  width: 90px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-90px {
  top: -90px;
  height: 90px;
}
body.is-size .js-debug-sizeView .view-mb-90px {
  bottom: -90px;
  height: 90px;
}
body.is-size .js-debug-sizeView .view-mr-90px {
  top: 0;
  right: -90px;
  left: auto;
  width: 90px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-90px {
  top: 0;
  left: -90px;
  width: 90px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-91px {
  top: 0;
  height: 91px;
}
body.is-size .js-debug-sizeView .view-pb-91px {
  bottom: 0;
  height: 91px;
}
body.is-size .js-debug-sizeView .view-pr-91px {
  top: 0;
  right: 0;
  left: auto;
  width: 91px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-91px {
  top: 0;
  left: 0;
  width: 91px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-91px {
  top: -91px;
  height: 91px;
}
body.is-size .js-debug-sizeView .view-mb-91px {
  bottom: -91px;
  height: 91px;
}
body.is-size .js-debug-sizeView .view-mr-91px {
  top: 0;
  right: -91px;
  left: auto;
  width: 91px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-91px {
  top: 0;
  left: -91px;
  width: 91px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-92px {
  top: 0;
  height: 92px;
}
body.is-size .js-debug-sizeView .view-pb-92px {
  bottom: 0;
  height: 92px;
}
body.is-size .js-debug-sizeView .view-pr-92px {
  top: 0;
  right: 0;
  left: auto;
  width: 92px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-92px {
  top: 0;
  left: 0;
  width: 92px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-92px {
  top: -92px;
  height: 92px;
}
body.is-size .js-debug-sizeView .view-mb-92px {
  bottom: -92px;
  height: 92px;
}
body.is-size .js-debug-sizeView .view-mr-92px {
  top: 0;
  right: -92px;
  left: auto;
  width: 92px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-92px {
  top: 0;
  left: -92px;
  width: 92px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-93px {
  top: 0;
  height: 93px;
}
body.is-size .js-debug-sizeView .view-pb-93px {
  bottom: 0;
  height: 93px;
}
body.is-size .js-debug-sizeView .view-pr-93px {
  top: 0;
  right: 0;
  left: auto;
  width: 93px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-93px {
  top: 0;
  left: 0;
  width: 93px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-93px {
  top: -93px;
  height: 93px;
}
body.is-size .js-debug-sizeView .view-mb-93px {
  bottom: -93px;
  height: 93px;
}
body.is-size .js-debug-sizeView .view-mr-93px {
  top: 0;
  right: -93px;
  left: auto;
  width: 93px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-93px {
  top: 0;
  left: -93px;
  width: 93px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-94px {
  top: 0;
  height: 94px;
}
body.is-size .js-debug-sizeView .view-pb-94px {
  bottom: 0;
  height: 94px;
}
body.is-size .js-debug-sizeView .view-pr-94px {
  top: 0;
  right: 0;
  left: auto;
  width: 94px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-94px {
  top: 0;
  left: 0;
  width: 94px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-94px {
  top: -94px;
  height: 94px;
}
body.is-size .js-debug-sizeView .view-mb-94px {
  bottom: -94px;
  height: 94px;
}
body.is-size .js-debug-sizeView .view-mr-94px {
  top: 0;
  right: -94px;
  left: auto;
  width: 94px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-94px {
  top: 0;
  left: -94px;
  width: 94px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-95px {
  top: 0;
  height: 95px;
}
body.is-size .js-debug-sizeView .view-pb-95px {
  bottom: 0;
  height: 95px;
}
body.is-size .js-debug-sizeView .view-pr-95px {
  top: 0;
  right: 0;
  left: auto;
  width: 95px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-95px {
  top: 0;
  left: 0;
  width: 95px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-95px {
  top: -95px;
  height: 95px;
}
body.is-size .js-debug-sizeView .view-mb-95px {
  bottom: -95px;
  height: 95px;
}
body.is-size .js-debug-sizeView .view-mr-95px {
  top: 0;
  right: -95px;
  left: auto;
  width: 95px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-95px {
  top: 0;
  left: -95px;
  width: 95px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-96px {
  top: 0;
  height: 96px;
}
body.is-size .js-debug-sizeView .view-pb-96px {
  bottom: 0;
  height: 96px;
}
body.is-size .js-debug-sizeView .view-pr-96px {
  top: 0;
  right: 0;
  left: auto;
  width: 96px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-96px {
  top: 0;
  left: 0;
  width: 96px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-96px {
  top: -96px;
  height: 96px;
}
body.is-size .js-debug-sizeView .view-mb-96px {
  bottom: -96px;
  height: 96px;
}
body.is-size .js-debug-sizeView .view-mr-96px {
  top: 0;
  right: -96px;
  left: auto;
  width: 96px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-96px {
  top: 0;
  left: -96px;
  width: 96px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-97px {
  top: 0;
  height: 97px;
}
body.is-size .js-debug-sizeView .view-pb-97px {
  bottom: 0;
  height: 97px;
}
body.is-size .js-debug-sizeView .view-pr-97px {
  top: 0;
  right: 0;
  left: auto;
  width: 97px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-97px {
  top: 0;
  left: 0;
  width: 97px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-97px {
  top: -97px;
  height: 97px;
}
body.is-size .js-debug-sizeView .view-mb-97px {
  bottom: -97px;
  height: 97px;
}
body.is-size .js-debug-sizeView .view-mr-97px {
  top: 0;
  right: -97px;
  left: auto;
  width: 97px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-97px {
  top: 0;
  left: -97px;
  width: 97px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-98px {
  top: 0;
  height: 98px;
}
body.is-size .js-debug-sizeView .view-pb-98px {
  bottom: 0;
  height: 98px;
}
body.is-size .js-debug-sizeView .view-pr-98px {
  top: 0;
  right: 0;
  left: auto;
  width: 98px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-98px {
  top: 0;
  left: 0;
  width: 98px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-98px {
  top: -98px;
  height: 98px;
}
body.is-size .js-debug-sizeView .view-mb-98px {
  bottom: -98px;
  height: 98px;
}
body.is-size .js-debug-sizeView .view-mr-98px {
  top: 0;
  right: -98px;
  left: auto;
  width: 98px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-98px {
  top: 0;
  left: -98px;
  width: 98px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-99px {
  top: 0;
  height: 99px;
}
body.is-size .js-debug-sizeView .view-pb-99px {
  bottom: 0;
  height: 99px;
}
body.is-size .js-debug-sizeView .view-pr-99px {
  top: 0;
  right: 0;
  left: auto;
  width: 99px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-99px {
  top: 0;
  left: 0;
  width: 99px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-99px {
  top: -99px;
  height: 99px;
}
body.is-size .js-debug-sizeView .view-mb-99px {
  bottom: -99px;
  height: 99px;
}
body.is-size .js-debug-sizeView .view-mr-99px {
  top: 0;
  right: -99px;
  left: auto;
  width: 99px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-99px {
  top: 0;
  left: -99px;
  width: 99px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pt-100px {
  top: 0;
  height: 100px;
}
body.is-size .js-debug-sizeView .view-pb-100px {
  bottom: 0;
  height: 100px;
}
body.is-size .js-debug-sizeView .view-pr-100px {
  top: 0;
  right: 0;
  left: auto;
  width: 100px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-pl-100px {
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-mt-100px {
  top: -100px;
  height: 100px;
}
body.is-size .js-debug-sizeView .view-mb-100px {
  bottom: -100px;
  height: 100px;
}
body.is-size .js-debug-sizeView .view-mr-100px {
  top: 0;
  right: -100px;
  left: auto;
  width: 100px;
  height: 100%;
  line-height: 1;
}
body.is-size .js-debug-sizeView .view-ml-100px {
  top: 0;
  left: -100px;
  width: 100px;
  height: 100%;
  line-height: 1;
}
.embedyoutubewrap.-visible {
  opacity: 1;
}
.header {
  align-items: center;
  display: grid;
  position: fixed;
  top: 0;
  height: 50px;
  padding-left: 15px;
  pointer-events: none;
  transform: translateY(-100%);
  transition-property: transform;
  transition-duration: 0.2s;
  width: 100%;
  z-index: 2100;
}
.header__logo {
  display: block;
  pointer-events: visible;
  width: 43px;
}
.header.-visible {
  transform: translateY(0);
}
.c-btn {
  align-items: center;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  height: 46px;
  font-family: "AudiType", "Helvetica Neue", "平成角ゴシック Std", "平成ゴシック", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  text-decoration: none;
}
.c-btn[target=_blank]::after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010.94%2010.94%22%3E%20%3Cpath%20d%3D%22M5.86%2C1.95H.39v8.59h8.59v-5.47%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%22.78%22%2F%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M7.23.39h3.32v3.31%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%22.78%22%2F%3E%20%3Cline%20x1%3D%223.92%22%20y1%3D%227.02%22%20x2%3D%2210.55%22%20y2%3D%22.39%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%22.78%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  height: 12px;
  width: 11px;
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: initial;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

[dir="ltr"] .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child{
  margin-left: var(--swiper-centered-offset-before);
}

[dir="rtl"] .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child{
  margin-right: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - 44px / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007aff;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  text-transform: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  font-feature-settings: ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 8px;
  bottom: var(--swiper-pagination-bottom, 8px);
  top: auto;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 8px;
  right: var(--swiper-pagination-right, 8px);
  left: auto;
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: inherit;
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: 10px;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: 4px;
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: auto;
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: 4px;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * 1%);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: auto;
  left: var(--swiper-scrollbar-left, auto);
  right: 4px;
  right: var(--swiper-scrollbar-right, 4px);
  top: 1%;
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: 4px;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * 1%);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: 10px;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

body {
  font-family: Audi_Type, Helvetica Neue, 平成角ゴシック Std, 平成ゴシック, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif;
}

@font-face {
  font-family: Audi_Type;
  src: url(/e-tron/assets/font/AudiType-Normal_4.03.woff2);
}
@font-face {
  font-family: AudiType-Extended;
  font-style: normal;
  font-weight: 700;
  src: url(/e-tron/assets/font/AudiType-ExtendedBold_4.03.woff2) format("woff2");
}
@font-face {
  font-family: AudiType-Extended;
  font-style: normal;
  font-weight: 400;
  src: url(/e-tron/assets/font/AudiType-ExtendedNormal_4.03.woff2) format("woff2");
}
.fw-bold {
  font-weight: 600;
}

.fm-extentd {
  font-family: AudiType-Extended;
}

.l-section-intro {
  min-height: 100vh;
  position: relative;
}

.l-section-intro:before {
  background: url(../img/bg-intro_sp.jpg) no-repeat top;
  background-size: cover;
  content: "";
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

.l-section-intro__logo {
  left: 0;
  position: fixed;
  top: 35px;
  transition: opacity 0.8s ease-out, visibility 0.8s ease-out;
  translate: -5% 0;
  width: 70%;
  z-index: 2;
}

.l-section-intro__logo img {
  height: auto;
  width: 100%;
}

.l-section-intro.is-blur .l-section-intro__logo {
  opacity: 0;
  visibility: hidden;
}

.l-section-intro__inner:before {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out, -webkit-backdrop-filter 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out, backdrop-filter 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out, backdrop-filter 0.8s ease-in-out, -webkit-backdrop-filter 0.8s ease-in-out;
  width: 100%;
  z-index: -1;
}

.l-section-intro:not(.is-blur) .l-section-intro__inner:before {
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  opacity: 0;
  visibility: hidden;
}

.m-intro {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  padding: 30px 36px 195px;
  transition: opacity 0.6s ease-out, visibility 0.6s ease-out;
}

.m-intro.is-hide {
  opacity: 0;
  visibility: hidden;
}

.m-intro__title {
  align-self: center;
  color: #fff;
  font-family: AudiType-Extended, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  margin-top: auto;
}

.m-intro-lead {
  padding: 20vh 30px;
  margin: 25vh auto 0;
  box-sizing: border-box;
}
.m-intro-lead__content {
  margin: 0 auto;
  max-width: 375px;
}

.m-intro-lead__title {
  color: #fff;
  font-family: AudiType-Extended, sans-serif;
  font-size: 3.2rem;
  margin-bottom: 20px;
}

.m-intro-lead__text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}

.m-intro-lead__note {
  color: #fff;
  font-size: 1rem;
  margin-top: 124px;
}

.m-intro-lead__text + .m-intro-lead__text {
  margin-top: 1.5em;
}

.bg-link {
  position: fixed !important;
}

.bg-link {
  align-content: center;
  background-color: #000;
  bottom: 0;
  contain: paint;
  height: 170px;
  left: 0;
  padding: 30px;
  right: 0;
  transition: opacity 0.4s ease-out, visibility 0.4s ease-out;
  z-index: 1;
}

.bg-link.is-hide {
  opacity: 0;
  visibility: hidden;
}

.bg-link__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px 14px;
  justify-content: center;
}

.bg-link__wrap a.c-btn {
  background-color: transparent;
  min-width: none;
  padding: 0 10px;
  width: 100%;
}

.c-btn {
  align-items: center;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: Audi_Type, Helvetica Neue, 平成角ゴシック Std, 平成ゴシック, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  height: 46px;
  justify-content: center;
  letter-spacing: 0;
  min-width: 160px;
  outline: none;
  padding: 0 15px;
  text-decoration: none;
  transition: opacity 0.4s;
}

.c-btn:hover {
  opacity: 0.7;
}

.c-btn.border {
  background: transparent;
  border: 1px solid #fff;
}

.c-btn.mq {
  margin: 0 auto;
  max-width: 256px;
}

.c-btn[target=_blank]:after {
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 11px;
}

.c-btn[target=_blank]:after {
  background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010.94%2010.94%22%3E%20%3Cpath%20d%3D%22M5.86%2C1.95H.39v8.59h8.59v-5.47%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%22.78%22%2F%3E%20%3Cg%3E%20%3Cpath%20d%3D%22M7.23.39h3.32v3.31%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%22.78%22%2F%3E%20%3Cline%20x1%3D%223.92%22%20y1%3D%227.02%22%20x2%3D%2210.55%22%20y2%3D%22.39%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%22.78%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E) 50%/contain no-repeat;
}

.l-section-spec {
  color: #fff;
  position: relative;
}

.m-feature {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #000;
}

.m-feature__inner {
  margin-bottom: -50px;
}

.m-feature__panel {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent);
  min-height: 150vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-top: 30vh;
  transition: background 0.6s ease-out, -webkit-backdrop-filter 1.5s ease-out;
  transition: background 0.6s ease-out, backdrop-filter 1.5s ease-out;
  transition: background 0.6s ease-out, backdrop-filter 1.5s ease-out, -webkit-backdrop-filter 1.5s ease-out;
}

.m-feature__panel:before {
  background: url(../img/bg-spec.jpg) repeat bottom;
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.c-card-feature {
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-top: 80px;
  position: relative;
}

.c-card-feature__abs {
  margin: 0 auto;
  max-width: min(94.4vw, 680px);
  position: relative;
  z-index: 2;
}

.c-card-feature__odo {
  margin-bottom: -15vw;
  max-width: min(88.8vw, 333px);
}

.el {
  will-change: auto;
}

.c-card-feature__image {
  margin: 0 auto;
  max-width: min(94.4vw, 680px);
  position: relative;
  z-index: 2;
}

.c-card-feature__info {
  font-size: min(5vw, 2rem);
  text-align: center;
}

.c-card-feature__number {
  font-family: AudiType-Extended, sans-serif;
  font-size: min(10vw, 4.2rem);
  margin-left: 10px;
  margin-right: 10px;
}

.c-card-feature__km {
  font-family: AudiType-Extended, sans-serif;
  font-size: min(6vw, 2.8rem);
}

.c-card-feature__text {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  font-weight: 400;
  justify-content: space-between;
}

.c-card-feature__wrap {
  margin: 40px auto 0;
  max-width: 680px;
  position: relative;
  width: 100%;
}

.c-card-feature__wrap .c-card-feature__image01 {
  margin: 0 66px 0 auto;
  width: max(174px, 46.4vw);
}

.c-card-feature__wrap .c-card-feature__image03 {
  margin: 25px auto 0 102px;
  width: max(140px, 37.333vw);
}

.c-card-feature__wrap .c-card-feature__content {
  margin-top: 25px;
  padding: 0 30px;
}

.c-card-feature__wrap .c-card-feature__content .c-card-feature__image02 {
  margin: 0 auto 0 42px;
  width: max(140px, 37.333vw);
}

.c-card-feature__wrap .c-card-feature__text {
  margin-top: 35px;
}

.c-card-feature__note {
  display: block;
  font-size: 1rem;
  margin-top: 32px;
}

.c-card-feature__title {
  font-size: 2rem;
  font-weight: 400;
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 30px;
  will-change: auto;
  width: 100%;
}
.m-feature__information--card {
  background: #3e464e;
  display: flex;
  flex-direction: column;
}

.m-feature__information--card .c-btn {
  margin: 0 auto;
  max-width: 100%;
}

.c-card-feature__technology {
  padding-top: 120px;
}

.c-card-feature__technology .c-card-feature__odo {
  margin-bottom: -31.5vw;
  margin-left: auto;
  max-width: 100vw;
}

.c-card-feature__technology .c-card-feature__image {
  max-width: min(81.6vw, 680px);
}

.c-card-feature__technology .c-card-feature__box {
  padding: 0 25px;
  text-align: center;
}

.c-card-feature__technology .c-card-feature__box .c-card-feature__text {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 25px;
  white-space: nowrap;
}

.c-card-feature__technology .c-card-feature__box .c-btn {
  margin: 0 auto;
  width: 160px;
}

.c-card-feature__technology .c-card-feature__wrap {
  margin-top: 50px;
}

.c-card-feature__technology .c-card-feature__wrap .c-card-feature__image01 {
  margin: 0 70px 0 auto;
  width: max(160px, 42.667vw);
}

.c-card-feature__technology .c-card-feature__wrap .c-card-feature__image02 {
  display: block;
  margin: 25px 54px 0 auto;
  width: max(108px, 28.8vw);
}

.c-card-feature__technology .c-card-feature__wrap .c-card-feature__image03 {
  margin: 25px 112px 0 auto;
  width: max(202px, 53.867vw);
}

.c-btn__usp {
  background: #000;
  bottom: 0;
  display: block;
  left: 0;
  opacity: 0;
  padding: 27px;
  position: fixed;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 99;
}

.c-btn__usp.active {
  opacity: 1;
  visibility: visible;
}

.c-card-feature__exterior .c-card-feature__odo {
  margin-bottom: -7.2vw;
  margin-left: auto;
  max-width: min(100vw, 680px);
}

.c-card-feature__exterior .c-card-feature__image {
  max-width: min(94.4vw, 680px);
}

.c-card-feature__exterior .c-card-feature__wrap {
  margin-top: 16px;
  max-width: 680px;
}

.c-card-feature__exterior .c-card-feature__wrap .c-card-feature__image01 {
  margin: 0 40px 0 auto;
  width: max(102px, 17.333vw);
}

.c-card-feature__exterior .c-card-feature__wrap .c-card-feature__image03 {
  margin: 25px 72px 0 auto;
  width: max(140px, 37.333vw);
}

.c-card-feature__exterior .c-card-feature__wrap .c-card-feature__content {
  align-items: center;
}

.c-card-feature__exterior .c-card-feature__wrap .c-card-feature__content .c-card-feature__image02 {
  margin: 0 122px 0 auto;
  width: max(188px, 50.133vw);
}

.c-card-feature__interior {
  padding-top: 0;
}

.c-card-feature__interior .c-card-feature__odo {
  margin-bottom: 0;
  margin-left: 10px;
  margin-top: -6vw;
  max-width: min(87.467vw, 680px);
}

.c-card-feature__interior .c-card-feature__image {
  margin-right: 0;
  max-width: min(70.667vw, 680px);
}

.c-card-feature__interior .c-card-feature__wrap {
  margin-top: 20px;
}

.c-card-feature__interior .c-card-feature__wrap .c-card-feature__image01 {
  margin: 0 auto 0 44px;
  width: max(164px, 43.733vw);
}

.c-card-feature__interior .c-card-feature__wrap .c-card-feature__image03 {
  margin: 25px 30px 0 auto;
  width: max(186px, 49.6vw);
}

.c-card-feature__interior .c-card-feature__wrap .c-card-feature__content {
  align-items: center;
}

.c-card-feature__interior .c-card-feature__wrap .c-card-feature__content .c-card-feature__image02 {
  margin: 0;
  width: max(162px, 50.133vw);
}

.c-card-feature__interior .c-card-feature__title {
  margin-top: 20px;
  text-align: right;
}
.c-card-feature__performance {
  margin-bottom: -150px;
  padding-top: 0;
}

.c-card-feature__performance .c-card-feature__odo {
  margin-bottom: -9.5vw;
  margin-left: auto;
  max-width: min(86.667vw, 680px);
}

.c-card-feature__performance .c-card-feature__odo02 {
  margin-right: auto;
  margin-top: -9.5vw;
  max-width: min(82.667vw, 680px);
}

.c-card-feature__performance .c-card-feature__info--odo {
  margin-left: auto;
  margin-top: -9%;
  margin-right: 12%;
  max-width: 900px;
  padding-right: 20px;
  width: 100%;
}

.c-card-feature__performance .c-card-feature__info--odo ul {
  display: flex;
  gap: 38px;
  justify-content: right;
}

.c-card-feature__performance .c-card-feature__info--odo .c-card-feature__ttl {
  color: #fff;
  display: block;
  font-size: 1.2rem;
}

.c-card-feature__performance .c-card-feature__info--odo .c-card-feature__number {
  font-size: 2.6rem;
  margin-left: 0;
  margin-right: 0;
}

.c-card-feature__performance .c-card-feature__info--odo .c-card-feature__km {
  font-size: 1.8rem;
}

.c-card-feature__performance .c-card-feature__image {
  max-width: min(100vw, 680px);
}

.c-card-feature__performance .c-card-feature__wrap {
  margin-top: 35px;
}

.c-card-feature__performance .c-card-feature__wrap .c-card-feature__image01 {
  margin: 0 50px 0 auto;
  width: max(184px, 49.067vw);
}

.c-card-feature__performance .c-card-feature__wrap .c-card-feature__content {
  margin: 25px auto 0;
  max-width: 896px;
}

.c-card-feature__performance .c-card-feature__wrap .c-card-feature__content .c-card-feature__image02 {
  margin: 0 auto 0 20px;
  width: max(188px, 50.133vw);
}

.c-card-feature__performance .c-card-feature__title {
  font-size: 2.6rem;
  margin-top: 25px;
  text-align: left;
  font-family: AudiType-Extended, sans-serif;
}

.m-feature__content {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: space-between;
  padding: 30px;
}

.m-feature__content--wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.m-feature__title {
  color: #fff;
  font-family: AudiType-Extended, sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

.m-feature__hero .m-feature__title {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
}

.m-feature__hero--bg {
  background: no-repeat bottom;
  background-image: url(../img/bg-feature-spec_sp.jpg);
  background-size: cover;
  content: "";
  display: block;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.m-feature__ttl {
  color: #fff;
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  width: 100%;
}

.m-feature__time,
.m-feature__ttl {
  font-family: AudiType-Extended, sans-serif;
  font-weight: 700;
}

.m-feature__time {
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.m-feature__desc {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

.m-btn-list {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 25px;
}

.m-btn-list li {
  max-width: 320px;
  width: 100%;
}

.m-feature__lineup {
  margin: 0 auto;
  max-width: 600px;
  padding: 80px 30px 0;
}

.m-feature__lineup .m-feature__title {
  font-family: AudiType-Extended, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
  text-align: center;
}

.m-feature__lineup--inner {
  display: flex;
  flex-wrap: wrap;
  gap: 96px;
  width: 100%;
}

.m-feature__lineup--inner:not(:last-child) {
  margin-bottom: 116px;
}

.m-feature__lineup--inner .m-btn-list {
  justify-content: center;
}

.m-feature__lineup--inner .m-btn-list li {
  max-width: 210px;
}

.m-feature__lineup--card {
  width: 100%;
}

.m-feature__lineup--title {
  font-family: AudiType-Extended, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-align: center;
}

.m-feature__information {
  margin: 0 auto;
  max-width: 960px;
  overflow: hidden;
  padding: 104px 30px;
}

.m-feature__information .m-feature__title {
  font-family: AudiType-Extended, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
  text-align: center;
}

.m-feature__information--inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.m-feature__information--detail {
  background: #3e464e;
  padding: 16px 30px 30px;
}

.m-feature__information--title {
  font-family: AudiType-Extended, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.m-feature__information--desc {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 24px;
}

.c-return {
  position: relative;
  z-index: 999;
}

.c-btn-return {
  background: #3e464e;
  color: #fff;
  display: inline-block;
  font-family: AudiType-Extended, sans-serif;
  font-size: 2.4rem;
  padding: 28px;
  -moz-text-align-last: center;
  text-align-last: center;
  width: 100%;
}

.c-btn-return:hover {
  opacity: 1;
}

.l-modal {
  align-items: center;
  background: #000;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 0 30px;
  position: fixed;
  top: 0;
  transition: 0.5s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 99999;
}

.l-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.l-modal__inner {
  margin-top: 40px;
  max-width: 820px;
  position: static;
  width: 100%;
}

.l-modal__inner .swiper {
  padding-bottom: 80px;
}

.l-modal__inner .swiper-button-next,
.l-modal__inner .swiper-button-prev {
  display: none;
  top: 30%;
}

.l-modal__inner .swiper-pagination {
  bottom: 10px;
}

.l-modal__inner .swiper-pagination-bullet {
  background: transparent;
  border-radius: 0;
  height: 40px;
  width: 70px;
}

.l-modal__inner .swiper-pagination-bullet:before {
  background: #fff;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.l-modal__inner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
}

.l-modal__inner .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #fff;
}

.m-modal__close {
  height: 30px;
  position: absolute;
  right: 14px;
  top: 24px;
  width: 30px;
  z-index: 999999;
}

.c-modal__image {
  margin-bottom: 40px;
}

.c-modal__title {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 14px;
}

.c-modal__desc {
  font-size: 1.4rem;
}

.c-modal__desc,
.c-modal__note {
  color: #fff;
  font-family: Audi_Type, sans-serif;
}

.c-modal__note {
  font-size: 1rem;
  margin-top: 24px;
}

.fixedMenu {
  display: none;
}

.fixedMenuItem {
  display: block;
  height: 44px;
  position: relative;
  transform: translate(0);
  transition: none;
  width: 44px;
}

.fixedMenuItem + .fixedMenuItem {
  margin-top: 2px;
}

.fixedMenuItem a {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 2;
}

.fixedMenuItem .fixedMenuItemPanel {
  height: 44px;
  position: relative;
}

.fixedMenuItem--mail .fixedMenuItemPanel img {
  height: 15px;
  width: 21px;
}

.fixedMenuItem .fixedMenuItemPanel img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0.7857);
  width: auto;
}

.fixedMenuDetail {
  height: 44px;
  left: 0;
  overflow: hidden;
  right: auto;
  transform: scaleX(1);
  transform-origin: right;
  width: 201px;
  z-index: 1;
}

.fixedMenuDetail,
.fixedMenuDetail:after,
.fixedMenuDetail:before {
  position: absolute;
  top: 0;
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.fixedMenu .fixedMenuDetail li {
  height: 100%;
  opacity: 1;
  width: 100%;
  z-index: 2;
}

.fixedMenuDetail a {
  background-color: #000;
  display: block;
  padding-left: 44px;
  text-align: left;
  transition: padding 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.fixedMenuDetail span {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 46px;
}
.m-feature__video {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.m-video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-video-wrapper iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
  background: #000;
  border: 0;
}

@media (min-width: 768px){
  .audi-footer {
    padding: var(--space-xl) var(--space-column) var(--space-m);
  }
  .audi-footer {
    padding: var(--space-xl) var(--space-column) var(--space-m);
  }
}

@media screen and (min-width: 768px){
  .u-pc {
    display: none !important;
  }
  .l-section-intro:before {
    background-image: url(../img/bg-intro_pc.jpg);
    background-position: bottom;
  }
  .l-section-intro__logo {
    top: 40px;
    width: min(400px, 26.6666666667%);
  }
  .m-intro {
    align-items: flex-end;
    padding: 45px 154px 125px;
  }
  .m-intro__title {
    align-self: flex-end;
    font-size: 4.6rem;
  }
  .m-intro-lead {
    padding: 35vh 30px;
    max-width: 1040px;
    margin: 0 auto;
  }
  .m-intro-lead__content {
    max-width: 560px;
    margin: 0 auto;
  }
  .m-intro-lead__title {
    font-size: 4rem;
    margin-bottom: 56px;
  }
  .m-intro-lead__text {
    font-size: 1.8rem;
  }
  .bg-link {
    height: 100px;
    padding: 0;
  }
  .bg-link__wrap {
    flex-direction: row;
  }
  .bg-link__wrap a.c-btn {
    max-width: 256px;
  }
  .m-feature__inner {
    margin-bottom: -200px;
  }
  .c-card-feature__abs {
    max-width: 63.067vw;
  }
  .c-card-feature {
    padding-top: 160px;
  }
  .c-card-feature__odo {
    margin-bottom: -12vw;
    max-width: min(52.667vw, 790px);
  }
  .c-card-feature__image {
    max-width: 63.067vw;
  }
  .c-card-feature__info {
    display: block;
    font-size: min(1.2vw, 1.8rem);
    margin-left: auto;
    margin-top: -80px;
    text-align: right;
  }
  .c-card-feature__number {
    font-size: min(3.2vw, 4.8rem);
  }
  .c-card-feature__km {
    font-size: min(1.733vw, 2.6rem);
  }
  .c-card-feature__text {
    font-size: 1.5rem;
  }
  .c-card-feature__wrap {
    max-width: 946px;
  }
  .c-card-feature__wrap .c-card-feature__image01 {
    width: 362px;
  }
  .c-card-feature__wrap .c-card-feature__image03 {
    margin: 0 0 0 90px;
    width: 276px;
  }
  .c-card-feature__wrap .c-card-feature__content {
    display: flex;
    gap: 32px;
    margin-top: 60px;
  }
  .c-card-feature__wrap .c-card-feature__content .c-card-feature__image02 {
    margin: 0 0 0 90px;
    width: 276px;
  }
  .c-card-feature__wrap .c-card-feature__text {
    margin-top: 0;
    max-width: 275px;
  }
  .c-card-feature__note {
    margin-top: 24px;
  }
  .m-feature__information--card {
    align-items: stretch;
    flex-direction: row;
  }
  .m-feature__information--card.reserve {
    flex-direction: row-reverse;
  }
  .m-feature__information--card .c-btn {
    margin-left: 0;
    max-width: 160px;
  }
  .c-card-feature__technology {
    padding-top: 0;
  }
  .c-card-feature__technology .c-card-feature__odo {
    margin-bottom: -11.5vw;
  }
  .c-card-feature__technology .c-card-feature__image {
    max-width: 61.333vw;
  }
  .c-card-feature__technology .c-card-feature__wrap {
    margin: 38px auto 0;
    max-width: 1100px;
  }
  .c-card-feature__technology .c-card-feature__wrap .c-card-feature__image01 {
    margin-right: 110px;
    width: 496px;
  }
  .c-card-feature__technology .c-card-feature__wrap .c-card-feature__image02 {
    margin-right: 90px;
    margin-top: 60px;
    width: 331px;
  }
  .c-card-feature__technology .c-card-feature__wrap .c-card-feature__image03 {
    margin-right: 200px;
    margin-top: 60px;
    width: 632px;
  }
  .c-btn__usp {
    padding: 22px;
  }
  .c-card-feature__exterior {
    padding-top: 80px !important;
  }
  .c-card-feature__exterior .c-card-feature__odo {
    margin-bottom: max(-5.8vw, -84px);
    max-width: min(72.133vw, 1082px);
  }
  .c-card-feature__exterior .c-card-feature__image {
    max-width: 66.2vw;
  }
  .c-card-feature__exterior .c-card-feature__wrap {
    margin: 60px auto 0;
    max-width: 1120px;
  }
  .c-card-feature__exterior .c-card-feature__wrap .c-card-feature__image01 {
    margin-right: 260px;
    width: 320px;
  }
  .c-card-feature__exterior .c-card-feature__wrap .c-card-feature__image03 {
    margin-left: 300px;
    margin-top: 55px;
    width: 440px;
  }
  .c-card-feature__exterior .c-card-feature__wrap .c-card-feature__content {
    gap: 42px;
  }
  .c-card-feature__exterior .c-card-feature__wrap .c-card-feature__content .c-card-feature__image02 {
    margin: 0;
    width: 496px;
  }
  .c-card-feature__exterior .c-card-feature__wrap .c-card-feature__text {
    max-width: 300px;
  }
  .c-card-feature__interior {
    padding-top: 0 !important;
  }
  .c-card-feature__interior .c-card-feature__odo {
    margin-left: 76px;
    margin-top: -14vw;
    max-width: min(60.933vw, 914px);
  }
  .c-card-feature__interior .c-card-feature__image {
    max-width: 50vw;
  }
  .c-card-feature__interior .c-card-feature__wrap {
    margin: 52px auto 0;
    max-width: 750px;
  }
  .c-card-feature__interior .c-card-feature__wrap .c-card-feature__image01 {
    margin-left: 120px;
    width: 310px;
  }
  .c-card-feature__interior .c-card-feature__wrap .c-card-feature__image03 {
    margin-right: 0;
    margin-top: 70px;
    width: 490px;
  }
  .c-card-feature__interior .c-card-feature__wrap .c-card-feature__content {
    gap: 60px;
  }
  .c-card-feature__interior .c-card-feature__wrap .c-card-feature__content .c-card-feature__image02 {
    width: 331px;
  }
  .c-card-feature__interior .c-card-feature__wrap .c-card-feature__text {
    max-width: 300px;
  }
  .c-card-feature__performance {
    padding-top: 0 !important;
  }
  .c-card-feature__performance {
    margin-bottom: -150px;
  }
  .c-card-feature__performance .c-card-feature__odo {
    margin-bottom: -6.2vw;
    max-width: min(52.667vw, 790px);
  }
  .c-card-feature__performance .c-card-feature__odo02 {
    margin-top: -7.2vw;
    max-width: min(52.267vw, 784px);
  }
  .c-card-feature__performance .c-card-feature__info--odo ul {
    gap: 50px;
  }
  .c-card-feature__performance .c-card-feature__info--odo .c-card-feature__ttl {
    font-size: 1.8rem;
    margin-left: 10px;
  }
  .c-card-feature__performance .c-card-feature__info--odo .c-card-feature__number {
    font-size: 4.8rem;
    margin-right: 10px;
  }
  .c-card-feature__performance .c-card-feature__info--odo .c-card-feature__km {
    font-size: 2.8rem;
  }
  .c-card-feature__performance .c-card-feature__image {
    max-width: 73.333vw;
  }
  .c-card-feature__performance .c-card-feature__wrap {
    margin: 114px auto 0;
    max-width: 1100px;
  }
  .c-card-feature__performance .c-card-feature__wrap .c-card-feature__image01 {
    margin-right: 245px;
    width: 480px;
  }
  .c-card-feature__performance .c-card-feature__wrap .c-card-feature__content {
    gap: 44px;
    margin-top: 40px;
  }
  .c-card-feature__performance .c-card-feature__wrap .c-card-feature__content .c-card-feature__image02 {
    width: 490px;
  }
  .c-card-feature__performance .c-card-feature__wrap .c-card-feature__text {
    max-width: 300px;
  }
  .c-card-feature__performance .c-card-feature__title {
    transform: translateY(95px) !important;
  }
  .c-card-feature__performance .c-card-feature__title {
    font-size: 2.8rem;
    margin-top: 0;
    max-width: 550px;
  }
  .m-feature__content {
    justify-content: flex-start;
    /* padding: 100px 20px 30px 150px; 20251009 テキスト追加に伴い */ 
    padding: 75px 20px 30px 150px;
  }
  .m-feature__title {
    font-size: 3.4rem;
    margin-bottom: 8px;
  }
  .m-feature__hero {
    min-height: 900px;
  }
  .m-feature__hero--bg {
    background-image: url(../img/bg-feature-spec_pc.jpg);
    min-height: 900px;
  }
  .m-feature__ttl {
    text-align: left;
  }
  .m-feature__time {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .m-feature__desc {
    font-size: 1.5rem;
    line-height: 2;
  }
  .m-btn-list {
    flex-direction: row;
  }
  .m-btn-list li {
    max-width: 256px;
  }
  .m-feature__lineup {
    max-width: 1080px;
    padding: 120px 30px 0;
  }
  .m-feature__lineup .m-feature__title {
    font-size: 2.4rem;
    margin-bottom: 48px;
  }
  .m-feature__lineup--inner:not(:last-child) {
    margin-bottom: 96px;
  }
  .m-feature__lineup--inner {
    gap: 136px;
  }
  .m-feature__lineup--card {
    width: calc(50% - 68px);
  }
  .m-feature__lineup--title {
    text-align: left;
  }
  .m-feature__lineup--image {
    margin-bottom: 22px;
  }
  .m-feature__information {
    padding: 160px 30px 200px;
  }
  .m-feature__information .m-feature__title {
    font-size: 2.4rem;
    margin-bottom: 48px;
  }
  .m-feature__information--inner {
    gap: 20px;
  }
  .m-feature__information--image {
    width: 50%;
  }
  .m-feature__information--image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-feature__information--detail {
    padding: 30px;
    width: 50%;
  }
  .m-feature__information--title {
    font-size: 2rem;
  }
  .c-btn-return {
    font-size: 3rem;
    padding: 40px;
  }
  .l-modal__inner {
    margin-top: 0;
  }
  .l-modal__inner .swiper {
    padding-bottom: 0;
  }
  .l-modal__inner .swiper-pagination {
    bottom: 32%;
  }
  .l-modal__inner .swiper-slide {
    padding: 0 90px;
  }
  .l-modal__inner .swiper-button-next,
  .l-modal__inner .swiper-button-prev {
    display: flex;
  }
  .l-modal__inner .swiper-button-next:after,
  .l-modal__inner .swiper-button-prev:after {
    color: #fff;
    font-size: 2.4rem;
  }
  .m-modal__close {
    height: 40px;
    right: 40px;
    top: 40px;
    width: 40px;
  }
  .c-modal__image {
    margin-bottom: 120px;
  }
  .c-modal__title {
    font-size: 2.2rem;
  }
  .c-modal__desc {
    font-size: 1.5rem;
  }
  .fixedMenu {
    display: block;
    position: fixed;
    right: 0;
    top: 28%;
    transform: translate(0);
    transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 21;
  }
  .fixedMenu:hover {
    transform: translate(-157px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px){
  .c-card-feature__exterior .c-card-feature__wrap .c-card-feature__image01 {
    margin-right: 20vw;
  }
  .c-card-feature__exterior .c-card-feature__wrap .c-card-feature__image03 {
    margin-left: 15vw;
    margin-right: auto;
  }
  .c-card-feature__performance .c-card-feature__info--odo .c-card-feature__number {
    font-size: 3.8rem;
  }
  .c-card-feature__performance .c-card-feature__title {
    transform: translateY(86px) !important;
  }
  .c-card-feature__performance .c-card-feature__title {
    max-width: 780px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px){
  .m-feature__content {
    padding: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 767px){
  .m-feature__information--image img {
    transform: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px){
  .c-card-feature__technology .c-card-feature__wrap .c-card-feature__image01 {
    margin-right: 70px;
  }
  .c-card-feature__technology .c-card-feature__wrap .c-card-feature__image02 {
    margin-right: 54px;
  }
  .c-card-feature__technology .c-card-feature__wrap .c-card-feature__image03 {
    margin-right: 120px;
  }
  .c-card-feature__exterior .c-card-feature__wrap .c-card-feature__content {
    gap: 32px;
  }
  .c-card-feature__exterior .c-card-feature__wrap .c-card-feature__content .c-card-feature__image02 {
    width: 400px;
  }
  .c-card-feature__interior .c-card-feature__wrap .c-card-feature__content {
    gap: 32px;
  }
  .c-card-feature__performance .c-card-feature__wrap .c-card-feature__image01 {
    margin-right: 120px;
  }
  .c-card-feature__performance .c-card-feature__wrap .c-card-feature__content {
    gap: 32px;
  }
  .c-card-feature__performance .c-card-feature__wrap .c-card-feature__content .c-card-feature__image02 {
    width: 400px;
  }
  .c-card-feature__performance .c-card-feature__wrap .c-card-feature__text {
    max-width: 100%;
  }
  .m-feature__time {
    margin-left: 0;
  }
}

@media not all and (min-width: 769px){
  br.is-pc {
    display: none;
  }
  br.is-pc {
    display: none;
  }
}

@media screen and (min-width: 769px){
  .header {
    height: 70px;
    padding-left: 26px;
  }
  .header__logo {
    width: 84px;
  }
  .c-btn {
    min-width: 160px;
    padding: 0 10px;
  }
  br.is-sp {
    display: none;
  }
  .header {
    height: 70px;
    padding-left: 26px;
  }
  .header__logo {
    width: 84px;
  }
  .c-btn {
    min-width: 160px;
    padding: 0 10px;
  }
  br.is-sp {
    display: none;
  }
}

@media screen and (min-width: 991px){
  .c-card-feature__interior .c-card-feature__title {
    margin-top: 0;
    max-width: 920px;
  }
  .c-card-feature__interior .c-card-feature__title .el {
    transform: translateY(90px) !important;
  }
  .c-card-feature__interior .c-card-feature__title .el {
    display: block;
  }
  .c-card-feature__technology .c-card-feature__box {
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    text-align: left;
  }
  .c-card-feature__technology .c-card-feature__box .c-card-feature__text {
    font-size: 2.2rem;
    margin-bottom: 50px;
  }
  .c-card-feature__technology .c-card-feature__box .c-btn {
    margin: 0;
  }
}

@media screen and (min-width: 1024px){
  .c-card-feature__title {
    font-size: 2.4rem;
  }
  .c-card-feature__exterior .c-card-feature__title .el {
    transform: translate(0, 100px) !important;
  }
  .c-card-feature__exterior .c-card-feature__title .el {
    display: block;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1240px){
  .c-card-feature__exterior .c-card-feature__title .el {
    transform: translate(130px, 100px) !important;
  }
  .c-card-feature__exterior .c-card-feature__title .el {
    width: calc(100% - 130px);
  }
}

@media (max-width: 768px){
  .m-intro-lead__note {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px){
  .c-footer .c-footer__float-navi .c-footer__float-subnavi.is-active {
    transform: translateY(-100%);
  }
  .c-footer .c-footer__float-navi .c-footer__float-subnavi.is-active {
    transform: translateY(-100%);
  }
}

@media screen and (max-width: 767px){
  .m-feature__panel {
    margin-top: 0;
  }
  .u-sp {
    display: none !important;
  }
  .c-card-feature__interior .c-card-feature__image,
  .c-card-feature__performance .c-card-feature__image,
  .m-feature__content,
  .m-feature__hero--bg {
    transition-delay: 0s !important;
  }
  .m-feature__information--image {
    opacity: 1 !important;
    transform: none !important;
    transition-delay: 0s !important;
  }
  .m-feature__information--image img {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }
  .m-feature__information--detail {
    opacity: 1 !important;
    transform: none !important;
    transition-delay: 0s !important;
  }
  .m-feature__video {
    aspect-ratio: 16/9;
    height: auto;
  }
}


/* add 20251001 YouTube削除 */

@media only screen and (min-width: 768px){
.m-feature__panel {
  margin-top: 0;
}
}

/* add 20251003 『一充電走行距離』追記 */

.display_sp {
  display: none;
}
@media only screen and (max-width: 767px){
.display_pc {
  display: none;
}  
.display_sp {
  display: block;
}
}

/* リングス直下の指定 SPレイアウトに継承 */
.l-section-intro__logo .m-intro-lead__text {
  font-size: 1.55vw;
  line-height: 1.4;
  white-space: nowrap;
  margin: 1.75vw 0 0 3vw;
  font-weight: 700;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  font-family: Audi_Type;
}

.m-intro .m-intro-lead__text {
  font-size: 1.55vw;
  line-height: 1.4;
  margin: 0 0 9.5vh 3vw;
  font-weight: 700;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  font-family: Audi_Type;
  position: absolute;
  bottom: 12.5vh;
  left: 0;
}

.m-intro {
  padding: 0 4.5vw 9.5vw;
  position: relative;
}
.m-intro .m-intro__title {
  position: absolute;
  bottom: 12.5vh;
  right: 0;
  margin: 0 5vw 9.5vh 0;
}
.m-intro img {
  width: 13.5vw;
}
.l-section-intro__logo {
  top: 4vh;
  width: min(400px, 40vh);
 }
@media only screen and (min-width: 1920px){
.l-section-intro__logo {
  top: 40px;
  width: min(400px, 26.6666666667%);
 }
.m-intro {
  padding: 0 4.5vw 9.5vw;
  position: relative;
}
.m-intro .m-intro-lead__text {
  font-size: 2.8rem;
  margin: 0 0 100px 75px;
  bottom: 55px;
  left: 0;
}
.m-intro .m-intro__title {
  bottom: 55px;
  right: 0;
  margin: 0 105px 100px 0;
}
.m-intro img {
  width: 250px;
}
}
@media only screen and (max-width: 1024px){
.l-section-intro__logo .m-intro-lead__text {
  white-space: normal;
}
.l-section-intro__logo .m-intro-lead__text span {
  white-space: nowrap;
}
}
@media only screen and (max-width: 767px){
.l-section-intro__logo {
  top: 35px;
  width: 32.5vh;
 }
.l-section-intro__logo .m-intro-lead__text {
  margin: 2.75vh 0 0 5%;
  padding-left: 30px;
  font-size: 5vw;
}
.m-intro {
  padding: 0 0 50vw;
  position: relative;
}
.m-intro .m-intro__title {
  margin: 0;
  position: absolute;
  right: 30px;
  bottom: 195px;
 }
.m-intro img {
  width: 17vh;
}
}

.c-card-feature__abs {
  position: relative;
}
.c-card-feature__info {
  text-align: left;
  position: absolute;
  bottom: 25px;
  right: -25px;
}
.c-card-feature__info .c-card-feature__title {
  padding: 0;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 2px;
}
.c-card-feature__info p {
  margin-bottom: -5px;
}
.c-card-feature__info sup {
  font-size: 1.5rem;
  font-family: Audi_Type;
}
@media only screen and (max-width: 767px){
.c-card-feature__abs {
  position: relative;
}
.c-card-feature__info {
  text-align: center;
  position: relative;
  bottom: none;
  right: 0;
}
}

/* 202510追加　画像拡大モーダル追加 */

.modal {
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.modal__inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 30px;
}

/* モーダル内画像 */
.modal__img {
  max-width: 600px;
  width: auto;
  max-height: 500px;
}

@media screen and (max-width: 767px) {
  .modal__img {
    max-width:100%;
  }
}

/* ×ボタン */
.modal__close {
  height: 40px;
  right: 40px;
  top: 40px;
  width: 40px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .modal__close {
    height: 30px;
    position: absolute;
    right: 14px;
    top: 24px;
    width: 30px;
    z-index: 999999;
  }
}

/* モーダル背景 */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
}

/* 画像の親要素 */
.c-card-feature__modal{
  display: block;
  position: relative;
}

/* モーダル対象の画像 */
.c-card-feature__pic{
  cursor: pointer;
}

/* ＋マーク */
.c-card-feature__plus{
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 20px;
  cursor: pointer;
}